Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 182) sorted by relevance

12345678

/system/libufdt/utils/src/
Dmkdtimg_create.c41 static int parse_arg(char **option, char **value, char *arg) { in parse_arg() argument
44 *option = NULL; in parse_arg()
53 return parse_option(option, value, arg + 2); in parse_arg()
64 char *option, *value; in output_img_with_args() local
65 if (parse_arg(&option, &value, arg) != 0) { in output_img_with_args()
70 if (option == NULL) { in output_img_with_args()
80 set_entry_options(writer, option, value) : in output_img_with_args()
81 set_global_options(writer, option, value); in output_img_with_args()
83 fprintf(stderr, "Unknown option: %s\n", option); in output_img_with_args()
Dmkdtimg_core.c275 const char *option, const char *value) { in set_dt_options() argument
276 if (strcmp(option, "id") == 0) { in set_dt_options()
278 } else if (strcmp(option, "rev") == 0) { in set_dt_options()
280 } else if (strcmp(option, "custom0") == 0) { in set_dt_options()
282 } else if (strcmp(option, "custom1") == 0) { in set_dt_options()
284 } else if (strcmp(option, "custom2") == 0) { in set_dt_options()
286 } else if (strcmp(option, "custom3") == 0) { in set_dt_options()
296 const char *option, const char *value) { in set_global_options() argument
299 if (strcmp(option, "page_size") == 0) { in set_global_options()
301 } else if (strcmp(option, "version") == 0) { in set_global_options()
[all …]
Dmkdtimg_cfg_create.c35 static struct option options[] = {
98 char *option, *value; in output_img_with_config() local
99 if (parse_option(&option, &value, trimmed) != 0) { in output_img_with_config()
105 set_entry_options(writer, option, value) : in output_img_with_config()
106 set_global_options(writer, option, value); in output_img_with_config()
108 fprintf(stderr, "Unknown option: %s\n", option); in output_img_with_config()
Dmkdtimg_core.h32 int set_global_options(struct dt_image_writer *writer, const char *option, const char *value);
33 int set_entry_options(struct dt_image_writer *writer, const char *option, const char *value);
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/proto/
Dfilter.proto5 option java_multiple_files = true;
6 option java_package = "com.google.location.lbs.contexthub";
7 option java_outer_classname = "FilterNano";
/system/core/storaged/
Dstoraged.proto2 option optimize_for = LITE_RUNTIME;
4 option java_package = "com.android.storaged.proto";
5 option java_outer_classname = "Storaged";
/system/chre/apps/test/common/proto/
Dchre_test_common.proto5 option java_package = "com.google.android.chre.nanoapp.proto";
6 option java_outer_classname = "ChreTestCommon";
Dpermission_test.proto5 option java_package = "com.google.android.chre.nanoapp.proto";
6 option java_outer_classname = "PermissionTest";
Dping_test.proto5 option java_package = "com.google.android.chre.nanoapp.proto";
6 option java_outer_classname = "PingTest";
Dchre_audio_concurrency_test.proto5 option java_package = "com.google.android.chre.nanoapp.proto";
6 option java_outer_classname = "ChreAudioConcurrencyTest";
Dchre_settings_test.proto5 option java_package = "com.google.android.chre.nanoapp.proto";
6 option java_outer_classname = "ChreSettingsTest";
/system/core/bootstat/
DREADME.md25 with the `-r` option and the name of the boot event.
34 To log the persisted boot events, call `bootstat` with the `-l` option.
38 bootstat logs all boot events recorded using the `-r` option to the EventLog
45 To print the set of persisted boot events, call `bootstat` with the `-p` option.
/system/extras/verity/
Dbuild_verity_tree_main.cpp57 constexpr struct option long_options[] = { in main()
100 std::string option = long_options[option_index].name; in main() local
101 if (option == "hash-algorithm") { in main()
/system/netd/tests/
Dkernel_test.cpp38 bool hasOption(const std::string& option) const { in hasOption()
40 auto it = configMap.find(option); in hasOption()
/system/apex/proto/
Dapex_build_info.proto21 option java_package = "com.android.apex";
22 option java_outer_classname = "Protos";
43 // Whether the --no_hashtree option was set at build time.
/system/tools/aidl/
Daidl_language_l.ll36 %option noyywrap
37 %option nounput
38 %option noinput
39 %option reentrant
40 %option bison-bridge
41 %option bison-locations
/system/tools/hidl/
Dhidl-gen_l.ll80 %option yylineno
81 %option noyywrap
82 %option nounput
83 %option noinput
84 %option reentrant
85 %option bison-bridge
86 %option bison-locations
/system/sepolicy/tools/
Dinsertkeys.py123 for option in options:
127 if option != target_build_variant and \
128 option != ParseConfig.OPTION_WILDCARD_TAG:
129 logging.info("Skipping " + tag + " : " + option +
137 tag_path = os.path.expandvars(self.get(tag, option))
/system/extras/simpleperf/
DETMDecoder.h36 bool ParseEtmDumpOption(const std::string& s, ETMDumpOption* option);
78 virtual void EnableDump(const ETMDumpOption& option) = 0;
/system/tools/hidl/c2hal/
Dc2hal_l.ll85 %option yylineno
86 %option nounput
87 %option noinput
88 %option reentrant
89 %option bison-bridge
90 %option bison-locations
91 %option extra-type="android::AST *"
/system/timezone/input_tools/android/telephonylookup_generator/src/main/proto/
Dtelephony_lookup_proto_file.proto19 option java_package = "com.android.libcore.timezone.telephonylookup.proto";
20 option java_multiple_files = false;
/system/chre/apps/test/pts/proto/
Dpts_chre.proto5 option java_package = "com.google.android.chre.pts.app";
6 option java_outer_classname = "PtsChreMessages";
/system/timezone/input_tools/android/tzlookup_generator/src/main/proto/
Dcountry_zones_file.proto19 option java_package = "com.android.libcore.timezone.countryzones.proto";
20 option java_multiple_files = false;
/system/extras/simpleperf/runtest/
Druntest.conf44 <report option="--sort comm,symbol"/>
199 <report option="--comms RUN_COMM1"/>
218 <record option="--trace-offcpu"/>
/system/extras/simpleperf/doc/
Dandroid_application_profiling.md88 a directory containing unstripped native libraries via the -lib option. Usually the directory can
99 app_profiler.py the --compile_java_code option.
102 To compile java code, we can pass app_profiler.py the --compile_java_code option.
128 # -p option selects the profiled app using its package name.
129 # --compile_java_code option compiles Java code into native instructions, which isn't needed on
131 # -a option selects the Activity to profile.
132 # -lib option gives the directory to find debug native libraries.
177 # Record dwarf based call graphs: add "-g" in the -r option.
181 # Record stack frame based call graphs: add "--call-graph fp" in the -r option.
235 more symbol info on host, then prefer do it on host with --symdir option.

12345678