Searched refs:valueList (Results 1 - 25 of 43) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableSortedMap.java33 private final transient ImmutableList<V> valueList; field in class:RegularImmutableSortedMap
35 RegularImmutableSortedMap(RegularImmutableSortedSet<K> keySet, ImmutableList<V> valueList) { argument
37 this.valueList = valueList;
42 ImmutableList<V> valueList,
46 this.valueList = valueList;
68 return Maps.immutableEntry(keyList.get(index), valueList.get(index));
91 return valueList;
97 return (index == -1) ? null : valueList
40 RegularImmutableSortedMap( RegularImmutableSortedSet<K> keySet, ImmutableList<V> valueList, ImmutableSortedMap<K, V> descendingMap) argument
[all...]
H A DImmutableMultimap.java195 Collection<V> valueList = builderMultimap.get(key);
198 valueList.add(value);
H A DImmutableSortedMap.java100 ImmutableSortedSet<K> keySet, ImmutableList<V> valueList) {
106 valueList);
99 from( ImmutableSortedSet<K> keySet, ImmutableList<V> valueList) argument
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
H A DInclusiveCriterion.py64 valueList = stringNewVal.split()
66 if self.noValue in valueList:
75 for currentValue in valueList:
/external/python/cpython2/Lib/idlelib/
H A DdynOptionMenuWidget.py23 def SetMenu(self,valueList,value=None):
26 valueList - list of new options
30 for item in valueList:
/external/python/cpython3/Lib/idlelib/
H A Ddynoption.py24 def SetMenu(self,valueList,value=None):
27 valueList - list of new options
31 for item in valueList:
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
H A DIsIterableContainingInOrderTest.java37 List<WithValue> valueList = asList(make(1), make(2));
38 assertMismatchDescription("no item was value with <3>", contains123, valueList);
H A DIsIterableContainingInRelativeOrderTest.java57 List<WithValue> valueList = asList(make(1), make(2));
58 assertMismatchDescription("value with <3> was not found after <WithValue 2>", contains123, valueList);
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DMapBenchmark.java184 List<Element> valueList = newArrayList(sampleData.getValuesInSet());
185 Collections.sort(valueList);
186 values = valueList;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DPluralRulesTest.java715 String valueList = ruleAndValues.length < 2 ? null : ruleAndValues[1];
716 if (valueList != null) {
717 valueList = valueList.trim();
720 if (valueList == null || valueList.length() == 0) {
722 } else if ("null".equals(valueList)) {
726 for (String value : valueList.split(",")) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java712 String valueList = ruleAndValues.length < 2 ? null : ruleAndValues[1];
713 if (valueList != null) {
714 valueList = valueList.trim();
717 if (valueList == null || valueList.length() == 0) {
719 } else if ("null".equals(valueList)) {
723 for (String value : valueList.split(",")) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRules.java1398 List<Long> valueList = new ArrayList<Long>();
1431 valueList.add(low);
1432 valueList.add(high);
1445 if (valueList.size() == 2) {
1448 vals = new long[valueList.size()];
1450 vals[k] = valueList.get(k);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java1337 List<Long> valueList = new ArrayList<Long>();
1370 valueList.add(low);
1371 valueList.add(high);
1384 if (valueList.size() == 2) {
1387 vals = new long[valueList.size()];
1389 vals[k] = valueList.get(k);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_c_m_a_p.py201 valueList = [entry[1] for entry in charCodeList]
203 valueList = map(ttFont.getGlyphID, valueList)
205 glyphIdArray = array.array("B", valueList)
852 valueList = [cmap.get(code, ".notdef") for code in codes]
853 valueList = map(ttFont.getGlyphID, valueList)
854 glyphIndexArray = array.array("H", valueList)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_c_m_a_p.py201 valueList = [entry[1] for entry in charCodeList]
203 valueList = map(ttFont.getGlyphID, valueList)
205 glyphIdArray = array.array("B", valueList)
852 valueList = [cmap.get(code, ".notdef") for code in codes]
853 valueList = map(ttFont.getGlyphID, valueList)
854 glyphIndexArray = array.array("H", valueList)
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMultimap.java194 Collection<V> valueList = builderMultimap.get(key);
197 valueList.add(value);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldSet.java718 final List<?> valueList = (List<?>)value;
723 for (final Object element : valueList) {
728 for (final Object element : valueList) {
732 for (final Object element : valueList) {
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 1424 milliseconds

12