/external/skia/legacy/include/images/ |
SkFlipPixelRef.h | 83 SkAutoFlipUpdate(SkFlipPixelRef* ref) : fRef(ref) { 84 fDirty = &ref->beginUpdate(&fBitmap);
|
/external/skia/src/gpu/gl/debug/ |
GrFrameBufferObj.cpp | 24 fColorBuffer->ref(); 43 fDepthBuffer->ref(); 62 fStencilBuffer->ref();
|
/libcore/luni/src/main/java/libcore/net/url/ |
JarHandler.java | 101 String ref = url.getRef(); local 102 if (ref != null) { 103 sb.append(ref);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_ver_half.s | 33 ref RN 0 label 126 ADD ref,sp,#0x28 ;// ref = p1 135 ADD ref, ref, tmp6 ;// ref += y0*width+x0 150 LDR tmp1, [ref], width ;// |a4|a3|a2|a1| 151 LDR tmp2, [ref], width ;// |c4|c3|c2|c1| 152 LDR tmp3, [ref], width ;// |g4|g3|g2|g1| 153 LDR tmp4, [ref], width ;// |m4|m3|m2|m1 [all...] |
h264bsd_interpolate_hor_half.s | 33 ref RN 0 label 125 ADD ref,sp,#0x28 ;// ref = p1 134 ADD ref, ref, tmp2 ;// ref += y0*width+x0 135 ADD ref, ref, #8 ;// ref = ref+ [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_halfpel.cpp | 19 Int HalfPel1_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh) 20 Int HalfPel2_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width) 21 Int HalfPel1_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh) 22 Int HalfPel2_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width) 24 Int SAD_MB_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info) 25 Int SAD_MB_HP_HTFM_Collect(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info) 26 Int SAD_MB_HP_HTFM(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info) 27 Int SAD_Blk_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info) 59 Purpose: Compute SAD 16x16 between blk and ref in halfpel 64 Int HalfPel1_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh [all...] |
/external/clang/test/Analysis/ |
reference.cpp | 19 char& ref(); 23 ref() = 'c'; 36 char& r = ref(); 115 clang_analyzer_eval(&ref() != 0); // expected-warning{{TRUE}} 159 extern void use(int &ref);
|
/external/skia/tests/ |
DrawTextTest.cpp | 30 /** Assumes that the ref draw was completely inside ref canvas -- 33 ref is "bgColor". 35 static bool compare(const SkBitmap& ref, const SkIRect& iref, 41 SkAutoLockPixels alpRef(ref); 50 if (refX >= 0 && refX < ref.width() && 51 refY >= 0 && refY < ref.height()) 53 refColor = ref.getColor(refX, refY);
|
FontHostStreamTest.cpp | 33 /** Assumes that the ref draw was completely inside ref canvas -- 36 ref is "bgColor". 38 static bool compare(const SkBitmap& ref, const SkIRect& iref, 44 SkAutoLockPixels alpRef(ref); 53 if (refX >= 0 && refX < ref.width() && 54 refY >= 0 && refY < ref.height()) 56 refColor = ref.getColor(refX, refY);
|
/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
PhantomReferenceTest.java | 18 package tests.api.java.lang.ref; 20 import java.lang.ref.PhantomReference; 21 import java.lang.ref.Reference; 22 import java.lang.ref.ReferenceQueue; 23 import libcore.java.lang.ref.FinalizationTester; 36 * java.lang.ref.PhantomReference#get() 110 * java.lang.ref.PhantomReference#PhantomReference(java.lang.Object, 111 * java.lang.ref.ReferenceQueue)
|
/dalvik/vm/ |
ReferenceTable.cpp | 81 ALOGE("Unable to expand ref table (from %d to %d %d-byte entries)", 269 const Object* ref = refs[idx]; local 270 if (ref == NULL) { 273 if (ref == kClearedJniWeakGlobal) { 277 if (ref->clazz == NULL) { 279 size_t size = dvmObjectSizeInHeap(ref); 280 ALOGW(" %5d: %p (raw) (%zd bytes)", idx, ref, size); 284 std::string className(dvmHumanReadableType(ref)); 287 size_t elems = getElementCount(ref); 290 } else if (ref->clazz == gDvm.classJavaLangString) [all...] |
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 155 PgmImage ref(file_name); 157 if ( ref.GetDataPointer() == NULL ) 163 cout << ref << endl; 166 int format = ref.GetFormat(); 171 w = ref.GetWidth(); 172 h = ref.GetHeight(); 185 color_ref = ref; 189 ref.ConvertToGray(); 202 reg.AddFrame(ref.GetRowPointers(),H,false,false); 215 reg.UpdateReference(ref.GetRowPointers()) [all...] |
/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/ |
dbregtest.cpp | 155 PgmImage ref(file_name); 157 if ( ref.GetDataPointer() == NULL ) 163 cout << ref << endl; 166 int format = ref.GetFormat(); 171 w = ref.GetWidth(); 172 h = ref.GetHeight(); 185 color_ref = ref; 189 ref.ConvertToGray(); 202 reg.AddFrame(ref.GetRowPointers(),H,false,false); 215 reg.UpdateReference(ref.GetRowPointers()) [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 155 PgmImage ref(file_name); 157 if ( ref.GetDataPointer() == NULL ) 163 cout << ref << endl; 166 int format = ref.GetFormat(); 171 w = ref.GetWidth(); 172 h = ref.GetHeight(); 185 color_ref = ref; 189 ref.ConvertToGray(); 202 reg.AddFrame(ref.GetRowPointers(),H,false,false); 215 reg.UpdateReference(ref.GetRowPointers()) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoItem.java | 43 private final CstMethodRef ref; field in class:DebugInfoItem 45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { 55 this.ref = ref; 80 "...while placing debug info for " + ref.toHuman()); 148 DebugInfoDecoder.validateEncode(result, file, ref, code, 183 file, codeSize, regSize, isStatic, ref);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoItem.java | 41 private final CstMethodRef ref; field in class:DebugInfoItem 43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { 53 this.ref = ref; 78 "...while placing debug info for " + ref.toHuman()); 146 DebugInfoDecoder.validateEncode(result, file, ref, code, 181 file, codeSize, regSize, isStatic, ref);
|
/external/clang/test/SemaCXX/ |
constructor-initializer.cpp | 170 T &ref; member in struct:NDC 173 NDC(T &ref) : ref(ref) { } 177 X0(int &ref) : NDC<int>(ref), ndc(ref) { }
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DebugInfoItem.java | 41 private final CstMethodRef ref; field in class:DebugInfoItem 43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { 53 this.ref = ref; 78 "...while placing debug info for " + ref.toHuman()); 146 DebugInfoDecoder.validateEncode(result, file, ref, code, 181 file, codeSize, regSize, isStatic, ref);
|
/frameworks/rs/ |
rsObjectBase.cpp | 44 //ALOGV("~ObjectBase %p ref %i,%i", this, mUserRefCount, mSysRefCount); 79 //ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount); 84 //ALOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount); 94 bool ObjectBase::checkDelete(const ObjectBase *ref) { 95 if (!ref) { 101 // the ref counts. At this point we should be the only thread 103 if (ref->mUserRefCount || ref->mSysRefCount) { 108 ref->remove(); 111 ref->preDestroy() [all...] |
/dalvik/vm/mterp/out/ |
InterpC-x86.cpp | 390 u2 ref, vsrc1, vsrc2, vdst; \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 436 u4 ref; \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; [all...] |
InterpC-mips.cpp | 390 u2 ref, vsrc1, vsrc2, vdst; \ 394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 436 u4 ref; \ 439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; [all...] |
/external/emma/core/java12/com/vladium/util/ |
SoftValueMap.java | 11 import java.lang.ref.Reference; 12 import java.lang.ref.ReferenceQueue; 13 import java.lang.ref.SoftReference; 179 final Reference ref = entry.m_softValue; local 180 result = ref.get (); // may return null to the caller 185 ref.enqueue (); 195 final Reference ref = entry.m_softValue; local 196 result = ref.get (); // may return null to the caller 201 ref.enqueue (); 266 final IndexedSoftReference ref = currentKeyEntry.m_softValue local 322 final IndexedSoftReference ref = entry.m_softValue; local 490 IndexedSoftReference ref = entry.m_softValue; \/\/ get the soft value reference local [all...] |
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
Output.java | 105 ClassRef ref = classes[i]; local 107 out.println(descriptorToDot(ref.getName())); 120 FieldRef ref = fields[j]; local 122 out.println(descriptorToDot(ref.getDeclClassName()) + 123 "." + ref.getName() + " : " + ref.getTypeName()); 137 MethodRef ref = methods[j]; local 139 out.println(descriptorToDot(ref.getDeclClassName()) + 140 "." + ref.getName() + " : " + ref.getDescriptor()) [all...] |
/external/skia/legacy/src/animator/ |
SkScriptRuntime.cpp | 65 size_t ref; local 91 memcpy(&ref, opCode, sizeof(ref)); 92 opCode += sizeof(ref); 94 if (callBackFunction->invoke(ref, operand[0].fArray, /* params */ 101 memcpy(&ref, opCode, sizeof(ref)); 102 opCode += sizeof(ref); 104 if (callBackMember->invoke(ref, operand[0].fObject, &operand[0]) == false) { 110 memcpy(&ref, opCode, sizeof(ref)) [all...] |
/external/skia/src/animator/ |
SkScriptRuntime.cpp | 65 size_t ref; local 91 memcpy(&ref, opCode, sizeof(ref)); 92 opCode += sizeof(ref); 94 if (callBackFunction->invoke(ref, operand[0].fArray, /* params */ 101 memcpy(&ref, opCode, sizeof(ref)); 102 opCode += sizeof(ref); 104 if (callBackMember->invoke(ref, operand[0].fObject, &operand[0]) == false) { 110 memcpy(&ref, opCode, sizeof(ref)) [all...] |