Home
last modified time | relevance | path

Searched refs:testAny (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb496 bReturn = testAny( Nothing, data.Byte ,xLBT ) And bReturn
497 bReturn = testAny( Nothing, data.Short,xLBT ) And bReturn
499 bReturn = testAny( Nothing, data.Long,xLBT ) And bReturn
500 bReturn = testAny( Nothing, data.ULong,xLBT ) And bReturn
501 bReturn = testAny( Nothing, data.Hyper,xLBT ) And bReturn
502 bReturn = testAny( Nothing,data.UHyper,xLBT ) And bReturn
503 bReturn = testAny( Nothing, data.Float,xLBT ) And bReturn
504 bReturn = testAny( Nothing, data.Double,xLBT ) And bReturn
505 bReturn = testAny( Nothing, data.Enum,xLBT ) And bReturn
506 bReturn = testAny( Nothing, data.String,xLBT ) And bReturn
[all …]
H A Dcli_cpp_bridgetest.cxx291 bReturn = testAny( 0, __box(data->Byte), xLBT ) && bReturn;
292 bReturn = testAny( 0, __box(data->Short), xLBT ) && bReturn;
293 bReturn = testAny( 0, __box(data->UShort), xLBT ) && bReturn;
294 bReturn = testAny( 0, __box(data->Long), xLBT ) && bReturn;
295 bReturn = testAny( 0, __box(data->ULong), xLBT ) && bReturn;
296 bReturn = testAny( 0, __box(data->Hyper), xLBT ) && bReturn;
298 bReturn = testAny( 0, __box(data->Float), xLBT ) && bReturn;
299 bReturn = testAny( 0, __box(data->Double),xLBT ) && bReturn;
300 bReturn = testAny( 0, __box(data->Enum), xLBT ) && bReturn;
301 bReturn = testAny( 0, data->String,xLBT ) && bReturn;
[all …]
H A Dcli_cs_bridgetest.cs272 bReturn = testAny( null, data.Byte ,xLBT ) && bReturn; in performAnyTest()
273 bReturn = testAny( null, data.Short,xLBT ) && bReturn; in performAnyTest()
275 bReturn = testAny( null, data.Long,xLBT ) && bReturn; in performAnyTest()
276 bReturn = testAny( null, data.ULong,xLBT ) && bReturn; in performAnyTest()
277 bReturn = testAny( null, data.Hyper,xLBT ) && bReturn; in performAnyTest()
278 bReturn = testAny( null,data.UHyper,xLBT ) && bReturn; in performAnyTest()
279 bReturn = testAny( null, data.Float,xLBT ) && bReturn; in performAnyTest()
280 bReturn = testAny( null, data.Double,xLBT ) && bReturn; in performAnyTest()
281 bReturn = testAny( null, data.Enum,xLBT ) && bReturn; in performAnyTest()
282 bReturn = testAny( null, data.String,xLBT ) && bReturn; in performAnyTest()
[all …]
/aoo4110/main/testtools/source/bridgetest/
H A Dbridgetest.cxx221 bool testAny( in testAny() function
259 bReturn = testAny( data.Byte ,xLBT ) && bReturn; in performAnyTest()
260 bReturn = testAny( data.Short,xLBT ) && bReturn; in performAnyTest()
261 bReturn = testAny( data.UShort,xLBT ) && bReturn; in performAnyTest()
262 bReturn = testAny( data.Long,xLBT ) && bReturn; in performAnyTest()
263 bReturn = testAny( data.ULong,xLBT ) && bReturn; in performAnyTest()
264 bReturn = testAny( data.Hyper,xLBT ) && bReturn; in performAnyTest()
266 bReturn = testAny( data.Float,xLBT ) && bReturn; in performAnyTest()
268 bReturn = testAny( data.Enum,xLBT ) && bReturn; in performAnyTest()
271 bReturn = testAny( data, xLBT ) && bReturn; in performAnyTest()
[all …]
/aoo4110/main/extensions/test/ole/VisualBasic/
H A DModule1.vb47 testAny()
408 Function testAny() As Object
/aoo4110/main/cli_ure/qa/climaker/
H A Dclimaker.cs197 t.testAny(log); in Main()
1406 public void testAny(Logger l) in testAny() method in Test

Completed in 45 milliseconds