Home
last modified time | relevance | path

Searched refs:res1 (Results 1 – 25 of 42) sorted by relevance

12

/external/icu4c/test/intltest/
Dtchcfmt.cpp50 UnicodeString res1, res2; in TestSimpleExample() local
61 res1 = form->format(i, str, fpos, status ); in TestSimpleExample()
68 … it_logln(UnicodeString("") + ix + UnicodeString(" -> ") + res1 + UnicodeString(" -> ") + res2); in TestSimpleExample()
173 UnicodeString res1, res2; in TestComplexExample() local
174 pattform->toPattern( res1 ); in TestComplexExample()
175 it_logln("MessageFormat toPattern: " + res1); in TestComplexExample()
176 fileform->toPattern( res1 ); in TestComplexExample()
177 it_logln("ChoiceFormat toPattern: " + res1); in TestComplexExample()
178 if (res1 == "-1#are corrupted files|0#are no files|1#is one file|2#are {2} files") { in TestComplexExample()
348 form_pat.toPattern( res1 ); in TestComplexExample()
[all …]
Dnmfmapts.cpp122 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local
125 res1 = cur_fr->format(d, res1); in testAPI()
126 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1); in testAPI()
330 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local
336 f1->format(n, res1); in testRegistration()
347 logln((UnicodeString)"f1 src int: " + res1); in testRegistration()
366 if (res4 != res1) { in testRegistration()
376 if (res1 != ures4) { in testRegistration()
Dsdtfmtts.cpp144 UnicodeString res1, res2; in testAPI() local
147 res1 = def.format(d, res1, pos1); in testAPI()
148 logln( (UnicodeString) "" + d + " formatted to " + res1); in testAPI()
Ddtfmapts.cpp164 UnicodeString res1, res2, res3; in testAPI() local
168 res1 = fr->format(d, res1, pos1, status); in testAPI()
172 logln( (UnicodeString) "" + d + " formatted to " + res1); in testAPI()
Ddcfmapts.cpp136 UnicodeString res1, res2, res3, res4; in testAPI() local
139 res1 = def.format(d, res1, pos1); in testAPI()
140 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1); in testAPI()
/external/valgrind/main/memcheck/tests/
Dbuflen_check.c8 int res1, res2, res3; in main() local
11 res1 = socket(PF_UNIX, SOCK_STREAM, 0); in main()
12 if (res1 == 0) { in main()
18 res2 = getsockname(res1, NULL, &len); /* NULL is bogus */ in main()
19 res3 = getsockname(res1, &name, NULL); /* NULL is bogus */ in main()
Dunit_libcbase.c347 Long res1 = VG_(strtoll10)(a[i].str, &endptr1); in test_strtoll_and_strtod() local
351 CHECK(a[i].res == res1 && a[i].endptr_val == *endptr1); in test_strtoll_and_strtod()
352 CHECK(res2 == res1 && *endptr2 == *endptr1); in test_strtoll_and_strtod()
402 Long res1 = VG_(strtoll16)(a[i].str, &endptr1); in test_strtoll_and_strtod() local
406 CHECK(a[i].res == res1 && a[i].endptr_val == *endptr1); in test_strtoll_and_strtod()
407 CHECK(res2 == res1 && *endptr2 == *endptr1); in test_strtoll_and_strtod()
/external/dropbear/libtomcrypt/testprof/
Dpkcs_1_test.c8 int res1, res2, res3, prng_idx, hash_idx, err; in pkcs_1_test() local
45 DO(pkcs_1_oaep_decode(buf[1], l1, lparam, lparamlen, modlen, hash_idx, buf[2], &l2, &res1)); in pkcs_1_test()
47 if (res1 != 1 || l2 != l3 || memcmp(buf[2], buf[0], l3) != 0) { in pkcs_1_test()
48 …hould have been %lu, res1 = %d, lparamlen = %lu, msg contents follow.\n", l2, l3, res1, lparamlen); in pkcs_1_test()
64 DO(pkcs_1_pss_decode(buf[0], l3, buf[1], l1, saltlen, hash_idx, modlen, &res1)); 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/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DMacTest.java405 byte [] res1 = macs[i].doFinal(); in testMac11()
406 byte [] res2 = new byte[res1.length + 10]; in testMac11()
408 for (int j = 0; j < res1.length; j++) { in testMac11()
410 .concat(Integer.toString(j)), res1[j], res2[j]); in testMac11()
432 byte [] res1 = macs[i].doFinal(); in testMac12()
434 assertEquals("Results are not the same", res1.length, res2.length); in testMac12()
435 for(int t = 0; t < res1.length; t++) { in testMac12()
436 assertEquals("Results are not the same", res1[t], res2[t]); in testMac12()
440 res1 = macs[i].doFinal(); in testMac12()
441 assertEquals("Results are not the same", res1.length, res2.length); in testMac12()
[all …]
/external/valgrind/main/none/tests/x86/
Dfxtract.c5 double arg, res1, res2; variable
13 "\tfstpl " VG_SYM(res1) "\n"
21 res1 = res2 = 0.0; in try()
23 printf("%17.10e -> %14.10f %14.10f\n", arg, res1, res2); in try()
/external/valgrind/main/none/tests/amd64/
Dfxtract.c5 double arg, res1, res2; variable
22 res1 = res2 = 0.0; in try()
24 printf("%17.10e -> %14.10f %14.10f\n", arg, res1, res2); in try()
/external/llvm/test/Transforms/ScalarRepl/
D2008-06-05-loadstore-agg.ll12 %res1 = insertvalue { i32, i32 } undef, i32 1, 0 ; <{ i32, i32 }> [#uses=1]
13 %res2 = insertvalue { i32, i32 } %res1, i32 2, 1 ; <{ i32, i32 }> [#uses=1]
25 %res1 = insertvalue [ 2 x i32 ] undef, i32 1, 0 ; <{ i32, i32 }> [#uses=1]
26 %res2 = insertvalue [ 2 x i32 ] %res1, i32 2, 1 ; <{ i32, i32 }> [#uses=1]
/external/llvm/test/Feature/
Dparamattrs.ll17 %res1 = call signext i16 (i16 ) *@test(i16 signext %val)
18 %two = add i16 %res1, %res1
/external/bluetooth/hcidump/parser/
Drfcomm.h124 uint8_t res1:1; member
140 uint8_t res1:2; member
157 uint8_t res1:1; member
177 uint8_t res1:2; member
329 uint8_t res1:2; member
469 uint8_t res1:2; member
/external/iproute2/include/netinet/
Dtcp.h97 u_int16_t res1:4; member
108 u_int16_t res1:4; member
/external/ipsec-tools/src/racoon/
Deaytest.c600 vchar_t *buf, *iv, *res1, *res2; in ciphertest_1() local
616 res1 = (encrypt)(buf, key, iv); in ciphertest_1()
617 if (res1 == NULL) { in ciphertest_1()
622 PVDUMP(res1); in ciphertest_1()
625 res2 = (decrypt)(res1, key, iv); in ciphertest_1()
639 vfree(res1); in ciphertest_1()
/external/qemu/
Dsoftmmu_template.h195 DATA_TYPE res, res1, res2; in glue() local
216 res1 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr1, in glue()
222 res = (res1 << shift) | (res2 >> ((DATA_SIZE * 8) - shift)); in glue()
224 res = (res1 >> shift) | (res2 << ((DATA_SIZE * 8) - shift)); in glue()
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/
DSDL_mintaudio_mcsn.h43 unsigned long res1; /* Frequency of external clock */ member
DSDL_mintaudio_mcsn.c261 if (cookie_mcsn->res1 != 0) { in Mint_CheckAudio()
263 SDL_MintAudio_AddFrequency(this, (cookie_mcsn->res1)/(MASTERPREDIV_FALCON*(1<<i)), in Mint_CheckAudio()
/external/iproute2/include/linux/
Dfib_rules.h25 __u8 res1; /* reserved */ member
/external/kernel-headers/original/linux/
Dtcp.h29 __u16 res1:4, member
41 res1:4, member
/external/qemu-pc-bios/vgabios/tests/lfbprof/
Dlfbprof.h63 char res1; /* Reserved */ member
/external/icu4c/common/
Duresbund.c2779 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){
2780 if(res1==NULL || res2==NULL){
2781 return res1==res2; /* pointer comparision */
2783 if(res1->fKey==NULL|| res2->fKey==NULL){
2784 return (res1->fKey==res2->fKey);
2786 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){
2790 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){
2793 if(res1->fData->fPath == NULL|| res2->fData->fPath==NULL){
2794 return (res1->fData->fPath == res2->fData->fPath);
2796 if(uprv_strcmp(res1->fData->fPath, res2->fData->fPath)!=0){
[all …]
/external/clang/test/SemaCXX/
Daltivec.cpp20 int res1[vec_step(arg1) == 8 ? 1 : -1]; in test_vec_step() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DLocaleTest.java339 String res1 = "\u0069".toUpperCase(); in test_setDefaultLjava_util_Locale() local
342 assertEquals("Wrong toUppercase conversion", "\u0130", res1); in test_setDefaultLjava_util_Locale()

12