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

1 2

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
trie_map.h 374 AK_FORCE_INLINE bool copyEntry(const int originalEntryIndex, const int newEntryIndex) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashMapTest.java 684 Map.Entry copyEntry = new MockEntry();
685 assertEquals(real, copyEntry);
686 assertTrue(entrySet.contains(copyEntry));
688 entrySet.remove(copyEntry);
689 assertFalse(entrySet.contains(copyEntry));
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 453 <K, V> ReferenceEntry<K, V> copyEntry(
455 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
468 <K, V> ReferenceEntry<K, V> copyEntry(
470 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
483 <K, V> ReferenceEntry<K, V> copyEntry(
485 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
507 <K, V> ReferenceEntry<K, V> copyEntry(
509 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
522 <K, V> ReferenceEntry<K, V> copyEntry(
524 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 368 <K, V> ReferenceEntry<K, V> copyEntry(
370 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
383 <K, V> ReferenceEntry<K, V> copyEntry(
385 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
398 <K, V> ReferenceEntry<K, V> copyEntry(
400 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
422 <K, V> ReferenceEntry<K, V> copyEntry(
424 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
437 <K, V> ReferenceEntry<K, V> copyEntry(
439 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 125 milliseconds

1 2