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

<<21222324252627282930>>

  /external/webkit/Source/JavaScriptCore/API/
JSContextRef.cpp 54 toJS(group)->ref();
116 globalData.ref();
JSStringRef.cpp 59 string->ref();
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestCallback.mm 136 value->ref();
  /external/webkit/Source/WebCore/dom/
DatasetDOMStringMap.cpp 136 void DatasetDOMStringMap::ref() function in class:WebCore::DatasetDOMStringMap
138 m_element->ref();
  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.h 203 using RefCounted<ResourceHandle>::ref;
222 virtual void refAuthenticationClient() { ref(); }
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 81 using TreeShared<SVGElementInstance>::ref;
154 virtual void refEventTarget() { ref(); }
  /external/webkit/Source/WebCore/webaudio/
AudioContext.h 200 // Reconcile ref/deref which are defined both in AudioNode and EventTarget.
201 using RefCounted<AudioContext>::ref;
224 // uniquely connected to. See the AudioNode::ref() and AudioNode::deref() methods for more details.
241 // We don't use RefPtr<AudioNode> here because AudioNode has a more complex ref() / deref() implementation
283 virtual void refEventTarget() { ref(); }
  /packages/apps/ContactsCommon/TestCommon/
Android.mk 23 # "Class ref in pre-verified class resolved to unexpected implementation"
  /dalvik/tests/072-precise-gc/src/
Main.java 17 import java.lang.ref.WeakReference;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 21 package org.apache.xml.dtm.ref;
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 47 template<typename T> reference_wrapper<T> ref(T& t) { function
134 template<typename T> const T *addr(const T& ref) { return &ref; }
139 const tuple<int, float&, const double&> *t3p = addr(make_tuple(i, ref(f), cref(d)));
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 51 static FdSync *ref(FdSync *s) { function in namespace:__tsan
88 // pd must be already ref'ed.
198 init(thr, pc, newfd, ref(od->sync));
204 init(thr, pc, rfd, ref(s));
205 init(thr, pc, wfd, ref(s));
  /external/freetype/src/autofit/
aflatin.h 89 AF_WidthRec ref; member in struct:AF_LatinBlueRec_
  /external/guava/guava-tests/test/com/google/common/collect/
InternersTest.java 24 import java.lang.ref.WeakReference;
  /external/kernel-headers/original/linux/
module.h 320 struct module_ref ref[NR_CPUS]; member in struct:module
389 local_inc(&module->ref[get_cpu()].count);
401 local_inc(&module->ref[cpu].count);
413 local_dec(&module->ref[cpu].count);
  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 48 struct kref ref; member in struct:auth_domain
  /external/libxml2/include/libxml/
schemasInternals.h 230 * this is set when the "type" and "ref" references
253 const xmlChar *ref; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
366 const xmlChar *ref; /* Deprecated; not used */ member in struct:_xmlSchemaAttributeGroup
607 const xmlChar *ref; /* Deprecated; not used */ member in struct:_xmlSchemaType
697 * this is set when "type", "ref", "substitutionGroup"
770 const xmlChar *ref; /* Deprecated; not used */ member in struct:_xmlSchemaElement
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 275 for (int ref = 0, e = FrameReferenceInsns.size(); ref < e ; ++ref) {
277 FrameReferenceInsns[ref].getMachineInstr();
  /external/skia/src/core/
SkData.cpp 56 gEmptyRef->ref();
107 src->ref(); // this will be balanced in sk_dataref_releaseproc
153 data->ref();
300 gEmptySet->ref();
SkFlattenable.cpp 55 ((SkRefCnt*)ptr)->ref();
  /external/skia/src/gpu/
GrPathRendererChain.cpp 31 pr->ref();
  /external/skia/src/image/
SkSurface_Picture.cpp 51 canvas->ref(); // our caller will call unref()
  /external/skia/tools/
CopyTilesRenderer.cpp 28 fPicture->ref();
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 113 assertTrue(response.body.scopes[i].object.ref < 0);
115 assertTrue(response.body.scopes[i].object.ref >= 0);
119 found = response.refs[j].handle == response.body.scopes[i].object.ref;
121 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
186 assertTrue(response.body.object.ref < 0);
188 assertTrue(response.body.object.ref >= 0);
192 found = response.refs[i].handle == response.body.object.ref;
194 assertTrue(found, "Scope object " + response.body.object.ref + " not found");
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestInterface.cpp 89 impl->ref();

Completed in 438 milliseconds

<<21222324252627282930>>