Home
last modified time | relevance | path

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

12345

/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_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.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_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/tools/aidl/
Daidl_language_l.ll11 %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/
DApkEntry.proto5 option java_package = "com.android.fastdeploy";
6 option java_multiple_files = true;
/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/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/simpleperf/
Dinplace_sampler_lib.cpp131 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()
Dreport_sample.proto14 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/
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/bt/internal_include/
Dbte.h105 uint8_t option; /* option for operation. depends on operation */ member
109 uint8_t op, uint8_t option);
/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/tools/hidl/
Dhidl-gen_l.ll73 %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/
Drun-tests.sh80 while getopts "m:j:p" option ; do
81 case "${option}" in
/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/tzlookup_generator/src/main/proto/
Dcountry_zones_file.proto19 option java_package = "com.android.libcore.timezone.tzlookup.proto";
20 option java_multiple_files = false;
/system/extras/perfprofd/
Dperfprofd_config.proto4 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/
Druntest.conf44 <report option="--sort comm,symbol"/>
199 <report option="--comms RUN_COMM1"/>
218 <record option="--trace-offcpu"/>
/system/media/camera/docs/
Dcamera_device_info.mako6 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/
DCameraAvgFragment.java394 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/
Dmain.cpp85 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()
Dassemble_vintf_main.cpp77 const struct option longopts[] = {{"kernel", required_argument, NULL, 'k'}, in main()
/system/extras/tests/workloads/
Dcapture.sh14 echo Unknown option $1
/system/tools/sysprop/
DJavaMain.cpp42 static struct option long_options[] = { in ParseArgs()

12345