Home
last modified time | relevance | path

Searched refs:map1 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
H A DMetadataFilterTest.java729 TreeMap<String, TreeSet<String>> map1 = new TreeMap<String, TreeSet<String>>(); in testComputeComplement_allAndNothing()
730 map1.put("fixedLine", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing()
731 map1.put("mobile", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing()
732 map1.put("tollFree", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing()
733 map1.put("premiumRate", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing()
734 map1.put("sharedCost", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing()
735 map1.put("personalNumber", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing()
736 map1.put("voip", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing()
737 map1.put("pager", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing()
738 map1 in testComputeComplement_allAndNothing()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_hue_sat_map.cpp261 dng_hue_sat_map * dng_hue_sat_map::Interpolate (const dng_hue_sat_map &map1, in Interpolate() argument
269 if (!map1.IsValid ()) in Interpolate()
272 DNG_REPORT ("map1 is not valid"); in Interpolate()
278 return new dng_hue_sat_map (map1); in Interpolate()
299 if (!map1.IsValid () || !map2.IsValid ()) in Interpolate()
302 DNG_REPORT ("map1 or map2 is not valid"); in Interpolate()
310 if (map1.fHueDivisions != map2.fHueDivisions || in Interpolate()
311 map1.fSatDivisions != map2.fSatDivisions || in Interpolate()
312 map1.fValDivisions != map2.fValDivisions) in Interpolate()
315 DNG_REPORT ("map1 an in Interpolate()
[all...]
H A Ddng_hue_sat_map.h223 /// from the specified tables, with the specified weight. map1 and map2 must
226 static dng_hue_sat_map * Interpolate (const dng_hue_sat_map &map1,
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_eval.c39 assert(attr < ARRAY_SIZE(exec->eval.map1)); in clear_active_eval1()
40 exec->eval.map1[attr].map = NULL; in clear_active_eval1()
52 assert(attr < ARRAY_SIZE(exec->eval.map1)); in set_active_eval1()
53 if (!exec->eval.map1[attr].map) { in set_active_eval1()
54 exec->eval.map1[attr].map = map; in set_active_eval1()
55 exec->eval.map1[attr].sz = dim; in set_active_eval1()
132 struct gl_1d_map *map = exec->eval.map1[attr].map; in vbo_exec_do_EvalCoord1f()
141 exec->eval.map1[attr].sz, in vbo_exec_do_EvalCoord1f()
152 if (exec->eval.map1[0].map) { in vbo_exec_do_EvalCoord1f()
153 struct gl_1d_map *map = exec->eval.map1[ in vbo_exec_do_EvalCoord1f()
[all...]
H A Dvbo.h142 struct vbo_exec_eval1_map map1[VERT_ATTRIB_MAX]; member
H A Dvbo_exec_api.c721 if (exec->eval.map1[i].map) in _mesa_EvalCoord1f()
722 if (exec->vtx.attr[i].active_size != exec->eval.map1[i].sz) in _mesa_EvalCoord1f()
723 vbo_exec_fixup_vertex(ctx, i, exec->eval.map1[i].sz, GL_FLOAT); in _mesa_EvalCoord1f()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs107 var map1 = new MapField<string, string>(); in EqualityIsOrderInsensitive()
108 map1.Add("a", "v1"); in EqualityIsOrderInsensitive()
109 map1.Add("b", "v2"); in EqualityIsOrderInsensitive()
115 EqualityTester.AssertEquality(map1, map2); in EqualityIsOrderInsensitive()
121 var map1 = new MapField<string, string>(); in EqualityIsKeySensitive()
122 map1.Add("first key", "v1"); in EqualityIsKeySensitive()
123 map1.Add("second key", "v2"); in EqualityIsKeySensitive()
129 EqualityTester.AssertInequality(map1, map2); in EqualityIsKeySensitive()
146 var map1 = new MapField<string, string>(); in EqualityIsValueSensitive()
147 map1 in EqualityIsValueSensitive()
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs106 var map1 = new MapField<string, string>(); in EqualityIsOrderInsensitive()
107 map1.Add("a", "v1"); in EqualityIsOrderInsensitive()
108 map1.Add("b", "v2"); in EqualityIsOrderInsensitive()
114 EqualityTester.AssertEquality(map1, map2); in EqualityIsOrderInsensitive()
120 var map1 = new MapField<string, string>(); in EqualityIsKeySensitive()
121 map1.Add("first key", "v1"); in EqualityIsKeySensitive()
122 map1.Add("second key", "v2"); in EqualityIsKeySensitive()
128 EqualityTester.AssertInequality(map1, map2); in EqualityIsKeySensitive()
145 var map1 = new MapField<string, string>(); in EqualityIsValueSensitive()
146 map1 in EqualityIsValueSensitive()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DUnicodeMapTest.java331 UnicodeMap<String> map1 = new UnicodeMap(); in TestUnicodeMapRandom()
342 map1.put(start, value); in TestUnicodeMapRandom()
344 check(map1, map2, counter); in TestUnicodeMapRandom()
346 checkNext(map1, map2, LIMIT); in TestUnicodeMapRandom()
354 UnicodeMap<String> map1 = new UnicodeMap(); in TestUnicodeMapGeneralCategory()
357 map1 = new UnicodeMap<String>(); in TestUnicodeMapGeneralCategory()
363 map1.put(cp, value); in TestUnicodeMapGeneralCategory()
377 checkNext(map1, map2, Integer.MAX_VALUE); in TestUnicodeMapGeneralCategory()
380 check(map1, map2, -1); in TestUnicodeMapGeneralCategory()
382 Set<String> values1 = map1 in TestUnicodeMapGeneralCategory()
422 checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) checkNext() argument
450 check(UnicodeMap<String> map1, Map<Integer,String> map2, int counter) check() argument
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DUnicodeMapTest.java328 UnicodeMap<String> map1 = new UnicodeMap(); in TestUnicodeMapRandom()
339 map1.put(start, value); in TestUnicodeMapRandom()
341 check(map1, map2, counter); in TestUnicodeMapRandom()
343 checkNext(map1, map2, LIMIT); in TestUnicodeMapRandom()
351 UnicodeMap<String> map1 = new UnicodeMap(); in TestUnicodeMapGeneralCategory()
354 map1 = new UnicodeMap<String>(); in TestUnicodeMapGeneralCategory()
360 map1.put(cp, value); in TestUnicodeMapGeneralCategory()
374 checkNext(map1, map2, Integer.MAX_VALUE); in TestUnicodeMapGeneralCategory()
377 check(map1, map2, -1); in TestUnicodeMapGeneralCategory()
379 Set<String> values1 = map1 in TestUnicodeMapGeneralCategory()
419 checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) checkNext() argument
447 check(UnicodeMap<String> map1, Map<Integer,String> map2, int counter) check() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DoperatorsAndIntersectionTypes.js13 let map1: { [x: string]: number } = {};
15 map1[guid] = 123; // Can with tagged string
41 var map1 = {};
43 map1[guid] = 123; // Can with tagged string
/third_party/skia/third_party/externals/freetype/src/psnames/
H A Dpsmodule.c185 PS_UniMap* map1 = (PS_UniMap*)a; in compare_uni_maps() local
187 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps()
194 if ( map1->unicode > map2->unicode ) in compare_uni_maps()
196 else if ( map1->unicode < map2->unicode ) in compare_uni_maps()
/third_party/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1049 ::std::unordered_map<int, char> map1; in TEST() local
1050 map1[1] = 'a'; in TEST()
1051 EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1)); in TEST()
1055 ::std::unordered_multimap<int, bool> map1; in TEST() local
1056 map1.insert(make_pair(5, true)); in TEST()
1057 map1.insert(make_pair(5, false)); in TEST()
1060 const std::string result = Print(map1); in TEST()
1063 << " where Print(map1) returns \"" << result << "\"."; in TEST()
1108 map<int, bool> map1; in TEST() local
1109 map1[ in TEST()
1116 multimap<bool, int> map1; TEST() local
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DSmallSortedMapTest.java102 SmallSortedMap<Integer, Integer> map1 = SmallSortedMap.newInstanceForTest(3); in runPutAndGetTest()
109 assertNull(map1.put(i, i + 1)); in runPutAndGetTest()
118 assertEquals(Math.min(3, numElements), map1.getNumArrayEntries()); in runPutAndGetTest()
125 allMaps.add(map1); in runPutAndGetTest()
137 assertEquals(map1, map2); in runPutAndGetTest()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c98 uint8_t *map1, *map2; in set_random_pixels_for_2_textures() local
109 map1 = pipe_texture_map_3d(ctx, tex1, level_or_sample, PIPE_MAP_WRITE, 0, 0, 0, width, height, in set_random_pixels_for_2_textures()
113 assert(map1 && map2); in set_random_pixels_for_2_textures()
118 uint64_t *ptr1 = (uint64_t *)(map1 + t1->layer_stride * z + t1->stride * y); in set_random_pixels_for_2_textures()
176 uint8_t *map1, *map2; in compare_gpu_textures() local
183 map1 = pipe_texture_map_3d(ctx, tex1, level, PIPE_MAP_READ, 0, 0, 0, width, height, in compare_gpu_textures()
187 assert(map1 && map2); in compare_gpu_textures()
192 uint64_t *ptr1 = (uint64_t *)(map1 + t1->layer_stride * z + t1->stride * y); in compare_gpu_textures()
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer_unittest.cc3201 Map<std::string, std::string>& map1 = in TEST_F() local
3203 map1["key1"] = "1"; in TEST_F()
3204 map1["key2"] = "2"; in TEST_F()
3205 map1["key3"] = "3"; in TEST_F()
3217 Map<std::string, std::string>& map1 = in TEST_F() local
3219 map1["key1"] = "1"; in TEST_F()
3220 map1["key2"] = "2"; in TEST_F()
3221 map1["key3"] = "3"; in TEST_F()
3252 unittest::TestMap map1; in TEST_F() local
3261 "map_int32_foreign_message { key: 1 value { c: 1 } }", &map1)); in TEST_F()
3274 unittest::TestMap map1; TEST_F() local
[all...]
/third_party/node/test/parallel/
H A Dtest-util-isDeepStrictEqual.js370 const map1 = new Map([[1, 1]]);
372 assert.strictEqual(util.isDeepStrictEqual(map1, map2), false);
H A Dtest-assert-deep.js519 const map1 = new Map([[1, 1]]);
521 assert.deepEqual(map1, map2);
523 () => assert.deepStrictEqual(map1, map2),
/third_party/mesa3d/src/mesa/main/
H A Deval.c304 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1() function
373 map1(target, u1, u2, stride, order, points, GL_FLOAT); in _mesa_Map1f()
381 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE); in _mesa_Map1d()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java378 Map map1 = getMethodMap(meths1); in compare()
393 Map diffMeths = diffMethodMaps(map2, map1); in compare()
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc670 std::map<int32, int32> map1; in TEST_F() local
671 map1[key1] = value1a; in TEST_F()
672 map1[key2] = value2a; in TEST_F()
674 map_.insert(map1.begin(), map1.end()); in TEST_F()
675 ExpectElements(map1); in TEST_F()
682 ExpectElements(map1); in TEST_F()
2273 const Descriptor* map1 = unittest::TestSameTypeMap::descriptor() in TEST() local
2274 ->FindFieldByName("map1") in TEST()
2281 MessageFactory::generated_factory()->GetPrototype(map1); in TEST()
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp1221 static const deUint32 map1[5] = { 0, 16, 32, 47, 63 };
1222 const deUint32* const map = rangeCase == 0 ? &map0[0] : &map1[0];
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 116 milliseconds

12