/third_party/typescript/tests/baselines/reference/ |
D | globalIsContextualKeyword.js | 6 class global {} class 16 global: "123" property 24 var global = /** @class */ (function () { function 25 function global() { function 33 global: "123" property
|
D | nestedGlobalNamespaceInClass.js | 4 global x field in C 15 var global; variable 16 (function (global) { argument
|
D | letDeclarations-scopes2.js | 2 let global = 0; variable
|
D | spellingSuggestionGlobal3.js | 2 const global = { x: true } variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wifi_display.c | 22 int wifi_display_init(struct wpa_global *global) in wifi_display_init() 29 void wifi_display_deinit(struct wpa_global *global) in wifi_display_deinit() 39 struct wpabuf * wifi_display_get_wfd_ie(struct wpa_global *global) in wifi_display_get_wfd_ie() 67 static int wifi_display_update_wfd_ie(struct wpa_global *global) in wifi_display_update_wfd_ie() 229 void wifi_display_enable(struct wpa_global *global, int enabled) in wifi_display_enable() 238 int wifi_display_subelem_set(struct wpa_global *global, char *cmd) in wifi_display_subelem_set() 298 int wifi_display_subelem_set_from_ies(struct wpa_global *global, in wifi_display_subelem_set_from_ies() 352 int wifi_display_subelem_get(struct wpa_global *global, char *cmd, in wifi_display_subelem_get()
|
D | main.c | 160 static int wpa_supplicant_init_match(struct wpa_global *global) in wpa_supplicant_init_match() 188 struct wpa_global *global; in wpa_main() local
|
D | ctrl_iface_unix.c | 45 struct wpa_global *global; member 104 socklen_t fromlen, int global) in wpa_supplicant_ctrl_iface_attach() 311 static void wpas_ctrl_msg_send_pending_global(struct wpa_global *global) in wpas_ctrl_msg_send_pending_global() 804 wpas_global_ctrl_iface_flush_queued_msg(struct wpa_global *global, in wpas_global_ctrl_iface_flush_queued_msg() 1098 struct wpa_global *global = eloop_ctx; in wpa_supplicant_global_ctrl_iface_receive() local 1172 static int wpas_global_ctrl_iface_open_sock(struct wpa_global *global, in wpas_global_ctrl_iface_open_sock() 1354 wpa_supplicant_global_ctrl_iface_init(struct wpa_global *global) in wpa_supplicant_global_ctrl_iface_init() 1380 static int wpas_ctrl_iface_global_reinit(struct wpa_global *global, in wpas_ctrl_iface_global_reinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wifi_display.c | 22 int wifi_display_init(struct wpa_global *global) in wifi_display_init() 29 void wifi_display_deinit(struct wpa_global *global) in wifi_display_deinit() 39 struct wpabuf * wifi_display_get_wfd_ie(struct wpa_global *global) in wifi_display_get_wfd_ie() 67 static int wifi_display_update_wfd_ie(struct wpa_global *global) in wifi_display_update_wfd_ie() 229 void wifi_display_enable(struct wpa_global *global, int enabled) in wifi_display_enable() 238 int wifi_display_subelem_set(struct wpa_global *global, char *cmd) in wifi_display_subelem_set() 298 int wifi_display_subelem_set_from_ies(struct wpa_global *global, in wifi_display_subelem_set_from_ies() 352 int wifi_display_subelem_get(struct wpa_global *global, char *cmd, in wifi_display_subelem_get()
|
D | main.c | 160 static int wpa_supplicant_init_match(struct wpa_global *global) in wpa_supplicant_init_match() 188 struct wpa_global *global; in wpa_main() local
|
/third_party/boost/libs/python/src/ |
D | exec.cpp | 17 object BOOST_PYTHON_DECL eval(str string, object global, object local) in eval() 22 object BOOST_PYTHON_DECL eval(char const *string, object global, object local) in eval() 40 object BOOST_PYTHON_DECL exec(str string, object global, object local) in exec() 45 object BOOST_PYTHON_DECL exec(char const *string, object global, object local) in exec() 63 object BOOST_PYTHON_DECL exec_statement(str string, object global, object local) in exec_statement() 68 object BOOST_PYTHON_DECL exec_statement(char const *string, object global, object local) in exec_statement() 89 object BOOST_PYTHON_DECL exec_file(str filename, object global, object local) in exec_file() 94 object BOOST_PYTHON_DECL exec_file(char const *filename, object global, object local) in exec_file()
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | symbol-replace.js | 48 get global() { getter 59 global: true, property 137 global: true, property 156 global: true, property 191 global: true, property 215 global: true, property 242 global: true, property 272 global: true, property 321 global: true, property 356 global: true property
|
/third_party/boost/libs/python/example/quickstart/ |
D | embedding.cpp | 66 python::object global(main.attr("__dict__")); in exec_test() local 100 python::dict global; in exec_file_test() local 114 python::dict global; in exec_test_error() local
|
/third_party/jerryscript/tests/jerry/es5.1/ |
D | builtin-prototypes.js | 52 RegExp.prototype.global = true; method in RegExp 61 delete RegExp.prototype.global; method in delete
|
/third_party/curl/src/ |
D | tool_filetime.c | 38 curl_off_t getfiletime(const char *filename, struct GlobalConfig *global) in getfiletime() 94 struct GlobalConfig *global) in setfiletime()
|
D | tool_operate.c | 261 static CURLcode pre_transfer(struct GlobalConfig *global, in pre_transfer() 338 static CURLcode post_per_transfer(struct GlobalConfig *global, in post_per_transfer() 650 static CURLcode single_transfer(struct GlobalConfig *global, in single_transfer() 2088 static CURLcode add_parallel_transfers(struct GlobalConfig *global, in add_parallel_transfers() 2142 static CURLcode parallel_transfers(struct GlobalConfig *global, in parallel_transfers() 2239 static CURLcode serial_transfers(struct GlobalConfig *global, in serial_transfers() 2304 static CURLcode transfer_per_config(struct GlobalConfig *global, in transfer_per_config() 2409 static CURLcode create_transfer(struct GlobalConfig *global, in create_transfer() 2427 static CURLcode run_all_transfers(struct GlobalConfig *global, in run_all_transfers() 2467 CURLcode operate(struct GlobalConfig *global, int argc, argv_item_t argv[]) in operate()
|
/third_party/boost/libs/python/test/ |
D | exec.cpp | 65 python::object global(main.attr("__dict__")); in exec_test() local 93 python::dict global; in exec_file_test() local 103 python::dict global; in exec_test_error() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/ |
D | binder.cpp | 26 struct wpa_global *global = (wpa_global *)eloop_ctx; in wpas_binder_sock_handler() local 34 struct wpas_binder_priv *wpas_binder_init(struct wpa_global *global) in wpas_binder_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/ |
D | binder.cpp | 26 struct wpa_global *global = (wpa_global *)eloop_ctx; in wpas_binder_sock_handler() local 34 struct wpas_binder_priv *wpas_binder_init(struct wpa_global *global) in wpas_binder_init()
|
/third_party/boost/boost/graph/parallel/ |
D | distribution.hpp | 67 virtual size_type global(size_type n) const in global() function 70 virtual size_type global(process_id_type id, size_type n) const in global() function 97 size_type global(size_type n) const in global() function in boost::parallel::variant_distribution 100 size_type global(process_id_type id, size_type n) const in global() function in boost::parallel::variant_distribution 176 SizeType global(SizeType i) const in global() function 181 SizeType global(ProcessID id, SizeType i) const in global() function 246 SizeType global(SizeType i) const in global() function 251 SizeType global(ProcessID id, SizeType i) const in global() function 301 SizeType global(SizeType i) const in global() function 305 SizeType global(ProcessID id, SizeType i) const in global() function [all …]
|
/third_party/boost/boost/property_map/parallel/ |
D | global_index_map.hpp | 29 IndexMap index_map, GlobalMap global) in global_index_map() 65 GlobalMap global; member in boost::parallel::global_index_map
|
D | distributed_property_map.hpp | 322 distributed_property_map(const ProcessGroup& pg, const GlobalMap& global, in distributed_property_map() 410 const GlobalMap& global() const { return data->global; } in global() function in boost::parallel::distributed_property_map 411 GlobalMap& global() { return data->global; } in global() function in boost::parallel::distributed_property_map 427 GlobalMap global; member 665 make_distributed_property_map(const ProcessGroup& pg, GlobalMap global, in make_distributed_property_map() 679 make_distributed_property_map(const ProcessGroup& pg, GlobalMap global, in make_distributed_property_map()
|
/third_party/typescript/tests/cases/compiler/ |
D | spellingSuggestionGlobal3.ts | 1 const global = { x: true } constant
|
D | letDeclarations-scopes2.ts | 3 let global = 0; variable
|
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/namespaces-and-modules/ |
D | global-module-declaration.src.ts | 5 declare namespace global { namespace
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | dependency_graph.cc | 140 void Scan(Global* global) { in Scan() 427 auto* global = global_it->second; in AddGlobalDependency() local 553 auto* global = allocator_.Create(node); in GatherGlobals() local 564 for (auto* global : declaration_order_) { in DetermineDependencies() local 582 const Global* global; // The parent global in TraverseDependencies() member 625 for (auto* global : declaration_order_) { in SortGlobals() local 684 for (auto* global : declaration_order_) { in ErrorOnOutOfOrderDeclarations() local 743 for (auto* global : declaration_order_) { in DumpDependencyGraph() local 749 auto* global = globals_.at(symbol); in DumpDependencyGraph() local
|