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/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...]
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 37 WEAK, /* override by symbol weak undefined. */
39 DEFW, /* override by symbol weak defined. */
41 DEFWD, /* override by symbol dynamic weak defined. */
43 MDEFWD, /* mark symbol dynamic weak defined. */
45 DUNDW, /* oevrride dynamic defined symbol by weak undefined one. */
64 * w -> weak
  /frameworks/native/opengl/libs/EGL/
egl_display.h 130 bool enter() { return mHibernation.incWakeCount(HibernationMachine::WEAK); }
131 void leave() { return mHibernation.decWakeCount(HibernationMachine::WEAK); }
148 // the next time the wakecount reaches zero. WEAK refs don't affect
153 WEAK = 0,
  /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 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1154 milliseconds