HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 701 - 725 of 1627) sorted by null

<<21222324252627282930>>

  /external/skia/tests/
skia_test.cpp 23 r->ref();
  /external/v8/test/mjsunit/
mirror-function.js 76 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type);
77 assertEquals('Function', refs.lookup(fromJSON.constructorFunction.ref).name);
  /external/v8/test/mjsunit/regress/
regress-1081309.js 82 assertEquals("g", response.lookup(backtrace.frames[0].func.ref).name);
83 assertEquals("", response.lookup(backtrace.frames[1].func.ref).name);
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestInterface.cpp 141 /* We call ref() rather than using a C++ smart pointer because we can't store a C++ object
145 coreObject->ref();
WebKitDOMTestMediaQueryListListener.cpp 139 /* We call ref() rather than using a C++ smart pointer because we can't store a C++ object
143 coreObject->ref();
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestMediaQueryListListener.cpp 96 impl->ref();
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8AudioContextCustom.cpp 85 audioContext->ref();
  /external/webkit/Source/WebCore/dom/
QualifiedName.cpp 62 m_impl->ref();
  /external/webkit/Source/WebCore/platform/text/cf/
StringImplCF.cpp 63 underlyingString->ref(); // Balanced by call to deref in deallocate below.
85 underlyingString->deref(); // Balanced by call to ref in allocate above.
99 underlyingString->deref(); // Balanced by call to ref in allocate above.
  /external/webkit/Source/WebKit/chromium/src/
WebDOMEvent.cpp 52 p->ref();
58 // p is already ref'd for us by the caller
WebHTTPBody.cpp 57 p->ref();
171 // p is already ref'd for us by the caller
WebNotification.cpp 61 p->ref();
162 // p is already ref'd for us by the caller
  /external/webkit/Source/WebKit/win/
DOMCSSClasses.cpp 38 s->ref();
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 29 import java.lang.ref.WeakReference;
  /frameworks/base/core/java/android/os/
FileObserver.java 23 import java.lang.ref.WeakReference;
  /frameworks/base/core/java/android/view/
InputEventReceiver.java 26 import java.lang.ref.WeakReference;
InputQueue.java 28 import java.lang.ref.WeakReference;
  /frameworks/base/core/java/com/android/internal/view/
StandaloneActionMode.java 31 import java.lang.ref.WeakReference;
  /frameworks/base/core/jni/android/graphics/
Picture.cpp 85 // beginRecording does not ref its return value, it just returns it.
88 // unref in its finalizer, so we have to ref it here, so that both that
90 canvas->ref();
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 32 import java.lang.ref.WeakReference;
38 final WeakReference<PendingIntentRecord> ref; field in class:PendingIntentRecord
187 ref = new WeakReference<PendingIntentRecord>(this);
321 if (current == ref) {
  /libcore/luni/src/test/java/libcore/java/lang/ref/
FinalizeTest.java 17 package libcore.java.lang.ref;
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 317 all-local: charset.alias ref-add.sed ref-del.sed
339 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
344 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
353 sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
374 CLEANFILES += charset.alias ref-add.sed ref-del.sed
376 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 31 import java.lang.ref.WeakReference;
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
CameraTest.java 35 import java.lang.ref.WeakReference;
  /prebuilts/devtools/
update_jars.sh 127 local SHA1=$( cd ../../tools/$repo ; git show-ref --head --hash HEAD )

Completed in 1080 milliseconds

<<21222324252627282930>>