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

1 2 3 4

  /external/eigen/test/
product_mmtr.cpp 13 ref2 = ref1 = DEST; \
15 ref1 OP; \
16 ref2.template triangularView<TRI>() = ref1; \
31 MatrixColMaj ref1(size, size), ref2(size, size);
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.h 93 static void set_scale_factors(MACROBLOCKD *xd, int ref0, int ref1,
96 xd->scale_factor[1] = sf[ref1 >= 0 ? ref1 : 0];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 91 ref1 = weakref.ref(o, self.callback)
94 self.assertTrue(ref1() is None,
116 ref1 = weakref.ref(c, callback)
122 ref1 = weakref.proxy(o, self.callback)
129 self.assertRaises(weakref.ReferenceError, check, ref1)
155 ref1 = weakref.ref(o)
160 self.assertTrue(ref1 is ref2,
165 ref1 = weakref.ref(o)
167 self.assertTrue(ref1 is ref2,
278 ref1 = weakref.proxy(o
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 91 ref1 = weakref.ref(o, self.callback)
94 self.assertTrue(ref1() is None,
116 ref1 = weakref.ref(c, callback)
122 ref1 = weakref.proxy(o, self.callback)
129 self.assertRaises(weakref.ReferenceError, check, ref1)
155 ref1 = weakref.ref(o)
160 self.assertTrue(ref1 is ref2,
165 ref1 = weakref.ref(o)
167 self.assertTrue(ref1 is ref2,
278 ref1 = weakref.proxy(o
    [all...]
  /external/eigen/test/eigen2/
eigen2_triangular.cpp 120 Matrix2i ref1; local
121 ref1 << 1, 2,
123 VERIFY(m1 == ref1);
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 279 __m128i ref0, ref1, ref2, ref3; local
283 ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]);
289 ref1 = _mm_cvtsi32_si128(*(int*)&ref[1 * BPS]);
295 ref1 = _mm_unpacklo_epi8(ref1, zero);
300 ref1 = _mm_add_epi16(ref1, T1);
305 ref1 = _mm_packus_epi16(ref1, ref1);
359 const __m128i ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); local
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 279 __m128i ref0, ref1, ref2, ref3; local
283 ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]);
289 ref1 = _mm_cvtsi32_si128(*(int*)&ref[1 * BPS]);
295 ref1 = _mm_unpacklo_epi8(ref1, zero);
300 ref1 = _mm_add_epi16(ref1, T1);
305 ref1 = _mm_packus_epi16(ref1, ref1);
359 const __m128i ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc 2143 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local
2169 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local
2231 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local
2308 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 1066 /* `p2' to get hinted coordinates, using `ref1' and `ref2' as the */
1075 AF_Point ref1,
1080 FT_Pos v1 = ref1->v;
1082 FT_Pos d1 = ref1->u - v1;
1116 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 );
1132 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 );
  /external/freetype/src/autofit/
afhints.c 1088 /* `p2' to get hinted coordinates, using `ref1' and `ref2' as the */
1097 AF_Point ref1,
1102 FT_Pos v1 = ref1->v;
1104 FT_Pos d1 = ref1->u - v1;
1138 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 );
1154 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 );
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url.cc 520 bool TemplateURLRef::SameUrlRefs(const TemplateURLRef* ref1,
522 return ref1 == ref2 || (ref1 && ref2 && ref1->url() == ref2->url());
template_url.h 132 static bool SameUrlRefs(const TemplateURLRef* ref1,
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \
179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
  /external/chromium/base/win/
scoped_variant_unittest.cc 213 ScopedVariant ref1(&faker);
215 ScopedVariant ref2(static_cast<const VARIANT&>(ref1));
  /external/chromium_org/base/win/
scoped_variant_unittest.cc 213 ScopedVariant ref1(&faker);
215 ScopedVariant ref2(static_cast<const VARIANT&>(ref1));
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 477 const MV_REFERENCE_FRAME ref1 = mbmi->ref_frame[1]; local
479 ref1, mbmi->ref_mvs[ref1], mi_row, mi_col);
482 vp9_find_best_ref_mvs(xd, mbmi->ref_mvs[ref1],
484 best_mv_second.as_int = mbmi->ref_mvs[ref1][0].as_int;
  /external/clang/test/CXX/drs/
dr1xx.cpp 268 virtual void ref1() throw(C *const&);
301 virtual void ref1() throw(D *const &);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 226 File ref1 = new File("/dir1/file1"); local
229 assertEquals("wrong result 1", ref1.getPath(), file1.getPath());
231 assertEquals("wrong result 2", ref1.getPath(), file2.getPath());
235 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
237 assertEquals("wrong result 4", ref1.getPath(), file4.getPath());
249 File ref1 = new File("/dir1/file1"); local
253 assertEquals("wrong result 1", ref1.getPath(), file1.getPath());
255 assertEquals("wrong result 2", ref1.getPath(), file2.getPath());
259 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
261 assertEquals("wrong result 4", ref1.getPath(), file4.getPath())
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 1293 # merge_checksums(ref1, ref2, filename)
1295 # REF1 and REF2 are references to hashes containing a mapping
1299 # Merge checksum lists defined in REF1 and REF2 and return reference to
1306 my $ref1 = $_[0];
1312 foreach $line (keys(%{$ref1}))
1315 ($ref1->{$line} ne $ref2->{$line}))
1319 $result{$line} = $ref1->{$line};
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c     [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1648 int ref0 = 0, ref1 = 0, ref2 = 0, ref3 = 0; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /art/runtime/
check_jni.cc     [all...]
  /dalvik/vm/
CheckJni.cpp     [all...]

Completed in 606 milliseconds

1 2 3 4