/external/libchrome/base/debug/ |
D | alias_unittest.cc | 16 DEBUG_ALIAS_FOR_CSTR(copy1, input->c_str(), 100 /* > input->size() */); in TEST() 17 static_assert(sizeof(copy1) == 100, in TEST() 19 EXPECT_STREQ("string contents", copy1); in TEST()
|
/external/tensorflow/tensorflow/contrib/copy_graph/python/util/ |
D | copy_test.py | 47 copy1 = copy_elements.copy_variable_to_graph(some_var, self.graph2) 63 v2 = copy1.eval(session=sess2) 66 assert isinstance(copy1, variables.Variable)
|
/external/python/cpython2/Lib/test/ |
D | test_sort.py | 260 copy1 = data[:] 263 copy1.sort(cmp=lambda x,y: cmp(y[0],x[0])) 264 self.assertEqual(data, copy1)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-localentry.s | 38 copy1 = callee1 define 76 # CHECK: Name: copy1
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-localentry.s | 38 copy1 = callee1 define 76 # CHECK: Name: copy1
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_domain_test.cc | 642 HloInstruction* copy1 = computation->AddInstruction( in TEST_F() local 646 ShapeUtil::GetTupleElementShape(copy1->shape(), 0), copy1, 0)); in TEST_F() 678 EXPECT_FALSE(copy1->has_sharding()); in TEST_F()
|
D | hlo_dataflow_analysis_test.cc | 2130 auto copy1 = builder.AddInstruction( in TEST_F() local 2134 builder.AddInstruction(HloInstruction::CreateTuple({copy1, copy0})); in TEST_F() 2138 {tuple, copy1, copy0}, HloInstruction::FusionKind::kLoop); in TEST_F()
|
D | algebraic_simplifier_test.cc | 2194 HloInstruction* copy1 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local 2200 HloOpcode::kCopy, copy1)); in TEST_F()
|
/external/python/cpython3/Lib/test/ |
D | test_sort.py | 248 copy1 = data[:] 257 copy1.sort(key=cmp_to_key(my_cmp_reversed)) 258 self.assertEqual(data, copy1)
|
D | test_unicode.py | 2393 copy1 = duplicate_string(text1) 2395 self.assertIsNot(copy1, copy2) 2397 self.assertTrue(copy1 == copy2) 2398 self.assertFalse(copy1 != copy2) 2400 self.assertTrue(copy1 <= copy2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | x86-64-ms_abi-vararg.ll | 60 ; CHECK-LABEL: copy1: 65 define win64cc void @copy1(i64 %a0, ...) nounwind {
|
D | win64_vararg.ll | 59 ; CHECK-LABEL: copy1: 66 define void @copy1(i64 %a0, ...) nounwind {
|
/external/llvm/test/CodeGen/X86/ |
D | x86-64-ms_abi-vararg.ll | 60 ; CHECK-LABEL: copy1: 65 define x86_64_win64cc void @copy1(i64 %a0, ...) nounwind {
|
D | win64_vararg.ll | 59 ; CHECK-LABEL: copy1: 66 define void @copy1(i64 %a0, ...) nounwind {
|
/external/pcre/pcrecpp/ |
D | pcrecpp_unittest.cc | 782 RE copy1(orig); in TestConstructors() local 783 CHECK(copy1.FullMatch(str)); in TestConstructors() 787 copy2 = copy1; in TestConstructors() 794 copy1 = copy1; in TestConstructors() 797 CHECK(copy1.FullMatch(str)); in TestConstructors()
|
/external/clang/test/SemaCXX/ |
D | explicit.cpp | 169 bool copy1 = b; in testBool() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | win64_vararg.ll | 78 ; CHECK-LABEL: copy1: 87 define void @copy1(i64 %a0, ...) nounwind {
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | fusion_test.cc | 253 auto copy1 = builder.AddInstruction(HloInstruction::CreateUnary( in XLA_TEST_F() local 259 ShapeUtil::MakeShape(F32, {1, 3}), HloOpcode::kAdd, copy1, const2)); in XLA_TEST_F()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | sgpr-copy.ll | 265 ; CHECK-LABEL: {{^}}copy1: 269 define void @copy1(float addrspace(1)* %out, float addrspace(1)* %in0) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | sgpr-copy.ll | 259 ; CHECK-LABEL: {{^}}copy1: 263 define amdgpu_kernel void @copy1(float addrspace(1)* %out, float addrspace(1)* %in0) {
|