Home
last modified time | relevance | path

Searched refs:copy1 (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/base/debug/
Dalias_unittest.cc16 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/
Dcopy_test.py47 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/
Dtest_sort.py260 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/
Dppc64-localentry.s38 copy1 = callee1 define
76 # CHECK: Name: copy1
/external/llvm/test/MC/PowerPC/
Dppc64-localentry.s38 copy1 = callee1 define
76 # CHECK: Name: copy1
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_test.cc642 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()
Dhlo_dataflow_analysis_test.cc2130 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()
Dalgebraic_simplifier_test.cc2194 HloInstruction* copy1 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
2200 HloOpcode::kCopy, copy1)); in TEST_F()
/external/python/cpython3/Lib/test/
Dtest_sort.py248 copy1 = data[:]
257 copy1.sort(key=cmp_to_key(my_cmp_reversed))
258 self.assertEqual(data, copy1)
Dtest_unicode.py2393 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/
Dx86-64-ms_abi-vararg.ll60 ; CHECK-LABEL: copy1:
65 define win64cc void @copy1(i64 %a0, ...) nounwind {
Dwin64_vararg.ll59 ; CHECK-LABEL: copy1:
66 define void @copy1(i64 %a0, ...) nounwind {
/external/llvm/test/CodeGen/X86/
Dx86-64-ms_abi-vararg.ll60 ; CHECK-LABEL: copy1:
65 define x86_64_win64cc void @copy1(i64 %a0, ...) nounwind {
Dwin64_vararg.ll59 ; CHECK-LABEL: copy1:
66 define void @copy1(i64 %a0, ...) nounwind {
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc782 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/
Dexplicit.cpp169 bool copy1 = b; in testBool() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dwin64_vararg.ll78 ; CHECK-LABEL: copy1:
87 define void @copy1(i64 %a0, ...) nounwind {
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc253 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/
Dsgpr-copy.ll265 ; 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/
Dsgpr-copy.ll259 ; CHECK-LABEL: {{^}}copy1:
263 define amdgpu_kernel void @copy1(float addrspace(1)* %out, float addrspace(1)* %in0) {