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

<<11121314151617181920>>

  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 23 import java.lang.ref.WeakReference;
233 * return ref.get() == null;
240 public static void awaitClear(final WeakReference<?> ref) {
243 return ref.get() == null;
  /external/skia/legacy/include/core/
SkRefCnt.h 18 objects. When a new owner wants a reference, it calls ref(). When an owner
46 void ref() const { function in class:SkRefCnt
75 null in on each side of the assignment, and ensuring that ref() is called
80 if (src) src->ref(); \
86 /** Check if the argument is non-null, and if so, call obj->ref()
90 obj->ref();
148 /** Wrapper class for SkRefCnt pointers. This manages ref/unref of a pointer to
  /external/webkit/Source/WebKit/mac/Misc/
WebNSFileManagerExtras.m 42 FSRef ref, rootRef, parentRef;
48 error = FSPathMakeRef((const UInt8 *)[posixPath fileSystemRepresentation], &ref, NULL);
54 error = FSGetCatalogInfo(&ref, kFSCatInfoVolume, &info, NULL, NULL, NULL);
68 error = FSGetCatalogInfo(&ref, kFSCatInfoNone, NULL, &nameString, NULL, &parentRef);
73 if (FSCompareFSRefs(&ref, &rootRef) == noErr) {
76 ref = parentRef;
  /libcore/luni/src/test/java/libcore/java/lang/ref/
ReferenceQueueTest.java 17 package libcore.java.lang.ref;
19 import java.lang.ref.ReferenceQueue;
20 import java.lang.ref.WeakReference;
  /dalvik/vm/mterp/out/
InterpC-portable.cpp 1131 u4 ref; \/\/ 16 or 32-bit quantity fetched directly local
    [all...]
  /dalvik/vm/mterp/c/
opcommon.cpp     [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
InternedString.java 17 import java.lang.ref.*;
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_DIRECT.S 29 cmp r9, #0 @ null "this" ref?
43 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
  /dalvik/vm/mterp/x86/
OP_INVOKE_VIRTUAL.S 22 movl %ecx,OUT_ARG1(%esp) # arg1<- ref
27 call dvmResolveMethod # eax<- call(clazz, ref, flags)
OP_SGET.S 12 movzwl 2(rPC),%eax # eax<- field ref BBBB
36 movzwl 2(rPC),%eax # eax<- field ref BBBB
OP_SPUT.S 12 movzwl 2(rPC),%eax # eax<- field ref BBBB
36 movzwl 2(rPC),%eax # eax<- field ref BBBB
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPoolEntry.java 34 import java.lang.ref.ReferenceQueue;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMChildIterNodeList.java 21 package org.apache.xml.dtm.ref;
DTMNodeList.java 21 package org.apache.xml.dtm.ref;
  /external/chromium/googleurl/src/
url_canon_stdurl.cc 96 parsed.query.is_valid() || parsed.ref.is_valid()) {
111 // Ref: ignore failure for this, since the page can probably still be loaded.
112 CanonicalizeRef(source.ref, parsed.ref, output, &new_parsed->ref);
url_parse.cc 181 Component* ref) {
182 // path = [/]<segment1>/<segment2>/<...>/<segmentN>;<param>?<query>#<ref>
188 ref->reset();
219 // Ref fragment: from the # to the end of the path.
222 *ref = MakeRange(ref_separator + 1, path_end);
225 ref->reset();
229 // of the path or the ref fragment).
310 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref);
347 parsed->ref.reset();
390 parsed->ref.reset()
    [all...]
url_parse_file.cc 73 // query, and ref, and leave the other output components untouched
100 &parsed->path, &parsed->query, &parsed->ref);
117 &parsed->path, &parsed->query, &parsed->ref);
125 // initialize the host, path, query, and ref, and leave the other output
134 &parsed->path, &parsed->query, &parsed->ref);
152 parsed->ref.reset();
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 112 template <typename T, const T &ref> void inc() {
113 ref++; // expected-error{{read-only variable is not assignable}}
116 template<typename T, const T &ref> void bind() {
117 T &ref2 = ref; // expected-error{{drops qualifiers}}
  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 25 private static final String REF_COMMAND = "ref";
34 // if mCommand == "ref"
64 String ref = more.trim(); local
65 LinkReference linkRef = LinkReference.parse(ref, mBase, position, false);
67 Errors.error(Errors.BAD_ATTR_TAG, position, "Unresolved @attr ref: " + ref);
71 Errors.error(Errors.BAD_ATTR_TAG, position, "@attr must be a field: " + ref);
  /external/freetype/include/freetype/
ftmac.h 260 const FSRef *ref,
  /external/javassist/src/main/javassist/
LoaderClassPath.java 20 import java.lang.ref.WeakReference;
  /external/skia/bench/
BenchGpuTimer_gl.cpp 14 glctx->ref();
  /external/skia/src/image/
SkImage_Picture.cpp 29 pict->ref();
  /external/smack/src/org/jivesoftware/smackx/ping/
ServerPingTask.java 19 import java.lang.ref.WeakReference;
  /external/webkit/Source/JavaScriptCore/bytecompiler/
Label.h 67 void ref() { ++m_refCount; } function in class:JSC::Label

Completed in 860 milliseconds

<<11121314151617181920>>