Home
last modified time | relevance | path

Searched refs:otherValues (Results 1 – 8 of 8) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java153 int[] otherValues = other.values; in generalize() local
154 if (otherValues == null) in generalize()
161 for (int index = 0; index < otherValues.length; index++) in generalize()
163 if (!this.contains(otherValues[index])) in generalize()
171 if (newLength == otherValues.length) in generalize()
181 otherValues.length == 1 && in generalize()
182 thisValues[thisValues.length-1] == otherValues[0]) in generalize()
192 if (newLength == thisValues.length + otherValues.length) in generalize()
212 System.arraycopy(otherValues, 0, newValues, newIndex, otherValues.length); in generalize()
/external/cldr/tools/java/org/unicode/cldr/tool/
DSearchXml.java368 Set<String> otherValues = other == null ? null : other.get(path); in checkFiles() local
375 if (values != otherValues) { in checkFiles()
378 diffInfo.additionCount += otherValues.size(); in checkFiles()
379 } else if (otherValues == null) { in checkFiles()
381 } else if (!values.equals(otherValues)) { in checkFiles()
382 diffInfo.changed2Values += values.size() + otherValues.size(); in checkFiles()
388 … show(ConfigOption.add, filePath, file, null, null, path, values, otherValues); in checkFiles()
466 Set<String> otherValues) { in show() argument
489 + (otherValues == null ? "" : ";\tother_value=" + otherValues)); in show()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DOkHeaders.java100 List<String> otherValues = result.get(fieldName); in toMultimap() local
101 if (otherValues != null) { in toMultimap()
102 allValues.addAll(otherValues); in toMultimap()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DOkHeaders.java98 List<String> otherValues = result.get(fieldName); in toMultimap() local
99 if (otherValues != null) { in toMultimap()
100 allValues.addAll(otherValues); in toMultimap()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/EDSC/
DBuilders.h54 ArrayRef<Value> otherValues = {}, ArrayRef<Attribute> otherAttributes = {});
/external/icu/icu4c/source/common/
Ducurr.cpp2543 UList *otherValues = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale() local
2552 ulist_deleteList(otherValues); in ucurr_getKeywordValuesForLocale()
2626 …} else if (!ulist_containsString(otherValues, curID, (int32_t)uprv_strlen(curID)) && !commonlyUsed… in ucurr_getKeywordValuesForLocale()
2627 ulist_addItemEndList(otherValues, curID, TRUE, status); in ucurr_getKeywordValuesForLocale()
2645 ulist_resetList(otherValues); in ucurr_getKeywordValuesForLocale()
2646 while ((value = (char *)ulist_getNext(otherValues)) != NULL) { in ucurr_getKeywordValuesForLocale()
2671 ulist_deleteList(otherValues); in ucurr_getKeywordValuesForLocale()
/external/llvm-project/mlir/lib/Dialect/Linalg/EDSC/
DBuilders.cpp28 function_ref<void(ValueRange)> regionBuilder, ArrayRef<Value> otherValues, in makeGenericLinalgOp() argument
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...