/aosp_15_r20/external/clang/tools/scan-build-py/tests/functional/src/compilation_database/ |
H A D | build_broken.json.in | 4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string 10 "command": "cc -c -o broken-one.o broken-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string 16 "command": "g++ -c -o broken-two.o broken-two.c -Wall -DDEBUG -Dvariable=value", string 22 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string 28 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string 34 "command": "cc -c -o emit-one.o emit-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string 40 "command": "g++ -c -o emit-two.o emit-two.c -Wall -DDEBUG -Dvariable=value", string
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/ |
D | OverviewCommandHelper.java | 123 public final boolean executeCommand(@org.jetbrains.annotations.NotNull() in executeCommand() 133 …nal java.lang.Object executeCommandSuspended(com.android.quickstep.OverviewCommandHelper.CommandIn… in executeCommandSuspended() 137 …te final boolean executeWhenRecentsIsVisible(com.android.quickstep.OverviewCommandHelper.CommandIn… in executeWhenRecentsIsVisible() 145 …m.android.quickstep.views.TaskView taskView, com.android.quickstep.OverviewCommandHelper.CommandIn… in launchTask() 149 …final boolean executeWhenRecentsIsNotVisible(com.android.quickstep.OverviewCommandHelper.CommandIn… in executeWhenRecentsIsNotVisible() 153 …private final void onTransitionComplete(com.android.quickstep.OverviewCommandHelper.CommandInfo co… in onTransitionComplete() 159 …private final void onCommandFinished(com.android.quickstep.OverviewCommandHelper.CommandInfo comma… in onCommandFinished() 162 …private final void cancelCommand(com.android.quickstep.OverviewCommandHelper.CommandInfo command, … in cancelCommand() 165 …private final void updateRecentsViewFocus(com.android.quickstep.OverviewCommandHelper.CommandInfo … in updateRecentsViewFocus() 168 …private final void onRecentsViewFocusUpdated(com.android.quickstep.OverviewCommandHelper.CommandIn… in onRecentsViewFocusUpdated()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/gdb/ |
H A D | commands.c | 19 static void gdb_get_last_signal(struct gdb_message *command, in gdb_get_last_signal() 26 static void gdb_read_general_registers(struct gdb_message *command, in gdb_read_general_registers() 32 static void gdb_write_general_registers(struct gdb_message *command, in gdb_write_general_registers() 39 static void gdb_read_memory(struct gdb_message *command, in gdb_read_memory() 50 static void gdb_write_memory(struct gdb_message *command, in gdb_write_memory() 66 static void gdb_continue(struct gdb_message *command, in gdb_continue() 79 static void gdb_single_step(struct gdb_message *command, in gdb_single_step()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | exec_unix_test.go | 24 type command struct { struct 25 pipe io.WriteCloser 26 proc *exec.Cmd 27 test *testing.T 30 func (c *command) Info() (pid, pgrp int) { 41 func (c *command) Start() { 47 func (c *command) Stop() {
|
/aosp_15_r20/external/google-smali/util/src/main/java/com/android/tools/smali/util/jcommander/ |
H A D | ExtendedCommands.java | 48 private static ExtendedParameters getExtendedParameters(Object command) { in getExtendedParameters() 63 public static String commandName(Object command) { in commandName() 73 public static String[] commandAliases(Object command) { in commandAliases() 81 public static boolean includeParametersInUsage(Object command) { in includeParametersInUsage() 91 public static String postfixDescription(Object command) { in postfixDescription() 95 public static void addExtendedCommand(JCommander jc, Command command) { in addExtendedCommand() 96 jc.addCommand(commandName(command), command, commandAliases(command)); in addExtendedCommand() local
|
/aosp_15_r20/external/skia/tools/ |
H A D | dump_record.cpp | 48 void operator()(const T& command) { in operator ()() 59 void print(const T& command, double ns) { in print() 63 void print(const SkRecords::Restore& command, double ns) { in print() 68 void print(const SkRecords::Save& command, double ns) { in print() 73 void print(const SkRecords::SaveLayer& command, double ns) { in print() 78 void print(const SkRecords::DrawPicture& command, double ns) { in print() 93 void print(const SkRecords::DrawAnnotation& command, double ns) { in print() 112 void printNameAndTime(const T& command, double ns) { in printNameAndTime()
|
/aosp_15_r20/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyService.cpp | 1813 sp<AudioCommand> command = mAudioCommands[0]; in threadLoop() local 2165 sp<AudioCommand> command = new AudioCommand(); in volumeCommand() local 2183 sp<AudioCommand> command = new AudioCommand(); in volumePortsCommand() local 2201 sp<AudioCommand> command = new AudioCommand(); in parametersCommand() local 2215 sp<AudioCommand> command = new AudioCommand(); in voiceVolumeCommand() local 2229 sp<AudioCommand> command = new AudioCommand(); in setEffectSuspendedCommand() local 2244 sp<AudioCommand> command = new AudioCommand(); in stopOutputCommand() local 2255 sp<AudioCommand> command = new AudioCommand(); in releaseOutputCommand() local 2271 sp<AudioCommand> command = new AudioCommand(); in createAudioPatchCommand() local 2289 sp<AudioCommand> command = new AudioCommand(); in releaseAudioPatchCommand() local [all …]
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
H A D | BaseDevicePolicyTest.java | 272 protected void waitForOutput(String message, String command, Predicate<String> predicate, in waitForOutput() 375 protected String executeShellCommand(String command) throws Exception { in executeShellCommand() 435 String command = "pm list users"; in getUserFlags() local 674 String command ="pm create-user " + (guest ? "--guest " : "") in createUser() local 799 String command = "pm create-user --profileOf " + parentUserId + " --managed " in getCreateManagedProfileCommandOutput() local 838 String command = "dpm set-profile-owner --user " + userId + " '" + componentName + "'"; in setProfileOwner() local 870 String command = "dpm set-active-admin --user " + userId + " '" + componentName + "'"; in setDeviceAdminInner() local 898 String command = "dpm set-device-owner --user " + userId + " '" + componentName + "'"; in setDeviceOwner() local 933 String command = "settings --user " + userId + " get " + namespace + " " + name; in getSettings() local 941 String command = "settings --user " + userId + " put " + namespace + " " + name in putSettings() local [all …]
|
/aosp_15_r20/system/netd/client/ |
H A D | NetdClient.cpp | 142 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0, 0}; in netdClientAccept4() local 153 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0, 0}; in netdClientConnect() local 172 FwmarkCommand command = {FwmarkCommand::ON_CONNECT_COMPLETE, /* netId (ignored) */ 0, in netdClientConnect() local 207 FwmarkCommand command = {FwmarkCommand::ON_SENDMMSG, 0, 0, 0}; in netdClientSendmmsg() local 222 FwmarkCommand command = {FwmarkCommand::ON_SENDMSG, 0, 0, 0}; in netdClientSendmsg() local 235 FwmarkCommand command = {FwmarkCommand::ON_SENDTO, 0, 0, 0}; in netdClientSendto() local 465 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0, 0}; in setNetworkForSocket() local 479 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0, 0}; in protectFromVpn() local 485 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid, 0}; in setNetworkForUser() local 490 FwmarkCommand command = {FwmarkCommand::QUERY_USER_ACCESS, netId, uid, 0}; in queryUserAccess() local [all …]
|
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 433 Result EngineVulkan::DoClearColor(const ClearColorCommand* command) { in DoClearColor() 442 Result EngineVulkan::DoClearStencil(const ClearStencilCommand* command) { in DoClearStencil() 450 Result EngineVulkan::DoClearDepth(const ClearDepthCommand* command) { in DoClearDepth() 458 Result EngineVulkan::DoClear(const ClearCommand* command) { in DoClear() 466 Result EngineVulkan::DoDrawRect(const DrawRectCommand* command) { in DoDrawRect() 531 Result EngineVulkan::DoDrawGrid(const DrawGridCommand* command) { in DoDrawGrid() 618 Result EngineVulkan::DoDrawArrays(const DrawArraysCommand* command) { in DoDrawArrays() 627 Result EngineVulkan::DoCompute(const ComputeCommand* command) { in DoCompute() 636 Result EngineVulkan::DoEntryPoint(const EntryPointCommand* command) { in DoEntryPoint() 651 const PatchParameterVerticesCommand* command) { in DoPatchParameterVertices()
|
/aosp_15_r20/system/vold/bench/inodeop_bench/ |
H A D | inodeop_bench.cpp | 115 for (const Command& command : commands) std::cout << command.to_string(); in print_commands() local 119 Command command; in usage() local 302 void create_workload(Collector* collector, const Command& command) { in create_workload() 311 void delete_workload(Collector* collector, const Command& command) { in delete_workload() 320 void move_workload(Collector* collector, const Command& command) { in move_workload() 332 void hardlink_workload(Collector* collector, const Command& command) { in hardlink_workload() 345 void symlink_workload(Collector* collector, const Command& command) { in symlink_workload() 358 void readdir_workload(Collector* collector, const Command& command) { in readdir_workload() 377 Command command; in main() local 416 for (const Command& command : commands) { in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/command-fds/src/ |
D | lib.rs | 223 let mut command = Command::new("ls"); in conflicting_mappings() localVariable 247 let mut command = Command::new("ls"); in no_mappings() localVariable 260 let mut command = Command::new("ls"); in none_preserved() localVariable 273 let mut command = Command::new("ls"); in one_mapping() localVariable 294 let mut command = Command::new("ls"); in one_preserved() localVariable 311 let mut command = Command::new("ls"); in swap_mappings() localVariable 344 let mut command = Command::new("ls"); in one_to_one_mapping() localVariable 372 let mut command = Command::new("cat"); in map_stdin() localVariable
|
/aosp_15_r20/external/toolchain-utils/compiler_wrapper/ |
H A D | command.go | 18 type command struct { struct 19 Path string `json:"path"` 20 Args []string `json:"args"` 25 EnvUpdates []string `json:"env_updates,omitempty"` 58 func runCmd(env env, cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writer) error { 68 func runCmdWithTimeout(env env, cmd *command, t time.Duration) error { 99 func getAbsCmdPath(env env, cmd *command) string { 107 func newCommandBuilder(env env, cfg *config, cmd *command) (*commandBuilder, error) {
|
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/ |
H A D | EffectBundleTest.java | 144 final int command = Equalizer.PARAM_GET_PRESET_NAME; in testParamPresetName() local 179 final int command = Equalizer.PARAM_BAND_LEVEL; in testEqualizer_setParamBandLevel() local 196 final int command = Equalizer.PARAM_BAND_LEVEL; in testEqualizer_setParamBandLevel_long() local 393 private int eqGetParam(int media, int command, int band, byte[] reply) { in eqGetParam() 420 private int eqGetParam(int media, int command, int band, int[] reply) { in eqGetParam() 447 private void testGetParam(int media, int command, int[] bandArray, int value0, int value1) { in testGetParam() 458 private boolean eqSetParam(int media, int command, int band, short[] value) { in eqSetParam() 523 java.lang.reflect.Method command = AudioEffect.class.getDeclaredMethod( in verifyZeroPVSizeRejectedForSetParameter() local 545 private void executeSetParameter(AudioEffect ae, java.lang.reflect.Method command, in executeSetParameter()
|
/aosp_15_r20/tools/netsim/rust/cli/src/ |
H A D | requests.rs | 93 let command = NetsimArgs::parse_from(command.split_whitespace()).command; in test_command() localVariable 627 let command = String::from("netsim-cli beacon create ble --timeout -1234"); in test_beacon_negative_timeout_fails() localVariable 633 let command = in test_create_beacon_large_tx_power_fails() localVariable 640 let command = String::from("netsim-cli beacon create ble --advertise-mode not-a-mode"); in test_create_beacon_unknown_mode_fails() localVariable 646 let command = String::from("netsim-cli beacon patch ble --timeout -1234"); in test_patch_beacon_negative_timeout_fails() localVariable 652 let command = in test_patch_beacon_large_tx_power_fails() localVariable 659 let command = String::from("netsim-cli beacon patch ble --advertise-mode not-a-mode"); in test_patch_beacon_unknown_mode_fails() localVariable 665 let command = String::from("netsim-cli beacon create ble --manufacturer-data not-a-number"); in test_create_beacon_mfg_data_fails() localVariable 671 let command = String::from("netsim-cli beacon patch ble --manufacturer-data not-a-number"); in test_patch_beacon_mfg_data_fails() localVariable
|
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/ |
D | sms_service.cpp | 141 void SmsService::HandleWriteSMSToSim(const Client& client, std::string& command) { in HandleWriteSMSToSim() 163 void SmsService::HandleDeleteSmsOnSim(const Client& client, std::string& command) { in HandleDeleteSmsOnSim() 198 void SmsService::HandleBroadcastConfig(const Client& client, std::string& command) { in HandleBroadcastConfig() 243 void SmsService::HandleSetSmscAddress(const Client& client, std::string& command) { in HandleSetSmscAddress() 262 std::string command = "AT+REMOTESMS=" + pdu + "\r"; in SendSmsToRemote() local 269 void SmsService::HandleSendSMSPDU(const Client& client, std::string& command) { in HandleSendSMSPDU() 340 void SmsService::HandleWriteSMSPduToSim(const Client& client, std::string& command) { in HandleWriteSMSPduToSim() 372 void SmsService::HandleReceiveRemoteSMS(const Client& /*client*/, std::string& command) { in HandleReceiveRemoteSMS()
|
/aosp_15_r20/bootable/deprecated-ota/tests/unit/ |
H A D | commands_test.cpp | 172 Command command = Command::Parse(input, 0, &err); in TEST() local 184 Command command = Command::Parse(input, 0, &err); in TEST() local 196 Command command = Command::Parse(input, 1, &err); in TEST() local 216 Command command = Command::Parse(input, 2, &err); in TEST() local 232 Command command = Command::Parse(input, 3, &err); in TEST() local 253 Command command = Command::Parse(input, 4, &err); in TEST() local 275 Command command = Command::Parse(input, 5, &err); in TEST() local 295 Command command = Command::Parse(input, 6, &err); in TEST() local 311 Command command = Command::Parse(input, 7, &err); in TEST() local 327 Command command = Command::Parse(input, 8, &err); in TEST() local [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | ListeningScheduledExecutorService.java | 44 ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit); in schedule() 51 default ListenableScheduledFuture<?> schedule(Runnable command, Duration delay) { in schedule() 73 Runnable command, long initialDelay, long period, TimeUnit unit); in scheduleAtFixedRate() 81 Runnable command, Duration initialDelay, Duration period) { in scheduleAtFixedRate() 89 Runnable command, long initialDelay, long delay, TimeUnit unit); in scheduleWithFixedDelay() 97 Runnable command, Duration initialDelay, Duration delay) { in scheduleWithFixedDelay()
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/releaser/ |
H A D | releaser.go | 38 type command struct { struct 39 name, description, help string 40 run func(context.Context, io.Writer, []string) error 125 func usageErrorf(cmd *command, format string, args ...interface{}) error {
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/lib/hci/ |
D | pcap_filter.cc | 69 auto command = CommandView::Create(create_packet_view(packet)); in FilterHciCommand() local 205 std::vector<uint8_t> PcapFilter::FilterWriteLocalName(CommandView& command) { in FilterWriteLocalName() 214 std::vector<uint8_t> PcapFilter::FilterWriteExtendedInquiryResponse(CommandView& command) { in FilterWriteExtendedInquiryResponse() 226 std::vector<uint8_t> PcapFilter::FilterLeSetAdvertisingData(CommandView& command) { in FilterLeSetAdvertisingData() 236 std::vector<uint8_t> PcapFilter::FilterLeSetScanResponseData(CommandView& command) { in FilterLeSetScanResponseData() 246 std::vector<uint8_t> PcapFilter::FilterLeSetExtendedAdvertisingData(CommandView& command) { in FilterLeSetExtendedAdvertisingData() 260 std::vector<uint8_t> PcapFilter::FilterLeSetExtendedScanResponseData(CommandView& command) { in FilterLeSetExtendedScanResponseData() 275 bluetooth::hci::CommandView& command) { in FilterLeSetPeriodicAdvertisingData()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/ |
H A D | mutable_command_info.cpp | 108 cl_mutable_command_khr command = nullptr; member 154 cl_mutable_command_khr command = nullptr; member 195 cl_mutable_command_khr command = nullptr; member 232 cl_mutable_command_khr command = nullptr; member 270 cl_mutable_command_khr command = nullptr; member 307 cl_mutable_command_khr command = nullptr; member 343 cl_mutable_command_khr command = nullptr; member 381 cl_mutable_command_khr command = nullptr; member 418 cl_mutable_command_khr command = nullptr; member
|
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/ |
H A D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/aosp_15_r20/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/ |
H A D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/aosp_15_r20/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/ |
H A D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/aosp_15_r20/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/ |
H A D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|