HomeSort by relevance Sort by last modified time
    Searched refs:WeakRef (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
call_on_main_thread.h 48 // callback_fn takes a WeakRef<R>* as argument. The intention is that
56 void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err),
58 nacl::WeakRef<R>* wp = anchor->MakeWeakRef<R>(raw_data);
71 void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err),
101 nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wr,
129 nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wp =
133 nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wr,
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 688 return new WeakRef<T>(hash, referent, parent.queue);
939 static class WeakRef <T> extends WeakReference<T> {
945 public WeakRef(int hash, T r, ReferenceQueue q) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 417 class WeakRef {
419 WeakRef(JNIEnv* jni, jweak ref)
423 ~WeakRef() {
685 WeakRef s(jni(), it->second);
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 894 if (const MCSymbol *WeakRef = getWeakRef(*RefA))
895 WeakrefUsedInReloc.insert(WeakRef);
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 

Completed in 642 milliseconds