Home
last modified time | relevance | path

Searched defs:opt_name (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/plugins/
Dparsed_cmd.py172 def is_enum_opt(self, opt_name): argument
207 def set_option_value(self, exe_ctx, opt_name, opt_value): argument
228 def was_set(self, opt_name): argument
311 def set_option_value(self, exe_ctx, opt_name, opt_value): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/plugins/
Dparsed_cmd.py172 def is_enum_opt(self, opt_name): argument
207 def set_option_value(self, exe_ctx, opt_name, opt_value): argument
228 def was_set(self, opt_name): argument
311 def set_option_value(self, exe_ctx, opt_name, opt_value): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/plugins/
Dparsed_cmd.py172 def is_enum_opt(self, opt_name): argument
207 def set_option_value(self, exe_ctx, opt_name, opt_value): argument
228 def was_set(self, opt_name): argument
311 def set_option_value(self, exe_ctx, opt_name, opt_value): argument
/aosp_15_r20/external/coreboot/src/mainboard/prodrive/hermes/
H A Deeprom.h132 #define READ_EEPROM(section_type, section_name, dest, opt_name) \ argument
146 #define READ_EEPROM_FSP_M(dest, opt_name) READ_EEPROM(FSPM_UPD, raw_fspm_upd, dest, opt_name) argument
147 #define READ_EEPROM_FSP_S(dest, opt_name) READ_EEPROM(FSPS_UPD, raw_fsps_upd, dest, opt_name) argument
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/
H A Dtrain.py142 def gen_precondition(self, opt_name, shared_memory, device_capa): argument
151 self, heuristic_name, opt_name, threshold, shared_memory, device_capa, dt argument
H A Dtrain_regression.py438 self, heuristic_name, opt_name, threshold, shared_memory, device_capa, classes argument
H A Dtrain_decision.py537 self, heuristic_name, opt_name, threshold, shared_memory, device_capa, classes argument
/aosp_15_r20/external/libwebsockets/lib/roles/ws/ext/
H A Dextension.c357 const char *opt_name, const char *opt_val) in lws_set_extension_option()
/aosp_15_r20/external/fsverity-utils/programs/
H A Dfsverity.c246 const char *opt_name; in parse_out_metadata_option() local
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc698 auto opt_name = it.name(); in ExportThreadNames() local
713 auto opt_name = it.name(); in ExportProcessNames() local
/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_compiler.cc633 std::string opt_name = ConvertPassNameToOptimizationName(pass_name); in RunOptimizations() local
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Dwsi.c806 const char *opt_name, const char *opt_val) in lws_set_extension_option()
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c144 static int parse_remapped_files_with_opt(const char *opt_name, in parse_remapped_files_with_opt()
251 char opt_name[32]; in parse_remapped_files_with_try() local