Home
last modified time | relevance | path

Searched defs:global (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/third_party/typescript/tests/baselines/reference/
DglobalIsContextualKeyword.js6 class global {} class
16 global: "123" property
24 var global = /** @class */ (function () { function
25 function global() { function
33 global: "123" property
DnestedGlobalNamespaceInClass.js4 global x field in C
15 var global; variable
16 (function (global) { argument
DletDeclarations-scopes2.js2 let global = 0; variable
DspellingSuggestionGlobal3.js2 const global = { x: true } variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwifi_display.c22 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()
Dmain.c160 static int wpa_supplicant_init_match(struct wpa_global *global) in wpa_supplicant_init_match()
188 struct wpa_global *global; in wpa_main() local
Dctrl_iface_unix.c45 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/
Dwifi_display.c22 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()
Dmain.c160 static int wpa_supplicant_init_match(struct wpa_global *global) in wpa_supplicant_init_match()
188 struct wpa_global *global; in wpa_main() local
Dctrl_iface_unix.c45 struct wpa_global *global; member
104 socklen_t fromlen, int global) in wpa_supplicant_ctrl_iface_attach()
301 static void wpas_ctrl_msg_send_pending_global(struct wpa_global *global) in wpas_ctrl_msg_send_pending_global()
1047 struct wpa_global *global = eloop_ctx; in wpa_supplicant_global_ctrl_iface_receive() local
1111 static int wpas_global_ctrl_iface_open_sock(struct wpa_global *global, in wpas_global_ctrl_iface_open_sock()
1293 wpa_supplicant_global_ctrl_iface_init(struct wpa_global *global) in wpa_supplicant_global_ctrl_iface_init()
1319 static int wpas_ctrl_iface_global_reinit(struct wpa_global *global, in wpas_ctrl_iface_global_reinit()
/third_party/jerryscript/tests/jerry/es2015/
Dsymbol-replace.js48 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/openssl/crypto/
Dex_data.c16 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/jerryscript/tests/jerry/es5.1/
Dbuiltin-prototypes.js52 RegExp.prototype.global = true; method in RegExp
61 delete RegExp.prototype.global; method in delete
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/
Dbinder.cpp26 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/
Dbinder.cpp26 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/skia/third_party/externals/tint/src/resolver/
Ddependency_graph.cc140 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
/third_party/typescript/tests/cases/compiler/
DspellingSuggestionGlobal3.ts1 const global = { x: true } constant
DletDeclarations-scopes2.ts3 let global = 0; variable
DglobalIsContextualKeyword.ts8 namespace global { namespace
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c689 struct global struct
692 unsigned int errors :1; /* print file errors to stderr */
693 unsigned int warnings :1; /* print libpng warnings to stderr */
694 unsigned int optimize_zlib :1; /* Run optimization search */
695 unsigned int quiet :2; /* don't output summaries */
719 /* The structure is shared across all uses of this global control argument
725 global_end(struct global *global) in global_end()
737 global_init(struct global *global) in global_init()
756 skip_chunk_type(const struct global *global, png_uint_32 type) in skip_chunk_type()
835 struct global *global; member
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c689 struct global struct
692 unsigned int errors :1; /* print file errors to stderr */
693 unsigned int warnings :1; /* print libpng warnings to stderr */
694 unsigned int optimize_zlib :1; /* Run optimization search */
695 unsigned int quiet :2; /* don't output summaries */
719 /* The structure is shared across all uses of this global control argument
725 global_end(struct global *global) in global_end()
737 global_init(struct global *global) in global_init()
756 skip_chunk_type(const struct global *global, png_uint_32 type) in skip_chunk_type()
835 struct global *global; member
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_gnutls.c45 struct tls_global *global; member
99 struct tls_global *global; in tls_init() local
133 struct tls_global *global = ssl_ctx; in tls_deinit() local
198 static int tls_gnutls_init_session(struct tls_global *global, in tls_gnutls_init_session()
241 struct tls_global *global = ssl_ctx; in tls_connection_init() local
308 struct tls_global *global = ssl_ctx; in tls_connection_shutdown() local
702 struct tls_global *global = ptr; in server_ocsp_status_req() local
739 struct tls_global *global = tls_ctx; in tls_global_set_params() local
934 struct tls_global *global = conn->global; in gnutls_tls_fail_event() local
1452 struct tls_global *global = tls_ctx; in tls_connection_handshake() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_gnutls.c45 struct tls_global *global; member
99 struct tls_global *global; in tls_init() local
133 struct tls_global *global = ssl_ctx; in tls_deinit() local
198 static int tls_gnutls_init_session(struct tls_global *global, in tls_gnutls_init_session()
241 struct tls_global *global = ssl_ctx; in tls_connection_init() local
308 struct tls_global *global = ssl_ctx; in tls_connection_shutdown() local
702 struct tls_global *global = ptr; in server_ocsp_status_req() local
739 struct tls_global *global = tls_ctx; in tls_global_set_params() local
934 struct tls_global *global = conn->global; in gnutls_tls_fail_event() local
1452 struct tls_global *global = tls_ctx; in tls_connection_handshake() local
/third_party/musl/src/locale/
Duselocale.c9 locale_t global = &libc.global_locale; in __uselocale() local
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/
Dsetup.cpp36 jerry_value_t global = jerry_get_global_object(); in jsmbed_js_load_magic_strings() local

12345678910>>...13