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

1 2

  /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
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
SpaceState.java 36 // Swap punctuation: the state where a weak space and a punctuation from the suggestion strip
38 // characters will be swapped back back, and the space state will go to WEAK.
40 // Weak space: a space that should be swapped only by suggestion strip punctuation. Weak
44 public static final int WEAK = 3;
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 34 WEAK, /* override by symbol weak undefined. */
36 DEFW, /* override by symbol weak defined. */
38 DEFWD, /* override by symbol dynamic weak defined. */
40 MDEFWD, /* mark symbol dynamic weak defined. */
42 DUNDW, /* oevrride dynamic defined symbol by weak undefined one. */
61 * 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/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 ASSERT(state() == WEAK);
    [all...]
  /system/core/liblog/
log_read.c 37 #define WEAK __attribute__((weak))
46 int WEAK socket_local_client(const char *name, int namespaceId, int type)
67 int WEAK socket_make_sockaddr_un(const char *name, int namespaceId,
147 int WEAK socket_local_client_connect(int fd, const char *name, int namespaceId,
174 int WEAK socket_local_client(const char *name, int namespaceId, int type)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 28 # define SANITIZER_WEAK_ATTRIBUTE __attribute__((weak))
133 #define WEAK SANITIZER_WEAK_ATTRIBUTE
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 4 // HardRefEntry for HARD,(SOFT|WEAK)
5 // RefHardEntry for (SOFT|WEAK),HARD
6 // RefRefEntry for (SOFT|WEAK),(SOFT|WEAK)
55 * The keys can be configured to be weak but the values hard,
59 * weak values, or any other combination. The default constructor uses
92 * Constant indicating that weak references should be used
94 public static final int WEAK = 2;
97 * The reference type for keys. Must be HARD, SOFT, WEAK.
104 * The reference type for values. Must be HARD, SOFT, WEAK
    [all...]
  /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 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.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/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 

Completed in 245 milliseconds

1 2