/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_inline.h | 79 __inline int32 simd_sad_mb(uint8 *ref, uint8 *blk, int dmin, int lx) 85 x8 = (intptr_t)ref & 0x3; 98 ref -= lx; 105 x10 = *((uint32*)(ref += lx)); 106 x11 = *((uint32*)(ref + 4)); 124 x10 = *((uint32*)(ref + 8)); 125 x11 = *((uint32*)(ref + 12)); 160 return sad_mb_offset3(ref, blk, lx, dmin); 164 return sad_mb_offset2(ref, blk, lx, dmin); 168 return sad_mb_offset1(ref, blk, lx, dmin) 263 MOVS x8, ref, lsl #31 ; local [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
CommonNicknameCache.java | 26 import java.lang.ref.SoftReference; 100 SoftReference<String[]> ref; local 104 ref = mNicknameClusterCache.get(normalizedName); 105 if (ref == null) { 108 clusters = ref.get(); 114 ref = clusters == null ? null : new SoftReference<String[]>(clusters); 116 mNicknameClusterCache.put(normalizedName, ref);
|
/external/skia/tests/ |
MetaDataTest.cpp | 12 SkRefCnt ref; local 13 REPORTER_ASSERT(reporter, 1 == ref.getRefCnt()); 19 md0.setRefCnt(name, &ref); 21 REPORTER_ASSERT(reporter, md0.hasRefCnt(name, &ref)); 22 REPORTER_ASSERT(reporter, 2 == ref.getRefCnt()); 26 REPORTER_ASSERT(reporter, md1.hasRefCnt(name, &ref)); 27 REPORTER_ASSERT(reporter, 3 == ref.getRefCnt()); 31 REPORTER_ASSERT(reporter, !md0.hasRefCnt(name, &ref)); 32 REPORTER_ASSERT(reporter, 2 == ref.getRefCnt()); 34 REPORTER_ASSERT(reporter, 1 == ref.getRefCnt()) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx) 88 x8 = (uint32)ref & 0x3; 101 ref -= lx; 108 x10 = *((uint32*)(ref += lx)); 109 x11 = *((uint32*)(ref + 4)); 127 x10 = *((uint32*)(ref + 8)); 128 x11 = *((uint32*)(ref + 12)); 163 return sad_mb_offset3(ref, blk, lx, dmin); 167 return sad_mb_offset2(ref, blk, lx, dmin); 171 return sad_mb_offset1(ref, blk, lx, dmin) 266 MOVS x8, ref, lsl #31 ; local [all...] |
mp4enc_lib.h | 144 Int SAD_MB_HalfPel_Cxhyh(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 145 Int SAD_MB_HalfPel_Cyh(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 146 Int SAD_MB_HalfPel_Cxh(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 147 Int SAD_MB_HalfPel_MMX(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 148 Int SAD_MB_HalfPel_SSE(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 149 Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extra_info); 150 Int SAD_Blk_HalfPel_MMX(UChar *ref, UChar *blk, Int dmin, Int lx, void *extra_info); 151 Int SAD_Blk_HalfPel_SSE(UChar *ref, UChar *blk, Int dmin, Int lx, void *extra_info); 152 Int SAD_Macroblock_C(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 153 Int SAD_Macroblock_MMX(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdFillRow7.S | 26 #define ref r0 define 44 void h264bsdFillRow7(const u8 * ref, u8 * fill, i32 left, i32 center, 54 LDRB tmp1, [ref,#0] 77 VLD1 {qTmp0, qTmp1}, [ref]! 83 VLD1 {dTmp0,dTmp1,dTmp2}, [ref]! 85 LDR tmp2, [ref], #4 90 VLD1 {dTmp0,dTmp1,dTmp2}, [ref]! 95 VLD1 {qTmp0}, [ref]! 97 LDR tmp2, [ref], #4 102 VLD1 {qTmp0}, [ref]! [all...] |
/libcore/luni/src/main/java/java/net/ |
URLStreamHandler.java | 100 String ref; local 141 ref = null; 154 ref = url.getRef(); 169 ref = spec.substring(pos + 1, nextPos); 174 ref = null; 180 ref = null; 192 setURL(url, url.getProtocol(), host, port, authority, userInfo, path, query, ref); 223 * @param ref 230 String file, String ref) { 234 u.set(protocol, host, port, file, ref); 287 String ref = url.getRef(); local [all...] |
/external/libxml2/ |
uri.c | 760 * relative-ref = relative-part [ "?" query ] [ "#" fragment ] 859 * URI-reference = URI / relative-ref 923 * URI-reference = URI / relative-ref 939 * URI-reference = URI / relative-ref 1962 xmlURIPtr ref = NULL; local 2247 xmlURIPtr ref = NULL; local [all...] |
/external/eigen/unsupported/test/ |
sparse_extra.cpp | 18 bool test_random_setter(SparseMatrix<Scalar,Options>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords) 28 w(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y()); 33 return sm.isApprox(ref); 37 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords) 44 sm.coeffRef(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y()); 48 return sm.isApprox(ref); 51 template<typename SparseMatrixType> void sparse_extra(const SparseMatrixType& ref) 54 const Index rows = ref.rows(); 55 const Index cols = ref.cols();
|
/external/skia/src/core/ |
SkPathRef.h | 32 * verb array use ref.verbs()[~i] (because verbs() returns a pointer just beyond the first 38 // This path ref should never be deleted once it is created. It should not be global but was made 131 * Resets the path ref to a new verb and point count. The new verbs and points are 138 * Gets the path ref that is wrapped in the Editor. 174 * Gets a path ref with no verbs or points. 184 * Transforms a path ref by a matrix, allocating a new one only if necessary. 192 src.ref(); 213 SkPathRef* ref = SkNEW(SkPathRef); local 214 ref->fGenerationID = buffer->readU32(); 217 ref->resetToSize(verbCount, pointCount) 227 SkPathRef* ref = SkNEW(SkPathRef); local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
irel.h | 66 struct ext2_inode_reference *ref); 80 struct ext2_inode_reference *ref); 109 #define ext2fs_irel_add_ref(irel, ino, ref) ((irel)->add_ref((irel), ino, ref)) 111 #define ext2fs_irel_next_ref(irel, ref) ((irel)->next_ref((irel), ref))
|
/external/eigen/test/eigen2/ |
eigen2_packetmath.cpp | 23 ref[i] = REFOP(data1[i], data1[i+PacketSize]); \ 25 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \ 52 EIGEN_ALIGN_128 Scalar ref[ei_packet_traits<Scalar>::size*4]; local 85 ref[i] = data1[i+offset]; 88 VERIFY(areApprox(ref, data2, PacketSize) && "ei_palign"); 102 ref[i] = data1[0]; 104 VERIFY(areApprox(ref, data2, PacketSize) && "ei_pset1"); 108 ref[0] = 0; 110 ref[0] += data1[i]; 111 VERIFY(ei_isApprox(ref[0], ei_predux(ei_pload(data1))) && "ei_predux") [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
ImageAndroid.cpp | 75 BitmapImage::BitmapImage(SkBitmapRef* ref, ImageObserver* observer) 94 m_size = IntSize(ref->bitmap().width(), ref->bitmap().height()); 97 m_frames[0].m_frame = ref; 98 m_frames[0].m_hasAlpha = !ref->bitmap().isOpaque(); 100 ref->ref(); 118 SkBitmapRef* ref = frameAtIndex(0); local 119 if (!ref) { 123 const SkBitmap& bm = ref->bitmap() 300 SkBitmapRef* ref = new SkBitmapRef(bm); local [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
AccessControlExceptionTest.java | 54 AccessControlException ref = (AccessControlException) oref; local 56 Permission p = ref.getPermission();
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/ |
SSLSessionBindingEventTest.java | 50 SSLSessionBindingEvent ref = (SSLSessionBindingEvent) oref; local 52 assertEquals(ref.getName(), test.getName());
|
/external/chromium/base/memory/ |
weak_ptr.cc | 67 WeakPtrBase::WeakPtrBase(const WeakReference& ref) : ref_(ref) {
|
/external/clang/test/SemaTemplate/ |
attributes.cpp | 24 extern const void *CFRetain(const void *ref); 30 extern void CFRelease(const void *ref);
|
/external/eigen/demos/mix_eigen_and_c/ |
binary_library.cpp | 33 inline C_MatrixXd* eigen_to_c(MatrixXd& ref) 35 return reinterpret_cast<C_MatrixXd*>(&ref); 38 inline const C_MatrixXd* eigen_to_c(const MatrixXd& ref) 40 return reinterpret_cast<const C_MatrixXd*>(&ref); 55 inline C_Map_MatrixXd* eigen_to_c(Map<MatrixXd>& ref) 57 return reinterpret_cast<C_Map_MatrixXd*>(&ref); 60 inline const C_Map_MatrixXd* eigen_to_c(const Map<MatrixXd>& ref) 62 return reinterpret_cast<const C_Map_MatrixXd*>(&ref);
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrJIT.h | 64 void set(MacroAssembler::CodeRef ref) { m_ref = ref; }
|
/external/webkit/Source/WebCore/html/ |
DOMSettableTokenList.h | 46 virtual void ref() { RefCounted<DOMSettableTokenList>::ref(); } function in class:WebCore::DOMSettableTokenList
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTPixelBuffer.cpp | 83 QTPixelBuffer::QTPixelBuffer(CVPixelBufferRef ref) 84 : m_pixelBuffer(ref) 100 void QTPixelBuffer::set(CVPixelBufferRef ref) 102 CVPixelBufferRetain(ref); 104 m_pixelBuffer = ref; 112 void QTPixelBuffer::adopt(CVPixelBufferRef ref) 114 if (ref == m_pixelBuffer) 117 m_pixelBuffer = ref;
|
/external/webkit/Source/WebCore/workers/ |
AbstractWorker.h | 57 using RefCounted<AbstractWorker>::ref; 70 virtual void refEventTarget() { ref(); }
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequestUpload.h | 65 using RefCounted<XMLHttpRequestUpload>::ref; 71 virtual void refEventTarget() { ref(); }
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebhistory_p.h | 39 i->ref(); 57 l->ref();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutAction.java | 32 ChangeLayoutRefactoring ref = new ChangeLayoutRefactoring(mFile, mDelegate, local 34 RefactoringWizard wizard = new ChangeLayoutWizard(ref, mDelegate);
|