/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_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.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_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/tools/aidl/ |
D | aidl_language_l.ll | 11 %option yylineno 12 %option noyywrap 13 %option nounput 14 %option noinput 15 %option reentrant 16 %option bison-bridge 17 %option bison-locations
|
/system/core/adb/fastdeploy/proto/ |
D | ApkEntry.proto | 5 option java_package = "com.android.fastdeploy"; 6 option java_multiple_files = true;
|
/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/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/simpleperf/ |
D | inplace_sampler_lib.cpp | 131 char* option = const_cast<char*>(msg.data); in ParseStartProfilingMessage() local 132 while (option != nullptr && *option != '\0') { in ParseStartProfilingMessage() 133 char* next_option = strchr(option, ' '); in ParseStartProfilingMessage() 137 char* equal_op = strchr(option, '='); in ParseStartProfilingMessage() 139 char* key = option; in ParseStartProfilingMessage() 159 option = next_option; in ParseStartProfilingMessage()
|
D | report_sample.proto | 14 option optimize_for = LITE_RUNTIME; 16 option java_package = "com.android.tools.profiler.proto"; 17 option java_outer_classname = "SimpleperfReport"; 43 // By using '-e' option, we can ask simpleperf to record samples for one or more
|
/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/bt/internal_include/ |
D | bte.h | 105 uint8_t option; /* option for operation. depends on operation */ member 109 uint8_t op, uint8_t option);
|
/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/tools/hidl/ |
D | hidl-gen_l.ll | 73 %option yylineno 74 %option noyywrap 75 %option nounput 76 %option noinput 77 %option reentrant 78 %option bison-bridge 79 %option bison-locations
|
/system/tools/hidl/scripts/ |
D | run-tests.sh | 80 while getopts "m:j:p" option ; do 81 case "${option}" in
|
/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/tzlookup_generator/src/main/proto/ |
D | country_zones_file.proto | 19 option java_package = "com.android.libcore.timezone.tzlookup.proto"; 20 option java_multiple_files = false;
|
/system/extras/perfprofd/ |
D | perfprofd_config.proto | 4 option java_package = "android.perfprofd"; 37 // Desired sampling period (passed to perf -c option). Small 42 // Desired sampling frequency (passed to perf -f option). A value of 0 67 // If set to 1, pass the -g option when invoking 'perf' (requests
|
/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/media/camera/docs/ |
D | camera_device_info.mako | 6 option java_package = "com.google.wireless.android.partner.adl.proto"; 7 option java_outer_classname = "CameraDeviceInfoProto";
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraAvgFragment.java | 394 for (Size option : choices) { in chooseOptimalSize() 395 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight && in chooseOptimalSize() 396 option.getHeight() == option.getWidth() * h / w) { in chooseOptimalSize() 397 if (option.getWidth() >= textureViewWidth && in chooseOptimalSize() 398 option.getHeight() >= textureViewHeight) { in chooseOptimalSize() 399 bigEnough.add(option); in chooseOptimalSize() 401 notBigEnough.add(option); in chooseOptimalSize()
|
/system/libvintf/ |
D | main.cpp | 85 std::unique_ptr<struct option[]> getLongOptions(const std::vector<Option>& options, in getLongOptions() 87 std::unique_ptr<struct option[]> ret{new struct option[options.size() + 1]}; in getLongOptions() 108 std::unique_ptr<struct option[]> longOptions = getLongOptions(options, &longOptFlag); in parseOptions()
|
D | assemble_vintf_main.cpp | 77 const struct option longopts[] = {{"kernel", required_argument, NULL, 'k'}, in main()
|
/system/extras/tests/workloads/ |
D | capture.sh | 14 echo Unknown option $1
|
/system/tools/sysprop/ |
D | JavaMain.cpp | 42 static struct option long_options[] = { in ParseArgs()
|