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

1 2 3 4 5 6 7 8

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SoftCache.java 51 Object mapValue = map.get(key);
52 if(mapValue != null) {
53 if(!(mapValue instanceof CacheValue)) {
55 return (V)mapValue;
57 CacheValue<V> cv = (CacheValue<V>)mapValue;
72 mapValue = (value != null && CacheValue.futureInstancesWillBeStrong()) ?
74 mapValue = map.putIfAbsent(key, mapValue);
75 if(mapValue == null) {
82 if(!(mapValue instanceof CacheValue))
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SoftCache.java 49 Object mapValue = map.get(key);
50 if(mapValue != null) {
51 if(!(mapValue instanceof CacheValue)) {
53 return (V)mapValue;
55 CacheValue<V> cv = (CacheValue<V>)mapValue;
70 mapValue = (value != null && CacheValue.futureInstancesWillBeStrong()) ?
72 mapValue = map.putIfAbsent(key, mapValue);
73 if(mapValue == null) {
80 if(!(mapValue instanceof CacheValue))
    [all...]
  /external/aac/libSYS/src/
syslib_channelMapDescr.cpp 163 UCHAR mapValue = chIdx; /* Pass through by default. */
172 mapValue = pMapDescr->pMapInfoTab[mapIdx].pChannelMap[chIdx];
175 return mapValue;
  /external/jarjar/src/main/com/tonicsystems/jarjar/
KeepProcessor.java 87 public Object mapValue(Object value) {
97 return super.mapValue(value);
PackageRemapper.java 85 public Object mapValue(Object value) {
116 return super.mapValue(value);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ItemType.java 49 private final int mapValue;
60 * @param mapValue value when represented in a {@link MapItem}
63 private ItemType(int mapValue, String typeName) {
64 this.mapValue = mapValue;
81 return mapValue;
  /dalvik/dx/src/com/android/dx/dex/file/
ItemType.java 51 private final int mapValue;
62 * @param mapValue value when represented in a {@link MapItem}
65 private ItemType(int mapValue, String typeName) {
66 this.mapValue = mapValue;
83 return mapValue;
  /frameworks/base/core/java/android/util/
LruCache.java 115 V mapValue;
117 mapValue = map.get(key);
118 if (mapValue != null) {
120 return mapValue;
139 mapValue = map.put(key, createdValue);
141 if (mapValue != null) {
143 map.put(key, mapValue);
149 if (mapValue != null) {
150 entryRemoved(false, key, createdValue, mapValue);
151 return mapValue;
    [all...]
  /frameworks/layoutlib/bridge/src/android/util/
LruCache.java 120 V mapValue;
122 mapValue = map.get(key);
123 if (mapValue != null) {
125 return mapValue;
144 mapValue = map.put(key, createdValue);
146 if (mapValue != null) {
148 map.put(key, mapValue);
154 if (mapValue != null) {
155 entryRemoved(false, key, createdValue, mapValue);
156 return mapValue;
    [all...]
  /frameworks/support/collection/src/main/java/androidx/collection/
LruCache.java 83 V mapValue;
85 mapValue = map.get(key);
86 if (mapValue != null) {
88 return mapValue;
107 mapValue = map.put(key, createdValue);
109 if (mapValue != null) {
111 map.put(key, mapValue);
117 if (mapValue != null) {
118 entryRemoved(false, key, createdValue, mapValue);
119 return mapValue;
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
debug.go 551 // builtinValue | ArrayValue | MapValue | SliceValue | StructValue | InterfaceValue
570 deb.mapValue(indent, wire)
637 // MapValue:
639 func (deb *debugger) mapValue(indent tab, wire *wireType) {
  /prebuilts/go/linux-x86/src/encoding/gob/
debug.go 551 // builtinValue | ArrayValue | MapValue | SliceValue | StructValue | InterfaceValue
570 deb.mapValue(indent, wire)
637 // MapValue:
639 func (deb *debugger) mapValue(indent tab, wire *wireType) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMapTest.java 243 Integer mapValue = mapEntry.getValue();
245 if (!mapValue.equals(trieValue)) {
246 assertEquals(style + "\tValues match", mapValue, trieValue);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 240 Integer mapValue = mapEntry.getValue();
242 if (!mapValue.equals(trieValue)) {
243 assertEquals(style + "\tValues match", mapValue, trieValue);
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 10 // This file defines the MapValue function, which is shared by various parts of
133 Value *mapValue(const Value *V);
138 return cast_or_null<Constant>(mapValue(C));
339 Value *Mapper::mapValue(const Value *V) {
383 if (Value *LV = mapValue(LAM->getValue())) {
419 auto Mapped = mapValue(V);
491 Function *F = cast<Function>(mapValue(BA.getFunction()));
501 BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock()));
791 // Disallow recursion into metadata mapping through mapValue.
798 return wrapConstantAsMetadata(*CMD, mapValue(CMD->getValue()))
    [all...]
  /external/v8/src/inspector/
v8-console.cc 152 v8::Local<v8::Value> mapValue;
153 if (!console->GetPrivate(m_context, privateKey).ToLocal(&mapValue))
155 if (mapValue->IsUndefined()) {
161 return mapValue->IsMap() ? mapValue.As<v8::Map>()
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 240 SPIRVValue *mapValue(Value *V, SPIRVValue *BV) {
252 SPIRVDBG(dbgs() << "[mapValue] " << *V << " => ";
642 SPIRVFunction *BF = static_cast<SPIRVFunction *>(mapValue(F,
866 BB = static_cast<SPIRVBasicBlock *>(mapValue(V, BM->addBasicBlock(BF)));
885 return mapValue(V, BV);
903 mapValue(V, BVar);
914 return mapValue(V, BV);
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection/1.0.0-alpha1/
collection-1.0.0-alpha1.jar 
  /prebuilts/sdk/current/support/m2repository/com/android/support/collections/28.0.0/
collections-28.0.0.jar 
  /external/guice/lib/build/
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/
jarjar-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/
jarjar-1.2.1.jar 
  /prebuilts/misc/common/args4j/
args4j-2.0.28.jar 

Completed in 600 milliseconds

1 2 3 4 5 6 7 8