Home
last modified time | relevance | path

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

1234

/system/connectivity/dhcp_client/
Ddhcp_options_writer_unittest.cc53 ByteString option; in TEST_F() local
55 int length = options_writer_->WriteUInt8Option(&option, in TEST_F()
59 EXPECT_EQ(0, std::memcmp(option.GetConstData(), in TEST_F()
72 ByteString option; in TEST_F() local
74 int length = options_writer_->WriteUInt16Option(&option, in TEST_F()
78 EXPECT_EQ(0, std::memcmp(option.GetConstData(), in TEST_F()
91 ByteString option; in TEST_F() local
93 int length = options_writer_->WriteUInt32Option(&option, in TEST_F()
97 EXPECT_EQ(0, std::memcmp(option.GetConstData(), in TEST_F()
110 ByteString option; in TEST_F() local
[all …]
/system/connectivity/shill/shims/
Dnetfilter_queue_helper.cc72 bool GetIntegerOption(base::CommandLine* cl, const string& option, int* value) { in GetIntegerOption() argument
73 if (!cl->HasSwitch(option)) { in GetIntegerOption()
74 LOG(ERROR) << "Option " << option << " was not given."; in GetIntegerOption()
77 string option_string_value = cl->GetSwitchValueASCII(option); in GetIntegerOption()
84 << option in GetIntegerOption()
/system/tools/aidl/
Daidl_language_l.ll11 %option yylineno
12 %option noyywrap
13 %option reentrant
14 %option bison-bridge
15 %option bison-locations
/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/connectivity/shill/vpn/
Dopenvpn_driver.h86 const std::string& option,
89 const std::string& option,
93 const std::string& option,
100 const std::string& option,
108 const std::string& option,
114 const std::string& option,
187 static void ParseForeignOption(const std::string& option,
Dopenvpn_driver.cc264 for (const auto& option : options) { in JoinOptions() local
266 for (const auto& argument : option) { in JoinOptions()
516 void OpenVPNDriver::ParseForeignOption(const string& option, in ParseForeignOption() argument
519 SLOG(nullptr, 2) << __func__ << "(" << option << ")"; in ParseForeignOption()
520 vector<string> tokens = SplitString(option, " ", base::TRIM_WHITESPACE, in ParseForeignOption()
881 const string& option, vector<vector<string>>* options) { in AppendOption() argument
882 options->push_back(vector<string>{ option }); in AppendOption()
886 const string& option, in AppendOption() argument
889 options->push_back(vector<string>{ option, value }); in AppendOption()
893 const string& option, in AppendOption() argument
[all …]
/system/core/metricsd/uploader/proto/
Duser_action_event.proto22 option optimize_for = LITE_RUNTIME;
23 option java_outer_classname = "UserActionEventProtos";
24 option java_package = "org.chromium.components.metrics";
Dhistogram_event.proto21 option optimize_for = LITE_RUNTIME;
22 option java_outer_classname = "HistogramEventProtos";
23 option java_package = "org.chromium.components.metrics";
Dchrome_user_metrics_extension.proto23 option optimize_for = LITE_RUNTIME;
24 option java_outer_classname = "ChromeUserMetricsExtensionProtos";
25 option java_package = "org.chromium.components.metrics";
/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/bt/include/
Dbte.h91 UINT8 option; /* option for operation. depends on operation */ member
94 extern void bte_hcisu_userial_oper( tUSERIAL_MSG_CBACK *p_cback, UINT8 port, UINT8 op, UINT8 option
/system/extras/tests/net_test/
Danycast_test.py73 option = IPV6_JOIN_ANYCAST if is_add else IPV6_LEAVE_ANYCAST
74 s.setsockopt(IPPROTO_IPV6, option, ipv6mreq.Pack())
/system/media/camera/docs/
Dcamera_device_info.mako6 option java_package = "com.google.wireless.android.partner.adl.proto";
7 option java_outer_classname = "CameraDeviceInfoProto";
Dcamera_device_info.proto6 option java_package = "com.google.wireless.android.partner.adl.proto";
7 option java_outer_classname = "CameraDeviceInfoProto";
/system/tpm/trunks/
Dinterface.proto1 option optimize_for = LITE_RUNTIME;
/system/extras/tests/workloads/
Dcapture.sh14 echo Unknown option $1
/system/tpm/tpm_manager/common/
Dtpm_manager_status.proto17 option optimize_for = LITE_RUNTIME;
Dlocal_data.proto17 option optimize_for = LITE_RUNTIME;
/system/security/keystore/
Dkeystore_client.proto17 option optimize_for = LITE_RUNTIME;
/system/extras/perfprofd/
Dperf_profile.proto4 option java_package = "com.google.common.logging";
6 option optimize_for = LITE_RUNTIME;
/system/connectivity/shill/
Dprocess_manager_unittest.cc118 for (const auto& option : args) { variable
119 if (string(arg[index++]) != option) {
Dprocess_manager.cc101 for (const auto& option : arguments) { in StartProcess() local
102 process->AddArg(option); in StartProcess()
/system/connectivity/shill/doc/
Dservice-api.txt660 See the "--auth" option in the OpenVPN documentation.
677 See the "--auth-retry" option in the OpenVPN
684 with username and password if this option is non-empty.
685 For this option to work, the "OpenVPN.User" property
725 authentication. See the "--cert" option in the
734 "--cipher" option in the OpenVPN documentation.
742 "--comp-lzo" option in the OpenVPN documentation.
751 option in the OpenVPN documentation. The current
775 this option does not ignore routes explicitly pushed
776 from the server, this option does not allow split
[all …]
/system/bt/osi/src/protos/
Dbluetooth.proto9 option java_package = "com.google.wireless.android.play.playlog.connectivity";
10 //option (datapol.file_vetting_status) = "latest";
/system/extras/kexec_tools/
Dkexecload.c80 const struct option longopts[] = { in main()

1234