| /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
|
| /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/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 | 20 struct wpa_global *global = NULL; variable 161 static int wpa_supplicant_init_match(struct wpa_global *global) in wpa_supplicant_init_match()
|
| /third_party/node/deps/npm/test/lib/commands/ |
| D | config.js | 37 global: { property 47 const global = join(temp, 'global') constant 51 const sandbox = new Sandbox(t, { global, project, home }) property 59 global: { property 69 const global = join(temp, 'global') constant 73 const sandbox = new Sandbox(t, { global, project, home }) property 81 global: { property 91 const global = join(temp, 'global') constant 95 const sandbox = new Sandbox(t, { global, project, home }) property 167 const global = t.testdir({ constant [all …]
|
| D | install.js | 42 { global: false, path: npm.prefix, auditLevel: null }, property 79 t.match(ARB_ARGS, { global: false, path: npm.prefix }) property 135 global: true, property 141 { global: true, path: npm.globalPrefix } property 158 global: true, property 187 global: true, property 210 global: true, property 250 global: true, property 278 global: true, property 423 global: true, property
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/global/ |
| D | value-get-set.any.js | 44 const global = new WebAssembly.Global(opts); constant 56 const global = new WebAssembly.Global(opts); constant 80 const global = new WebAssembly.Global(opts); constant 96 const global = new WebAssembly.Global(argument); constant 127 const global = new WebAssembly.Global(argument); constant 139 const global = new WebAssembly.Global(argument); constant
|
| D | constructor.any.js | 97 const global = new WebAssembly.Global(argument); constant 104 const global = new WebAssembly.Global(argument); constant 123 const global = new WebAssembly.Global(argument, value); constant 148 const global = new WebAssembly.Global(argument, value); constant 169 const global = new WebAssembly.Global(argument, 0, {}); constant
|
| /third_party/node/deps/npm/lib/commands/ |
| D | ls.js | 68 global, property 154 node[_problems] = getProblems(node, { global }) field 157 ? getJsonOutputItem(node, { global, long }) property 160 : getHumanOutputItem(node, { args, chalk, global, long }) property 182 parseable ? parseableOutput({ seenNodes, global, long }) : property 240 const isExtraneous = (node, { global }) => 243 const getProblems = (node, { global }) => { 254 if (isExtraneous(node, { global })) { field 281 const getHumanOutputItem = (node, { args, chalk, global, long }) => { property 325 isExtraneous(node, { global }) field [all …]
|
| /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/node/deps/npm/lib/utils/completion/ |
| D | installed-deep.js | 24 global: true, property 28 const gTree = await gArb.loadActual({ global: true }) property 35 const arb = new Arborist({ global: false, path: prefix, workspacesEnabled }) property
|
| /third_party/node/deps/npm/test/lib/utils/ |
| D | reify-finish.js | 31 options: { global: mock.npm.global }, property 48 global: false, property 56 global: true, property 67 global: true, property 81 global: true, property
|
| /third_party/openssl/crypto/ |
| D | ex_data.c | 16 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_do_ex_data_init() local 30 static EX_CALLBACKS *get_and_lock(OSSL_EX_DATA_GLOBAL *global, int class_index) in get_and_lock() 67 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_cleanup_all_ex_data_int() local 110 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_free_ex_index_ex() local 151 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_get_ex_new_index_ex() local 219 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_new_ex_data_ex() local 276 OSSL_EX_DATA_GLOBAL *global; in CRYPTO_dup_ex_data() local 371 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ad->ctx); in CRYPTO_free_ex_data() local 437 OSSL_EX_DATA_GLOBAL *global; in ossl_crypto_alloc_ex_data_intern() local
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| D | ex_data.c | 16 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_do_ex_data_init() local 30 static EX_CALLBACKS *get_and_lock(OSSL_EX_DATA_GLOBAL *global, int class_index) in get_and_lock() 67 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_cleanup_all_ex_data_int() local 110 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_free_ex_index_ex() local 151 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_get_ex_new_index_ex() local 221 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_new_ex_data_ex() local 278 OSSL_EX_DATA_GLOBAL *global; in CRYPTO_dup_ex_data() local 373 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ad->ctx); in CRYPTO_free_ex_data() local 439 OSSL_EX_DATA_GLOBAL *global; in ossl_crypto_alloc_ex_data_intern() local
|
| /third_party/curl/src/ |
| D | var.c | 58 void varcleanup(struct GlobalConfig *global) in varcleanup() 70 static const struct var *varcontent(struct GlobalConfig *global, in varcontent() 97 static ParameterError varfunc(struct GlobalConfig *global, in varfunc() 209 ParameterError varexpand(struct GlobalConfig *global, in varexpand() 349 static ParameterError addvariable(struct GlobalConfig *global, in addvariable() 384 ParameterError setvariable(struct GlobalConfig *global, in setvariable()
|
| D | tool_filetime.c | 36 int getfiletime(const char *filename, struct GlobalConfig *global, in getfiletime() 92 struct GlobalConfig *global) in setfiletime()
|
| D | tool_operate.c | 264 static CURLcode pre_transfer(struct GlobalConfig *global, in pre_transfer() 371 static CURLcode post_per_transfer(struct GlobalConfig *global, in post_per_transfer() 736 static CURLcode single_transfer(struct GlobalConfig *global, in single_transfer() 2246 static CURLcode add_parallel_transfers(struct GlobalConfig *global, in add_parallel_transfers() 2317 static CURLcode parallel_transfers(struct GlobalConfig *global, in parallel_transfers() 2451 static CURLcode serial_transfers(struct GlobalConfig *global, in serial_transfers() 2534 static CURLcode transfer_per_config(struct GlobalConfig *global, in transfer_per_config() 2645 static CURLcode create_transfer(struct GlobalConfig *global, in create_transfer() 2663 static CURLcode run_all_transfers(struct GlobalConfig *global, in run_all_transfers() 2703 CURLcode operate(struct GlobalConfig *global, int argc, argv_item_t argv[]) in operate()
|
| D | tool_dirhie.c | 48 static void show_dir_errno(struct GlobalConfig *global, const char *name) in show_dir_errno() 99 CURLcode create_dir_hierarchy(const char *outfile, struct GlobalConfig *global) in create_dir_hierarchy()
|
| /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/node/deps/npm/node_modules/bin-links/lib/ |
| D | check-bins.js | 3 const checkBins = async ({ pkg, path, top, global, force }) => { property 16 .map(bin => checkBin({ bin, path, top, global, force }))) property
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/ |
| D | bad-imports.js | 96 "global": value, property 111 "global": value, property 123 "global": global, property
|
| /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/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()
|