OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_cmd
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/lib/ss/
test_cmd.ct
3
request
test_cmd
, "Test command",
4
test_cmd
, test;
Makefile.in
104
test_cmd
.c:
test_cmd
.ct mk_cmds
106
$(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/
test_cmd
.ct
166
test_ss: test_ss.o
test_cmd
.o $(DEPLIBSS) $(DEPLIBCOM_ERR)
168
$(Q) $(CC) -o $@ test_ss.o
test_cmd
.o $(ALL_CFLAGS) \
180
test_cmd
.c
test_ss.c
138
void
test_cmd
(argc, argv)
function
/frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py
153
test_cmd
= adb_cmd + " push \"" + path + "\" \"" + TEST_LIST_FILE + "\""
154
proc = subprocess.Popen(
test_cmd
, shell=True,
182
test_cmd
= (test_cmd_prefix + " -e class "
188
test_cmd
+= " -e logtime true"
190
test_cmd
+= test_cmd_postfix
192
adb_output = subprocess.Popen(
test_cmd
, shell=True,
215
adb_output = subprocess.Popen(
test_cmd
, shell=True, stdout=subprocess.PIPE,
235
test_cmd
= (adb_cmd + "pull \"" + TEST_TIMEOUT_FILE + "\" \""
237
subprocess.Popen(
test_cmd
, shell=True, stdout=subprocess.PIPE,
242
test_cmd
= (adb_cmd + "pull \"" + TEST_LOAD_TIME_FILE + "\" \"
[
all
...]
Completed in 440 milliseconds