/external/sqlite/android/ |
D | PhoneNumberUtilsTest.cpp | 34 #define EXPECT(function, input1, input2, expected, total, error) \ argument 37 const char *i2_cache = input2; \ 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/chromium/crypto/ |
D | rsa_private_key_unittest.cc | 358 std::vector<uint8> input2; in TEST() local 361 input2.resize(sizeof(short_integer_without_high_bit)); in TEST() 365 memcpy(&input2.front(), short_integer_without_high_bit, in TEST() 371 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(input2)); in TEST() 381 ASSERT_EQ(input2.size(), output2.size()); in TEST() 384 ASSERT_TRUE(0 == memcmp(&output2.front(), &input2.front(), in TEST() 385 input2.size())); in TEST()
|
D | sha2_unittest.cc | 55 std::string input2 = in TEST() local 67 crypto::SHA256HashString(input2, output2, sizeof(output2)); in TEST() 72 crypto::SHA256HashString(input2, in TEST()
|
/external/stlport/test/unit/ |
D | plusminus_test.cpp | 34 int input2 [4] = { 1, 5, 2, 3 }; in plus0() local 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); in plus0() 43 int input2 [4] = { 1, 4, 8, 3 }; in minus0() local 47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>()); in minus0()
|
D | logic_test.cpp | 36 bool input2 [4] = { false, true, false, false }; in logicand() local 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); in logicand() 56 bool input2 [4] = { false, true, false, false }; in logicor() local 59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>()); in logicor()
|
D | ptr2_test.cpp | 46 int input2 [4] = { 1, 5, 5, 8 }; in ptrbin1() local 49 …transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<i… in ptrbin1() 59 int input2 [4] = { 1, 5, 5, 8 }; in ptrbin2() local 62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum)); in ptrbin2()
|
D | modulus_test.cpp | 31 int input2 [4] = { 4, 2, 11, 3 }; in modulus0() local 35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>()); in modulus0()
|
D | neq_test.cpp | 45 int input2 [4] = { 1, 6, 2, 3 }; in nequal0() local 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>()); in nequal0()
|
D | equal_test.cpp | 165 int input2 [4] = { 1, 6, 2, 3 }; in equalto() local 168 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, equal_to<int>()); in equalto()
|
/external/compiler-rt/test/timing/ |
D | moddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 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); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[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); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 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); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 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); 20 INPUT_TYPE input2[INPUT_SIZE]; in main() local 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; in main() 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-04-08-FloatUndef.ll | 5 %input2 = load <4 x float>* null, align 16 ; <<4 x float>> [#uses=2] 6 …%shuffle7 = shufflevector <4 x float> %input2, <4 x float> <float 0.000000e+00, float 1.000000e+00… 8 %add2 = fadd <4 x float> %mul1, %input2 ; <<4 x float>> [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-11-19-VectorSplitting.ll | 9 %input2 = load <4 x float>* null, align 16 ; <<4 x float>> 10 …%shuffle7 = shufflevector <4 x float> %input2, <4 x float> < float 0.000000e+00, float 1.000000e+0… 13 %add2 = fadd <4 x float> %mul1, %input2 ; <<4 x float>>
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFEBlendElement.cpp | 131 FilterEffect* input2 = filterBuilder->getEffectById(in2()); in build() local 133 if (!input1 || !input2) in build() 140 inputEffects.append(input2); in build()
|
D | SVGFEDisplacementMapElement.cpp | 162 FilterEffect* input2 = filterBuilder->getEffectById(in2()); in build() local 164 if (!input1 || !input2) in build() 172 inputEffects.append(input2); in build()
|
D | SVGFECompositeElement.cpp | 174 FilterEffect* input2 = filterBuilder->getEffectById(in2()); in build() local 176 if (!input1 || !input2) in build() 184 inputEffects.append(input2); in build()
|
/external/oprofile/libutil++/tests/ |
D | file_manip_tests.cpp | 44 Input input2, Output const & output, Result const & result) in check_result() argument 49 << "\"" << input2 << "\"\n" in check_result()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | CodedInputStreamTest.java | 300 CodedInputStream input2 = CodedInputStream.newInstance(rawBytes); in testSkipWholeMessage() local 305 assertEquals(tag, input2.readTag()); in testSkipWholeMessage() 310 input2.skipField(tag); in testSkipWholeMessage()
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_unittest.cc | 666 ArrayInputStream input2(buffer + 12, 7); in TEST_F() local 677 {&input1, &input2, &input3, &input4, &input5, &input6, &input7}; in TEST_F()
|
/external/webkit/Source/WebKit/qt/tests/qwebelement/ |
D | tst_qwebelement.cpp | 932 QWebElement input2 = inputs.at(1); in hasSetFocus() local 933 input2.setFocus(); in hasSetFocus() 935 QVERIFY(input2.hasFocus()); in hasSetFocus()
|
/external/icu4c/test/intltest/ |
D | regextst.cpp | 1837 UText input2 = UTEXT_INITIALIZER; in API_Match_UTF8() local 1841 regextst_openUTF8FromInvariant(&input2, "not abc", -1, &status); in API_Match_UTF8() 1842 REGEX_VERBOSE_TEXT(&input2); in API_Match_UTF8() 1857 m1->reset(&input2); in API_Match_UTF8() 1900 m1->reset(&input2); in API_Match_UTF8() 1939 m1->reset(&input2); // "not abc" in API_Match_UTF8() 1957 utext_close(&input2); in API_Match_UTF8()
|