HomeSort by relevance Sort by last modified time
    Searched defs:weak (Results 1 - 14 of 14) sorted by null

  /external/oprofile/libutil++/
op_bfd.h 60 bool weak() const { return symb_weak; } function in class:op_bfd_symbol
  /frameworks/base/core/java/android/os/
FileObserver.java 113 WeakReference weak = m_observers.get(wfd); local
114 if (weak != null) { // can happen with lots of events from a dead wfd
115 observer = (FileObserver) weak.get();
  /dalvik/tests/074-gc-thrash/src/
Main.java 198 private static WeakReference weak[] = new WeakReference[MAX_DEPTH]; field in class:Deep
219 * "weak" should be matched in "strong", and the two should be
223 if (strong[i] != weak[i].get()) {
225 ", weak=" + weak[i].get());
230 * Wipe "strong", do a GC, see if "weak" got collected.
238 if (weak[i].get() != null) {
239 System.err.println("Deep: weak still has " + i);
294 weak[depth] = new WeakReference(funStr);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
114 Weak symbols are not kept on this list.
124 bfd *weak; /* BFD weak symbol was found in. */
123 bfd *weak; \/* BFD weak symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon22285::__anon22286
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
114 Weak symbols are not kept on this list.
124 bfd *weak; /* BFD weak symbol was found in. */
123 bfd *weak; \/* BFD weak symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23014::__anon23015
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
114 Weak symbols are not kept on this list.
124 bfd *weak; /* BFD weak symbol was found in. */
123 bfd *weak; \/* BFD weak symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23757::__anon23758
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
114 Weak symbols are not kept on this list.
124 bfd *weak; /* BFD weak symbol was found in. */
123 bfd *weak; \/* BFD weak symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23799::__anon23800
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
114 Weak symbols are not kept on this list.
124 bfd *weak; /* BFD weak symbol was found in. */
123 bfd *weak; \/* BFD weak symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23845::__anon23846
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
114 Weak symbols are not kept on this list.
124 bfd *weak; /* BFD weak symbol was found in. */
123 bfd *weak; \/* BFD weak symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon24574::__anon24575
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
114 Weak symbols are not kept on this list.
124 bfd *weak; /* BFD weak symbol was found in. */
123 bfd *weak; \/* BFD weak symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon30199::__anon30200
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
114 Weak symbols are not kept on this list.
124 bfd *weak; /* BFD weak symbol was found in. */
123 bfd *weak; \/* BFD weak symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon30241::__anon30242
  /external/opencv/ml/include/
ml.h 1129 CvSeq* weak; member in class:CvBoost
    [all...]
  /external/elfutils/src/
ld.h 46 defaultextract, /* Weak references don't cause archive member to
48 weakextract, /* Weak references cause archive member to be
332 /* Determine whether we have any non-weak unresolved references left. */
455 unsigned int weak:1; member in struct:symbol
876 /* Number of truely unresolved, non-weak entries in the list. */
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 788 milliseconds