| /AOO41X/main/testtools/source/bridgetest/cli/ |
| H A D | cli_vb_bridgetest.vb | 473 Private Shared Function testAny(typ As Type, value As Object, _ 496 bReturn = testAny( Nothing, data.Byte ,xLBT ) And bReturn 497 bReturn = testAny( Nothing, data.Short,xLBT ) And bReturn 498 bReturn = testAny( Nothing, data.UShort,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 [all …]
|
| H A D | cli_cpp_bridgetest.cxx | 268 static bool testAny(Type* typ, Object* value, XBridgeTest* xLBT ) 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; 297 bReturn = testAny( 0, __box(data->UHyper), xLBT ) && bReturn; 298 bReturn = testAny( 0, __box(data->Float), xLBT ) && bReturn; 299 bReturn = testAny( 0, __box(data->Double),xLBT ) && bReturn; [all …]
|
| H A D | cli_cs_bridgetest.cs | 249 static bool testAny(Type typ, Object value, XBridgeTest xLBT ) in testAny() method in cs_testobj.BridgeTest 272 bReturn = testAny( null, data.Byte ,xLBT ) && bReturn; in performAnyTest() 273 bReturn = testAny( null, data.Short,xLBT ) && bReturn; in performAnyTest() 274 bReturn = testAny( null, data.UShort,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() [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() 265 bReturn = testAny( data.UHyper,xLBT ) && bReturn; in performAnyTest() 266 bReturn = testAny( data.Float,xLBT ) && bReturn; in performAnyTest() 267 bReturn = testAny( data.Double,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
|