Home
last modified time | relevance | path

Searched defs:otherTable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DIntDistanceNode.java46 public static DistanceNode from(int distance, IntDistanceNode.IntDistanceTable otherTable) { in from()
97 IntDistanceNode.IntDistanceTable otherTable = in IntDistanceTable() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp109 void SymbolTable::moveSymbolTo(SymbolTable* otherTable, Symbol* sym, const Context& context) { in moveSymbolTo()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableTableTest.java77 Table<Character, Integer, String> otherTable = HashBasedTable.create(); in testBuilder() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DImmutableTableTest.java71 Table<Character, Integer, String> otherTable = HashBasedTable.create(); in testBuilder() local