Home
last modified time | relevance | path

Searched +defs:global +defs:prefix (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/curl/src/
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()
239 size_t prefix; in varexpand() local
347 static ParameterError addvariable(struct GlobalConfig *global, in addvariable()
377 ParameterError setvariable(struct GlobalConfig *global, in setvariable()
H A Dtool_cb_wrt.c55 struct GlobalConfig *global; in tool_create_output_file() local
267 WCHAR prefix[3] = {0}; /* UTF-16 (1-2 WCHARs) + NUL */ in tool_write_cb() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/
H A Dmlir_graph_optimization_pass.cc79 std::string prefix = GetDumpDirFromEnvVar(); in DumpModule() local
122 static auto* global = new MlirOptimizationPassRegistry(); in Global() local
349 static auto* global = new MlirV1CompatOptimizationPassRegistry(); in Global() local
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.c35 int wpas_notify_supplicant_initialized(struct wpa_global *global) in wpas_notify_supplicant_initialized()
65 void wpas_notify_supplicant_deinitialized(struct wpa_global *global) in wpas_notify_supplicant_deinitialized()
686 void wpas_notify_debug_level_changed(struct wpa_global *global) in wpas_notify_debug_level_changed()
692 void wpas_notify_debug_timestamp_changed(struct wpa_global *global) in wpas_notify_debug_timestamp_changed()
698 void wpas_notify_debug_show_keys_changed(struct wpa_global *global) in wpas_notify_debug_show_keys_changed()
704 void wpas_notify_suspend(struct wpa_global *global) in wpas_notify_suspend()
715 void wpas_notify_resume(struct wpa_global *global) in wpas_notify_resume()
1460 ssize_t wpas_list_aliases(const char *prefix, char ***aliases) in wpas_list_aliases()
H A Dctrl_iface.c3355 struct wpa_global *global; in wpa_supplicant_ctrl_iface_mesh_group_remove() local
7324 static int wpas_find_p2p_dev_addr_bss(struct wpa_global *global, in wpas_find_p2p_dev_addr_bss()
13649 static int wpa_supplicant_global_iface_add(struct wpa_global *global, in wpa_supplicant_global_iface_add()
13788 static int wpa_supplicant_global_iface_remove(struct wpa_global *global, in wpa_supplicant_global_iface_remove()
13828 static int wpa_supplicant_global_iface_list(struct wpa_global *global, in wpa_supplicant_global_iface_list()
13870 static int wpa_supplicant_global_iface_interfaces(struct wpa_global *global, in wpa_supplicant_global_iface_interfaces()
13907 static char * wpas_global_ctrl_iface_ifname(struct wpa_global *global, in wpas_global_ctrl_iface_ifname()
13931 static char * wpas_global_ctrl_iface_redir_p2p(struct wpa_global *global, in wpas_global_ctrl_iface_redir_p2p()
13953 static const char * prefix[] = { in wpas_global_ctrl_iface_redir_p2p() local
14019 static char * wpas_global_ctrl_iface_redir_wfd(struct wpa_global *global, in wpas_global_ctrl_iface_redir_wfd()
[all …]
/aosp_15_r20/external/selinux/libsepol/src/
H A Dhierarchy.c57 avtab_t *global, avtab_t *other, in bounds_insert_rule()
98 avtab_t *avtab, avtab_t *global, avtab_t *other, in bounds_expand_rule()
128 avtab_t *global, avtab_t *other, in bounds_expand_cond_rules()
598 #define add_hierarchy_callback_template(prefix) \ argument
/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/skia/tests/
H A DMeshTest.cpp279 for (const auto& global : kChildEffects) { in DEF_TEST() local
315 for (const auto& global : kChildEffects) { in DEF_TEST() local
356 const char* expectedError = nullptr) { in DEF_TEST()
/aosp_15_r20/external/elfutils/src/
H A Dnm.c409 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, in handle_ar()
537 get_global (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, in get_global()
929 const char *prefix, const char *fname, const char *fullname, in show_symbols_bsd()
1061 const char *prefix, const char *fullname, GElf_SymX *syms, in show_symbols_posix()
1228 GElf_Shdr *shdr, const char *prefix, const char *fname, in show_symbols()
1528 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, in handle_elf()
/aosp_15_r20/external/coreboot/src/lib/
H A Dasan.c110 unsigned int prefix = (unsigned long)start % 8; in memory_is_nonzero() local
281 static void register_global(struct asan_global *global) in register_global()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dnetwork_unittest.cc529 IPAddress prefix; in SetupNetworks() local
621 IPAddress prefix = TruncateIP(ip, 64); in TEST_F() local
661 IPAddress prefix; in TEST_F() local
713 IPAddress prefix; in TEST_F() local
779 IPAddress prefix; in TEST_F() local
1583 const uint8_t global[] = {0x2, 0x50, 0x41, 0x0, 0x0, 0x1}; in TEST_F() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelDrag.cpp1066 const HGLOBAL global = GlobalAlloc(GHND | GMEM_SHARE, size); in Medium_CopyFrom() local
1097 HGLOBAL global; in GetData() local
2775 static bool Is_Path1_Prefixed_by_Path2(const UString &path, const UString &prefix) in Is_Path1_Prefixed_by_Path2()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
H A Daidl.cpp40 struct wpas_aidl_priv *wpas_aidl_init(struct wpa_global *global) in wpas_aidl_init()
1095 ssize_t wpas_aidl_list_aliases(const char *prefix, char ***aliases) in wpas_aidl_list_aliases()
H A Daidl_manager.cpp434 int AidlManager::registerAidlService(struct wpa_global *global) in registerAidlService()
2886 ssize_t AidlManager::listAliases(const char *prefix, char ***aliases) { in listAliases()
/aosp_15_r20/out/soong/.intermediates/packages/modules/AppSearch/service/service-appsearch/android_common_apex33/javac/
Dservice-appsearch.jar ... targetUser String callingPackageName android.os.UserHandle userToQuery boolean global String callingDatabaseName int callType boolean callAccepted public void getNamespaces ( ...
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
H A Djquery.js14 ( function( global, factory ) { argument
5191 global: {}, property
7097 }, function( prefix, suffix ) { argument
8885 function buildParams( prefix, obj, traditional, add ) { argument
9289 global: true, property
9865 global: false, property
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
H A Djquery.js14 ( function( global, factory ) { argument
5191 global: {}, property
7097 }, function( prefix, suffix ) { argument
8885 function buildParams( prefix, obj, traditional, add ) { argument
9289 global: true, property
9865 global: false, property
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
H A Djquery-3.5.1.js14 ( function( global, factory ) { argument
5191 global: {}, property
7097 }, function( prefix, suffix ) { argument
8885 function buildParams( prefix, obj, traditional, add ) { argument
9289 global: true, property
9865 global: false, property
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
H A Djquery-3.5.1.js14 ( function( global, factory ) { argument
5191 global: {}, property
7097 }, function( prefix, suffix ) { argument
8885 function buildParams( prefix, obj, traditional, add ) { argument
9289 global: true, property
9865 global: false, property
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1382 final Map<String, Object> global = MediaCodecList.getGlobalSettings(); in CodecCapabilities() local
2695 final String prefix = "performance-point-"; in getPerformancePoints() local
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
Dnashorn.jar ... java.lang.Exception java.util.List prefix java.lang.invoke.MethodHandle guard java. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
Dnashorn.jar ... java.lang.Exception java.util.List prefix java.lang.invoke.MethodHandle guard java. ...
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Djquery-1.7.1.js2953 global: {}, property
7145 global: true, property
7630 function buildParams( prefix, obj, traditional, add ) { argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java3651 public void dump(PrintWriter pw, String prefix, boolean dumpAll) { in dump()
6058 private static int addToGlobalAndConsumeLimit(Region local, Region global, Rect edge, in addToGlobalAndConsumeLimit()
H A DActivityRecord.java1021 void dump(PrintWriter pw, String prefix, boolean dumpAll) { in dump()
1297 String prefix, String label, boolean complete, boolean brief, boolean client, in dumpActivity()
8315 void setLastReportedConfiguration(@NonNull Configuration global, in setLastReportedConfiguration()

12345678910>>...21