/external/icu4c/test/intltest/ |
D | tchcfmt.cpp | 50 UnicodeString res1, res2; in TestSimpleExample() local 67 res2 = " ??? "; in TestSimpleExample() 68 … it_logln(UnicodeString("") + ix + UnicodeString(" -> ") + res1 + UnicodeString(" -> ") + res2); in TestSimpleExample() 163 UnicodeString res1, res2; in TestComplexExample() local 201 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample() 208 it_logln(i + UnicodeString(" -> ") + res2); in TestComplexExample() 209 if (res2 != checkstr[i - start]) { in TestComplexExample() 211 …it_errln(UnicodeString("*** ") + i + UnicodeString(" -> '") + res2 + UnicodeString("' unlike '") +… in TestComplexExample() 265 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample() 272 it_logln(UnicodeString() + i + UnicodeString(" -> ") + res2); in TestComplexExample() [all …]
|
D | nmfmapts.cpp | 122 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local 128 res2 = cur_fr->format(l, res2); in testAPI() 129 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2); in testAPI() 330 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local 337 f2->format(n, res2); in testRegistration() 348 logln((UnicodeString)"f2 src cur: " + res2); in testRegistration() 369 if (res5 != res2) { in testRegistration() 379 if (res2 != ures5) { in testRegistration()
|
D | sdtfmtts.cpp | 142 UnicodeString res1, res2; in testAPI() local 149 res2 = cust1.format(fD, res2, pos2, status); in testAPI() 153 logln((UnicodeString) "" + fD.getDate() + " formatted to " + res2); in testAPI()
|
D | dtfmapts.cpp | 163 UnicodeString res1, res2, res3; in testAPI() local 173 res2 = it->format(d, res2, pos2); in testAPI() 174 logln( (UnicodeString) "" + d + " formatted to " + res2); in testAPI()
|
D | dcfmapts.cpp | 136 UnicodeString res1, res2, res3, res4; in testAPI() local 142 res2 = pat.format(l, res2, pos2); in testAPI() 143 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2); in testAPI()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | tchcfmt.cpp | 50 UnicodeString res1, res2; in TestSimpleExample() local 67 res2 = " ??? "; in TestSimpleExample() 68 … it_logln(UnicodeString("") + ix + UnicodeString(" -> ") + res1 + UnicodeString(" -> ") + res2); in TestSimpleExample() 163 UnicodeString res1, res2; in TestComplexExample() local 201 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample() 208 it_logln(i + UnicodeString(" -> ") + res2); in TestComplexExample() 209 if (res2 != checkstr[i - start]) { in TestComplexExample() 211 …it_errln(UnicodeString("*** ") + i + UnicodeString(" -> '") + res2 + UnicodeString("' unlike '") +… in TestComplexExample() 265 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample() 272 it_logln(UnicodeString() + i + UnicodeString(" -> ") + res2); in TestComplexExample() [all …]
|
D | nmfmapts.cpp | 122 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local 128 res2 = cur_fr->format(l, res2); in testAPI() 129 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2); in testAPI() 330 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local 337 f2->format(n, res2); in testRegistration() 348 logln((UnicodeString)"f2 src cur: " + res2); in testRegistration() 370 if (res5 != res2) { in testRegistration() 380 if (res2 != ures5) { in testRegistration()
|
D | sdtfmtts.cpp | 142 UnicodeString res1, res2; in testAPI() local 149 res2 = cust1.format(fD, res2, pos2, status); in testAPI() 153 logln((UnicodeString) "" + fD.getDate() + " formatted to " + res2); in testAPI()
|
D | dtfmapts.cpp | 134 UnicodeString res1, res2, res3; in testAPI() local 144 res2 = it->format(d, res2, pos2); in testAPI() 145 logln( (UnicodeString) "" + d + " formatted to " + res2); in testAPI()
|
D | dcfmapts.cpp | 129 UnicodeString res1, res2, res3, res4; in testAPI() local 135 res2 = pat.format(l, res2, pos2); in testAPI() 136 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2); in testAPI()
|
/external/dropbear/libtomcrypt/testprof/ |
D | pkcs_1_test.c | 8 int res1, res2, res3, prng_idx, hash_idx, err; in pkcs_1_test() local 67 DO(pkcs_1_pss_decode(buf[0], l3, buf[1], l1, saltlen, hash_idx, modlen, &res2)); in pkcs_1_test() 72 if (!(res1 == 1 && res2 == 0 && res3 == 0)) { in pkcs_1_test() 73 fprintf(stderr, "PSS failed: %d, %d, %d, %lu, %lu\n", res1, res2, res3, l3, saltlen); in pkcs_1_test()
|
/external/bluetooth/hcidump/parser/ |
D | rfcomm.h | 131 uint8_t res2:2; member 147 uint8_t res2:2; member 165 uint8_t res2:2; member 182 uint8_t res2:2; member 333 uint8_t res2:2; member 473 uint8_t res2:2; member
|
/external/ipsec-tools/src/racoon/ |
D | eaytest.c | 600 vchar_t *buf, *iv, *res1, *res2; in ciphertest_1() local 625 res2 = (decrypt)(res1, key, iv); in ciphertest_1() 626 if (res2 == NULL) { in ciphertest_1() 631 PVDUMP(res2); in ciphertest_1() 633 if (memcmp(data->v, res2->v, data->l)) { in ciphertest_1() 640 vfree(res2); in ciphertest_1()
|
/external/qemu/ |
D | softmmu_template.h | 192 DATA_TYPE res, res1, res2; in glue() local 215 res2 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr2, in glue() 219 res = (res1 << shift) | (res2 >> ((DATA_SIZE * 8) - shift)); in glue() 221 res = (res1 >> shift) | (res2 << ((DATA_SIZE * 8) - shift)); in glue()
|
/external/iproute2/include/netinet/ |
D | tcp.h | 105 u_int16_t res2:2; member 109 u_int16_t res2:2; member
|
/external/chromium/third_party/icu/source/common/ |
D | uresbund.c | 2621 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){ 2622 if(res1==NULL || res2==NULL){ 2623 return res1==res2; /* pointer comparision */ 2625 if(res1->fKey==NULL|| res2->fKey==NULL){ 2626 return (res1->fKey==res2->fKey); 2628 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){ 2632 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){ 2635 if(res1->fData->fPath == NULL|| res2->fData->fPath==NULL){ 2636 return (res1->fData->fPath == res2->fData->fPath); 2638 if(uprv_strcmp(res1->fData->fPath, res2->fData->fPath)!=0){ [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
D | SDL_mintaudio_mcsn.h | 44 unsigned long res2; member
|
/external/icu4c/common/ |
D | uresbund.c | 2741 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){ 2742 if(res1==NULL || res2==NULL){ 2743 return res1==res2; /* pointer comparision */ 2745 if(res1->fKey==NULL|| res2->fKey==NULL){ 2746 return (res1->fKey==res2->fKey); 2748 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){ 2752 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){ 2755 if(res1->fData->fPath == NULL|| res2->fData->fPath==NULL){ 2756 return (res1->fData->fPath == res2->fData->fPath); 2758 if(uprv_strcmp(res1->fData->fPath, res2->fData->fPath)!=0){ [all …]
|
/external/iproute2/include/linux/ |
D | fib_rules.h | 25 __u8 res2; /* reserved */ member
|
/external/kernel-headers/original/linux/ |
D | aio_abi.h | 51 __s64 res2; /* secondary result */ member
|
/external/oprofile/libop/ |
D | op_hw_specific.h | 43 unsigned res2 : 4; in workaround_nehalem_aaj79() member
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/ |
D | joyos2.h | 145 USHORT res2; /* must be 0 */ member
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | Apple80211.h | 24 UInt16 res2; member
|
/external/tcpdump/ |
D | print-lspping.c | 270 u_int8_t res2[2]; member 304 u_int8_t res2[2]; member
|
/external/strace/ |
D | desc.c | 811 event.res, event.res2); 848 event.obj, event.res, event.res2);
|