/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
D | MetadataFilterTest.java | 730 TreeMap<String, TreeSet<String>> map1 = new TreeMap<String, TreeSet<String>>(); in testComputeComplement_allAndNothing() local 731 map1.put("fixedLine", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing() 732 map1.put("mobile", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing() 733 map1.put("tollFree", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing() 734 map1.put("premiumRate", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing() 735 map1.put("sharedCost", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing() 736 map1.put("personalNumber", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing() 737 map1.put("voip", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing() 738 map1.put("pager", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing() 739 map1.put("uan", new TreeSet<String>(MetadataFilter.excludableChildFields)); in testComputeComplement_allAndNothing() [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 261 dng_hue_sat_map * dng_hue_sat_map::Interpolate (const dng_hue_sat_map &map1, in Interpolate() argument 269 if (!map1.IsValid ()) in Interpolate() 278 return new dng_hue_sat_map (map1); in Interpolate() 299 if (!map1.IsValid () || !map2.IsValid ()) in Interpolate() 310 if (map1.fHueDivisions != map2.fHueDivisions || in Interpolate() 311 map1.fSatDivisions != map2.fSatDivisions || in Interpolate() 312 map1.fValDivisions != map2.fValDivisions) in Interpolate() 325 result->SetDivisions (map1.fHueDivisions, in Interpolate() 326 map1.fSatDivisions, in Interpolate() 327 map1.fValDivisions); in Interpolate() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | moduleAugmentationCollidingNamesInAugmentation1.symbols | 1 === tests/cases/compiler/map1.ts === 3 >Observable : Symbol(Observable, Decl(map1.ts, 0, 8)) 7 >Observable : Symbol(Observable, Decl(map1.ts, 0, 8)) 11 >"./observable" : Symbol("tests/cases/compiler/observable", Decl(observable.ts, 0, 0), Decl(map1.ts… 14 >I : Symbol(I, Decl(map1.ts, 4, 31), Decl(map2.ts, 4, 31)) 15 >x0 : Symbol(I.x0, Decl(map1.ts, 5, 17)) 28 >"./observable" : Symbol("tests/cases/compiler/observable", Decl(observable.ts, 0, 0), Decl(map1.ts… 31 >I : Symbol(I, Decl(map1.ts, 4, 31), Decl(map2.ts, 4, 31)) 54 import "./map1";
|
D | operatorsAndIntersectionTypes.types | 26 let map1: { [x: string]: number } = {}; 27 >map1 : { [x: string]: number; } 36 map1[guid] = 123; // Can with tagged string 37 >map1[guid] = 123 : 123 38 >map1[guid] : number 39 >map1 : { [x: string]: number; }
|
D | operatorsAndIntersectionTypes.js | 13 let map1: { [x: string]: number } = {}; variable 15 map1[guid] = 123; // Can with tagged string 41 var map1 = {}; 43 map1[guid] = 123; // Can with tagged string
|
D | operatorsAndIntersectionTypes.symbols | 24 let map1: { [x: string]: number } = {}; 25 >map1 : Symbol(map1, Decl(operatorsAndIntersectionTypes.ts, 11, 3)) 32 map1[guid] = 123; // Can with tagged string 33 >map1 : Symbol(map1, Decl(operatorsAndIntersectionTypes.ts, 11, 3))
|
D | moduleAugmentationCollidingNamesInAugmentation1.types | 1 === tests/cases/compiler/map1.ts === 60 import "./map1";
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 39 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[0].map; in vbo_exec_do_EvalCoord1f() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 107 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.Add("a", "first value"); in EqualityIsValueSensitive() [all …]
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 106 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.Add("a", "first value"); in EqualityIsValueSensitive() [all …]
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 328 UnicodeMap<String> map1 = new UnicodeMap(); in TestUnicodeMapRandom() local 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() local 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.getAvailableValues(new TreeSet<String>()); in TestUnicodeMapGeneralCategory() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 331 UnicodeMap<String> map1 = new UnicodeMap(); in TestUnicodeMapRandom() local 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() local 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.getAvailableValues(new TreeSet<String>()); in TestUnicodeMapGeneralCategory() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | xmpwriter.c | 83 GstMapInfo map1, map2; in gst_buffer_equals() local 85 gst_buffer_map (buf_a, &map1, GST_MAP_READ); in gst_buffer_equals() 88 if (map1.size == map2.size) { in gst_buffer_equals() 89 res = memcmp (map1.data, map2.data, map1.size) == 0; in gst_buffer_equals() 93 gst_buffer_unmap (buf_a, &map1); in gst_buffer_equals()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstcompare.c | 310 GstMapInfo map1, map2; in gst_compare_mem() local 313 gst_buffer_map (buf1, &map1, GST_MAP_READ); in gst_compare_mem() 316 c = memcmp (map1.data, map2.data, map1.size); in gst_compare_mem() 318 gst_buffer_unmap (buf1, &map1); in gst_compare_mem() 330 GstMapInfo map1, map2; in gst_compare_max() local 332 gst_buffer_map (buf1, &map1, GST_MAP_READ); in gst_compare_max() 335 data1 = (gint8 *) map1.data; in gst_compare_max() 339 for (i = 0; i < map1.size; i++) { in gst_compare_max() 348 gst_buffer_unmap (buf1, &map1); in gst_compare_max() 533 GstMapInfo map1, map2; in gst_compare_buffers() local [all …]
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstripple.c | 202 p = filter->map1 + filter->map_w + 1; in motiondetect() 225 drop (gint power, gint * map1, gint * map2, gint map_w, gint map_h) in drop() argument 232 p = map1 + y * map_w + x; in drop() 296 drop (filter->drop_power, filter->map1, filter->map2, filter->map_w, in raindrop() 305 drop (filter->drop_power, filter->map1, filter->map2, filter->map_w, in raindrop() 360 p = filter->map1 + m_w + 1; in gst_rippletv_transform_frame() 394 p = filter->map1; in gst_rippletv_transform_frame() 395 filter->map1 = filter->map2; in gst_rippletv_transform_frame() 400 p = filter->map1; in gst_rippletv_transform_frame() 468 filter->map1 = filter->map; in gst_rippletv_set_info()
|
D | gstripple.h | 61 gint *map, *map1, *map2, *map3; member
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | operatorsAndIntersectionTypes.ts | 12 let map1: { [x: string]: number } = {}; variable 14 map1[guid] = 123; // Can with tagged string
|
/third_party/googletest/googletest/test/ |
D | googletest-printers-test.cc | 1049 ::std::unordered_map<int, char> map1; 1050 map1[1] = 'a'; 1051 EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1)); 1055 ::std::unordered_multimap<int, bool> map1; 1056 map1.insert(make_pair(5, true)); 1057 map1.insert(make_pair(5, false)); 1060 const std::string result = Print(map1); 1108 map<int, bool> map1; local 1109 map1[1] = true; 1110 map1[5] = false; [all …]
|
/third_party/skia/third_party/externals/freetype/src/psnames/ |
D | psmodule.c | 185 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/cef/tests/ceftests/ |
D | test_util.cc | 13 void TestMapEqual(const CefRequest::HeaderMap& map1, in TestMapEqual() argument 17 EXPECT_EQ(map1.size(), map2.size()); in TestMapEqual() 20 TestMapNoDuplicates(map1); in TestMapEqual() 25 for (it1 = map1.begin(); it1 != map1.end(); ++it1) { in TestMapEqual()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | SmallSortedMapTest.java | 102 SmallSortedMap<Integer, Integer> map1 = SmallSortedMap.newInstanceForTest(3); in runPutAndGetTest() local 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/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstcameraundistort.cpp | 203 undist->map1 = 0; in gst_camera_undistort_init() 328 cv::remap (img, outimg, undist->map1, undist->map2, cv::INTER_LINEAR); in camera_undistort_run() 353 cv::Mat (), newCameraMatrix, undist->imageSize, CV_16SC2, undist->map1, in camera_undistort_init_undistort_rectify_map()
|
D | gstcameraundistort.h | 89 cv::Mat map1, map2; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_image_copy_region.c | 98 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/internal/testdata/ |
D | maps.proto | 111 map<string, MapM> map1 = 1; field 127 repeated Map1Entry map1 = 1; field
|