HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 1051 - 1075 of 3742) sorted by null

<<41424344454647484950>>

  /external/guice/core/src/com/google/inject/internal/
BindingProcessor.java 93 Initializable<T> ref = initializer.requestInjection( local
95 ConstantFactory<? extends T> factory = new ConstantFactory<T>(ref);
  /external/guice/core/test/com/googlecode/guice/
BytecodeGenTest.java 34 import java.lang.ref.Reference;
35 import java.lang.ref.WeakReference;
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 196 RemoteRef ref = (RemoteRef)a; local
198 = (ExportedObject)exportedObjects.elementAt(ref.oid);
  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 105 _Unwind_Backtrace(_Unwind_Trace_Fn callback, void *ref) {
173 result = (*callback)((struct _Unwind_Context *)(&cursor), ref);
  /external/libvpx/libvpx/test/
vpxenc.sh 192 --auto-alt-ref=1 \
386 --auto-alt-ref=1
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_fence.c 42 (*fence)->ref = 1;
93 ++fence->ref;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
StreamAllocation.java 27 import java.lang.ref.Reference;
28 import java.lang.ref.WeakReference;
  /external/skia/include/private/
GrSurfaceProxy.h 30 void ref() const { function in class:GrIORefProxy
35 fTarget->ref();
94 fTarget->fRefCnt += (fRefCnt-1); // don't xfer the proxy's creation ref
  /external/skia/src/core/
SkMaskCache.cpp 66 tmpData->ref();
160 tmpData->ref();
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.h 128 // Add ref-counted resource that will be tracked and released when this
131 resource->ref();
135 // Add ref-counted resource that will be tracked and released when this command buffer finishes
138 resource->ref();
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 149 CGImageRef ref = CGImageCreate(w, h, bitsPerComponent, local
158 return ref;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 129 final StringReference ref = dexBuilder.internStringReference(String.format("%08d", i)); local
137 return ref;
  /external/tinyxml2/
tinyxml2.h     [all...]
  /external/v8/src/inspector/build/
generate_protocol_externs.py 88 if "$ref" in param:
89 type_id = full_qualified_type_id(domain_name, param["$ref"])
  /external/webp/include/webp/
encode.h 390 // 'src' will be compared to 'ref', and the raw distortion stored into
397 const uint8_t* ref, size_t ref_stride,
409 const WebPPicture* src, const WebPPicture* ref,
  /external/webp/src/webp/
encode.h 390 // 'src' will be compared to 'ref', and the raw distortion stored into
397 const uint8_t* ref, size_t ref_stride,
409 const WebPPicture* src, const WebPPicture* ref,
  /frameworks/native/libs/vr/libpdx/private/pdx/
client.h 267 bool GetFileHandle(FileReference ref, LocalHandle* handle) override;
268 bool GetChannelHandle(ChannelReference ref,
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
ipc_helper.h 97 bool GetFileHandle(FileReference ref, LocalHandle* handle) override;
98 bool GetChannelHandle(ChannelReference ref,
  /libcore/ojluni/src/main/java/java/lang/reflect/
WeakCache.java 27 import java.lang.ref.ReferenceQueue;
28 import java.lang.ref.WeakReference;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threading_local.py 19 weaklist.append(weakref.ref(weak))
201 wr = weakref.ref(x)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threading_local.py 19 weaklist.append(weakref.ref(weak))
201 wr = weakref.ref(x)
  /prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar 
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.mli 24 | C_director_core of 'a c_obj_t * 'a c_obj_t option ref
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 104 _Unwind_Backtrace(_Unwind_Trace_Fn callback, void *ref) {
184 result = (*callback)((struct _Unwind_Context *)(&cursor), ref);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 19 weaklist.append(weakref.ref(weak))
201 wr = weakref.ref(x)

Completed in 528 milliseconds

<<41424344454647484950>>