OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandtext
(Results
1 - 5
of
5
) sorted by null
/packages/apps/SpeechRecorder/res/layout/
recorder.xml
30
<TextView android:id="@+id/
commandText
"
/system/core/sh/
jobs.h
101
void
commandtext
(struct procstat *, union node *);
jobs.c
889
commandtext
(ps, n);
1219
commandtext
(struct procstat *ps, union node *n)
function
1238
TRACE(("
commandtext
: ps->cmd %x, end %x, left %d\n\t\"%s\"\n",
exec.c
404
commandtext
(&ps, cmdp->param.func);
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java
73
mCommand = (TextView) findViewById(R.id.
commandText
);
Completed in 428 milliseconds