HomeSort by relevance Sort by last modified time
    Searched refs:result2 (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/lldb/test/functionalities/archives/
b.c 17 int result2 = arg1 - __b_global; local
18 return result2;
  /external/chromium_org/components/url_matcher/
regex_set_matcher_unittest.cc 32 std::set<StringPattern::ID> result2; local
33 matcher.Match("https://abfffffffffffffffffffffffffffffff.fi/cf", &result2);
34 EXPECT_EQ(2U, result2.size());
35 EXPECT_TRUE(ContainsKey(result2, 17));
36 EXPECT_TRUE(ContainsKey(result2, 42));
56 std::set<StringPattern::ID> result2; local
57 matcher.Match("http://aaa.net/quaaACK", &result2);
58 EXPECT_EQ(1U, result2.size());
59 EXPECT_TRUE(ContainsKey(result2, 57));
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection_Test.cpp 48 _Point result1, result2; local
50 xy_at_t(line2, ts.fT[1][i], result2.x, result2.y);
51 if (!result1.approximatelyEqual(result2)) {
55 xy_at_t(line2, ts.fT[1][i ^ 1], result2.x, result2.y);
56 if (!result1.approximatelyEqual(result2)) {
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_destroy.c 117 int result = 0, result1 = 0, result2 = 0; local
172 result2 = EBUSY;
189 if ((result2 = pthread_mutex_unlock (&(cv->mtxUnblockLock))) == 0)
191 result2 = pthread_mutex_destroy (&(cv->mtxUnblockLock));
252 return ((result != 0) ? result : ((result1 != 0) ? result1 : result2));
pthread_rwlock_destroy.c 46 int result = 0, result1 = 0, result2 = 0; local
83 result2 = EBUSY;
105 result2 = pthread_mutex_destroy (&(rwl->mtxExclusiveAccess));
142 return ((result != 0) ? result : ((result1 != 0) ? result1 : result2));
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_icon_util_unittest.cc 49 gfx::Image result2 = profiles::GetSizedAvatarIcon( local
52 VerifyScaling(result2, size);
66 gfx::Image result2 = profiles::GetAvatarIconForMenu(rect_picture, true); local
68 VerifyScaling(result2, size);
82 gfx::Image result2 = profiles::GetAvatarIconForWebUI(rect_picture, true); local
84 VerifyScaling(result2, size);
103 gfx::Image result2 = profiles::GetAvatarIconForTitleBar( local
106 VerifyScaling(result2, size);
  /external/chromium_org/third_party/ots/test/
idempotent.cc 41 const uint8_t *result2, const size_t len2);
69 const uint8_t *result2, const size_t len2) {
79 (write(fd2, result2, len2) < 0)) {
183 uint8_t *result2 = new uint8_t[result_len]; local
184 ots::MemoryStream output2(result2, result_len);
196 } else if (std::memcmp(result2, result, result_len)) {
203 if (!DumpResults(result, result_len, result2, result2_len)) {
  /external/aac/libFDK/src/arm/
qmf_arm.cpp 611 FIXP_DBL result1, result2; local
614 result2 = *pMyTimeOut++;
627 result2 = fMult(result2,gain);
629 if (result2 < 0) result2 += add_neg;
630 if (result2 < max_neg) result2 = max_neg;
631 if (result2 > max_pos) result2 = max_pos
668 FIXP_DBL result1, result2; local
    [all...]
  /external/chromium_org/third_party/icu/source/samples/citer/
citer.cpp 59 UnicodeString result1, result2; local
62 test2->getText(result2);
63 if (result1 != result2) {
124 UnicodeString result1, result2; local
127 test2->getText(result2);
128 if (result1 != result2) {
  /external/icu/icu4c/source/samples/citer/
citer.cpp 59 UnicodeString result1, result2; local
62 test2->getText(result2);
63 if (result1 != result2) {
124 UnicodeString result1, result2; local
127 test2->getText(result2);
128 if (result1 != result2) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
loopfiltersimpleverticaledge_neon.c 17 const uint8x8x2_t result2) {
35 vst2_lane_u8(dst, result2, 0);
37 vst2_lane_u8(dst, result2, 1);
39 vst2_lane_u8(dst, result2, 2);
41 vst2_lane_u8(dst, result2, 3);
43 vst2_lane_u8(dst, result2, 4);
45 vst2_lane_u8(dst, result2, 5);
47 vst2_lane_u8(dst, result2, 6);
49 vst2_lane_u8(dst, result2, 7);
86 const uint8x8x2_t result2) {
    [all...]
  /external/chromium_org/third_party/skia/tests/
SrcOverTest.cpp 39 unsigned result2 = test_srcover2(0xFF, i); local
42 opaqueCounter2 += (result2 == 0xFF);
PathOpsLineIntersectionTest.cpp 88 SkDPoint result2 = line2.ptAtT(ts[1][i]); local
89 if (!result1.approximatelyEqual(result2) && !ts.nearlySame(i)) {
91 result2 = line2.ptAtT(ts[1][i ^ 1]);
92 if (!result1.approximatelyEqual(result2)) {
95 REPORTER_ASSERT(reporter, result1.approximatelyEqual(result2));
  /external/chromium_org/mojo/system/
waiter_list_unittest.cc 164 MojoResult result2; local
178 test::SimpleWaiterThread thread2(&result2, &context2);
186 EXPECT_EQ(MOJO_RESULT_CANCELLED, result2);
195 test::SimpleWaiterThread thread2(&result2, &context2);
207 EXPECT_EQ(MOJO_RESULT_CANCELLED, result2);
216 test::SimpleWaiterThread thread2(&result2, &context2);
227 EXPECT_EQ(MOJO_RESULT_FAILED_PRECONDITION, result2);
244 test::SimpleWaiterThread thread2(&result2, &context2);
279 EXPECT_EQ(MOJO_RESULT_FAILED_PRECONDITION, result2);
  /external/chromium_org/v8/test/webkit/fast/js/
Promise-static-cast.js 29 var result2 = undefined; variable
43 result2 = res;
44 shouldBe('result2', '42');
56 shouldBe('result2', 'undefined');
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data_unittest.cc 64 PasswordFormFillData result2; local
70 &result2);
74 EXPECT_FALSE(result2.wait_for_username);
  /external/chromium_org/tools/deep_memory_profiler/tests/
range_dict_tests.py 95 result2 = []
97 result2.append({'begin': begin, 'end':end, 'attr':attr.get()})
105 self.assertEqual(expected2, result2)
  /external/chromium_org/tools/grit/grit/
util_unittest.py 74 result2 = 'bc'
75 path2 = '%s%s%s' % (root_dir, os.path.sep, result2)
78 TestRelativePathCombinations(root_dir, path2, result2)
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider_unittest.cc 27 bool MoreRelevant(const SearchResult* result1, const SearchResult* result2) {
28 return result1->relevance() > result2->relevance();
  /external/chromium_org/components/history/core/browser/
history_types_unittest.cc 42 URLResult result2(url1, base::Time::Now());
47 results->AppendURLBySwapping(&result2);
  /external/chromium_org/third_party/libvpx/source/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...]
  /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...]
  /external/chromium_org/media/base/
sinc_resampler_unittest.cc 138 double result2 = resampler.CONVOLVE_FUNC( local
141 EXPECT_NEAR(result2, result, kEpsilon);
147 result2 = resampler.CONVOLVE_FUNC(
150 EXPECT_NEAR(result2, result, kEpsilon);
  /external/chromium_org/third_party/icu/source/test/cintltst/
currtest.c 195 double result1 = 0.0, result2 = 0.0; local
222 result2 = unum_parseDoubleCurrency(parser, TEST_NUMBER, -1, &pos, buffer, &status);
223 if (result1 != result2 || U_FAILURE(status)) {
225 result1, result2, u_errorName(status));
  /external/icu/icu4c/source/test/cintltst/
currtest.c 195 double result1 = 0.0, result2 = 0.0; local
222 result2 = unum_parseDoubleCurrency(parser, TEST_NUMBER, -1, &pos, buffer, &status);
223 if (result1 != result2 || U_FAILURE(status)) {
225 result1, result2, u_errorName(status));

Completed in 6019 milliseconds

1 2 3 4