/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/bt/gd/packet/parser/ |
D | language_l.ll | 24 %option debug 26 %option yylineno 27 %option noyywrap 28 %option nounput 29 %option noinput 30 %option reentrant 31 %option bison-bridge 32 %option bison-locations
|
D | flex.gni | 21 # Note: We generate .cc files for Flex. However, you must set %option c++ if you 23 # %option reentrant set, which is mutually exclusive with %option c++.
|
/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";
|
/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/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/tools/aidl/ |
D | aidl_language_l.ll | 28 %option noyywrap 29 %option nounput 30 %option noinput 31 %option reentrant 32 %option bison-bridge 33 %option bison-locations
|
/system/extras/simpleperf/ |
D | ETMDecoder.h | 36 bool ParseEtmDumpOption(const std::string& s, ETMDumpOption* option); 69 virtual void EnableDump(const ETMDumpOption& option) = 0;
|
/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/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/bt/gd/l2cap/internal/ |
D | sender.cc | 108 …RetransmissionAndFlowControlConfigurationOption option = config.local_retransmission_and_flow_cont… in UpdateClassicConfiguration() local 109 option.tx_window_size_ = config.remote_retransmission_and_flow_control_.tx_window_size_; in UpdateClassicConfiguration() 110 data_controller_->SetRetransmissionAndFlowControlOptions(option); in UpdateClassicConfiguration()
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 72 %option yylineno 73 %option noyywrap 74 %option nounput 75 %option noinput 76 %option reentrant 77 %option bison-bridge 78 %option bison-locations
|
/system/bt/gd/proto/bluetooth/bluetoothKeystore/ |
D | keystore.proto | 22 option java_package = "com.android.bluetooth"; 23 option java_outer_classname = "BluetoothKeystoreProto";
|
/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/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/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/bt/gd/l2cap/classic/internal/ |
D | signalling_manager.cc | 309 for (auto& option : options) { in OnConfigurationRequest() local 310 switch (option->type_) { in OnConfigurationRequest() 312 auto* config = MtuConfigurationOption::Specialize(option.get()); in OnConfigurationRequest() 322 auto* config = FlushTimeoutConfigurationOption::Specialize(option.get()); in OnConfigurationRequest() 327 auto* config = RetransmissionAndFlowControlConfigurationOption::Specialize(option.get()); in OnConfigurationRequest() 347 if (option->is_hint_ != ConfigurationOptionIsHint::OPTION_IS_A_HINT) { in OnConfigurationRequest() 348 … LOG_WARN("Received some unsupported configuration option: %d", static_cast<int>(option->type_)); in OnConfigurationRequest() 441 for (auto& option : options) { in negotiate_configuration() local 442 switch (option->type_) { in negotiate_configuration() 458 auto* config = RetransmissionAndFlowControlConfigurationOption::Specialize(option.get()); in negotiate_configuration() [all …]
|
/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 *"
|