OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmd2
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/cachegrind/
cg_diff.in
247
my $
cmd2
;
267
($
cmd2
, $events2, $CCs2, $summaryCC2) = read_input_file($file2);
298
print("cmd: $cmd1; $
cmd2
\n");
/development/testrunner/
coverage.py
136
cmd2
= "-Dreport.html.out.file=%s" % report_file
137
self._RunCmd(cmd1 +
cmd2
)
/hardware/ril/reference-ril/
reference-ril.c
977
char *cmd1, *
cmd2
;
local
992
asprintf(&
cmd2
, "%s%s", smsc, pdu);
994
err = at_send_command_sms(cmd1,
cmd2
, "+CMGS:", &p_response);
[
all
...]
Completed in 885 milliseconds