/device/google/cuttlefish/host/libs/control_env/ |
D | grpc_service_handler.cc | 68 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/ |
D | flag_parser.cpp | 199 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/ |
D | EmailPolicy.java | 190 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/ |
D | android.hardware.automotive.vehicle@2.0-virtualization-grpc-server.rc | 3 # so the command line arguments are expected, though not conventionally used in Android
|
/device/sample/apps/tv/SetupValidation/ |
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process.
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process.
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | README.md | 4 `launch_cvd` arguments. In a multi-device configuration, there is only one
|
/device/google/trout/agl_services_build/cmake/utils/ |
D | grpc_cpp_generator.cmake | 43 message(SEND_ERROR "Unknown arguments: ${PARSED_ARGS_UNPARSED_ARGUMENTS}")
|
/device/google/cuttlefish/host/commands/cvd_import_locations/ |
D | main.cc | 37 arguments:
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/ |
D | video_device.policy | 6 # to allow more arguments for them.
|
D | gpu_device.policy | 39 # However, we allow all the arguments here for backtrace when it panics.
|
D | gpu_render_server.policy | 39 # However, we allow all the arguments here for backtrace when it panics.
|
D | wl_device.policy | 39 # However, we allow all the arguments here for backtrace when it panics.
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/ |
D | gpu_render_server.policy | 37 # However, we allow all the arguments here for backtrace when it panics.
|
D | gpu_device.policy | 37 # However, we allow all the arguments here for backtrace when it panics.
|
D | wl_device.policy | 37 # However, we allow all the arguments here for backtrace when it panics.
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/ |
D | README.md | 39 for Cargo, which translates to Rust arguments `--cfg has_i128`. Then in the
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/ |
D | CHANGELOG.md | 19 - Support for parsing `-Wl` linker arguments from the `Libs` lines and
|
/device/generic/goldfish/fvpbase/ |
D | README.md | 184 Additional QEMU arguments may be passed by appending them to the ``run_qemu``
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 6275 // 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/ |
D | trace-events-all | 7 # 1. Choose a name for the trace event. Declare its arguments and format
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 7 # 1. Choose a name for the trace event. Declare its arguments and format
|