/external/icu/icu4c/source/test/cintltst/ |
cdtrgtst.c | 380 UChar *result, *result2; local 422 result2 =myFormatit(fmt, dd); 423 if(!result || !result2) { 427 if (u_strcmp(result, result2)!=0){ 428 log_err("Fail: %s != %s\n", austrdup(result), austrdup(result2) ); 431 log_verbose("Ok: %s == %s\n", austrdup(result), austrdup(result2) );
|
crestst.c | 155 const UChar *result1, *result2; local 188 result2= ures_getStringByKey(test2, "string_in_Root_te_te_IN", &resultLen, &err); 198 if(u_strcmp(result2, temp)!=0) 207 for(n=0;result2[n];n++) 209 log_verbose("%04X ",result2[n]); 223 log_verbose("for string_in_Root_te_te_IN, te_IN.txt had %s\n", austrdup(result2)); [all...] |
cdattst.c | 1120 UChar *result2=NULL; local [all...] |
cnumtst.c | 2119 UChar result1[1024] = { 0 }, result2[1024] = { 0 }; local [all...] |
creststn.c | 1499 const UChar *result1, *result2; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
citrtest.cpp | 198 UnicodeString result1, result2, result3; local 233 test1b->getText(result2); 235 if(result1 != result2 || result1 != result3) 262 testChar2->getText(result2); 264 if(result1 != result3 || result1 == result2) 268 if(result1 == result3 || result2 != result3) 272 if(result1 != result3 || result1 == result2) [all...] |
restsnew.cpp | 256 UnicodeString result2; local 259 result2 = test2.getStringEx("string_in_Root_te_te_IN", err); 266 logln("for string_in_Root_te_te_IN, te_IN.txt had " + result2); 268 if (result1 != "ROOT" || result2 != "TE_IN") { [all...] |
numrgts.cpp | 1732 UnicodeString result2; local [all...] |
dtfmttst.cpp | 2403 UnicodeString result2; local 2433 UnicodeString result2; local [all...] |
numfmtst.cpp | 2800 UnicodeString result2; local [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 31 int result1, result2, result3, result4; local 49 "sub %[result2], %[load1], %[load2] \n\t" 51 "madd $ac2, %[result2], %[cospi_16_64] \n\t" 74 [result1] "=&r" (result1), [result2] "=&r" (result2), 101 "extp %[result2], $ac3, 31 \n\t" 116 "sub %[load5], %[result1], %[result2] \n\t" 131 "add %[step2_8], %[result1], %[result2] \n\t" 136 [result1] "=&r" (result1), [result2] "=&r" (result2), 417 int result1, result2, result3, result4; local [all...] |
vp9_itrans32_cols_dspr2.c | 39 int result1, result2; local 575 "sub %[result2], %[load1], %[load2] \n\t" [all...] |
vp9_itrans32_dspr2.c | 40 int result1, result2; local [all...] |
/external/chromium_org/ash/wm/dock/ |
docked_window_layout_manager.cc | 346 bool result2 = compare_bounds(bounds2, bounds1); local 347 if (result1 != result2) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cdattst.c | 1120 UChar *result2=NULL; local [all...] |
cnumtst.c | 2116 UChar result1[1024] = { 0 }, result2[1024] = { 0 }; local [all...] |
creststn.c | 1491 const UChar *result1, *result2; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans32_dspr2.c | 40 int result1, result2; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
numrgts.cpp | 1732 UnicodeString result2; local [all...] |
dtfmttst.cpp | 2400 UnicodeString result2; local 2430 UnicodeString result2; local [all...] |
numfmtst.cpp | 2775 UnicodeString result2; local [all...] |
/external/chromium_org/v8/test/cctest/ |
test-types.cc | 1002 TypeHandle result2 = T.Random(); local [all...] |
/external/chromium_org/net/spdy/ |
spdy_network_transaction_unittest.cc | 647 std::string result2; local 648 ReadResult(trans2.get(), data, &result2); 658 EXPECT_EQ(result2.compare(expected), 0) << "Received data: " 659 << result2 5197 std::string result2; local 5335 std::string result2; local 5451 std::string result2; local [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_unittest.cc | 1661 ExpectedMemoryInfo result2 = local 1771 ExpectedMemoryInfo result2 = local 1848 ExpectedMemoryInfo result2 = local 2012 ExpectedMemoryInfo result2 = local 2078 ExpectedMemoryInfo result2 = local 2121 ExpectedMemoryInfo result2 = local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
V8TestObject.cpp | 6389 Nullable<double> result2; local [all...] |