Home
last modified time | relevance | path

Searched refs:STRONG (Results 1 – 25 of 40) sorted by relevance

12

/external/v8/src/
Dmaybe-handles-inl.h20 : reference_type_(HeapObjectReferenceType::STRONG), in MaybeObjectHandle()
31 reference_type_ = HeapObjectReferenceType::STRONG; in MaybeObjectHandle()
36 : reference_type_(HeapObjectReferenceType::STRONG), handle_(object) {} in MaybeObjectHandle()
39 : reference_type_(HeapObjectReferenceType::STRONG), in MaybeObjectHandle()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCacheValue.java47 STRONG, enumConstant
67 public static boolean futureInstancesWillBeStrong() { return strength == Strength.STRONG; } in futureInstancesWillBeStrong()
79 return strength == Strength.STRONG ? new StrongValue<V>(value) : new SoftValue<V>(value); in getInstance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCacheValue.java44 STRONG, enumConstant
64 public static boolean futureInstancesWillBeStrong() { return strength == Strength.STRONG; } in futureInstancesWillBeStrong()
76 return strength == Strength.STRONG ? new StrongValue<V>(value) : new SoftValue<V>(value); in getInstance()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/impl/
DCacheTest.java45 CacheValue.setStrength(Strength.STRONG); in testStrongCacheValue()
73 CacheValue.setStrength(Strength.STRONG); in testSoftCacheValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DCacheTest.java42 CacheValue.setStrength(Strength.STRONG); in testStrongCacheValue()
70 CacheValue.setStrength(Strength.STRONG); in testSoftCacheValue()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheReferencesTest.java17 import static com.google.common.cache.LocalCache.Strength.STRONG;
48 .withKeyStrengths(ImmutableSet.of(STRONG, Strength.WEAK)) in factoryWithAllKeyStrengths()
49 .withValueStrengths(ImmutableSet.of(STRONG, Strength.WEAK, Strength.SOFT)); in factoryWithAllKeyStrengths()
DLocalCacheTest.java154 assertSame(Strength.STRONG, map.keyStrength); in testDefaults()
155 assertSame(Strength.STRONG, map.valueStrength); in testDefaults()
164 assertSame(EntryFactory.STRONG, map.entryFactory); in testDefaults()
349 checkStrength(map, Strength.WEAK, Strength.STRONG); in testSetWeakKeys()
355 checkStrength(map, Strength.STRONG, Strength.WEAK); in testSetWeakValues()
356 assertSame(EntryFactory.STRONG, map.entryFactory); in testSetWeakValues()
361 checkStrength(map, Strength.STRONG, Strength.SOFT); in testSetSoftValues()
362 assertSame(EntryFactory.STRONG, map.entryFactory); in testSetSoftValues()
416 assertSame(EntryFactory.STRONG, in testEntryFactory()
417 EntryFactory.getFactory(Strength.STRONG, false, false)); in testEntryFactory()
[all …]
DEmptyCachesTest.java364 .withKeyStrengths(ImmutableSet.of(Strength.STRONG, Strength.WEAK))
DPopulatedCachesTest.java315 .withKeyStrengths(ImmutableSet.of(Strength.STRONG, Strength.WEAK))
/external/clang/test/CodeGenObjC/
Darc-ternary-op.m49 // CHECK-NEXT: [[STRONG:%.*]] = alloca i8*
56 // CHECK-NEXT: [[STRONGPTR1:%.*]] = bitcast i8** [[STRONG]] to i8*
58 // CHECK-NEXT: store i8* null, i8** [[STRONG]]
106 // CHECK: [[STRONGPTR2:%.*]] = bitcast i8** [[STRONG]] to i8*
Darc-blocks.m71 // CHECK-NEXT: [[STRONG:%.*]] = alloca i8*
77 // CHECK-NEXT: [[STRONGPTR1:%.*]] = bitcast i8** [[STRONG]] to i8*
79 // CHECK-NEXT: store i8* null, i8** [[STRONG]]
85 // CHECK-NEXT: [[V:%.*]] = load i8*, i8** [[STRONG]]
93 // CHECK-NEXT: [[T2:%.*]] = load i8*, i8** [[STRONG]]
94 // CHECK-NEXT: store i8* [[T1]], i8** [[STRONG]]
97 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[STRONG]]
99 // CHECK-NEXT: [[STRONGPTR2:%.*]] = bitcast i8** [[STRONG]] to i8*
/external/guava/guava/src/com/google/common/collect/
DMapMaker.java272 if (strength != Strength.STRONG) { in setKeyStrength()
280 return MoreObjects.firstNonNull(keyStrength, Strength.STRONG); in getKeyStrength()
341 if (strength != Strength.STRONG) { in setValueStrength()
349 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG); in getValueStrength()
DMapMakerInternalMap.java282 return keyStrength != Strength.STRONG; in usesKeyReferences()
286 return valueStrength != Strength.STRONG; in usesValueReferences()
295 STRONG { enumConstant
352 STRONG { enumConstant
471 { STRONG, STRONG_EXPIRABLE, STRONG_EVICTABLE, STRONG_EXPIRABLE_EVICTABLE },
/external/libxml2/result/HTML/
Dutf8bug.html.err11 ز همکاران است. روی آن کلیک کند.</FONT></FONT></STRONG><S1
/external/guava/guava-tests/test/com/google/common/collect/
DConcurrentHashMultisetTest.java19 import static com.google.common.collect.MapMakerInternalMap.Strength.STRONG;
364 testIdentityKeyEquality(STRONG);
403 testLogicalKeyEquality(STRONG);
DMapMakerInternalMapTest.java79 assertSame(Strength.STRONG, map.keyStrength); in testDefaults()
80 assertSame(Strength.STRONG, map.valueStrength); in testDefaults()
88 assertSame(EntryFactory.STRONG, map.entryFactory); in testDefaults()
226 checkStrength(map, Strength.WEAK, Strength.STRONG); in testSetWeakKeys()
232 checkStrength(map, Strength.STRONG, Strength.WEAK); in testSetWeakValues()
233 assertSame(EntryFactory.STRONG, map.entryFactory); in testSetWeakValues()
238 checkStrength(map, Strength.STRONG, Strength.SOFT); in testSetSoftValues()
239 assertSame(EntryFactory.STRONG, map.entryFactory); in testSetSoftValues()
/external/v8/src/objects/
Dmaybe-object-inl.h50 : HeapObjectReferenceType::STRONG; in ToStrongOrWeakHeapObject()
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilder.java363 return MoreObjects.firstNonNull(keyStrength, Strength.STRONG); in getKeyStrength()
373 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG); in getValueStrength()
DLocalCache.java510 STRONG { enumConstant
/external/guava/guava/src/com/google/common/cache/
DCacheBuilder.java528 return MoreObjects.firstNonNull(keyStrength, Strength.STRONG); in getKeyStrength()
583 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG); in getValueStrength()
/external/clang/test/CodeGenObjCXX/
Darc.mm60 // CHECK-NEXT: [[STRONG:%.*]] = alloca i8*
67 // CHECK-NEXT: [[STRONGP:%.*]] = bitcast i8** [[STRONG]] to i8*
69 // CHECK-NEXT: store i8* null, i8** [[STRONG]]
/external/v8/src/snapshot/
Ddeserializer.cc351 reference_type == HeapObjectReferenceType::STRONG in ReadObject()
798 HeapObjectReferenceType reference_type = HeapObjectReferenceType::STRONG; in ReadDataCase()
809 HeapObjectReferenceType::STRONG); in ReadDataCase()
/external/tcpdump/tests/
Dprint-AA.out67 <P><STRONG>You should replace this page with your own web pages as
68 soon as possible.</STRONG></P>
Dprint-A.out67 <P><STRONG>You should replace this page with your own web pages as
68 soon as possible.</STRONG></P>
/external/google-breakpad/src/client/ios/
DBreakpad.mm191 google_breakpad::ExceptionHandler *handler_; // The actual handler (STRONG)
193 SimpleStringDictionary *config_params_; // Create parameters (STRONG)

12