HomeSort by relevance Sort by last modified time
    Searched full:safeget (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BasicDependantBindingTest.java 63 assertValues(safeGet(obj1), safeGet(obj2),
71 private String safeGet(NotBindableVo vo) {
  /external/guava/guava/src/com/google/common/collect/
AbstractTable.java 68 Map<C, V> row = Maps.safeGet(rowMap(), rowKey);
74 Map<C, V> row = Maps.safeGet(rowMap(), rowKey);
75 return (row == null) ? null : Maps.safeGet(row, columnKey);
90 Map<C, V> row = Maps.safeGet(rowMap(), rowKey);
125 Map<C, V> row = Maps.safeGet(rowMap(), cell.getRowKey());
136 Map<C, V> row = Maps.safeGet(rowMap(), cell.getRowKey());
ConcurrentHashMultiset.java 154 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
219 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
282 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
321 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
353 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
409 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
AbstractMapBasedMultiset.java 201 Count frequency = Maps.safeGet(backingMap, element);
StandardTable.java 25 import static com.google.common.collect.Maps.safeGet;
149 Map<C, V> map = safeGet(backingMap, rowKey);
297 ? Maps.safeGet(backingRowMap, key)
AbstractMapBasedMultimap.java     [all...]
Multimaps.java     [all...]
Maps.java     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ForwardingImmutableMap.java 70 return (key == null) ? null : Maps.safeGet(delegate, key);
AbstractMapBasedMultiset.java 198 Count frequency = Maps.safeGet(backingMap, element);
Multimaps.java     [all...]
AbstractMapBasedMultimap.java 1091 Collection<V> collection = Maps.safeGet(submap, key);
    [all...]
Maps.java     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 

Completed in 1231 milliseconds

1 2