/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableSortedMap.java | 33 private final transient ImmutableList<V> valueList; 35 RegularImmutableSortedMap(RegularImmutableSortedSet<K> keySet, ImmutableList<V> valueList) { 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.get(index) [all...] |
ImmutableMultimap.java | 195 Collection<V> valueList = builderMultimap.get(key); 198 valueList.add(value);
|
ImmutableSortedMap.java | 100 ImmutableSortedSet<K> keySet, ImmutableList<V> valueList) { 106 valueList);
|
/packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
CarRadioManagerTest.java | 63 Integer[] valueList = new Integer[4]; 64 value.getInt32ValuesList().toArray(valueList); 66 "Index out of range: " + valueList[0] + " (0, " + NUM_PRESETS + ")", 67 valueList[0] < 1); 69 "Index out of range: " + valueList[0] + " (0, " + NUM_PRESETS + ")", 70 valueList[0] > NUM_PRESETS); 73 new CarRadioPreset(valueList[0], valueList[1], valueList[2], valueList[3]) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
dynOptionMenuWidget.py | 24 def SetMenu(self,valueList,value=None): 27 valueList - list of new options 31 for item in valueList:
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
dynOptionMenuWidget.py | 24 def SetMenu(self,valueList,value=None): 27 valueList - list of new options 31 for item in valueList:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
dynOptionMenuWidget.py | 24 def SetMenu(self,valueList,value=None): 27 valueList - list of new options 31 for item in valueList:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
dynOptionMenuWidget.py | 24 def SetMenu(self,valueList,value=None): 27 valueList - list of new options 31 for item in valueList:
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/ |
InclusiveCriterion.py | 64 valueList = stringNewVal.split() 66 if self.noValue in valueList: 75 for currentValue in valueList:
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardSourceDetector.java | 104 final List<String> valueList = property.getValueList(); 107 && valueList.size() > 0) { 108 final String versionString = valueList.get(0); 120 if (valueList.size() > 0) { 121 mSpecifiedCharset = valueList.get(0);
|
VCardParserImpl_V21.java | 725 final List<String> valueList = 727 for (String value : valueList) { [all...] |
/cts/common/util/src/com/android/compatibility/common/util/ |
DynamicConfig.java | 91 List<String> valueList = new ArrayList<String>(); 94 valueList.add(parser.nextText()); 99 dynamicConfigMap.put(key, valueList);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/ |
MIMEContainer.java | 227 List<String> valueList = new ArrayList<>(values.length); 229 valueList.add(segment.trim()); 231 headers.put(header, valueList); 232 //System.out.println("Header '" + header + "' = " + valueList); 242 List<String> valueList = new ArrayList<>(values.length); 244 valueList.add(segment.trim()); 246 headers.put(header, valueList); 247 //System.out.println("Header '" + header + "' = " + valueList);
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
MapBenchmark.java | 184 List<Element> valueList = newArrayList(sampleData.getValuesInSet()); 185 Collections.sort(valueList); 186 values = valueList;
|
/build/blueprint/ |
ninja_defs.go | 334 outputs = valueList(b.Outputs, pkgNames, outputEscaper) 335 explicitDeps = valueList(b.Inputs, pkgNames, inputEscaper) 336 implicitDeps = valueList(b.Implicits, pkgNames, inputEscaper) 337 orderOnlyDeps = valueList(b.OrderOnly, pkgNames, inputEscaper) 341 implicitDeps = append(valueList(b.RuleDef.CommandDeps, pkgNames, inputEscaper), implicitDeps...) 375 func valueList(list []*ninjaString, pkgNames map[*packageContext]string,
|
/frameworks/base/core/java/android/view/ |
ViewPropertyAnimator.java | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
PluralRulesTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
PluralRulesTest.java | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralRules.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralRules.java | [all...] |
/external/messageformat/java/com/ibm/icu/simple/ |
PluralRules.java | [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_c_m_a_p.py | 201 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) [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableMultimap.java | 194 Collection<V> valueList = builderMultimap.get(key); 197 valueList.add(value);
|
/frameworks/compile/libbcc/bcinfo/tools/ |
main.cpp | 235 const char **valueList = ME->getPragmaValueList(); 237 printf("pragma[%zu]: %s - %s\n", i, keyList[i], valueList[i]);
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
FieldSet.java | 722 final List<?> valueList = (List<?>)value; 727 for (final Object element : valueList) { 732 for (final Object element : valueList) { 736 for (final Object element : valueList) { [all...] |