Home
last modified time | relevance | path

Searched refs:res2 (Results 1 – 25 of 32) sorted by relevance

12

/external/icu4c/test/intltest/
Dtchcfmt.cpp50 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 …]
Dnmfmapts.cpp122 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()
Dsdtfmtts.cpp142 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()
Ddtfmapts.cpp163 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()
Ddcfmapts.cpp136 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/
Dtchcfmt.cpp50 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 …]
Dnmfmapts.cpp122 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()
Dsdtfmtts.cpp142 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()
Ddtfmapts.cpp134 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()
Ddcfmapts.cpp129 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/
Dpkcs_1_test.c8 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/
Drfcomm.h131 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/
Deaytest.c600 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/
Dsoftmmu_template.h192 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/
Dtcp.h105 u_int16_t res2:2; member
109 u_int16_t res2:2; member
/external/chromium/third_party/icu/source/common/
Duresbund.c2621 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/
DSDL_mintaudio_mcsn.h44 unsigned long res2; member
/external/icu4c/common/
Duresbund.c2741 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/
Dfib_rules.h25 __u8 res2; /* reserved */ member
/external/kernel-headers/original/linux/
Daio_abi.h51 __s64 res2; /* secondary result */ member
/external/oprofile/libop/
Dop_hw_specific.h43 unsigned res2 : 4; in workaround_nehalem_aaj79() member
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
Djoyos2.h145 USHORT res2; /* must be 0 */ member
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
DApple80211.h24 UInt16 res2; member
/external/tcpdump/
Dprint-lspping.c270 u_int8_t res2[2]; member
304 u_int8_t res2[2]; member
/external/strace/
Ddesc.c811 event.res, event.res2);
848 event.obj, event.res, event.res2);

12