/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8SharedWorkerCustom.cpp | 85 obj->ref();
|
V8WebSocketCustom.cpp | 90 webSocket->ref();
|
/external/webkit/Source/WebCore/platform/ |
TreeShared.h | 59 void ref() function in class:WebCore::TreeShared
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
FontCustomPlatformDataFreeType.cpp | 44 buffer->ref(); // This is balanced by the buffer->deref() in releaseCustomFontData.
|
/external/webkit/Source/WebCore/rendering/ |
RenderWidget.h | 51 RenderArena* ref() { ++m_refCount; return renderArena(); } function in class:WebCore::RenderWidget
|
/external/webkit/Source/WebCore/storage/ |
IDBKey.h | 103 using ThreadSafeRefCounted<IDBKey>::ref;
|
/external/webkit/Source/WebKit/chromium/src/ |
WebData.cpp | 55 p->ref(); 97 // p is already ref'd for us by the caller
|
WebRange.cpp | 54 p->ref(); 106 // p is already ref'd for us by the caller
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebSecurityOrigin.mm | 48 origin->ref(); 118 origin->ref();
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
JSWrapper.cpp | 69 wrappable->ref();
|
/external/webrtc/src/modules/audio_processing/test/ |
apmtest.m | 333 ref = fread(fid,inf,precision); 336 if length(new) ~= length(ref) 338 minlength = min(length(new), length(ref)); 340 ref = ref(1:minlength); 342 diffvector = new - ref; 344 if isequal(new, ref) 352 snr = snrseg(new,ref,80);
|
/external/wpa_supplicant_8/src/utils/ |
trace.h | 36 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr);
|
/frameworks/base/core/java/android/content/res/ |
ColorStateList.java | 32 import java.lang.ref.WeakReference; 99 WeakReference<ColorStateList> ref = sCache.get(color); local 100 ColorStateList csl = ref != null ? ref.get() : null;
|
/frameworks/base/core/java/android/os/ |
Registrant.java | 22 import java.lang.ref.WeakReference;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
DelegateManager.java | 24 import java.lang.ref.WeakReference; 140 System.out.println("Removing main Java ref on " + mClass.getSimpleName() +
|
/libcore/luni/src/main/java/java/lang/ref/ |
ReferenceQueue.java | 18 package java.lang.ref;
|
/libcore/luni/src/test/java/libcore/java/io/ |
RandomAccessFileTest.java | 24 import libcore.java.lang.ref.FinalizationTester;
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLStreamHandlerTest.java | 137 handler.setURL(url, "http", "localhost", 80, "foo.c", "ref"); 148 "user", "foo.c", "query", "ref"); 217 String ref) { 218 super.setURL(u, protocol, host, port, file, ref); 229 String ref) { 231 userInfo, path, query, ref);
|
/libcore/support/src/test/java/libcore/dalvik/system/ |
CloseGuardTester.java | 29 import libcore.java.lang.ref.FinalizationTester;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
WeakAsyncTask.java | 21 import java.lang.ref.WeakReference;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutWizard.java | 49 public ChangeLayoutWizard(ChangeLayoutRefactoring ref, LayoutEditorDelegate editor) { 50 super(ref, editor); 56 ChangeLayoutRefactoring ref = (ChangeLayoutRefactoring) getRefactoring(); local 57 String oldType = ref.getOldType();
|
ChangeViewWizard.java | 47 public ChangeViewWizard(ChangeViewRefactoring ref, LayoutEditorDelegate editor) { 48 super(ref, editor); 54 ChangeViewRefactoring ref = (ChangeViewRefactoring) getRefactoring(); local 55 List<String> oldTypes = ref.getOldTypes();
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoDecoder.java | 91 * @param ref method descriptor of method this debug info is for 95 boolean isStatic, CstMethodRef ref, DexFile file) { 102 this.desc = ref.getPrototype(); 420 * @param ref {@code non-null;} method whose info is being decoded 425 CstMethodRef ref, DalvCode code, boolean isStatic) { 434 isStatic, ref, file, pl, ll); 441 "while processing " + ref.toHuman()); 446 int countRegisters, boolean isStatic, CstMethodRef ref, 450 isStatic, ref, file);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 92 * @param ref method descriptor of method this debug info is for 96 boolean isStatic, CstMethodRef ref, DexFile file) { 103 this.desc = ref.getPrototype(); 414 * @param ref {@code non-null;} method whose info is being decoded 419 CstMethodRef ref, DalvCode code, boolean isStatic) { 428 isStatic, ref, file, pl, ll); 435 "while processing " + ref.toHuman()); 440 int countRegisters, boolean isStatic, CstMethodRef ref, 444 isStatic, ref, file);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMManagerDefault.java | 21 package org.apache.xml.dtm.ref; 36 import org.apache.xml.dtm.ref.dom2dtm.DOM2DTM; 37 import org.apache.xml.dtm.ref.sax2dtm.SAX2DTM; 38 import org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM; 349 Class.forName("org.apache.xml.dtm.ref.IncrementalSAXSource_Xerces").newInstance(); 496 if (node instanceof org.apache.xml.dtm.ref.DTMNodeProxy) 497 return ((org.apache.xml.dtm.ref.DTMNodeProxy) node).getDTMNodeNumber(); 564 if(node instanceof org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode)
|