/external/v8/src/ |
D | maybe-handles-inl.h | 20 : 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/ |
D | CacheValue.java | 47 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/ |
D | CacheValue.java | 44 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/ |
D | CacheTest.java | 45 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/ |
D | CacheTest.java | 42 CacheValue.setStrength(Strength.STRONG); in testStrongCacheValue() 70 CacheValue.setStrength(Strength.STRONG); in testSoftCacheValue()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheReferencesTest.java | 17 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()
|
D | LocalCacheTest.java | 154 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 …]
|
D | EmptyCachesTest.java | 364 .withKeyStrengths(ImmutableSet.of(Strength.STRONG, Strength.WEAK))
|
D | PopulatedCachesTest.java | 315 .withKeyStrengths(ImmutableSet.of(Strength.STRONG, Strength.WEAK))
|
/external/clang/test/CodeGenObjC/ |
D | arc-ternary-op.m | 49 // 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*
|
D | arc-blocks.m | 71 // 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/ |
D | MapMaker.java | 272 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()
|
D | MapMakerInternalMap.java | 282 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/ |
D | utf8bug.html.err | 11 ز همکاران است. روی آن کلیک کند.</FONT></FONT></STRONG><S1
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetTest.java | 19 import static com.google.common.collect.MapMakerInternalMap.Strength.STRONG; 364 testIdentityKeyEquality(STRONG); 403 testLogicalKeyEquality(STRONG);
|
D | MapMakerInternalMapTest.java | 79 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/ |
D | maybe-object-inl.h | 50 : HeapObjectReferenceType::STRONG; in ToStrongOrWeakHeapObject()
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
D | CacheBuilder.java | 363 return MoreObjects.firstNonNull(keyStrength, Strength.STRONG); in getKeyStrength() 373 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG); in getValueStrength()
|
D | LocalCache.java | 510 STRONG { enumConstant
|
/external/guava/guava/src/com/google/common/cache/ |
D | CacheBuilder.java | 528 return MoreObjects.firstNonNull(keyStrength, Strength.STRONG); in getKeyStrength() 583 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG); in getValueStrength()
|
/external/clang/test/CodeGenObjCXX/ |
D | arc.mm | 60 // 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/ |
D | deserializer.cc | 351 reference_type == HeapObjectReferenceType::STRONG in ReadObject() 798 HeapObjectReferenceType reference_type = HeapObjectReferenceType::STRONG; in ReadDataCase() 809 HeapObjectReferenceType::STRONG); in ReadDataCase()
|
/external/tcpdump/tests/ |
D | print-AA.out | 67 <P><STRONG>You should replace this page with your own web pages as 68 soon as possible.</STRONG></P>
|
D | print-A.out | 67 <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/ |
D | Breakpad.mm | 191 google_breakpad::ExceptionHandler *handler_; // The actual handler (STRONG) 193 SimpleStringDictionary *config_params_; // Create parameters (STRONG)
|