Home
last modified time | relevance | path

Searched refs:oldKey (Results 1 – 25 of 28) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
DJdkBackedImmutableBiMap.java43 K oldKey = backwardDelegate.putIfAbsent(e.getValue(), e.getKey()); in create() local
44 if (oldKey != null) { in create()
45 throw conflictException("value", oldKey + "=" + e.getValue(), entryArray[i]); in create()
DHashBiMap.java688 K oldKey = delegate.key;
690 if (keyHash == delegate.keyHash && Objects.equal(key, oldKey)) {
700 return oldKey;
/external/guava/android/guava/src/com/google/common/collect/
DHashBiMap.java319 K oldKey = keys[entryForValue]; in putInverse() local
320 if (Objects.equal(oldKey, key)) { in putInverse()
324 return oldKey; in putInverse()
1072 K oldKey = biMap.keys[index]; in setValue() local
1073 if (Objects.equal(oldKey, key)) { in setValue()
1077 return oldKey; in setValue()
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java1154 String oldKey = attributes.getKey(); in outputArrayItem() local
1156 String newKey = oldKey + "/" + radixValue; in outputArrayItem()
1157 attrAsValueMap.remove(oldKey); in outputArrayItem()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2Test.java749 int oldKey = ((Integer) getFieldValue(mapEntry, "key")).intValue(); in testReflectionApi() local
754 setFieldValue(mapEntryBuilder, "value", oldKey); in testReflectionApi()
DMapTest.java840 int oldKey = ((Integer) getFieldValue(mapEntry, "key")).intValue(); in testReflectionApi() local
845 setFieldValue(mapEntryBuilder, "value", oldKey); in testReflectionApi()
/external/sqlite/dist/orig/
Dsqlite3.h8448 unsigned oldKey, unsigned newKey);
8469 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h8454 unsigned oldKey, unsigned newKey);
8475 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
Dbindgen_bundled_version.rs3770 oldKey: ::std::os::raw::c_uint,
3973 oldKey: ::std::os::raw::c_uint,
/external/sqlite/dist/
Dsqlite3.h8448 unsigned oldKey, unsigned newKey);
8469 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.7.16.rs2074 oldKey:
2133 oldKey:
Dbindgen_3.6.8.rs1803 oldKey:
Dbindgen_3.6.23.rs1821 oldKey:
Dbindgen_3.7.7.rs1986 oldKey:
/external/kotlinc/lib/
Dtrove4j.jarMETA-INF/ META-INF/MANIFEST.MF gnu/ gnu/trove/ gnu/ ...
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout974 unsigned oldKey, unsigned newKey);
995 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.13.0.v20180512-1138.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Dguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...

12