/external/compiler-rt/test/asan/TestCases/Posix/ |
D | halt_on_error_suppress_equal_pcs.cc | 26 volatile int ten = 10; variable 36 volatile int res = a[ten + i]; in main() 38 a[i + ten] = res + 3; in main() 40 res = a[ten + i]; in main() 45 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten); in main() 46 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten + 5); in main() 47 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten + 10); in main() 48 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten); in main() 49 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten + 5); in main() 50 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten + 10); in main()
|
D | print_cmdline.cc | 9 volatile int ten = 10; variable 15 x[ten] = 1; // BOOM in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 245 double ten = 10.0; in testPositiveInfinity() local 271 if((pinf > ten) != TRUE) { in testPositiveInfinity() 283 double ten = 10.0; in testNegativeInfinity() local 309 if((ninf < ten) != TRUE) { in testNegativeInfinity() 375 double ten = 10.0; in testIsNaN() local 389 if(uprv_isNaN(ten) == TRUE) { in testIsNaN() 402 double ten = 10.0; in NaNGT() local 416 if((nan > ten) != FALSE) { in NaNGT() 429 double ten = 10.0; in NaNLT() local 443 if((nan < ten) != FALSE) { in NaNLT() [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | softplus_op_test.py | 58 ten = t(10) 61 log_eps, log_eps - one, log_eps + one, log_eps - ten, 62 log_eps + ten, -log_eps, -log_eps - one, -log_eps + one, 63 -log_eps - ten, -log_eps + ten 68 log_eps, log_eps - one, log_eps + one, log_eps - ten, 69 log_eps + ten - log_eps, -log_eps - one, -log_eps + one, 70 -log_eps - ten, -log_eps + ten
|
/external/compiler-rt/test/asan/TestCases/ |
D | halt_on_error-1.c | 11 volatile int ten = 10; variable 20 volatile int res = x[ten]; in main() 23 x[ten] = res + 3; in main() 26 res = x[ten]; in main()
|
/external/icu/icu4c/source/data/locales/ |
D | kea.txt | 717 other{"a ten {0} dia"} 728 other{"a ten {0} dia"} 739 other{"a ten {0} dia"} 777 other{"a ten {0} ora"} 788 other{"a ten {0} ora"} 799 other{"a ten {0} ora"} 810 other{"a ten {0} minutu"} 821 other{"a ten {0} m"} 832 other{"a ten {0} min"} 869 other{"a ten {0} mes"} [all …]
|
D | dsb.txt | 768 "0"{"ten pětk"} 775 "0"{"ten pě."} 782 "0"{"ten pět."} 913 "0"{"ten mjasec"} 1112 "0"{"ten stwórtk"} 1119 "0"{"ten st."} 1126 "0"{"ten stw."} 1176 "0"{"ten tyźeń"}
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | size_lin_log.hh | 28 int ten=10; in size_lin_log() local 33 if (nb_point>ten){ in size_lin_log() 42 size_log(nb_point-nine,ten,size_max,log_size); in size_lin_log()
|
/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/ |
D | ostream_joiner.cons.pass.cpp | 31 const std::wstring ten = L"10"; in main() local 43 { exp::ostream_joiner<std::wstring> oj(std::cout, ten); } in main() 55 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, ten); } in main()
|
/external/v8/tools/ |
D | generate-ten-powers.scm | 102 (ten^i #z10) 106 (if (>bx (/bx (*bx #z2 two^e) ten^i) max-container) 112 (v (rounded-/bx two^e ten^i)) 115 (loop (+fx i 1) (*bx ten^i #z10) two^e e)) 116 (loop i ten^i (bit-lshbx two^e 1) (+fx e 1)))))
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | p9.cpp | 32 static const unsigned char ten = 10; variable 37 f2(X<int, 10>(), X<char, ten>()); in g2()
|
/external/clang/test/CodeGen/ |
D | ms_struct-bitfield-3.c | 41 struct ten { struct 49 static int a2[(size_struct_2 == sizeof (struct ten)) -1]; argument
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow_test.cc | 217 auto ten = ops::Const<int32>( in TEST() local 220 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten); in TEST() 281 auto ten = ops::Const<int32>( in TEST() local 283 auto less = ops::Less(scope.WithOpName("while/Less"), arg, ten); in TEST() 367 auto ten = ops::Const<int32>( in TEST() local 370 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten); in TEST() 501 auto ten = ops::Const<int32>( in TEST() local 504 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten); in TEST() 552 auto ten = ops::Const<int32>( in TEST() local 554 auto less = ops::Less(scope.WithOpName("while/Less"), arg, ten); in TEST() [all …]
|
/external/boringssl/src/crypto/stack/ |
D | stack_test.cc | 245 auto ten = TEST_INT_new(10); in TEST() local 246 ASSERT_TRUE(ten); in TEST() 248 EXPECT_FALSE(sk_TEST_INT_find(sk.get(), &index, ten.get())); in TEST() 267 ASSERT_TRUE(ten); in TEST() 268 EXPECT_FALSE(sk_TEST_INT_find(sk.get(), &index, ten.get())); in TEST() 310 ASSERT_TRUE(sk_TEST_INT_find(sk.get(), &index, ten.get())); in TEST()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | bn_test.cc | 2184 bssl::UniquePtr<BIGNUM> ten(BN_new()); in TEST_F() local 2185 ASSERT_TRUE(ten); in TEST_F() 2186 ASSERT_TRUE(BN_set_word(ten.get(), 10)); in TEST_F() 2188 bssl::UniquePtr<BIGNUM> ten_copy(BN_dup(ten.get())); in TEST_F() 2210 EXPECT_TRUE(bn_resize_words(ten.get(), width)); in TEST_F() 2211 EXPECT_EQ(static_cast<int>(width), ten->width); in TEST_F() 2215 EXPECT_TRUE(BN_abs_is_word(ten.get(), 10)); in TEST_F() 2216 EXPECT_TRUE(BN_is_word(ten.get(), 10)); in TEST_F() 2217 EXPECT_EQ(10u, BN_get_word(ten.get())); in TEST_F() 2219 ASSERT_TRUE(BN_get_u64(ten.get(), &v)); in TEST_F() [all …]
|
/external/pcre/dist2/testdata/ |
D | testinput24 | 91 /[ten]/ 93 ten 96 ten 118 ten
|
D | testoutput24 | 134 /[ten]/ 135 (?s)\A[ten]\z 137 ten 142 ten 143 0: ten 178 ten
|
D | grepoutput8 | 6 7:X seven
8:X eight
9:X nine
10:X ten
|
D | grepinput8 | 5 X seven
X eight
X nine
X ten
|
D | grepoutput | 76 30:ten 173 ten 204 30-ten 226 ten 248 ten 280 30-ten 303 ten 581 30:ten
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | attr-amdgpu-num-sgpr-spill-to-smem.ll | 18 %ten = load volatile i32, i32 addrspace(4)* undef 29 store volatile i32 %ten, i32 addrspace(1)* undef
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference_test.cc | 82 auto ten = ops::Const<int32>( in TEST() local 85 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten); in TEST()
|
/external/ltp/testcases/commands/ar/datafiles/ |
D | file10.in | 1 This is file ten
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.hyp.txt | 1 at-ten-de
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-strings/Inputs/ |
D | numbers | 10 ten
|