/external/mesa3d/src/gallium/frontends/nine/ |
D | buffer9.c | 55 This->maps = MALLOC(sizeof(struct NineTransfer)); in NineBuffer9_ctor() 56 if (!This->maps) in NineBuffer9_ctor() 154 if (This->maps) { in NineBuffer9_dtor() 158 FREE(This->maps); in NineBuffer9_dtor() 299 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps, in NineBuffer9_Lock() 305 This->maps = newmaps; in NineBuffer9_Lock() 327 This->maps[This->nmaps-1].should_destroy_buf = true; in NineBuffer9_Lock() 335 This->maps[This->nmaps].transfer = NULL; in NineBuffer9_Lock() 336 This->maps[This->nmaps].is_pipe_secondary = false; in NineBuffer9_Lock() 337 This->maps[This->nmaps].buf = NULL; in NineBuffer9_Lock() [all …]
|
/external/bcc/src/cc/export/ |
D | helpers.h | 72 __attribute__((section("maps/" _table_type))) \ 81 __attribute__((section("maps/export"))) \ 87 __attribute__((section("maps/shared"))) \ 111 __attribute__((section("maps/perf_output"))) \ 124 __attribute__((section("maps/perf_array"))) \ 135 __attribute__((section("maps/cgroup_array"))) \ 233 __attribute__((section("maps/"_table_type))) \
|
/external/v8/src/compiler/ |
D | map-inference.cc | 20 ZoneHandleSet<Map> maps; in MapInference() local 22 NodeProperties::InferMapsUnsafe(broker_, object_, effect, &maps); in MapInference() 23 maps_.insert(maps_.end(), maps.begin(), maps.end()); in MapInference() 96 const MapHandles& maps = GetMaps(); in Is() local 97 if (maps.size() != 1) return false; in Is() 98 return maps[0].equals(expected_map); in Is() 106 ZoneHandleSet<Map> maps; in InsertMapChecks() local 107 for (Handle<Map> map : maps_) maps.insert(map, jsgraph->graph()->zone()); in InsertMapChecks() 109 jsgraph->simplified()->CheckMaps(CheckMapsFlag::kNone, maps, feedback), in InsertMapChecks()
|
D | property-access-builder.h | 39 ZoneVector<Handle<Map>> const& maps, Node** receiver, 43 ZoneVector<Handle<Map>> const& maps, Node** receiver, 49 ZoneVector<Handle<Map>> const& maps); 51 ZoneVector<Handle<Map>> const& maps) { in BuildCheckMaps() argument 54 BuildCheckMaps(object, &e, c, maps); in BuildCheckMaps() 103 ZoneVector<Handle<Map>> const& maps);
|
D | property-access-builder.cc | 36 ZoneVector<Handle<Map>> const& maps) { in HasOnlyStringMaps() argument 37 for (auto map : maps) { in HasOnlyStringMaps() 47 ZoneVector<Handle<Map>> const& maps) { in HasOnlyNumberMaps() argument 48 for (auto map : maps) { in HasOnlyNumberMaps() 58 JSHeapBroker* broker, ZoneVector<Handle<Map>> const& maps, Node** receiver, in TryBuildStringCheck() argument 60 if (HasOnlyStringMaps(broker, maps)) { in TryBuildStringCheck() 72 JSHeapBroker* broker, ZoneVector<Handle<Map>> const& maps, Node** receiver, in TryBuildNumberCheck() argument 74 if (HasOnlyNumberMaps(broker, maps)) { in TryBuildNumberCheck() 86 ZoneVector<Handle<Map>> const& maps) { in BuildCheckMaps() argument 91 for (Handle<Map> map : maps) { in BuildCheckMaps() [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | markermanager.js | 80 google.maps.event.addListener(me.projectionHelper_, 'ready', function () { 118 me.swPadding_ = new google.maps.Size(-padding, padding); 119 me.nePadding_ = new google.maps.Size(padding, -padding); 130 google.maps.event.addListener(map, 'dragend', function () { 133 google.maps.event.addListener(map, 'zoom_changed', function () { 168 google.maps.event.trigger(me, 'loaded'); 229 var point = new google.maps.Point( 257 google.maps.event.addListener(marker, 'changed', function (a, b, c) { 262 var gridPoint = this.getTilePoint_(mPoint, maxZoom, new google.maps.Size(0, 0, 0, 0)); 313 var oldGrid = this.getTilePoint_(oldPoint, zoom, new google.maps.Size(0, 0, 0, 0)); [all …]
|
/external/clang/test/Modules/ |
D | require-modular-includes.m | 5 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 11 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 18 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 24 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 31 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 38 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 44 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 50 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 57 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ 64 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \ [all …]
|
D | ignored_macros.m | 3 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -fimplicit-module-maps -I … 4 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -fimplicit-module-maps -I … 10 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -fmodules -fimplicit-module-maps -I %S/Inputs -e… 11 // RUN: not %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -fimplicit-module-maps… 19 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -fmodules -fimplicit-module-maps -I %S/Inputs -e… 20 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -fimplicit-module-maps -I … 26 …es -DIGNORED=1 -fmodules-ignore-macro=IGNORED -fmodules -fimplicit-module-maps -I %S/Inputs -emit-… 27 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -fimplicit-module-maps -I … 33 … -DIGNORED=1 -fmodules-ignore-macro=IGNORED=1 -fmodules -fimplicit-module-maps -I %S/Inputs -emit-… 34 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -fimplicit-module-maps -I …
|
D | Werror.m | 6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 12 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 17 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 24 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 30 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 36 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 45 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 49 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 55 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 62 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ [all …]
|
D | builtins.m | 2 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs %s -verify 3 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs -x c %s -v… 4 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs -x objecti… 7 // RUN: %clang_cc1 -fmodules-cache-path=%t.pch.cache -fmodules -fimplicit-module-maps -I %S/Inputs … 8 // RUN: %clang_cc1 -fmodules-cache-path=%t.pch.cache -fmodules -fimplicit-module-maps -I %S/Inputs …
|
D | module-feature.m | 4 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -fmodule-feature f1 -fm… 5 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -fmodule-feature f2 -F … 6 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -fmodule-feature f2 -fm… 10 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.nohash -fimplicit-module-maps -fdisable-module… 11 // RUN: not %clang_cc1 -fmodules -fmodules-cache-path=%t.nohash -fimplicit-module-maps -fdisable-mo…
|
D | preprocess.m | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inpu… 3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inpu… 4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inpu… 6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inpu… 7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inpu… 8 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inpu…
|
D | implementation-of-module.m | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import … 5 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import … 9 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import … 12 // RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -… 14 // RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -…
|
D | modify-module.m | 9 …ble-module-hash -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -I %t/include %s -v… 11 …ble-module-hash -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -I %t/include %s -v… 13 …ble-module-hash -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -I %t/include %s -v… 15 …ble-module-hash -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -I %t/include %s -v… 17 …ble-module-hash -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -I %t/include %s -v…
|
D | pch_container.m | 4 // RUN: %clang_cc1 -triple=x86_64-apple-darwin -fmodules -fmodule-format=obj -fimplicit-module-maps… 5 // RUN: %clang_cc1 -triple=x86_64-linux-elf -fmodules -fmodule-format=obj -fimplicit-module-maps -f… 6 // RUN: %clang_cc1 -triple=x86_64-windows-coff -fmodules -fmodule-format=obj -fimplicit-module-maps… 7 // RUN: %clang_cc1 -triple=x86_64-apple-darwin -fmodules -fmodule-format=raw -fimplicit-module-maps… 20 …arf-file t-split.dwo -triple=x86_64-linux-elf -fmodules -fimplicit-module-maps -fdisable-module-ha…
|
/external/boringssl/src/crypto/x509v3/ |
D | pcy_map.c | 71 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) in policy_cache_set_mapping() argument 78 if (sk_POLICY_MAPPING_num(maps) == 0) { in policy_cache_set_mapping() 82 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) { in policy_cache_set_mapping() 83 map = sk_POLICY_MAPPING_value(maps, i); in policy_cache_set_mapping() 127 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free); in policy_cache_set_mapping()
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_utils.h | 198 maps[h][key] = value; 204 auto ret = maps[h].insert(typename std::unordered_map<Key, T>::value_type(key, value)); 212 return maps[h].erase(key); 218 return maps[h].count(key) != 0; 252 auto itr = maps[h].find(key); 253 bool found = itr != maps[h].end(); 266 auto itr = maps[h].find(key); 267 bool found = itr != maps[h].end(); 271 maps[h].erase(itr); 282 for (auto j : maps[h]) { [all …]
|
/external/python/cpython2/Modules/ |
D | nismodule.c | 261 nismaplist *maps; member 320 if (!xdr_pointer(xdrs, (char **)&objp->maps, in nis_xdr_ypresp_maplist() 376 return list->maps; in nis_maplist() 387 nismaplist *maps; in nis_maps() local 400 if ((maps = nis_maplist (domain)) == NULL) in nis_maps() 404 for (maps = maps; maps; maps = maps->next) { in nis_maps() 405 PyObject *str = PyString_FromString(maps->map); in nis_maps()
|
/external/python/cpython3/Lib/test/ |
D | test_nis.py | 11 maps = nis.maps() 18 maps.remove("passwd.adjunct.byname") 23 for nismap in maps:
|
/external/python/cpython2/Lib/test/ |
D | test_nis.py | 9 maps = nis.maps() 16 maps.remove("passwd.adjunct.byname") 21 for nismap in maps:
|
/external/freetype/src/psnames/ |
D | psmodule.c | 330 table->maps = NULL; in ps_unicodes_init() 332 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) ) in ps_unicodes_init() 340 map = table->maps; in ps_unicodes_init() 381 count = (FT_UInt)( map - table->maps ); in ps_unicodes_init() 386 FT_FREE( table->maps ); in ps_unicodes_init() 395 (void)FT_RENEW_ARRAY( table->maps, in ps_unicodes_init() 403 ft_qsort( table->maps, count, sizeof ( PS_UniMap ), in ps_unicodes_init() 423 min = table->maps; in ps_unicodes_char_index() 479 map = table->maps + mid; in ps_unicodes_char_next() 506 map = table->maps + min; in ps_unicodes_char_next()
|
/external/testng/src/test/java/test/thread/ |
D | SequentialTest.java | 69 Map<Long, Long>[] maps = new Map[] { in runTest() local 75 for(Map m : maps) { in runTest() 80 maps[0].keySet().iterator().next(), in runTest() 81 maps[1].keySet().iterator().next(), in runTest() 82 maps[2].keySet().iterator().next(), in runTest()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 72 struct debug_map_item maps[DEBUG_FLUSH_MAP_DEPTH]; member 135 FREE(fbuf->maps[i].frame); in debug_flush_buf_reference() 231 FALSE, fbuf->maps[fbuf->last_sync_map].frame); in debug_flush_map() 234 fbuf->maps[fbuf->map_count].frame = in debug_flush_map() 236 fbuf->maps[fbuf->map_count].persistent = persistent; in debug_flush_map() 282 if (!fbuf->maps[i].persistent) { in debug_flush_unmap() 287 FREE(fbuf->maps[fbuf->map_count].frame); in debug_flush_unmap() 288 fbuf->maps[fbuf->map_count].frame = NULL; in debug_flush_unmap() 316 FALSE, fbuf->maps[fbuf->last_sync_map].frame); in debug_flush_cb_reference() 356 fbuf->maps[fbuf->last_sync_map].frame); in debug_flush_might_flush_cb()
|
/external/clang/test/VFS/ |
D | real-path-found-first.m | 14 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 20 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 25 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 29 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 35 // RUN: c-index-test -index-file %s -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache … 39 // RUN: c-index-test -index-file %s -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache … 51 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 55 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 61 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 66 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \
|
/external/ltp/lib/ |
D | tst_buffers.c | 18 static struct map *maps; variable 66 map->next = maps; in tst_alloc() 67 maps = map; in tst_alloc() 132 struct map *i = maps; in tst_free_all() 142 maps = NULL; in tst_free_all()
|