Searched refs:execute (Results 1 - 25 of 846) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-not/
H A Dpass.py5 print_environment.execute()
H A Dfail.py6 print_environment.execute()
H A Dfail2.py6 print_environment.execute()
H A Dprint_environment.py4 def execute(): function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-mi-objfile-gdb.py24 gdb.execute("set width 101", to_string=True)
26 gdb.execute("list main")
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-mi-objfile-gdb.py24 gdb.execute("set width 101", to_string=True)
26 gdb.execute("list -q main")
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/fake-externals/
H A Dcd5 fake_external.execute(__file__)
H A Ddiff5 fake_external.execute(__file__)
H A Denv5 fake_external.execute(__file__)
H A Dexport5 fake_external.execute(__file__)
H A Dmkdir5 fake_external.execute(__file__)
H A Drm5 fake_external.execute(__file__)
H A Dfake_external.py4 def execute(fileName): function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/system-gdbinit/
H A Dwrs-linux.py21 gdb.execute('set sysroot %s' % os.environ['ENV_PREFIX'])
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dparallel-bad-4.l2 [^:]*:28: Error: too many instructions in execute packet
3 [^:]*:30: Error: too many instructions in execute packet
H A Dparallel-bad-3.l2 [^:]*:13: Error: too many instructions in execute packet
H A Dresource-func-unit-2.l2 [^:]*:17: Error: functional unit already used in this execute packet
3 [^:]*:19: Error: functional unit already used in this execute packet
H A Dsploop-bad-2.l2 [^:]*:7: Error: 'sploop' instruction not at start of execute packet
3 [^:]*:11: Error: 'sploopd' instruction not at start of execute packet
4 [^:]*:15: Error: 'sploopw' instruction not at start of execute packet
5 [^:]*:20: Error: 'spkernel' instruction not at start of execute packet
6 [^:]*:23: Error: 'spkernel' instruction not at start of execute packet
7 [^:]*:26: Error: 'spkernelr' instruction not at start of execute packet
8 [^:]*:28: Error: 'spmask' instruction not at start of execute packet
9 [^:]*:30: Error: 'spmaskr' instruction not at start of execute packet
/netbsd-current/external/gpl3/gdb/dist/gdb/system-gdbinit/
H A Dwrs-linux.py21 gdb.execute("set sysroot %s" % os.environ["ENV_PREFIX"])
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
H A Dutils.py22 result = gdb.execute(command, to_string=True)
42 gdb.execute("file")
44 gdb.execute("file %s" % (file_name))
53 gdb.execute("tbreak %s" % (location))
54 gdb.execute("run")
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/
H A Dutils.py23 result = gdb.execute(command, to_string=True)
43 gdb.execute("file")
45 gdb.execute("file %s" % (file_name))
54 gdb.execute("tbreak %s" % (location))
55 gdb.execute("run")
/netbsd-current/external/bsd/ipf/dist/rules/
H A Dipmon.conf6 do { execute("/usr/bin/mail -s 'logtag 10000' root"); };
9 do { execute("echo 'XXXXXXXX tag 2000 packet XXXXXXXX'"); };
18 do { execute("/usr/bin/mail -s 'from 10.1 to 192.168.1' root"); };
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dexecute.h33 It is recommended that no signal is blocked or ignored while execute()
35 extern int execute (const char *progname,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
H A Ddisassemble.py24 gdb.execute (do_test_command, False, True)
30 gdb.execute (do_test_command, False, True)
35 gdb.execute("set code-cache off");
36 gdb.execute("set code-cache on");
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
H A Ddisassemble.py25 gdb.execute(do_test_command, False, True)
36 gdb.execute(do_test_command, False, True)
41 gdb.execute("set code-cache off")
42 gdb.execute("set code-cache on")

Completed in 145 milliseconds

1234567891011>>