/external/smali/examples/HelloWorld/ |
HelloWorld.smali | 9 #adb shell dalvikvm -cp /data/local/HelloWorld.zip HelloWorld
|
/external/v8/build/ |
README.txt | 27 $ out/Debug/shell 29 $ out/Release/shell 42 $ samples/build/Debug/shell 44 $ samples/build/Release/shell
|
/external/valgrind/main/gdbserver_tests/ |
mcinfcallRU.stdinB.gdb | 8 shell ./simulate_control_c --vgdb-prefix=./vgdb-prefix-mcinfcallRU 1 grep main mcinfcallRU.stderr.out
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditor3gpReader.h | 19 * @brief StageFright shell 3GP Reader
|
VideoEditorAudioDecoder.h | 19 * @brief StageFright shell Audio Decoder
|
VideoEditorAudioEncoder.h | 19 * @brief StageFright shell Audio Encoder
|
VideoEditorMp3Reader.h | 19 * @brief StageFright shell MP3 Reader
|
VideoEditorVideoDecoder.h | 19 * @brief StageFright shell video decoder
|
VideoEditorVideoEncoder.h | 19 * @brief StageFright shell video encoder
|
/frameworks/base/core/tests/systemproperties/ |
run_core_systemproperties_test.sh | 24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner
|
/frameworks/base/docs/html/ |
app.yaml | 34 # script: /gae_shell/shell.py
|
/frameworks/base/docs/html/tools/help/ |
logcat.jd | 9 <code>logcat</code> from an ADB shell to view the log messages.</p> 22 <p>You can run <code>logcat</code> as an adb command or directly in a shell prompt 29 <p>You can create a shell connection to a device and execute:</p> 31 $ adb shell
|
bmgr.jd | 30 <p><code>bmgr</code> is a shell tool you can use to interact with the Backup Manager 34 accessed via the <a href="{@docRoot}tools/help/adb.html">adb</a> shell. 51 <pre class="no-pretty-print">adb shell bmgr backup <em><package></em></pre> 61 <pre class="no-pretty-print">adb shell bmgr run</pre> 90 <pre class="no-pretty-print">adb shell bmgr restore <em><package></em></pre> 110 <pre class="no-pretty-print">adb shell bmgr wipe <em><package></em></pre> 123 <pre class="no-pretty-print">adb shell bmgr enabled</pre> 130 <pre class="no-pretty-print">adb shell bmgr enable <em><boolean></em></pre> 156 <pre class="no-pretty-print">adb shell bmgr list transports</pre> 166 <pre class="no-pretty-print">adb shell bmgr transport <em><name></em></pre [all...] |
/frameworks/base/tests/DumpRenderTree2/assets/ |
run_layout_tests.py | 39 cmd = adb_cmd + " shell am instrument " 46 (stdoutdata, stderrdata) = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() 63 subprocess.Popen(cmd, shell=True).wait() 69 subprocess.Popen(cmd, shell=True).wait()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
Constants.java | 22 // To enable: adb shell setprop log.tag.ContactsPerf VERBOSE
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
ShellCommandUnresponsiveException.java | 21 * Exception thrown when a shell command executed on a device takes too long to send its output.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ConvertToDpFix.java | 27 import org.eclipse.swt.widgets.Shell; 56 Shell shell = AdtPlugin.getDisplay().getActiveShell(); local 57 InputDensityDialog densityDialog = new InputDensityDialog(shell);
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/testdata/ |
AndroidManifest-instrumentation.xml | 8 "adb shell am instrument -w com.android.samples.tests/android.test.InstrumentationTestRunner"
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
SdkUpdaterWindowImpl2.java | 58 import org.eclipse.swt.widgets.Shell;
71 private final Shell mParentShell;
78 protected Shell mShell;
90 * @param parentShell Parent shell.
97 Shell parentShell,
112 * @param parentShell Parent shell.
118 Shell parentShell,
160 // The SDK Manager must use a shell trim when standalone
167 mShell = new Shell(mParentShell, style);
493 * Creates the icon of the window shell. [all...] |
/system/core/sh/bltin/ |
bltin.h | 39 * shell. If SHELL is defined, we try to map the standard UNIX library 43 #include "../shell.h" 45 #ifdef SHELL
|
/system/core/sh/ |
builtins.c | 5 #include "shell.h"
|
exec.h | 40 #define CMDFUNCTION 1 /* command is a shell function */ 41 #define CMDBUILTIN 2 /* command is a shell builtin */ 42 #define CMDSPLBLTIN 3 /* command is a special shell builtin */ 58 #define DO_NOFUNC 0x04 /* don't return shell functions, for command */
|
/external/dbus/cmake/tools/ |
dbus-launch.xml | 16 <refpurpose>Utility to start a message bus from a shell script</refpurpose> 37 instance of <emphasis remap='I'>dbus-daemon</emphasis> from a shell script. 60 --auto-syntax options. Several of these cause <command>dbus-launch</command> to emit shell code 64 of the SHELL environment variable to determine which shell syntax 65 should be used. If SHELL ends in "csh", then csh-compatible code is 66 emitted; otherwise Bourne shell code is emitted. Instead of passing 70 know which shell your script is written in.</para> 78 sh-compatible shell to start the per-session bus daemon:</para> 156 <para>Choose --csh-syntax or --sh-syntax based on the SHELL environment variable.</para [all...] |
/external/dropbear/ |
svr-auth.c | 138 /* username is invalid/no shell/etc - send failure */ 191 * shell. 248 TRACE(("shell is %s", ses.authstate.pw->pw_shell)) 250 /* check that the shell is set */ 253 /* empty shell in /etc/passwd means /bin/sh according to passwd(5) */ 257 /* check the shell is valid. If /etc/shells doesn't exist, getusershell() 262 TRACE(("test shell is '%s'", listshell)) 268 /* no matching shell */ 270 TRACE(("no matching shell")) 271 dropbear_log(LOG_WARNING, "user '%s' has invalid shell, rejected" [all...] |
/sdk/ddms/app/src/com/android/ddms/ |
StaticPortEditDialog.java | 36 import org.eclipse.swt.widgets.Shell; 49 private Shell mParent; 51 private Shell mShell; 72 * @param parent The parent Shell 75 public StaticPortEditDialog(Shell parent, ArrayList<Integer> ports) { 83 * @param shell The parent shell 89 public StaticPortEditDialog(Shell shell, ArrayList<Integer> ports, 91 this(shell, ports) [all...] |