HomeSort by relevance Sort by last modified time
    Searched refs:weak (Results 176 - 200 of 371) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/
global-handles.cc 47 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
51 WEAK, // Flagged as weak but not yet finalized.
52 PENDING, // Has been recognized as only reachable by weak handles.
66 // TODO(1428): if it's a weak handle we should have invoked its callback.
135 bool IsWeak() const { return state_ == WEAK; }
142 return state_ == WEAK || state_ == PENDING || state_ == NEAR_DEATH;
146 ASSERT(state_ == WEAK);
194 state_ = WEAK;
    [all...]
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 66 # define DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK __attribute__((weak))
70 # error weak annotations are not supported for your compiler
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.h 63 # define DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK __attribute__((weak))
67 # error weak annotations are not supported for your compiler
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-hash.js 78 // Maps and weak maps.
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 78 // Maps and weak maps.
  /bionic/libc/arch-x86/include/machine/
asm.h 196 .weak alias; \
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_rasterpos.c 214 rs->prim.weak = 0;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 27 # define SANITIZER_WEAK_ATTRIBUTE __attribute__((weak))
114 #define WEAK SANITIZER_WEAK_ATTRIBUTE
  /external/linux-tools-perf/util/
util.h 210 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
  /external/llvm/include/llvm/Support/
Compiler.h 197 #if (__has_attribute(weak) || __GNUC_PREREQ(4, 0)) && \
  /external/mesa3d/src/mesa/state_tracker/
st_cb_rasterpos.c 214 rs->prim.weak = 0;
  /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::__anon33427::__anon33428
  /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::__anon34156::__anon34157
  /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::__anon34899::__anon34900
  /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::__anon34941::__anon34942
  /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::__anon34987::__anon34988
  /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::__anon35716::__anon35717
  /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::__anon41341::__anon41342
  /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::__anon41383::__anon41384
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_api.c 447 GLboolean weak; local
457 weak = save->prim[i].weak;
467 save->prim[0].weak = weak;
908 save->prim[i].weak = (mode & VBO_SAVE_PRIM_WEAK) ? 1 : 0;
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 447 GLboolean weak; local
457 weak = save->prim[i].weak;
467 save->prim[0].weak = weak;
908 save->prim[i].weak = (mode & VBO_SAVE_PRIM_WEAK) ? 1 : 0;
    [all...]
  /external/llvm/utils/vim/
llvm.vim 57 syn keyword llvmKeyword unordered uwtable volatile weak weak_odr
  /system/core/libutils/
Threads.cpp 739 wp<Thread> weak(strong);
793 strong = weak.promote();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp 62 __attribute__ ((weak)) MobiCoreDevice *getDeviceInstance(
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 158 without inlining due to lack of weak symbols
255 // library to avoid multiple weak definitions for required types that
264 // macro causes these definitions to be weak.
    [all...]

Completed in 1639 milliseconds

1 2 3 4 5 6 78 91011>>