Searched refs:testAny (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 496 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 D | cli_cpp_bridgetest.cxx | 291 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 D | cli_cs_bridgetest.cs | 272 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 …]
|
/aoo41x/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 221 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 …]
|
/aoo41x/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 47 testAny() 408 Function testAny() As Object
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 197 t.testAny(log); in Main() 1406 public void testAny(Logger l) in testAny() method in Test
|
Completed in 53 milliseconds