Searched defs:map2 (Results 1 - 25 of 36) sorted by relevance

12

/external/annotation-tools/scene-lib/test/annotations/tests/classfile/cases/
H A DTestLocalVariableGenericArray.java15 Map<String, ArrayList<Map<String, String>>> map2; field in class:TestLocalVariableGenericArray
19 for (Map<String, String> e : map2.get("4gf")) {
21 k = map2.get("").indexOf(new ArrayList<Map<String,String>>());
/external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/
H A DTestLocalVariableGenericArray.class ... .util.Map map1 java.util.Map map2 public void " href="/9.0.0_r3/s? ...
H A DTestLocalVariableGenericArray_Expected.class ... .util.Map map1 java.util.Map map2 public void " href="/9.0.0_r3/s? ...
/external/icu/icu4c/source/test/intltest/
H A Dpluralmaptest.cpp131 PluralMapForPluralMapTest map2; local
133 current = map2.next(index);
136 current = map2.next(index);
/external/libcups/cups/
H A Dtestpwg.c418 *map2; /* Map from saved */ local
508 for (i = pc->num_sources, map = pc->sources, map2 = pc2->sources;
510 i --, map ++, map2 ++)
512 if (strcmp(map2->pwg, map->pwg) ||
513 strcmp(map2->ppd, map->ppd))
518 if (strcmp(map->pwg, map2->pwg))
520 map2->pwg, map->pwg);
522 if (strcmp(map2->ppd, map->ppd))
524 map2->ppd, map->ppd);
531 for (i = pc->num_types, map = pc->types, map2
[all...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
H A DBase64Coder.java52 private static byte[] map2 = new byte[128]; field in class:Base64Coder
54 for (int i = 0; i < map2.length; i++)
55 map2[i] = -1;
57 map2[map1[i]] = (byte) i;
283 int b0 = map2[i0];
284 int b1 = map2[i1];
285 int b2 = map2[i2];
286 int b3 = map2[i3];
/external/annotation-tools/asmx/test/conform/cases/
H A DTestLocalVariableGenericArray.expected ... .util.Map map1 java.util.Map map2 public void " href="/9.0.0_r3/s? ...
/external/dng_sdk/source/
H A Ddng_hue_sat_map.cpp262 const dng_hue_sat_map &map2,
285 if (!map2.IsValid ())
287 DNG_REPORT ("map2 is not valid");
293 return new dng_hue_sat_map (map2);
299 if (!map1.IsValid () || !map2.IsValid ())
302 DNG_REPORT ("map1 or map2 is not valid");
310 if (map1.fHueDivisions != map2.fHueDivisions ||
311 map1.fSatDivisions != map2.fSatDivisions ||
312 map1.fValDivisions != map2.fValDivisions)
315 DNG_REPORT ("map1 and map2 hav
261 Interpolate(const dng_hue_sat_map &map1, const dng_hue_sat_map &map2, real64 weight1) argument
[all...]
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dunion_unittest.cc705 Map<String, PodUnionPtr> map2; local
706 mojo::internal::Deserialize<Map<String, PodUnionPtr>>(data, &map2, &context);
708 EXPECT_EQ(8, map2["one"]->get_f_int8());
709 EXPECT_EQ(16, map2["two"]->get_f_int16());
733 Map<String, PodUnionPtr> map2; local
734 mojo::internal::Deserialize<Map<String, PodUnionPtr>>(data, &map2, &context);
736 EXPECT_EQ(8, map2["one"]->get_f_int8());
737 EXPECT_TRUE(map2["two"].is_null());
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dgraphviz_example.cc130 auto map2 = builder.AddInstruction( local
133 HloInstruction::CreateMap(sshape, {map2}, add_one));
138 fusion->FuseInstruction(map2);
H A Dhlo_tfgraph_builder_test.cc173 auto map2 = builder.AddInstruction( local
176 HloInstruction::CreateBinary(r0f32_, HloOpcode::kAdd, map1, map2));
H A Dhlo_computation_test.cc101 auto map2 = builder.AddInstruction( local
104 HloInstruction::CreateBinary(r0f32_, HloOpcode::kAdd, map1, map2));
/external/e2fsprogs/intl/
H A Dlocalealias.c147 const struct alias_map *map2);
387 alias_compare (const struct alias_map *map1, const struct alias_map *map2) argument
390 return strcasecmp (map1->alias, map2->alias);
393 const unsigned char *p2 = (const unsigned char *) map2->alias;
/external/freetype/src/psnames/
H A Dpsmodule.c189 PS_UniMap* map2 = (PS_UniMap*)b; local
191 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
197 if ( map1->unicode > map2->unicode )
199 else if ( map1->unicode < map2->unicode )
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DUnicodeMapTest.java332 Map<Integer, String> map2 = new HashMap<Integer, String>();
343 map2.put(start, value);
344 check(map1, map2, counter);
346 checkNext(map1, map2, LIMIT);
364 Map<Integer, String> map2 = new TreeMap<Integer,String>();
370 map2.put(cp, value);
372 checkNext(map1, map2, Integer.MAX_VALUE);
375 check(map1, map2, -1);
378 Set<String> values2 = new TreeSet<String>(map2.values());
387 UnicodeSet set2 = TestBoilerplate.getSet(map2, valu
418 checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) argument
446 check(UnicodeMap<String> map1, Map<Integer,String> map2, int counter) argument
[all...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DUnicodeMapTest.java329 Map<Integer, String> map2 = new HashMap<Integer, String>();
340 map2.put(start, value);
341 check(map1, map2, counter);
343 checkNext(map1, map2, LIMIT);
361 Map<Integer, String> map2 = new TreeMap<Integer,String>();
367 map2.put(cp, value);
369 checkNext(map1, map2, Integer.MAX_VALUE);
372 check(map1, map2, -1);
375 Set<String> values2 = new TreeSet<String>(map2.values());
384 UnicodeSet set2 = TestBoilerplate.getSet(map2, valu
415 checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) argument
443 check(UnicodeMap<String> map1, Map<Integer,String> map2, int counter) argument
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.h124 struct vbo_exec_eval2_map map2[VERT_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon17307
/external/mesa3d/src/mesa/main/
H A Deval.c385 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, function
472 map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder,
483 map2(target, (GLfloat) u1, (GLfloat) u2, ustride, uorder,
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dmap_test.cc263 auto map2 = builder.Map({map1}, CreateMulByTwo(), {0}); local
280 auto map2 = builder.Map({map1}, CreateMulByTwo(), {0}); local
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c494 void *map1, *map2; local
513 map2 = (void *)syscall(sysno,
515 EXPECT_EQ(MAP_FAILED, map2);
519 munmap(map2, page_size);
/external/skia/src/core/
H A DSkMatrix44.cpp886 void SkMatrix44::map2(const float src2[], int count, float dst4[]) const { function in class:SkMatrix44
896 void SkMatrix44::map2(const double src2[], int count, double dst4[]) const { function in class:SkMatrix44
/external/skqp/src/core/
H A DSkMatrix44.cpp886 void SkMatrix44::map2(const float src2[], int count, float dst4[]) const { function in class:SkMatrix44
896 void SkMatrix44::map2(const double src2[], int count, double dst4[]) const { function in class:SkMatrix44
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h649 u8 *map2 = GetOrCreate(idx / kSize2); local
650 CHECK_EQ(0U, map2[idx % kSize2]);
651 map2[idx % kSize2] = val;
656 u8 *map2 = Get(idx / kSize2); local
657 if (!map2) return 0;
658 return map2[idx % kSize2];
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c582 void *map1, *map2; local
601 map2 = (void *)syscall(sysno,
603 EXPECT_EQ(MAP_FAILED, map2);
607 munmap(map2, page_size);
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp114 FooBar& map2 = seq[1]; local
117 EXPECT_EQ(map2.foo, 7);
118 EXPECT_EQ(map2.bar, 9);
228 FooBar& map2 = seq2[1]; local
231 EXPECT_EQ(map2.foo, 257);
232 EXPECT_EQ(map2.bar, 0);
783 FlagsMap map2; local
784 yin >> map2; local
787 EXPECT_EQ(flagBig, map2.f1);
788 EXPECT_EQ(flagRound|flagFlat, map2
874 MyCustomTypeMap map2; local
875 yin >> map2; local
963 MultilineStringTypeMap map2; local
964 yin >> map2; local
1126 NameAndNumbers map2; local
1127 yin >> map2; local
1173 NameAndNumbersFlow map2; local
1174 yin >> map2; local
1483 FooBarMap& map2 = docList2[1]; local
[all...]

Completed in 1823 milliseconds

12