Home
last modified time | relevance | path

Searched refs:argMap (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLSwizzle.cpp229 ConstructorArgMap argMap[4] = {}; in Make() local
235 argMap[writeIdx].fArgIndex = argIdx; in Make()
236 argMap[writeIdx].fComponent = componentIdx; in Make()
249 exprUsed[argMap[c].fArgIndex]++; in Make()
254 int8_t constructorArgIndex = argMap[index].fArgIndex; in Make()
276 const ConstructorArgMap& argument = argMap[c]; in Make()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1275 Map argMap = new HashMap(); in testNumericFormatWithMap() local
1276 argMap.put("1", date); in testNumericFormatWithMap()
1277 argMap.put("2", date); in testNumericFormatWithMap()
1279 result = mf.format(argMap); in testNumericFormatWithMap()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1278 Map argMap = new HashMap(); in testNumericFormatWithMap() local
1279 argMap.put("1", date); in testNumericFormatWithMap()
1280 argMap.put("2", date); in testNumericFormatWithMap()
1282 result = mf.format(argMap); in testNumericFormatWithMap()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusionOnTensors.cpp75 AffineMap argMap = producer.getInputIndexingMap(argNum); in getIndexingMapOfProducerOperandsInFusedOp() local
79 AffineMap t1 = argMap.compose(invProducerResultIndexMap); in getIndexingMapOfProducerOperandsInFusedOp()