/external/webkit/Source/WebCore/bindings/scripts/test/V8/ |
V8TestSerializedScriptValueInterface.cpp | 84 impl->ref();
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8HTMLAudioElementConstructor.cpp | 75 audio->ref();
|
V8HTMLImageElementConstructor.cpp | 86 image->ref();
|
V8HTMLOptionElementConstructor.cpp | 84 option->ref();
|
V8ScriptProfileNodeCustom.cpp | 76 impl->ref();
|
V8WorkerCustom.cpp | 84 obj->ref();
|
/external/webkit/Source/WebCore/css/ |
CSSImageGeneratorValue.cpp | 49 ref();
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ImageSourceAndroid.cpp | 268 SkPixelRef* ref = bm->pixelRef(); local 271 ref->setImmutable(); 273 ref->setURI(m_decoder.m_url); 340 m_decoder.m_image->ref();
|
/external/webkit/Source/WebCore/webaudio/ |
AudioNode.h | 76 // We handle our own ref-counting because of the threading issues and subtle nature of 82 void ref(RefType refType = RefTypeNormal); 155 // Ref-counting
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPTypefaceInterface.cpp | 99 ASSIGN(i, ref);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebSecurityOrigin.cpp | 71 p->ref(); 153 // p is already ref'd for us by the caller
|
/external/webp/src/dsp/ |
enc_sse2.c | 57 static void CollectHistogramSSE2(const uint8_t* ref, const uint8_t* pred, 66 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); 103 static void ITransformSSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, 273 // Add inverse transform to 'ref' and store. 280 ref0 = _mm_loadl_epi64((__m128i*)&ref[0 * BPS]); 281 ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); 282 ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); 283 ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]); 286 ref0 = _mm_cvtsi32_si128(*(int*)&ref[0 * BPS]); 287 ref1 = _mm_cvtsi32_si128(*(int*)&ref[1 * BPS]) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 113 Int refSampDir; /* VOL resol. of ref. VOL */ 114 Int horSamp_n; /* VOL hor. resampling of ref. VOL given by */ 116 Int verSamp_n; /* VOL ver. resampling of ref. VOL given by */ 236 // Int (*SAD_MB_HalfPel)(UChar *ref,UChar *blk,Int dmin_lx,Int xh,Int yh,void *extra_info); 238 Int(*SAD_Blk_HalfPel)(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extra_info); 239 Int(*SAD_Macroblock)(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 240 Int(*SAD_Block)(UChar *ref, UChar *blk, Int dmin, Int lx, void *extra_info); 241 Int(*SAD_MB_PADDING)(UChar *ref, UChar *blk, Int dmin, Int lx, void *extra_info); /*, 4/21/01 */
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 34 import java.lang.ref.WeakReference; 339 WeakReference<AppWidgetManager> ref = sManagerCache.get(context); local 341 if (ref != null) { 342 result = ref.get(); [all...] |
/frameworks/base/core/java/android/text/style/ |
DynamicDrawableSpan.java | 27 import java.lang.ref.WeakReference;
|
/frameworks/base/core/java/android/view/ |
InputEventSender.java | 25 import java.lang.ref.WeakReference;
|
/frameworks/base/graphics/java/android/graphics/ |
SurfaceTexture.java | 19 import java.lang.ref.WeakReference;
|
/frameworks/base/libs/hwui/ |
ResourceCache.h | 106 void deleteResourceReferenceLocked(void* resource, ResourceReference* ref);
|
/libcore/luni/src/main/java/java/lang/ref/ |
FinalizerReference.java | 17 package java.lang.ref;
|
/libcore/luni/src/main/java/libcore/util/ |
CollectionUtils.java | 19 import java.lang.ref.Reference;
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ThreadTest.java | 22 import libcore.java.lang.ref.FinalizationTester;
|
/packages/apps/Camera/tests/src/com/android/camera/functional/ |
CameraTest.java | 31 import java.lang.ref.WeakReference;
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/functional/ |
CameraTest.java | 31 import java.lang.ref.WeakReference;
|
/packages/apps/Gallery2/tests_camera/src/com/android/camera/functional/ |
CameraTest.java | 31 import java.lang.ref.WeakReference;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
UserHistoryDictionary.java | 37 import java.lang.ref.SoftReference; 87 final SoftReference<UserHistoryDictionary> ref = sLangDictCache.get(locale); local 88 final UserHistoryDictionary dict = ref == null ? null : ref.get();
|