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

  /external/clang/test/CodeGenCXX/
weak-extern-typeinfo.cpp 4 #define WEAK __attribute__ ((weak))
6 class WEAK A {
  /external/libunwind/include/
compiler.h 49 # define WEAK __attribute__((weak))
67 # define WEAK
  /external/chromium_org/v8/src/
global-handles.cc 30 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
34 WEAK, // Flagged as weak but not yet finalized.
35 PENDING, // Has been recognized as only reachable by weak handles.
50 STATIC_ASSERT(WEAK == Internals::kNodeStateIsWeakValue);
61 // TODO(1428): if it's a weak handle we should have invoked its callback.
154 bool IsWeak() const { return state() == WEAK; }
161 return state() == WEAK || state() == PENDING || state() == NEAR_DEATH;
165 DCHECK(state() == WEAK);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 28 # define SANITIZER_WEAK_ATTRIBUTE __attribute__((weak))
133 #define WEAK SANITIZER_WEAK_ATTRIBUTE
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 208 * soft/weak entries.
404 WEAK {
492 WEAK {
558 WEAK, WEAK_ACCESS, WEAK_WRITE, WEAK_ACCESS_WRITE,
563 int flags = ((keyStrength == Strength.WEAK) ? WEAK_MASK : 0)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 183 * soft/weak entries.
322 WEAK {
461 WEAK {
528 { WEAK, WEAK_EXPIRABLE, WEAK_EVICTABLE, WEAK_EXPIRABLE_EVICTABLE }
958 * replace "Strong" with "Soft" or "Weak" within the pasted text. The primary difference is that
959 * strong entries store the key reference directly while soft and weak entries delegate to their
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 5407 milliseconds