Home
last modified time | relevance | path

Searched refs:map12 (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1235 Map map12 = new HashMap(); in testNumericFormatWithMap() local
1236 map12.put("1", "one"); in testNumericFormatWithMap()
1237 map12.put("2", "two"); in testNumericFormatWithMap()
1240 String result = mf.format(map12); in testNumericFormatWithMap()
1247 if (!map12.equals(mapResult)) { in testNumericFormatWithMap()
1248 errln("expected " + map12 + " but got " + mapResult); in testNumericFormatWithMap()
1272 result = mf.format(map12); // should fail, wrong argument type in testNumericFormatWithMap()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1232 Map map12 = new HashMap(); in testNumericFormatWithMap() local
1233 map12.put("1", "one"); in testNumericFormatWithMap()
1234 map12.put("2", "two"); in testNumericFormatWithMap()
1237 String result = mf.format(map12); in testNumericFormatWithMap()
1244 if (!map12.equals(mapResult)) { in testNumericFormatWithMap()
1245 errln("expected " + map12 + " but got " + mapResult); in testNumericFormatWithMap()
1269 result = mf.format(map12); // should fail, wrong argument type in testNumericFormatWithMap()
/external/llvm-project/mlir/test/IR/
Daffine-map.mlir64 #map12 = affine_map<(i, j)[s0] -> (i + 2*6 + 5*(j+s0*3), j)>
255 func private @f12(memref<2x4xi8, #map12, 1>)
Dparser.mlir386 // CHECK: "foo"() {map12 = [#map{{[0-9]+}}, #map{{[0-9]+}}]}
387 "foo"() {map12 = [#map1, #map2]} : () -> ()
/external/llvm-project/polly/lib/External/isl/
Disl_transitive_closure.c1799 struct isl_map *map12 = NULL; in basic_map_follows() local
1827 map12 = isl_map_from_basic_map( in basic_map_follows()
1832 subset = isl_map_is_subset(map21, map12); in basic_map_follows()
1834 isl_map_free(map12); in basic_map_follows()
/external/llvm-project/mlir/test/Dialect/Affine/
Ddma-generate.mlir521 #map12 = affine_map<(d0) -> (d0 + 3)>
530 affine.for %i9 = #map3(%i8) to #map12(%i8) {
/external/llvm-project/mlir/test/Transforms/
Dloop-fusion.mlir1963 #map12 = affine_map<(d0, d1) -> (d0 * 16 - d1 + 15)>
1996 %15 = affine.apply #map12(%i8, %i9)