/external/guava/android/guava/src/com/google/common/collect/ |
D | SortedLists.java | 54 <E extends @Nullable Object> int resultIndex( in resultIndex() method 65 <E extends @Nullable Object> int resultIndex( in resultIndex() method 90 <E extends @Nullable Object> int resultIndex( in resultIndex() method 119 public <E extends @Nullable Object> int resultIndex( in resultIndex() method 124 return LAST_PRESENT.resultIndex(comparator, key, list, foundIndex) + 1; in resultIndex() 133 public <E extends @Nullable Object> int resultIndex( in resultIndex() method 138 return FIRST_PRESENT.resultIndex(comparator, key, list, foundIndex) - 1; in resultIndex() 142 abstract <E extends @Nullable Object> int resultIndex( in resultIndex() method in SortedLists.KeyPresentBehavior 160 int resultIndex(int higherIndex) { in resultIndex() method 170 public int resultIndex(int higherIndex) { in resultIndex() method [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | SortedLists.java | 54 <E extends @Nullable Object> int resultIndex( in resultIndex() method 65 <E extends @Nullable Object> int resultIndex( in resultIndex() method 90 <E extends @Nullable Object> int resultIndex( in resultIndex() method 119 public <E extends @Nullable Object> int resultIndex( in resultIndex() method 124 return LAST_PRESENT.resultIndex(comparator, key, list, foundIndex) + 1; in resultIndex() 133 public <E extends @Nullable Object> int resultIndex( in resultIndex() method 138 return FIRST_PRESENT.resultIndex(comparator, key, list, foundIndex) - 1; in resultIndex() 142 abstract <E extends @Nullable Object> int resultIndex( in resultIndex() method in SortedLists.KeyPresentBehavior 160 int resultIndex(int higherIndex) { in resultIndex() method 170 public int resultIndex(int higherIndex) { in resultIndex() method [all …]
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
D | legalize_einsum_to_dot_general.cc | 135 auto resultIndex = std::distance(dotResultTokens.begin(), foundIt); in matchAndRewrite() local 137 if (resultIndex != 0) { in matchAndRewrite() 140 } else if (resultIndex != (resultPerms.back() + 1)) { in matchAndRewrite() 143 resultPerms.push_back(resultIndex); in matchAndRewrite()
|
D | legalize_to_linalg.cc | 2646 int resultIndex) { in getPoolingType() 2648 reduceOp.getResultTypes()[resultIndex].cast<ShapedType>().getRank(); in getPoolingType() 2649 if (Operation* op = reduceOp.getReductionOp(resultIndex)) { in getPoolingType()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UTF16.java | 1918 int resultIndex = index; in replace() local 1925 int endResultIndex = resultIndex + oldChar32Size; in replace() 1926 result.replace(resultIndex, endResultIndex, newChar32Str); in replace() 1929 resultIndex += newChar32Size + index - lastEndIndex; in replace() 1970 int resultIndex = index; in replace() local 1973 int endResultIndex = resultIndex + oldStrSize; in replace() 1974 result.replace(resultIndex, endResultIndex, newStr); in replace() 1977 resultIndex += newStrSize + index - lastEndIndex; in replace()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UTF16.java | 1985 int resultIndex = index; in replace() local 1992 int endResultIndex = resultIndex + oldChar32Size; in replace() 1993 result.replace(resultIndex, endResultIndex, newChar32Str); in replace() 1996 resultIndex += newChar32Size + index - lastEndIndex; in replace() 2038 int resultIndex = index; in replace() local 2041 int endResultIndex = resultIndex + oldStrSize; in replace() 2042 result.replace(resultIndex, endResultIndex, newStr); in replace() 2045 resultIndex += newStrSize + index - lastEndIndex; in replace()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | dtptngts.cpp | 694 int32_t resultIndex=0; in testAPI() local 699 resultIndex=0; in testAPI() 718 if ( resultDate != patternResults[localeIndex][resultIndex] ) { in testAPI() 723 u" Expected: \"" + patternResults[localeIndex][resultIndex] + u"\""); in testAPI() 726 resultIndex++; in testAPI() 737 resultIndex=0; in testAPI() 764 if ( resultDate != patternResults2[resultIndex] ) { in testAPI() 767 patternResults2[resultIndex] ); in testAPI() 770 resultIndex++; in testAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtptngts.cpp | 694 int32_t resultIndex=0; in testAPI() local 699 resultIndex=0; in testAPI() 718 if ( resultDate != patternResults[localeIndex][resultIndex] ) { in testAPI() 723 u" Expected: \"" + patternResults[localeIndex][resultIndex] + u"\""); in testAPI() 726 resultIndex++; in testAPI() 737 resultIndex=0; in testAPI() 764 if ( resultDate != patternResults2[resultIndex] ) { in testAPI() 767 patternResults2[resultIndex] ); in testAPI() 770 resultIndex++; in testAPI()
|
/external/angle/src/compiler/translator/ |
D | IntermNode.cpp | 873 size_t resultIndex = 0u; in getConstantValue() local 894 constArray[resultIndex].cast(basicType, argumentConstantValue[0]); in getConstantValue() 898 constArray[resultIndex].setFConst(0.0f); in getConstantValue() 900 ++resultIndex; in getConstantValue() 906 while (resultIndex < resultSize) in getConstantValue() 908 constArray[resultIndex].cast(basicType, argumentConstantValue[0]); in getConstantValue() 909 ++resultIndex; in getConstantValue() 912 ASSERT(resultIndex == resultSize); in getConstantValue() 928 constArray[resultIndex].cast( in getConstantValue() 933 constArray[resultIndex].setFConst(1.0f); in getConstantValue() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | hlo_ops_base_attrs.td | 85 argument to one of the results, denoted by `resultIndex`. The 104 "int64_t":$resultIndex,
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
D | StablehloAttrs.td | 89 argument to one of the results, denoted by `resultIndex`. The 108 "int64_t":$resultIndex,
|
D | StablehloOps.cpp | 3573 Operation* ReduceWindowOp::getReductionOp(int resultIndex) { in getReductionOp() argument 3575 Operation* computeOp = returnOp.results()[resultIndex].getDefiningOp(); in getReductionOp() 3582 int64_t otherArgIndex = resultIndex + operands().size(); in getReductionOp() 3583 if (arg0Num == resultIndex && arg1Num == otherArgIndex) return computeOp; in getReductionOp() 3584 if (arg0Num == otherArgIndex && arg1Num == resultIndex && in getReductionOp() 6373 int64_t resultIndex = resultIndices[0]; in parse() local 6378 resultIndex, resultTupleIndices, isMustAlias); in parse()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3754 unsigned resultIndex) { in Create() argument 3760 if (resultIndex == NoResult) { in Create() 3764 assert(resultIndex < semantics.size()); in Create() 3765 type = semantics[resultIndex]->getType(); in Create() 3766 VK = semantics[resultIndex]->getValueKind(); in Create() 3767 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary); in Create() 3773 resultIndex); in Create() 3778 unsigned resultIndex) in PseudoObjectExpr() argument 3782 PseudoObjectExprBits.ResultIndex = resultIndex + 1; in PseudoObjectExpr()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 140 unsigned resultIndex = gse->getResultIndex(); in rebuild() local 148 if (i == resultIndex) assoc = rebuild(assoc); in rebuild() 161 resultIndex); in rebuild()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 2789 int resultIndex = static_cast<int>(outputAllocs.size()); in checkMixedFloats() local 2791 while (resultIndex--) in checkMixedFloats() 2793 expectedOutputs[resultIndex].getBytes(expectedBytes); in checkMixedFloats() 2794 …_cast<BufferDataType>(reinterpret_cast<std::uintptr_t>(expectedOutputs[resultIndex].getUserData())… in checkMixedFloats() 2795 allResultsAreCorrect &= compareMap.at(type)(expectedBytes, outputAllocs[resultIndex], log); in checkMixedFloats()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
D | hlo_ops.cc | 4716 Operation* ReduceWindowOp::getReductionOp(int resultIndex) { in getReductionOp() argument 4718 Operation* computeOp = returnOp.results()[resultIndex].getDefiningOp(); in getReductionOp() 4725 int64_t otherArgIndex = resultIndex + operands().size(); in getReductionOp() 4726 if (arg0Num == resultIndex && arg1Num == otherArgIndex) return computeOp; in getReductionOp() 4727 if (arg0Num == otherArgIndex && arg1Num == resultIndex && in getReductionOp() 9199 int64_t resultIndex = resultIndices[0]; in parse() local 9204 resultIndex, resultTupleIndices, isMustAlias); in parse()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4700 unsigned resultIndex); 4715 unsigned resultIndex);
|