Home
last modified time | relevance | path

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

12345678910>>...43

/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A 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()
H A Dctrl_iface_unix.c45 struct wpa_global *global; member
104 socklen_t fromlen, int global) in wpa_supplicant_ctrl_iface_attach()
314 static void wpas_ctrl_msg_send_pending_global(struct wpa_global *global) in wpas_ctrl_msg_send_pending_global()
807 wpas_global_ctrl_iface_flush_queued_msg(struct wpa_global *global, in wpas_global_ctrl_iface_flush_queued_msg()
1101 struct wpa_global *global = eloop_ctx; in wpa_supplicant_global_ctrl_iface_receive() local
1175 static int wpas_global_ctrl_iface_open_sock(struct wpa_global *global, in wpas_global_ctrl_iface_open_sock()
1357 wpa_supplicant_global_ctrl_iface_init(struct wpa_global *global) in wpa_supplicant_global_ctrl_iface_init()
1383 static int wpas_ctrl_iface_global_reinit(struct wpa_global *global, in wpas_ctrl_iface_global_reinit()
/aosp_15_r20/external/bazelbuild-rules_go/go/runfiles/
H A Dglobal.go82 type global struct { struct
83 once sync.Once
84 runfiles *Runfiles
85 err error
88 func (g *global) get() (*Runfiles, error) {
93 func (g *global) init() {
/aosp_15_r20/external/curl/src/
H A Dtool_operate.c352 static CURLcode pre_transfer(struct GlobalConfig *global, in pre_transfer()
453 static CURLcode post_per_transfer(struct GlobalConfig *global, in post_per_transfer()
881 static CURLcode config2setopts(struct GlobalConfig *global, in config2setopts()
1768 static CURLcode append2query(struct GlobalConfig *global, in append2query()
1804 static CURLcode single_transfer(struct GlobalConfig *global, in single_transfer()
2379 static CURLcode add_parallel_transfers(struct GlobalConfig *global, in add_parallel_transfers()
2464 struct GlobalConfig *global; member
2709 struct GlobalConfig *global = s->global; in check_finished() local
2773 static CURLcode parallel_transfers(struct GlobalConfig *global, in parallel_transfers()
2850 static CURLcode serial_transfers(struct GlobalConfig *global, in serial_transfers()
[all …]
H A Dtool_getparam.c501 static ParameterError GetSizeParameter(struct GlobalConfig *global, in GetSizeParameter()
569 static ParameterError data_urlencode(struct GlobalConfig *global, in data_urlencode()
671 static void sethttpver(struct GlobalConfig *global, in sethttpver()
682 static CURLcode set_trace_config(struct GlobalConfig *global, in set_trace_config()
812 struct GlobalConfig *global, in url_query()
849 struct GlobalConfig *global, in set_data()
928 static ParameterError set_rate(struct GlobalConfig *global, in set_rate()
1025 struct GlobalConfig *global, in getparameter()
2683 ParameterError parse_args(struct GlobalConfig *global, int argc, in parse_args()
H A Dvar.c57 void varcleanup(struct GlobalConfig *global) in varcleanup()
68 static const struct var *varcontent(struct GlobalConfig *global, in varcontent()
95 static ParameterError varfunc(struct GlobalConfig *global, in varfunc()
207 ParameterError varexpand(struct GlobalConfig *global, in varexpand()
347 static ParameterError addvariable(struct GlobalConfig *global, in addvariable()
377 ParameterError setvariable(struct GlobalConfig *global, in setvariable()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Dcustom_call_encoding.cc85 auto global = g.GetOrCreate(b, type_id); in PackTypeId() local
113 auto global = g.GetOrCreate(b, value, type, symbol_base, init); in PackString() local
120 auto global = g.GetOrCreate(b, value, symbol_base); in PackScalarAttribute() local
192 auto global = g.GetOrCreate(b, value, type, symbol_base, init); in PackDenseElementsAttribute() local
212 auto global = g.GetOrCreate(b, array, arr_type, symbol_base, init); in CreateGlobalFromArray() local
245 auto global = g.GetOrCreate(b, array, type, symbol_base, init); in PackArrayAttribute() local
303 auto global = g.GetOrCreate(b, base_array, arr_type, symbol_base, init); in CreateGlobalFromDenseArray() local
337 auto global = g.GetOrCreate(b, value, type, symbol_base, init); in PackDenseArrayAttribute() local
365 auto global = g.GetOrCreate(b, value, type, symbol_base, init); in PackEmptyArrayAttribute() local
462 if (auto global = Find(key)) return global; in TryGetOrCreate() local
[all …]
/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngfix.c671 struct global struct
674 unsigned int errors :1; /* print file errors to stderr */
675 unsigned int warnings :1; /* print libpng warnings to stderr */
676 unsigned int optimize_zlib :1; /* Run optimization search */
677 unsigned int quiet :2; /* don't output summaries */
701 /* The structure is shared across all uses of this global control argument
707 global_end(struct global *global) in global_end()
719 global_init(struct global *global) in global_init()
738 skip_chunk_type(const struct global *global, png_uint_32 type) in skip_chunk_type()
817 struct global *global; member
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A 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
H A Dtls_internal.c36 struct tls_global *global; member
42 struct tls_global *global; in tls_init() local
70 struct tls_global *global = ssl_ctx; in tls_deinit() local
96 struct tls_global *global = tls_ctx; in tls_connection_init() local
302 struct tls_global *global = tls_ctx; in tls_global_set_params() local
359 struct tls_global *global = tls_ctx; in tls_global_set_verify() local
/aosp_15_r20/external/libaom/apps/
H A Daomenc.c612 static void parse_global_config(struct AvxEncoderConfig *global, char ***argv) { in parse_global_config()
804 static struct stream_state *new_stream(struct AvxEncoderConfig *global, in new_stream()
941 static int parse_stream_params(struct AvxEncoderConfig *global, in parse_stream_params()
1256 const struct AvxEncoderConfig *global) { in validate_stream_config()
1320 struct AvxEncoderConfig *global, in show_stream_config()
1419 struct AvxEncoderConfig *global, in open_output_file()
1479 struct AvxEncoderConfig *global, int pass) { in setup_pass()
1509 struct AvxEncoderConfig *global) { in initialize_encoder()
1630 struct AvxEncoderConfig *global, struct aom_image *img, in encode_frame()
1735 struct AvxEncoderConfig *global, int *got_data) { in get_cx_data()
[all …]
/aosp_15_r20/external/libvpx/
H A Dvpxenc.c727 static void parse_global_config(struct VpxEncoderConfig *global, char **argv) { in parse_global_config()
845 static struct stream_state *new_stream(struct VpxEncoderConfig *global, in new_stream()
902 static int parse_stream_params(struct VpxEncoderConfig *global, in parse_stream_params()
1127 const struct VpxEncoderConfig *global) { in validate_stream_config()
1208 struct VpxEncoderConfig *global, in show_stream_config()
1266 struct VpxEncoderConfig *global, in open_output_file()
1317 struct VpxEncoderConfig *global, int pass) { in setup_pass()
1339 struct VpxEncoderConfig *global) { in initialize_encoder()
1376 struct VpxEncoderConfig *global, struct vpx_image *img, in encode_frame()
1475 struct VpxEncoderConfig *global, int *got_data) { in get_cx_data()
[all …]
/aosp_15_r20/external/wayland/src/
H A Dwayland-server.c969 const struct wl_global *global) in wl_global_is_visible()
982 struct wl_global *global; in registry_bind() local
1051 struct wl_global *global; in display_get_registry() local
1231 struct wl_global *global, *gnext; in wl_display_destroy() local
1293 struct wl_global *global; in wl_global_create() local
1361 wl_global_remove(struct wl_global *global) in wl_global_remove()
1380 wl_global_destroy(struct wl_global *global) in wl_global_destroy()
1389 wl_global_get_interface(const struct wl_global *global) in wl_global_get_interface()
1405 wl_global_get_name(const struct wl_global *global, in wl_global_get_name()
1420 wl_global_get_version(const struct wl_global *global) in wl_global_get_version()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c54 int local, int global, int set) in toggle_breakpoint()
205 int len, local, global, i; in trigger_tests() local
292 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints()
308 int local, int global) in launch_watchpoints()
335 int len, local, global, i; in launch_tests() local
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DElfTest.cpp373 std::string global("something"); in TEST_F() local
385 std::string global("something"); in TEST_F() local
400 std::string global("something"); in TEST_F() local
418 std::string global("something"); in TEST_F() local
441 std::string global("something"); in TEST_F() local
461 std::string global("something"); in TEST_F() local
482 std::string global("something"); in TEST_F() local
/aosp_15_r20/system/logging/logd/
H A DPkgIds.cpp52 struct PkgIdMap* global = static_cast<struct PkgIdMap*>(userdata); in PackageParseCallback() local
60 static bool ReadPackageList(struct PkgIdMap* global) { in ReadPackageList()
68 static void WatchPackageList(struct PkgIdMap* global) { in WatchPackageList()
123 static void StartHandler(struct PkgIdMap* global) { in StartHandler()
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/test-data/
H A Dmetrics.ini1 [global] section
2 result_code = PASS
3 result_output = Test passed.
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DLocalAndGlobalData.java37 public LocalAndGlobalData(Data local, Data global) { in LocalAndGlobalData()
56 public LocalAndGlobalData(Data local, Data global, boolean allowGlobalDataModification) { in LocalAndGlobalData()
61 private static Data prepareGlobal(Data global, boolean allowGlobalDataModification) { in prepareGlobal()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs234 let global: u8 = 1 << 2; in ip_properties() localVariable
279 let global: u8 = 1 << 2; in ip_properties() localVariable
356 let global: u16 = 1 << 4; in ipv4_properties() localVariable
436 let global: u16 = 1 << 4; in ipv4_properties() localVariable
500 let global: u32 = 1 << 3; in ipv6_properties() localVariable
607 let global: u32 = 1 << 3; in ipv6_properties() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs234 let global: u8 = 1 << 2; in ip_properties() localVariable
279 let global: u8 = 1 << 2; in ip_properties() localVariable
356 let global: u16 = 1 << 4; in ipv4_properties() localVariable
436 let global: u16 = 1 << 4; in ipv4_properties() localVariable
500 let global: u32 = 1 << 3; in ipv6_properties() localVariable
607 let global: u32 = 1 << 3; in ipv6_properties() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs234 let global: u8 = 1 << 2; in ip_properties() localVariable
279 let global: u8 = 1 << 2; in ip_properties() localVariable
356 let global: u16 = 1 << 4; in ipv4_properties() localVariable
436 let global: u16 = 1 << 4; in ipv4_properties() localVariable
500 let global: u32 = 1 << 3; in ipv6_properties() localVariable
607 let global: u32 = 1 << 3; in ipv6_properties() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs234 let global: u8 = 1 << 2; in ip_properties() localVariable
279 let global: u8 = 1 << 2; in ip_properties() localVariable
356 let global: u16 = 1 << 4; in ipv4_properties() localVariable
436 let global: u16 = 1 << 4; in ipv4_properties() localVariable
500 let global: u32 = 1 << 3; in ipv6_properties() localVariable
607 let global: u32 = 1 << 3; in ipv6_properties() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs234 let global: u8 = 1 << 2; in ip_properties() localVariable
279 let global: u8 = 1 << 2; in ip_properties() localVariable
356 let global: u16 = 1 << 4; in ipv4_properties() localVariable
436 let global: u16 = 1 << 4; in ipv4_properties() localVariable
500 let global: u32 = 1 << 3; in ipv6_properties() localVariable
607 let global: u32 = 1 << 3; in ipv6_properties() localVariable
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtest_decorate.cpp81 size_t global = num; in verify_results() local
161 size_t global = num; in TEST_SPIRV_FUNC() local
248 size_t global = num; in verify_saturated_results() local
355 size_t global = num; in TEST_SATURATED_CONVERSION() local
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c60 struct bsd_driver_global *global; member
81 struct bsd_driver_global *global = priv; in bsd_get_drvindex() local
94 struct bsd_driver_global *global = priv; in bsd_get_drvname() local
622 bsd_route_overflow(int sock, void *ctx, struct bsd_driver_global *global) in bsd_route_overflow()
726 struct bsd_driver_global *global = sock_ctx; in bsd_wireless_event_receive() local
1663 struct bsd_driver_global *global; in bsd_global_init() local
1726 struct bsd_driver_global *global = priv; in bsd_global_deinit() local

12345678910>>...43