/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ModelInterpreter.java | 55 LineReader (InputStream s) in LineReader() 205 Socket s; in run() local 472 onCHLD(String command) throws InterpreterEx in onCHLD() 493 onDial(String command) throws InterpreterEx in onDial() 517 onSMSSend(String command) in onSMSSend() 535 String command = commands[i]; in processLine() local 607 println (String s) in println() 624 print (String s) in print()
|
/aosp_15_r20/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/ |
H A D | DumpActivity.java | 338 private void insertPickedString(String s) { in insertPickedString() 495 final String command = getCommandLine(); in doStartCommand() local 501 private void startCommand(String command) { in startCommand() 511 final String command; field in DumpActivity.Dumper 514 public Dumper(String command) { in Dumper() 558 protected void onCancelled(String s) { in onCancelled() 563 protected void onPostExecute(String s) { in onPostExecute() 579 private String buildCommandLine(String command) { in buildCommandLine()
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | sed.c | 201 char *s; in extend_string() local 213 static void *get_regex(void *command, int offset) in get_regex() 233 struct sedcmd *command; in sed_line() local 668 char *tmp, *s; in do_sed_file() local 675 struct sedcmd *command; in do_sed_file() local 765 struct sedcmd *command = (void *)TT.pattern; in parse_pattern() local 835 char *s = line; in parse_pattern() local 986 char *s, delim = 0; in parse_pattern() local
|
/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 163 Stopwatch s; 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 298 int s = socketFunc(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); in dns_open_proxy() 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 [all …]
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | atchannel.c | 477 static int writeline (const char *s) in writeline() 516 static int writeCtrlZ (const char *s) in writeCtrlZ() 672 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() 739 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() 779 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() 790 int at_send_command_singleline (const char *command, in at_send_command_singleline() 813 int at_send_command_numeric (const char *command, in at_send_command_numeric() 835 int at_send_command_sms (const char *command, in at_send_command_sms() 859 int at_send_command_multiline (const char *command, in at_send_command_multiline()
|
/aosp_15_r20/hardware/ril/reference-ril/ |
H A D | atchannel.c | 477 static int writeline (const char *s) in writeline() 516 static int writeCtrlZ (const char *s) in writeCtrlZ() 672 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() 739 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() 774 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() 785 int at_send_command_singleline (const char *command, in at_send_command_singleline() 808 int at_send_command_numeric (const char *command, in at_send_command_numeric() 830 int at_send_command_sms (const char *command, in at_send_command_sms() 854 int at_send_command_multiline (const char *command, in at_send_command_multiline()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | command_test.cpp | 31 TEST(command, CreateCommandInstance) { in TEST() argument 40 TEST(command, GetAllCommands) { in TEST() argument 49 TEST(command, GetValueForOption) { in TEST() argument 50 MockCommand command; in TEST() local 77 TEST(command, PreprocessOptions) { in TEST() argument 184 std::string s; in TEST() local 193 TEST(command, OptionValueMap) { in TEST() argument
|
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
H A D | WaltDevice.java | 154 String s = new String(buff, 0, ret); in readOne() local 186 String command(char cmd, char ack) throws IOException { in command() method in WaltDevice 200 String command(char cmd) throws IOException { in command() method in WaltDevice 218 String s = command(CMD_VERSION); in checkVersion() local 222 s, PROTOCOL_VERSION)); in checkVersion() local 279 String s; in readLastShockTime() local 303 TriggerMessage(String s) { in TriggerMessage() 311 static boolean isTriggerString(String s) { in isTriggerString() 338 private void go(final String s) { in go() 347 void onReceiveRaw(String s) { in onReceiveRaw() [all …]
|
/aosp_15_r20/art/runtime/ |
H A D | exec_utils_test.cc | 125 std::vector<std::string> command; in TEST_P() local 135 std::vector<std::string> command; in TEST_P() local 152 std::vector<std::string> command; in TEST_P() local 171 std::vector<std::string> command; in TEST_P() local 184 std::vector<std::string> command; in SleepCommand() local 193 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_P() local 204 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_P() local 212 std::vector<std::string> command; in TEST_P() local 244 std::vector<std::string> command; in TEST_P() local 269 std::vector<std::string> command; in TEST_P() local [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/script/ |
D | engine.go | 314 type command struct { struct 315 file string 316 line int 317 want expectedStatus 318 conds []condition // all must be satisfied 319 name string // the name of the command; must be non-empty 320 rawArgs [][]argFragment 321 args []string // shell-expanded arguments following name 322 background bool // command should run in background (ends with a trailing &) 336 s string member [all …]
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | launcher2.c | 474 _debugStringAndLength(const wchar_t *s, int len, const wchar_t *name) in _debugStringAndLength() 495 #define DEBUGNAME(s) L"SearchInfo." ## s in dumpSearchInfo() argument 496 #define DEBUG(s) debug(DEBUGNAME(#s) L": %s\n", (search->s) ? (search->s) : L"(null)") in dumpSearchInfo() argument 497 #define DEBUG_2(s, sl) _debugStringAndLength((search->s), (search->sl), DEBUGNAME(#s)) in dumpSearchInfo() argument 498 #define DEBUG_BOOL(s) debug(DEBUGNAME(#s) L": %s\n", (search->s) ? L"True" : L"False") in dumpSearchInfo() argument 596 #define MATCHES(s) (0 == _comparePath(tail, tailLen, (s), -1)) in parseCommandLine() argument 597 #define STARTSWITH(s) _startsWith(tail, tailLen, (s), -1) in parseCommandLine() argument 643 #define MATCHES(s) (0 == _compareArgument(arg, argLen, (s), -1)) in parseCommandLine() argument 644 #define STARTSWITH(s) _startsWithArgument(arg, argLen, (s), -1) in parseCommandLine() argument 762 wchar_t *command; in searchPath() local [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_reg.c | 478 static int parse_engine(struct reg *reg, const char *s) in parse_engine() 497 static int parse_reg(struct config *config, struct reg *reg, const char *s) in parse_reg() 713 struct command { struct 720 static const struct command commands[] = { argument 920 const struct command *command = NULL; in main() local
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | util.c | 32 cupsdCompareNames(const char *s, /* I - First string */ in cupsdCompareNames() 143 cupsdCreateStringsArray(const char *s) /* I - Comma-delimited strings */ in cupsdCreateStringsArray() 160 cupsdExec(const char *command, /* I - Full path to program */ in cupsdExec() 234 const char *command, /* I - Command to run */ in cupsdPipeCommand()
|
H A D | cupsfilter.c | 94 const char *command, /* Command name */ in main() local 528 const char *command, /* I - Command name */ in add_printer_filter() 650 const char *command, /* I - Command name */ in add_printer_filters() 753 char *s, /* Option string */ in escape_options() local 1433 set_string(char **s, /* O - Copy of string */ in set_string() 1448 sighandler(int s) /* I - Signal number */ in sighandler()
|
/aosp_15_r20/kernel/tests/net/test/ |
H A D | sock_diag.py | 120 def _Decode(self, command, msg, nla_type, nla_data, nested): argument 165 def MaybeDebugCommand(self, command, unused_flags, data): argument 356 def DiagReqFromSocket(s): argument 378 def GetSocketCookie(s): argument 382 def FindSockInfoFromFd(self, s): argument 398 def FindSockDiagFromFd(self, s): argument 416 def CloseSocketFromFd(self, s): argument
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/ |
H A D | XSLTestAntTask.java | 456 public void setClasspath(Path s) in setClasspath() 500 public void setFork(boolean s) in setFork() 522 public void setJvm(String s) in setJvm() 600 private void run(CommandlineJava command) throws BuildException in run() 635 private int run(String[] command) throws BuildException in run()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 538 let command = get_arg(args, 0)?; in cmd_adapter() localVariable 699 let command = get_arg(args, 0)?; in cmd_discovery() localVariable 719 let command = get_arg(args, 0)?; in cmd_battery() localVariable 790 let command = get_arg(args, 0)?; in cmd_bond() localVariable 849 let command = &get_arg(args, 0)?; in cmd_device() localVariable 1080 let command = get_arg(args, 0)?; in cmd_floss() localVariable 1108 let command = get_arg(args, 0)?; in cmd_gatt() localVariable 1560 let command = get_arg(args, 0)?; in cmd_le_scan() localVariable 1633 let command = get_arg(args, 0)?; in cmd_advertise() localVariable 1638 let s = AdvSet::new(true); // legacy advertising in cmd_advertise() localVariable [all …]
|
/aosp_15_r20/system/netd/server/ |
H A D | Controllers.cpp | 141 std::string command = StringPrintf("*%s\n-S %s\nCOMMIT\n", table, parentChain); in findExistingChildChains() local 167 std::string command = StringPrintf("*%s\n", table); in createChildChains() local 274 Stopwatch s; in initIptablesRules() local 319 Stopwatch s; in init() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/ |
H A D | macros.rs | 48 let s = CACHED.get_or_init(|| AUTHORS.replace(':', $sep)); localVariable 49 let s: &'static str = &*s; localVariable 123 macro_rules! command { macro 147 macro_rules! command { macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/ |
D | macros.rs | 48 let s = CACHED.get_or_init(|| authors.replace(':', $sep)); localVariable 49 let s: &'static str = &*s; localVariable 123 macro_rules! command { macro 147 macro_rules! command { macro
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | pexpect.py | 153 def run (command, timeout=-1, withexitstatus=False, events=None, extra_args=None, logfile=None, cwd… argument 276 …def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None… argument 492 def _spawn(self,command,args=[]): argument 932 def write(self, s): # File-like object. argument 949 def send(self, s): argument 965 def sendline(self, s=''): argument
|
/aosp_15_r20/external/lzma/CPP/7zip/Bundles/SFXCon/ |
H A D | SfxCon.cpp | 165 static bool ParseArchiveCommand(const UString &commandString, CArchiveCommand &command) in ParseArchiveCommand() argument 167 UString s = commandString; in ParseArchiveCommand() local 250 UString s = MultiByteToUnicodeString(args[i]); in GetArguments() local 344 CArchiveCommand command; in Main2() local 369 const UString &s = nonSwitchStrings[curCommandIndex]; in Main2() local
|
/aosp_15_r20/external/cronet/third_party/brotli/tools/ |
H A D | brotli.c | 144 static BROTLI_BOOL ParseInt(const char* s, int low, int high, int* result) { in ParseInt() 198 Command command = ParseAlias(argv[0]); in ParseParams() local 701 static BROTLI_BOOL ReadDictionary(Context* context, Command command) { in ReadDictionary() 965 static BROTLI_BOOL DecompressFile(Context* context, BrotliDecoderState* s) { in DecompressFile() 1008 BrotliDecoderState* s = BrotliDecoderCreateInstance(NULL, NULL, NULL); in DecompressFiles() local 1035 static BROTLI_BOOL CompressFile(Context* context, BrotliEncoderState* s) { in CompressFile() 1074 BrotliEncoderState* s = BrotliEncoderCreateInstance(NULL, NULL, NULL); in CompressFiles() local 1126 Command command; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | print_model_analysis.cc | 36 string RunProfile(const string& command, const string& options, in RunProfile() 51 tensorflow::Status s = Options::FromProtoStr(options, &opts); in RunProfile() local 153 string Profile(const string* command, const string* options) { in Profile() 174 const string* op_log, const string* command, in PrintModelAnalysis()
|
/aosp_15_r20/external/google-fruit/tests/ |
H A D | fruit_test_common.py | 36 def pretty_print_command(command, env): argument 62 def __init__(self, command, env, stdout, stderr, error_code): argument 108 def __init__(self, command, env, error_message): argument 247 def _cap_to_lines(s, n): argument 254 def _replace_using_test_params(s, test_params): argument
|