/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 | 95 static void set_scale_factors(MACROBLOCKD *xd, int ref0, int ref1, 98 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/chromium_org/gpu/command_buffer/service/ |
texture_manager_unittest.cc | 2161 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local 2187 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local 2249 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local 2326 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local 2371 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local [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/third_party/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/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/clang/test/CXX/drs/ |
dr1xx.cpp | 268 virtual void ref1() throw(C *const&); 301 virtual void ref1() throw(D *const &);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 463 const MV_REFERENCE_FRAME ref1 = mbmi->ref_frame[1]; local 465 ref1, mbmi->ref_mvs[ref1], mi_row, mi_col); 469 mbmi->ref_mvs[ref1], &nearest[1], &nearmv[1]);
|
/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 | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 1389 int ref0 = 0, ref1 = 0, ref2 = 0, ref3 = 0; local [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | [all...] |
/art/runtime/ |
check_jni.cc | [all...] |
/dalvik/vm/ |
CheckJni.cpp | [all...] |
/development/ndk/platforms/android-3/include/ |
jni.h | 571 jboolean IsSameObject(jobject ref1, jobject ref2) 572 { return functions->IsSameObject(this, ref1, ref2); } [all...] |