HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 351 - 375 of 1405) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/bytecompiler/
LabelScope.h 53 void ref() { ++m_refCount; } function in class:JSC::LabelScope
RegisterID.h 84 void ref() function in class:JSC::RegisterID
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadSafeRefCounted.h 79 void ref() function in class:WTF::ThreadSafeRefCountedBase
  /external/webkit/Source/WebCore/bindings/objc/
DOMImplementationFront.h 45 void ref();
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8EventSourceConstructor.cpp 72 eventSource->ref();
  /external/webkit/Source/WebCore/dom/
QualifiedName.h 69 QualifiedName(const QualifiedName& other) : m_impl(other.m_impl) { ref(); }
70 const QualifiedName& operator=(const QualifiedName& other) { other.ref(); deref(); m_impl = other.m_impl; return *this; }
96 void ref() const { m_impl->ref(); } function in class:WebCore::QualifiedName
  /external/webkit/Source/WebCore/html/
FormAssociatedElement.h 41 void ref() { refFormAssociatedElement(); } function in class:WebCore::FormAssociatedElement
  /external/webkit/Source/WebCore/loader/
ThreadableLoader.h 76 void ref() { refThreadableLoader(); } function in class:WebCore::ThreadableLoader
  /external/webkit/Source/WebCore/platform/graphics/cg/
PatternCG.cpp 70 tileImage()->ref();
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformDataCairo.cpp 52 buffer->ref();
  /external/webkit/Source/WebCore/workers/
Worker.h 79 virtual void refEventTarget() { ref(); }
  /external/webkit/Source/WebKit/android/plugins/
SkANP.h 59 skcanvas->ref();
  /external/webkit/Source/WebKit/chromium/public/
WebPrivatePtr.h 66 p->ref();
93 // p is already ref'd for us by the caller
  /external/webkit/Source/WebKit/chromium/src/
WebNodeCollection.cpp 53 p->ref();
64 // p is already ref'd for us by the caller
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragSource.cpp 63 ref();
  /external/webkit/Tools/DumpRenderTree/chromium/
TestWebWorker.h 52 // Chromium's base::RefCounted, so it's OK to call ref() directly.
54 ref();
56 // another for a worker context object. We need to call ref() just once
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 29 import java.lang.ref.WeakReference;
  /libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 21 import java.lang.ref.WeakReference;
155 WeakReference<Class<?>> ref = interfaceCache.get(interfaceKey); local
156 if (ref == null) {
173 newClass = ref.get();
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 23 import java.lang.ref.WeakReference;
  /external/doclava/src/com/google/doclava/
LinkReference.java 134 String ref; local
137 ref = null;
140 ref = text.substring(0, pound);
143 ref = text.substring(0, linkend);
237 if (ref == null) {
245 result.classInfo = cl.extendedFindClass(ref);
247 result.classInfo = cl.findClass(ref);
250 result.classInfo = cl.findInnerClass(ref);
254 result.classInfo = Converter.obtainClass(ref);
257 result.packageInfo = Converter.obtainPackage(ref);
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_INTERFACE.S 24 bl dvmFindInterfaceMethodInCache @ r0<- call(class, ref, method, dex)
OP_INVOKE_INTERFACE_JUMBO.S 19 bl dvmFindInterfaceMethodInCache @ r0<- call(class, ref, method, dex)
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
SignedObjectTest.java 78 SignedObject ref = (SignedObject) oref; local
81 assertEquals(test.getAlgorithm(), ref.getAlgorithm());
  /external/chromium/googleurl/src/
url_canon_etc.cc 259 const url_parse::Component& ref,
262 if (ref.len < 0) {
263 // Common case of no ref.
268 // Append the ref separator. Note that we need to do this even when the ref
274 int end = ref.end();
275 for (int i = ref.begin; i < end; i++) {
379 const url_parse::Component& ref,
382 DoCanonicalizeRef<char, unsigned char>(spec, ref, output, out_ref);
386 const url_parse::Component& ref,
    [all...]
  /external/collada/src/1.4/dom/
domBool_array.cpp 22 domBool_arrayRef ref = new domBool_array(dae); local
23 return ref;

Completed in 1483 milliseconds

<<11121314151617181920>>