OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_PROCESS
(Results
1 - 4
of
4
) sorted by null
/external/vogar/src/vogar/
ModeId.java
41
/** Device using
app_process
binary */
42
APP_PROCESS
;
90
|| this == ModeId.DEVICE_DALVIK || this == ModeId.
APP_PROCESS
;
122
case
APP_PROCESS
:
123
return "
app_process
";
143
case
APP_PROCESS
:
Run.java
211
case
APP_PROCESS
:
/ndk/
ndk-gdb
805
#
app_process
in this case
808
APP_PROCESS_NAME=
app_process
813
APP_PROCESS
=$APP_OUT/
app_process
814
run adb_cmd pull /system/bin/$APP_PROCESS_NAME `native_path $
APP_PROCESS
`
850
echo "file `native_path $
APP_PROCESS
`" >> $GDBSETUP
/external/vogar/src/vogar/android/
DeviceRuntime.java
37
* Execute actions on an Android device or emulator using "
app_process
" or the runtime directly.
96
if (modeId == ModeId.
APP_PROCESS
) {
Completed in 76 milliseconds