Home
last modified time | relevance | path

Searched +defs:command +defs:line +defs:args (Results 1 – 25 of 30) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drun-tests.py7 def cmd(command): argument
13 args = sys.argv[1:] variable
18 args = args[1:] variable
23 hb_shape, args = args[0], args[1:] variable
35 args = ['-'] variable
53 line = line[1:] variable
60 line = line.strip () variable
/third_party/harfbuzz/test/shaping/
Drun-tests.py5 def cmd(command): argument
12 args = sys.argv[1:] variable
17 args = args[1:] variable
23 hb_shape, args = args[0], args[1:] variable
35 args = ['-'] variable
53 line = line[1:] variable
60 line = line.strip () variable
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drun-tests.py5 def shape_cmd(command): argument
12 args = sys.argv[1:] variable
18 hb_shape, args = args[0], args[1:] variable
30 args = ['-'] variable
47 line = line[1:] variable
53 line = line.strip () variable
/third_party/toybox/toys/posix/
Dsed.c208 static int emit(char *line, long len, int eol) in emit()
244 static void *get_regex(void *command, int offset) in get_regex()
262 char *line = TT.nextline; in sed_line() local
264 struct sedcmd *command; in sed_line() local
658 struct sedcmd *command; in do_sed_file() local
750 struct sedcmd *command = (void *)TT.pattern; in parse_pattern() local
751 char *line, *reg, c, *errstart; in parse_pattern() local
1034 char **args = toys.optargs; in sed_main() local
/third_party/typescript/src/harness/
Dclient.ts86 this.sequence++;
129 const args: protocol.ConfigureRequestArguments = { preferences }; constant
136 const args: protocol.ConfigureRequestArguments = { formatOptions }; constant
142 const args: protocol.OpenRequestArgs = { file, fileContent, scriptKindName }; constant
147 const args: protocol.FileRequestArgs = { file }; constant
162 const { line, offset } = this.positionToOneBasedLineOffset(fileName, position); constant
167 const args = this.createFileLocationRequestArgs(fileName, position); constant
184 const args: protocol.ProjectInfoRequestArgs = { file, needFileNameList }; constant
197 …const args: protocol.CompletionsRequestArgs = this.createFileLocationRequestArgs(fileName, positio… constant
220 …const args: protocol.CompletionDetailsRequestArgs = { ...this.createFileLocationRequestArgs(fileNa… constant
[all …]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java53 public static void main(String[] args) { in main()
84 CodeMangler(String[] args) { in CodeMangler()
150 String line; in CodeMangler() local
317 String line; in processFile() field in CodeMangler.State
339 State push(int lc, String line, boolean trip) { in processFile()
365 String line; in processFile() local
615 static boolean patMatch(String line, String[] leadKeyValue) { in patMatch()
685 static boolean pat2Match(String line, String[] keyRelVal) { in pat2Match()
693 String command = null; in pat2Match() local
775 static String pat3Match(String line) { in pat3Match()
/third_party/alsa-utils/alsaucm/
Dusecase.c72 int args; member
126 static int parse_line(struct context *context, char *line) in parse_line()
381 char *command, **argv; in do_commands() local
428 const char *command = argv[0]; in main() local
/third_party/alsa-utils/alsamixer/
Dconfigparser.c314 command_enum command = 0; in cfg_bind() local
474 static unsigned int parse_line(char *line, char **args, unsigned int args_size) in parse_line()
502 static int process_line(char *line) { in process_line()
503 char *args[16]; in process_line() local
541 char *line; in parse_config_file() local
/third_party/skia/third_party/externals/angle2/src/tests/
Dcapture_replay_tests.py93 def __init__(self, command, logger, env=os.environ, pipe_stdout=PIPE_STDOUT): argument
130 def __init__(self, args, logger, ninja_lock): argument
143 def RunSubprocess(self, command, env=None, pipe_stdout=True, timeout=None): argument
247 def GetTestsListForFilter(args, test_path, filter, logger): argument
276 def GetRunCommand(args, command): argument
411 def __init__(self, args, logger): argument
421 def RunWithCapture(self, args, child_processes_manager): argument
617 def __init__(self, args): argument
633 def ReadOneExpectation(self, line, is_debug): argument
716 def RunTests(args, worker_id, job_queue, result_list, message_queue, logger, ninja_lock): argument
[all …]
/third_party/python/Lib/
Dnntplib.py98 def __init__(self, *args):
384 def __exit__(self, *args):
441 def _putline(self, line): argument
450 def _putcmd(self, line): argument
536 def _shortcmd(self, line): argument
542 def _longcmd(self, line, file=None): argument
548 def _longcmdstring(self, line, file=None): argument
726 def _statcmd(self, line): argument
753 def _artcmd(self, line, file=None): argument
818 def remove_number(line): argument
[all …]
Dimaplib.py278 def __exit__(self, *args):
778 def setannotation(self, *args):
844 def store(self, message_set, command, flags): argument
873 def uid(self, command, *args): argument
922 def xatom(self, name, *args):
964 def _command(self, name, *args):
1228 def _simple_command(self, name, *args):
1261 def _log(self, line): argument
1353 def __init__(self, command): argument
1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dsemind.c71 struct command { struct
93 " or: %1$s [options] add [command options] [--] [compiler options] [files...]\n" in show_help() argument
434 va_list args; in query_appendf() local
611 int line; member
/third_party/typescript/lib/
Dprotocol.d.ts98 command: string; property
108 command: CommandTypes.ReloadProjects; property
140 command: string; property
180 command: CommandTypes.Status; property
198 command: CommandTypes.DocCommentTemplate; property
210 command: CommandTypes.TodoComments; property
232 command: CommandTypes.GetSpanOfEnclosingComment; property
245 command: CommandTypes.GetOutliningSpans; property
274 command: CommandTypes.Indentation; property
319 command: CommandTypes.ProjectInfo; property
[all …]
Dtsserver.js3524 …+ [__assign({ name: "process_name", args: { name: "tsc" } }, meta), __assign({ name: "thread_name"… property
3555 function instant(phase, name, args) { argument
3566 function push(phase, name, args, separateBeginAndEnd) { argument
3571 …eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBegin… property
3600 function writeEvent(eventType, phase, name, args, extras, time) { argument
5499 args: [ property
5508 args: [{ name: "path" }, { name: "name", optional: true }], property
5512 args: [{ name: "name" }], property
5522 args: [{ name: "factory" }], property
5526 args: [{ name: "factory" }], property
[all …]
Dtsserverlibrary.js3718 …+ [__assign({ name: "process_name", args: { name: "tsc" } }, meta), __assign({ name: "thread_name"… property
3749 function instant(phase, name, args) { argument
3760 function push(phase, name, args, separateBeginAndEnd) { argument
3765 …eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBegin… property
3794 function writeEvent(eventType, phase, name, args, extras, time) { argument
5693 args: [ property
5702 args: [{ name: "path" }, { name: "name", optional: true }], property
5706 args: [{ name: "name" }], property
5716 args: [{ name: "factory" }], property
5720 args: [{ name: "factory" }], property
[all …]
/third_party/typescript/src/server/
Dprotocol.ts185 command: string; property
197 command: CommandTypes.ReloadProjects; property
236 command: string; property
287 command: CommandTypes.Status; property
308 command: CommandTypes.DocCommentTemplate; property
322 command: CommandTypes.TodoComments; property
347 command: CommandTypes.GetSpanOfEnclosingComment; property
362 command: CommandTypes.GetOutliningSpans; property
399 command: CommandTypes.GetOutliningSpansFull; property
414 command: CommandTypes.Indentation; property
[all …]
/third_party/python/Tools/clinic/
Dclinic.py99 def warn_or_fail(fail=False, *args, filename=None, line_number=None):
122 def warn(*args, filename=None, line_number=None):
125 def fail(*args, filename=None, line_number=None):
365 def get_value(self, key, args, kwargs): argument
383 def parse_line(self, line): argument
602 def parse_line(self, line): argument
1516 def is_start_line(self, line): argument
1547 def is_stop_line(line): argument
1708 def __init__(self, name, type, clinic, *args):
1918 def add_destination(self, name, type, *args):
[all …]
/third_party/pulseaudio/src/pulsecore/
Dcli-command.c62 struct command { struct
66 unsigned args; member
82 /* Prototypes for all available commands */ argument
228 const struct command*command; in pa_cli_command_help() local
2127 const struct command*command; in pa_cli_command_execute_line_stateful() local
2166 char line[2048]; in pa_cli_command_execute_file_stream() local
2236 char *line = pa_xstrndup(p, l); in pa_cli_command_execute() local
/third_party/python/Tools/scripts/
Dtexi2html.py337 def write(self, *args):
552 def do_include(self, args): argument
869 def command(self, line, mo): argument
892 def unknown_cmd(self, cmd, args): argument
899 def do_end(self, args): argument
926 def do_comment(self, args): pass argument
931 def bgn_ifinfo(self, args): pass argument
934 def bgn_iftex(self, args): self.skip = self.skip + 1 argument
937 def bgn_ignore(self, args): self.skip = self.skip + 1 argument
940 def bgn_tex(self, args): self.skip = self.skip + 1 argument
[all …]
/third_party/python/Lib/idlelib/
Deditor.py490 def handle_yview(self, event, *args):
548 def command(text=self.text, eventname=eventname): function
1182 def command(text=text, eventname=eventname): function
1541 def get_line_indent(line, tabwidth): argument
1573 def tokeneater(self, type, token, start, end, line, argument
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs384 let command = BindgenCommand::parse_from(args); in builder_from_flags() localVariable
762 let line = values.next().unwrap(); in builder_from_flags() localVariable
941 let mut args = vec![]; in builder_from_flags() localVariable
/third_party/mksh/
Dmain.c835 command(const char *comm, int line) in command() function
2008 va_list args; in DF() local
/third_party/alsa-utils/aplay/
Daplay.c97 static char *command; variable
194 #define error(args...) do {\ argument
201 static void usage(char *command) in usage()
970 static size_t test_wavefile_read(int fd, u_char *buffer, size_t *size, size_t reqsize, int line) in test_wavefile_read()
1725 char line[80]; in print_vu_meter_mono() local
1747 char line[80]; in print_vu_meter_stereo() local
/third_party/libinput/test/
Dlitest.c174 int line, in litest_fail_condition()
183 va_list args; in litest_fail_condition() local
197 int line, in litest_fail_comparison_int()
215 int line, in litest_fail_comparison_double()
233 int line, in litest_fail_comparison_ptr()
327 litest_system(const char *command) in litest_system()
668 va_list args) in litest_log_handler()
923 va_list args) in quirk_log_handler()
1750 va_list args) in litest_bug_log_handler()
2974 va_list args; in litest_wait_for_event_of_type() local
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1282 for(auto &command : commands) in end() local
1303 void CommandBuffer::addCommand(Args &&... args) in addCommand()
1743 int line = 1; in submit() local
1746 for(auto &command : commands) in submit() local
1766 for(auto &command : commands) in submitSecondary() local

12