/external/skqp/tests/ |
D | UtilsTest.cpp | 49 RefClass obj0(0); in test_autostarray() local 51 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray() 61 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 63 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray() 69 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray() 74 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 79 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray() 87 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 89 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray() 94 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray() [all …]
|
/external/skia/tests/ |
D | UtilsTest.cpp | 49 RefClass obj0(0); in test_autostarray() local 51 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray() 61 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 63 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray() 69 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray() 74 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 79 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray() 87 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 89 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray() 94 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeRegex.java | 362 public int compare(Object obj0, Object obj1) { 363 String arg0 = obj0.toString();
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UnicodeRegex.java | 364 public int compare(Object obj0, Object obj1) { 365 String arg0 = obj0.toString();
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | load-lo16.ll | 598 %obj0 = alloca [10 x i32], align 4, addrspace(5) 601 %bc = bitcast [10 x i32] addrspace(5)* %obj0 to i32 addrspace(5)* 617 %obj0 = alloca [10 x i32], align 4, addrspace(5) 620 %bc = bitcast [10 x i32] addrspace(5)* %obj0 to i32 addrspace(5)* 637 %obj0 = alloca [10 x i32], align 4, addrspace(5) 640 %bc = bitcast [10 x i32] addrspace(5)* %obj0 to i32 addrspace(5)*
|
D | load-hi16.ll | 520 %obj0 = alloca [10 x i32], align 4, addrspace(5) 522 %bc = bitcast [10 x i32] addrspace(5)* %obj0 to i32 addrspace(5)* 537 %obj0 = alloca [10 x i32], align 4, addrspace(5) 539 %bc = bitcast [10 x i32] addrspace(5)* %obj0 to i32 addrspace(5)* 555 %obj0 = alloca [10 x i32], align 4, addrspace(5) 557 %bc = bitcast [10 x i32] addrspace(5)* %obj0 to i32 addrspace(5)*
|
D | store-hi16.ll | 641 %obj0 = alloca [10 x i32], align 4, addrspace(5) 643 %bc = bitcast [10 x i32] addrspace(5)* %obj0 to i32 addrspace(5)* 658 %obj0 = alloca [10 x i32], align 4, addrspace(5) 660 %bc = bitcast [10 x i32] addrspace(5)* %obj0 to i32 addrspace(5)*
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-vector.ll | 39 %obj0 = extractelement <2 x i64 addrspace(1)*> %vec, i32 %idx1 55 %obj = phi i64 addrspace(1)* [ %obj0, %taken2 ], [ %obj1, %untaken2 ]
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transferer.h | 103 bool operator()(const GraphTransferNodeInfo& obj0,
|
D | graph_transferer.cc | 1037 const GraphTransferNodeInfo& obj0, const GraphTransferNodeInfo& obj1) { in operator ()() argument 1038 const int node_id0 = obj0.node_id(); in operator ()()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-vector.ll | 40 %obj0 = extractelement <2 x i64 addrspace(1)*> %vec, i32 %idx1 56 %obj = phi i64 addrspace(1)* [ %obj0, %taken2 ], [ %obj1, %untaken2 ]
|
/external/flatbuffers/tests/ |
D | go_test.go | 1228 obj0 := b.EndObject() 1272 table0 := &flatbuffers.Table{Bytes: b.Bytes, Pos: flatbuffers.UOffsetT(len(b.Bytes)) - obj0}
|
D | py_test.py | 1431 obj0 = b.EndObject() 1472 table0 = flatbuffers.table.Table(b.Bytes, len(b.Bytes) - obj0)
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2297 Unique<typename Object::Type> obj0 (Object::create(env, res0, params)); in createMultipleUniqueResourcesTest() local 2313 Unique<typename Object::Type> obj0 (Object::create(env, res, params)); in createMultipleSharedResourcesTest() local
|