Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 22 of 22) sorted by relevance

/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc68 const std::vector<std::string>& arguments, in CombineArgumentsAndOptions() argument
72 char_vec.reserve(arguments.size() + options.size() + 3); in CombineArgumentsAndOptions()
73 for (const auto& arg : arguments) { in CombineArgumentsAndOptions()
88 Result<void> RunGrpcCommand(const std::vector<std::string>& arguments, in RunGrpcCommand() argument
91 auto combined_arguments = CombineArgumentsAndOptions(arguments, options); in RunGrpcCommand()
104 Result<std::string> RunGrpcCommand(const std::vector<std::string>& arguments, in RunGrpcCommand() argument
107 CF_EXPECT(RunGrpcCommand(arguments, options, output_stream)); in RunGrpcCommand()
111 Result<std::string> RunGrpcCommand(const std::vector<std::string>& arguments) { in RunGrpcCommand() argument
113 return RunGrpcCommand(arguments, options); in RunGrpcCommand()
121 std::vector<std::string> arguments{"grpc_cli", "ls", server_address}; in GetServiceList() local
[all …]
/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp199 Result<void> Flag::Parse(std::vector<std::string>& arguments) const { in Parse()
200 for (int i = 0; i < arguments.size();) { in Parse()
201 std::string arg = arguments[i]; in Parse()
203 if (i < arguments.size() - 1) { in Parse()
204 next_arg = arguments[i + 1]; in Parse()
208 arguments.erase(arguments.begin() + i); in Parse()
211 arguments.erase(arguments.begin() + i, arguments.begin() + i + 2); in Parse()
214 arguments.erase(arguments.begin() + i + 1, arguments.begin() + i + 2); in Parse()
223 Result<void> Flag::Parse(std::vector<std::string>&& arguments) const { in Parse()
224 CF_EXPECT(Parse(static_cast<std::vector<std::string>&>(arguments))); in Parse()
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
DEmailPolicy.java190 public static Bundle getPolicy(String policy, Bundle arguments) { in getPolicy() argument
205 String domain = arguments.getString(FIND_PROVIDER); in getPolicy()
231 String capabilities = arguments.getString(GET_IMAP_ID_CAPA); in getPolicy()
/device/google/trout/hal/vehicle/2.0/
Dandroid.hardware.automotive.vehicle@2.0-virtualization-grpc-server.rc3 # so the command line arguments are expected, though not conventionally used in Android
/device/sample/apps/tv/SetupValidation/
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
/device/sample/apps/tv/SetupCustomizationSample/
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
/device/google/cuttlefish/host/commands/assemble_cvd/
DREADME.md4 `launch_cvd` arguments. In a multi-device configuration, there is only one
/device/google/trout/agl_services_build/cmake/utils/
Dgrpc_cpp_generator.cmake43 message(SEND_ERROR "Unknown arguments: ${PARSED_ARGS_UNPARSED_ARGUMENTS}")
/device/google/cuttlefish/host/commands/cvd_import_locations/
Dmain.cc37 arguments:
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/
Dvideo_device.policy6 # to allow more arguments for them.
Dgpu_device.policy39 # However, we allow all the arguments here for backtrace when it panics.
Dgpu_render_server.policy39 # However, we allow all the arguments here for backtrace when it panics.
Dwl_device.policy39 # However, we allow all the arguments here for backtrace when it panics.
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/
Dgpu_render_server.policy37 # However, we allow all the arguments here for backtrace when it panics.
Dgpu_device.policy37 # However, we allow all the arguments here for backtrace when it panics.
Dwl_device.policy37 # However, we allow all the arguments here for backtrace when it panics.
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/
DREADME.md39 for Cargo, which translates to Rust arguments `--cfg has_i128`. Then in the
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/
DCHANGELOG.md19 - Support for parsing `-Wl` linker arguments from the `Libs` lines and
/device/generic/goldfish/fvpbase/
DREADME.md184 Additional QEMU arguments may be passed by appending them to the ``run_qemu``
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto6275 // Trace event arguments for application state changes.
6858 // TrackEvent arguments describing the execution of a task.
6943 // unspecified for events with typed arguments.
6946 // changing. Instead, they should use typed arguments to identify the events
7054 // TrackEvent arguments:
7061 // Typed event arguments:
8747 // TODO(eseckler): Support arguments describing the counter (?).
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all7 # 1. Choose a name for the trace event. Declare its arguments and format
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dtrace-events-all7 # 1. Choose a name for the trace event. Declare its arguments and format