/system/libufdt/utils/src/ |
D | mkdtimg_create.c | 41 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()
|
D | mkdtimg_core.c | 275 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 …]
|
D | mkdtimg_cfg_create.c | 35 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()
|
D | mkdtimg_core.h | 32 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/ |
D | filter.proto | 5 option java_multiple_files = true; 6 option java_package = "com.google.location.lbs.contexthub"; 7 option java_outer_classname = "FilterNano";
|
/system/core/storaged/ |
D | storaged.proto | 2 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/ |
D | chre_test_common.proto | 5 option java_package = "com.google.android.chre.nanoapp.proto"; 6 option java_outer_classname = "ChreTestCommon";
|
D | permission_test.proto | 5 option java_package = "com.google.android.chre.nanoapp.proto"; 6 option java_outer_classname = "PermissionTest";
|
D | ping_test.proto | 5 option java_package = "com.google.android.chre.nanoapp.proto"; 6 option java_outer_classname = "PingTest";
|
D | chre_audio_concurrency_test.proto | 5 option java_package = "com.google.android.chre.nanoapp.proto"; 6 option java_outer_classname = "ChreAudioConcurrencyTest";
|
D | chre_settings_test.proto | 5 option java_package = "com.google.android.chre.nanoapp.proto"; 6 option java_outer_classname = "ChreSettingsTest";
|
/system/core/bootstat/ |
D | README.md | 25 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/ |
D | build_verity_tree_main.cpp | 57 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/ |
D | kernel_test.cpp | 38 bool hasOption(const std::string& option) const { in hasOption() 40 auto it = configMap.find(option); in hasOption()
|
/system/apex/proto/ |
D | apex_build_info.proto | 21 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/ |
D | aidl_language_l.ll | 36 %option noyywrap 37 %option nounput 38 %option noinput 39 %option reentrant 40 %option bison-bridge 41 %option bison-locations
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 80 %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/ |
D | insertkeys.py | 123 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/ |
D | ETMDecoder.h | 36 bool ParseEtmDumpOption(const std::string& s, ETMDumpOption* option); 78 virtual void EnableDump(const ETMDumpOption& option) = 0;
|
/system/tools/hidl/c2hal/ |
D | c2hal_l.ll | 85 %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/ |
D | telephony_lookup_proto_file.proto | 19 option java_package = "com.android.libcore.timezone.telephonylookup.proto"; 20 option java_multiple_files = false;
|
/system/chre/apps/test/pts/proto/ |
D | pts_chre.proto | 5 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/ |
D | country_zones_file.proto | 19 option java_package = "com.android.libcore.timezone.countryzones.proto"; 20 option java_multiple_files = false;
|
/system/extras/simpleperf/runtest/ |
D | runtest.conf | 44 <report option="--sort comm,symbol"/> 199 <report option="--comms RUN_COMM1"/> 218 <record option="--trace-offcpu"/>
|
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 88 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.
|