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

1 2 3 4 5 6

  /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;
  /external/clang/test/CodeGenCXX/
weak-extern-typeinfo.cpp 4 #define WEAK __attribute__ ((weak))
6 class WEAK A {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/
size2.d 9 .*: [0-9a-f]* +1 +FUNC +WEAK +DEFAULT +[0-9] +foo
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCache.java 17 public static final int WEAK = 1;
SimpleCache.java 36 if (cacheType == ICUCache.WEAK) {
63 if (type == ICUCache.WEAK) {
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
ICUCache.java 13 public static final int WEAK = 1;
SimpleCache.java 32 if (cacheType == ICUCache.WEAK) {
59 if (type == ICUCache.WEAK) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUCache.java 13 public static final int WEAK = 1;
SimpleCache.java 32 if (cacheType == ICUCache.WEAK) {
59 if (type == ICUCache.WEAK) {
  /external/v8/test/unittests/interpreter/
bytecode-array-builder-unittest.cc 117 builder.BinaryOperation(Token::Value::ADD, reg, Strength::WEAK)
118 .BinaryOperation(Token::Value::SUB, reg, Strength::WEAK)
119 .BinaryOperation(Token::Value::MUL, reg, Strength::WEAK)
120 .BinaryOperation(Token::Value::DIV, reg, Strength::WEAK)
121 .BinaryOperation(Token::Value::MOD, reg, Strength::WEAK);
124 builder.BinaryOperation(Token::Value::BIT_OR, reg, Strength::WEAK)
125 .BinaryOperation(Token::Value::BIT_XOR, reg, Strength::WEAK)
126 .BinaryOperation(Token::Value::BIT_AND, reg, Strength::WEAK);
129 builder.BinaryOperation(Token::Value::SHL, reg, Strength::WEAK)
130 .BinaryOperation(Token::Value::SAR, reg, Strength::WEAK)
    [all...]
  /external/libunwind/include/
compiler.h 49 # define WEAK __attribute__((weak))
67 # define WEAK
  /external/elfutils/tests/
run-dwflsyms.sh 96 55: NOTYPE WEAK _ITM_deregisterTMCloneTable (0) 0
97 56: NOTYPE WEAK data_start (0) 0x201030
103 62: NOTYPE WEAK __gmon_start__ (0) 0
112 71: NOTYPE WEAK _Jv_RegisterClasses (0) 0
114 73: NOTYPE WEAK _ITM_registerTMCloneTable (0) 0
115 74: FUNC WEAK __cxa_finalize@@GLIBC_2.2.5 (0) 0
175 55: NOTYPE WEAK _ITM_deregisterTMCloneTable (0) 0
176 56: NOTYPE WEAK data_start (0) 0x3000201030
182 62: NOTYPE WEAK __gmon_start__ (0) 0
191 71: NOTYPE WEAK _Jv_RegisterClasses (0)
    [all...]
run-readelf-s.sh 132 2: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable
134 4: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__
135 5: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses
136 6: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTable
137 7: 0000000000000000 0 FUNC WEAK DEFAULT UNDEF __cxa_finalize@GLIBC_2.2.5 (2)
206 55: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable
207 56: 0000000000201030 0 NOTYPE WEAK DEFAULT 25 data_start
213 62: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__
222 71: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses
224 73: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTabl
    [all...]
  /external/libunwind/src/mi/
backtrace.c 79 WEAK ALIAS(unw_backtrace);
  /frameworks/native/opengl/libs/EGL/
egl_display.h 130 bool enter() { return mHibernation.incWakeCount(HibernationMachine::WEAK); }
131 void leave() { return mHibernation.decWakeCount(HibernationMachine::WEAK); }
150 // the next time the wakecount reaches zero. WEAK refs don't affect
155 WEAK = 0,
  /external/guava/guava/src/com/google/common/cache/
CacheBuilderSpec.java 102 .put("weakKeys", new KeyStrengthParser(Strength.WEAK))
104 .put("weakValues", new ValueStrengthParser(Strength.WEAK))
186 case WEAK:
198 case WEAK:
CacheBuilder.java 54 * <li>keys automatically wrapped in {@linkplain WeakReference weak} references
55 * <li>values automatically wrapped in {@linkplain WeakReference weak} or
518 return setKeyStrength(Strength.WEAK);
535 * <p>Weak values will be garbage collected once they are weakly reachable. This makes them a poor
549 return setValueStrength(Strength.WEAK);
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 32 WEAK, // override by symbol weak undefined.
34 DEFW, // override by symbol weak defined.
36 DEFWD, // override by symbol dynamic weak defined.
38 MDEFWD, // mark symbol dynamic weak defined.
40 DUNDW, // oevrride dynamic defined symbol by weak undefined one.
59 * w -> weak
  /external/guava/guava-tests/test/com/google/common/cache/
CacheReferencesTest.java 48 .withKeyStrengths(ImmutableSet.of(STRONG, Strength.WEAK))
49 .withValueStrengths(ImmutableSet.of(STRONG, Strength.WEAK, Strength.SOFT));
CacheBuilderSpecTest.java 155 assertEquals(Strength.WEAK, spec.keyStrength);
211 assertEquals(Strength.WEAK, spec.valueStrength);
401 assertEquals(Strength.WEAK, spec.keyStrength);
402 assertEquals(Strength.WEAK, spec.valueStrength);
425 assertEquals(Strength.WEAK, spec.keyStrength);
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 35 /* w_U */ {NOACT, NOACT, NOACT, WEAK, NOACT, NOACT, DUNDW, DUNDW, NOACT, NOACT, NOACT, REFC }, // NOLINT
49 // * when a dynamic defined symbol meets a dynamic weak defined symbol, act
53 // * when a dynamic defined symbol meets a undefined symbol or a weak
55 // * When a undefined symbol meets a dynamic defined symbol or a weak
57 // * When a common symbol meets a weak common symbol, adjust the size of
83 case WEAK: /* override by symbol weak undefined. */
85 case DEFW: /* override by symbol weak defined. */
87 case DEFWD: /* override by symbol dynamic weak defined. */
94 case MDEFWD: { /* mark symbol dynamic weak defined. *
    [all...]
  /external/v8/src/
global-handles.cc 29 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
33 WEAK, // Flagged as weak but not yet finalized.
34 PENDING, // Has been recognized as only reachable by weak handles.
50 STATIC_ASSERT(WEAK == Internals::kNodeStateIsWeakValue);
63 // TODO(1428): if it's a weak handle we should have invoked its callback.
194 bool IsWeak() const { return state() == WEAK; }
206 return state() == WEAK || state() == PENDING ||
211 DCHECK(state() == WEAK);
    [all...]
factory.h 400 Strength strength = Strength::WEAK,
407 Strength strength = Strength::WEAK,
413 Strength strength = Strength::WEAK,
425 Strength strength = Strength::WEAK,
431 Strength strength = Strength::WEAK,
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 552 .BinaryOperation(kShiftOperators[o], reg, Strength::WEAK)
587 .BinaryOperation(kArithmeticOperators[o], reg, Strength::WEAK)
623 .BinaryOperation(kArithmeticOperators[o], reg, Strength::WEAK)
680 .BinaryOperation(Token::Value::ADD, reg, Strength::WEAK)
723 .BinaryOperation(Token::Value::ADD, builder.Parameter(1), Strength::WEAK)
724 .BinaryOperation(Token::Value::ADD, builder.Parameter(2), Strength::WEAK)
725 .BinaryOperation(Token::Value::ADD, builder.Parameter(3), Strength::WEAK)
726 .BinaryOperation(Token::Value::ADD, builder.Parameter(4), Strength::WEAK)
727 .BinaryOperation(Token::Value::ADD, builder.Parameter(5), Strength::WEAK)
728 .BinaryOperation(Token::Value::ADD, builder.Parameter(6), Strength::WEAK)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 20 import static com.google.common.collect.MapMakerInternalMap.Strength.WEAK;
368 testIdentityKeyEquality(WEAK);
407 testLogicalKeyEquality(WEAK);

Completed in 3944 milliseconds

1 2 3 4 5 6