Searched refs:test_cmd (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ss/ |
D | test_cmd.ct | 3 request test_cmd, "Test command", 4 test_cmd, test;
|
D | Makefile.in | 99 test_cmd.c: test_cmd.ct mk_cmds 101 $(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/test_cmd.ct 161 test_ss: test_ss.o test_cmd.o $(DEPLIBSS) $(DEPLIBCOM_ERR) 163 $(Q) $(CC) -o $@ test_ss.o test_cmd.o $(ALL_CFLAGS) $(ALL_LDFLAGS) \ 175 test_cmd.c ss.pc
|
D | test_ss.c | 139 void test_cmd (argc, argv) in test_cmd() function
|
/external/toolchain-utils/bestflags/ |
D | example_algorithms.py | 69 test_cmd = meta_data[TEST_CMD] 114 Task.InitLogCommand(build_cmd, test_cmd, output_file)
|
/external/autotest/client/common_lib/ |
D | packages.py | 158 test_cmd = 'test -d %s' 160 test_cmd = 'test -e %s' 163 self.run_command(test_cmd % destpath) 320 test_cmd = 'test -d %s' 322 test_cmd = 'test -e %s' 325 self._run_command(test_cmd % destpath)
|
/external/autotest/client/site_tests/platform_ToolchainOptions/ |
D | platform_ToolchainOptions.py | 122 def get_cmd(self, test_cmd, find_options=""): argument 145 test_cmd)
|
/external/autotest/site_utils/ |
D | gs_offloader.py | 648 test_cmd = get_cmd_list(False, dummy_file.name, gs_uri) 651 subprocess.check_call(test_cmd)
|
/external/e2fsprogs/ |
D | .gitignore | 126 lib/ss/test_cmd.c
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 16880 PASS: gdb.python/py-cmd.exp: input simple command - class test_cmd (gdb.Command): 16882 PASS: gdb.python/py-cmd.exp: input simple command - super (test_cmd, self).__init__ ("test_cmd"… 16884 PASS: gdb.python/py-cmd.exp: input simple command - print ("test_cmd output, arg = %s" % arg) 16885 PASS: gdb.python/py-cmd.exp: input simple command - test_cmd () 16952 PASS: gdb.python/py-cmd.exp: input simple user-defined command - print ("test_cmd output, arg =…
|
D | armv7a-cros-linux-gnueabi | 16510 PASS: gdb.python/py-cmd.exp: input simple command - class test_cmd (gdb.Command): 16512 PASS: gdb.python/py-cmd.exp: input simple command - super (test_cmd, self).__init__ ("test_cmd"… 16514 PASS: gdb.python/py-cmd.exp: input simple command - print ("test_cmd output, arg = %s" % arg) 16515 PASS: gdb.python/py-cmd.exp: input simple command - test_cmd () 16582 PASS: gdb.python/py-cmd.exp: input simple user-defined command - print ("test_cmd output, arg =…
|
D | i686-pc-linux-gnu | 16612 PASS: gdb.python/py-cmd.exp: input simple command - class test_cmd (gdb.Command): 16614 PASS: gdb.python/py-cmd.exp: input simple command - super (test_cmd, self).__init__ ("test_cmd"… 16616 PASS: gdb.python/py-cmd.exp: input simple command - print ("test_cmd output, arg = %s" % arg) 16617 PASS: gdb.python/py-cmd.exp: input simple command - test_cmd () 16684 PASS: gdb.python/py-cmd.exp: input simple user-defined command - print ("test_cmd output, arg =…
|