/external/v8/test/webkit/fast/regex/ |
D | pcre-test-4.js | 32 var input1 = "a\x7fb"; variable 47 var input1 = "a\u4000\x7fyb"; 115 var input1 = "a\u1234\u4321yb"; 133 var input1 = "a\u1234\u4321yb"; 154 var input1 = "a\u1234\u4321yb"; 175 var input1 = "a\u1234\u4321yb"; 205 var input1 = "a\u1234\u4321yb"; 242 var input1 = "\u0100\u0100b"; 250 var input1 = "\xc2\xab"; 297 var input1 = "\u0100\u0100"; [all …]
|
D | pcre-test-4-expected.txt | 30 PASS regex0.exec(input1); is results 34 PASS regex1.exec(input1); is results 49 PASS regex12.exec(input1); is results 54 PASS regex13.exec(input1); is results 60 PASS regex14.exec(input1); is results 66 PASS regex15.exec(input1); is results 75 PASS regex16.exec(input1); is results 85 PASS regex21.exec(input1); is results 87 PASS regex22.exec(input1); is results 97 PASS regex37.exec(input1); is results [all …]
|
/external/v8/src/compiler/ |
D | node-matchers.cc | 40 Node* input1 = merge->InputAt(1); in DiamondMatcher() local 41 if (input1->InputCount() != 1) return; in DiamondMatcher() 43 if (branch != input1->InputAt(0)) return; in DiamondMatcher() 46 input1->opcode() == IrOpcode::kIfFalse) { in DiamondMatcher() 49 if_false_ = input1; in DiamondMatcher() 51 input1->opcode() == IrOpcode::kIfTrue) { in DiamondMatcher() 53 if_true_ = input1; in DiamondMatcher()
|
/external/sqlite/android/ |
D | PhoneNumberUtilsTest.cpp | 34 #define EXPECT(function, input1, input2, expected, total, error) \ argument 36 const char *i1_cache = input1; \ 51 #define EXPECT_EQ(input1, input2) \ argument 52 EXPECT(phone_number_compare_strict, (input1), (input2), true, \ 56 #define EXPECT_NE(input1, input2) \ argument 57 EXPECT(phone_number_compare_strict, (input1), (input2), false, \
|
/external/libweave/third_party/chromium/crypto/ |
D | sha2_unittest.cc | 13 std::string input1 = "abc"; in TEST() local 24 crypto::SHA256HashString(input1, output1, sizeof(output1)); in TEST() 29 crypto::SHA256HashString(input1, in TEST() 38 std::string input1 = "abc"; in TEST() local 48 std::string output1 = crypto::SHA256HashString(input1); in TEST()
|
/external/libchrome/crypto/ |
D | sha2_unittest.cc | 14 std::string input1 = "abc"; in TEST() local 25 crypto::SHA256HashString(input1, output1, sizeof(output1)); in TEST() 30 crypto::SHA256HashString(input1, in TEST() 39 std::string input1 = "abc"; in TEST() local 49 std::string output1 = crypto::SHA256HashString(input1); in TEST()
|
D | rsa_private_key_unittest.cc | 326 std::vector<uint8_t> input1; in TEST() local 329 input1.resize(sizeof(short_integer_with_high_bit)); in TEST() 332 memcpy(&input1.front(), short_integer_with_high_bit, in TEST() 338 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(input1)); in TEST() 349 ASSERT_EQ(input1.size(), output1.size()); in TEST() 351 ASSERT_TRUE(0 == memcmp(&output1.front(), &input1.front(), in TEST() 352 input1.size())); in TEST()
|
D | secure_hash_unittest.cc | 45 std::string input1(10001, 'a'); // 'a' repeated 10001 times in TEST() local 59 ctx1->Update(input1.data(), input1.size()); in TEST()
|
/external/compiler-rt/test/builtins/timing/ |
D | modsi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; in main() local 27 input1[i] = rand(); in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | muldi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; in main() local 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | umoddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; in main() local 27 input1[i] = (((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | moddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; in main() local 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | udivdi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; in main() local 27 input1[i] = (((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | divdi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; in main() local 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice_mips.c | 128 int16_t input1, // Filter coefficient in WebRtcIsacfix_FilterMaLoopMIPS() argument 240 : [input0] "r" (input0), [input1] "r" (input1), in WebRtcIsacfix_FilterMaLoopMIPS() 324 : [input0] "r" (input0), [input1] "r" (input1), in WebRtcIsacfix_FilterMaLoopMIPS()
|
D | pitch_filter_mips.c | 32 int16_t* input1 = inputBuf + ind2t; in WebRtcIsacfix_PitchFilterCore() local 122 [w5] "=&r" (w5), [input1] "+r" (input1), [out2_pos2] "+r" (out2_pos2), in WebRtcIsacfix_PitchFilterCore()
|
D | codec.h | 171 int16_t input1, 185 int16_t input1, 200 int16_t input1, 217 int16_t input1,
|
D | lattice_neon.c | 26 int16_t input1, // Filter coefficient in WebRtcIsacfix_FilterMaLoopNeon() argument 37 int32x4_t input1_v = vdupq_n_s32((int32_t)input1 << 16); in WebRtcIsacfix_FilterMaLoopNeon() 191 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT15(input1, *ptr0); in WebRtcIsacfix_FilterMaLoopNeon()
|
D | lattice.c | 56 int16_t input1, // Filter coefficient in WebRtcIsacfix_FilterMaLoopC() argument 81 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT15(input1, *ptr0); // Q15*Q15>>15 = Q15 in WebRtcIsacfix_FilterMaLoopC()
|
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 45 UnicodeString input1[] = {one}; in CheckFourCases() local 46 CheckFormatting(formatter.getAlias(), input1, 1, results[0]); in CheckFourCases() 66 UnicodeString input1[] = {one}; in RecordFourCases() local 67 formatter->format(input1, 1, results[0], errorCode); in RecordFourCases() 205 UnicodeString input1[] = {one}; in TestOutOfOrderPatterns() local 206 CheckFormatting(&formatter, input1, 1, results[0]); in TestOutOfOrderPatterns()
|
/external/skia/tests/ |
D | GrGLSLPrettyPrintTest.cpp | 16 const SkString input1("#this is not a realshader\nvec4 some stuff;outside of a function;" variable 94 testStr.push_back(input1.c_str()); in DEF_TEST() 95 lengths.push_back((int)input1.size()); in DEF_TEST()
|
/external/bison/tests/ |
D | skeletons.at | 187 AT_DATA([[input1.y]], 193 AT_BISON_CHECK([[input1.y]], [[1]], [[]], 194 [[input1.y: warning: foow fubar 196 input1.y: error: fooc fubar 198 input1.y: fatal error: foof fubar 260 AT_DATA([[input1.y]], 266 AT_BISON_CHECK([[input1.y]], [[1]], [[]], 267 [[input1.y: error: non-fatal error 268 input1.y: fatal error: M4 should exit immediately here
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 90 v8i16 input0, input1; in idct4x4_addblk_msa() local 98 LD_SH2(input, 8, input0, input1); in idct4x4_addblk_msa() 100 UNPCK_SH_SW(input1, in2, in3); in idct4x4_addblk_msa() 147 v8i16 input0, input1; in vp8_short_inv_walsh4x4_msa() local 151 LD_SH2(input, 8, input0, input1); in vp8_short_inv_walsh4x4_msa() 153 UNPCK_SH_SW(input1, in2, in3); in vp8_short_inv_walsh4x4_msa() 182 v8i16 input0, input1, dequant_in0, dequant_in1, mul0, mul1; in dequant_idct4x4_addblk_msa() local 192 LD_SH2(input, 8, input0, input1); in dequant_idct4x4_addblk_msa() 194 MUL2(input0, dequant_in0, input1, dequant_in1, mul0, mul1); in dequant_idct4x4_addblk_msa()
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTUtils.cmake | 61 macro(list_union output input1 input2) 63 foreach(it ${${input1}})
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | dsp_helper.h | 106 static void CrossFade(const int16_t* input1, const int16_t* input2,
|