/system/connectivity/dhcp_client/ |
D | dhcp_options_writer_unittest.cc | 53 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/ |
D | netfilter_queue_helper.cc | 72 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/ |
D | aidl_language_l.ll | 11 %option yylineno 12 %option noyywrap 13 %option reentrant 14 %option bison-bridge 15 %option bison-locations
|
/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/connectivity/shill/vpn/ |
D | openvpn_driver.h | 86 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,
|
D | openvpn_driver.cc | 264 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/ |
D | user_action_event.proto | 22 option optimize_for = LITE_RUNTIME; 23 option java_outer_classname = "UserActionEventProtos"; 24 option java_package = "org.chromium.components.metrics";
|
D | histogram_event.proto | 21 option optimize_for = LITE_RUNTIME; 22 option java_outer_classname = "HistogramEventProtos"; 23 option java_package = "org.chromium.components.metrics";
|
D | chrome_user_metrics_extension.proto | 23 option optimize_for = LITE_RUNTIME; 24 option java_outer_classname = "ChromeUserMetricsExtensionProtos"; 25 option java_package = "org.chromium.components.metrics";
|
/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/include/ |
D | bte.h | 91 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/ |
D | anycast_test.py | 73 option = IPV6_JOIN_ANYCAST if is_add else IPV6_LEAVE_ANYCAST 74 s.setsockopt(IPPROTO_IPV6, option, ipv6mreq.Pack())
|
/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";
|
D | camera_device_info.proto | 6 option java_package = "com.google.wireless.android.partner.adl.proto"; 7 option java_outer_classname = "CameraDeviceInfoProto";
|
/system/tpm/trunks/ |
D | interface.proto | 1 option optimize_for = LITE_RUNTIME;
|
/system/extras/tests/workloads/ |
D | capture.sh | 14 echo Unknown option $1
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager_status.proto | 17 option optimize_for = LITE_RUNTIME;
|
D | local_data.proto | 17 option optimize_for = LITE_RUNTIME;
|
/system/security/keystore/ |
D | keystore_client.proto | 17 option optimize_for = LITE_RUNTIME;
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 4 option java_package = "com.google.common.logging"; 6 option optimize_for = LITE_RUNTIME;
|
/system/connectivity/shill/ |
D | process_manager_unittest.cc | 118 for (const auto& option : args) { variable 119 if (string(arg[index++]) != option) {
|
D | process_manager.cc | 101 for (const auto& option : arguments) { in StartProcess() local 102 process->AddArg(option); in StartProcess()
|
/system/connectivity/shill/doc/ |
D | service-api.txt | 660 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/ |
D | bluetooth.proto | 9 option java_package = "com.google.wireless.android.play.playlog.connectivity"; 10 //option (datapol.file_vetting_status) = "latest";
|
/system/extras/kexec_tools/ |
D | kexecload.c | 80 const struct option longopts[] = { in main()
|