HomeSort by relevance Sort by last modified time
    Searched full:shell (Results 76 - 100 of 2503) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/backup/
test_backup.sh 22 b_pkgs=$(a shell dumpsys backup | \
28 a shell bmgr wipe "$pkg"
41 #a shell bmgr transport com.google.android.backup/.BackupTransportService
44 a shell \
61 a shell bmgr backup com.android.backuptest
64 a shell bmgr run
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 32 import org.eclipse.swt.widgets.Shell;
69 Shell shell = Display.getDefault().getActiveShell(); local
70 GLTraceOptionsDialog dlg = new GLTraceOptionsDialog(shell);
81 MessageDialog.openError(shell, "Setup GL Trace",
88 MessageDialog.openError(shell, "Setup GL Trace",
102 startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT);
108 private void startTracing(Shell shell, TraceOptions traceOptions, int port) {
125 MessageDialog.openError(shell,
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/
README 45 adb shell "echo Going to stop GUI"
46 adb shell "stop"
48 adb shell "echo Create reference NVS"
49 adb shell "calibrator set ref_nvs /data/TQS_D_1.7.ini"
51 adb shell "echo Copy reference NVS file"
52 adb shell "cat ./new-nvs.bin > /system/etc/firmware/ti-connectivity/wl1271-nvs.bin"
54 adb shell "echo Insert wl12xx SDIO module"
55 adb shell "insmod /system/lib/modules/wl12xx_sdio.ko"
57 adb shell "echo Calibrate device"
58 adb shell "calibrator wlan0 plt power_mode on
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
UiUtils.java 15 import org.eclipse.swt.widgets.Shell;
31 public static void openWarning(Shell parent, String title, String message) {
  /external/grub/docs/
grub-md5-crypt.8 17 \fB\-\-grub\-shell\fR=\fIFILE\fR
18 use FILE as the grub shell
  /external/libxml2/include/libxml/
debugXML.h 76 * XML shell helpers *
90 * The XML shell related structures and functions *
99 * This is a generic signature for the XML shell input function.
101 * Returns a string which will be freed by the Shell.
108 * A debugging shell context.
125 * @ctxt: a shell context
130 * This is a generic signature for the XML shell functions.
202 * The Shell interface.
  /external/yaffs2/yaffs2/
Makefile.module 12 KERNELDIR ?= /lib/modules/$(shell uname -r)/build
13 PWD := $(shell pwd)
  /frameworks/compile/libbcc/runtime/make/
config.mk 4 OS := $(shell uname)
8 ProjSrcRoot := $(shell pwd)
  /sdk/emulator/opengl/tests/emulator_test_renderer/
Android.mk 10 LOCAL_SDL_CFLAGS := $(shell $(LOCAL_SDL_CONFIG) --cflags)
11 LOCAL_SDL_LDLIBS := $(filter-out %.a %.lib,$(shell $(LOCAL_SDL_CONFIG) --static-libs))
  /development/scripts/app_engine_server/
app.yaml 16 script: /gae_shell/shell.py
  /development/tools/templates/
java_tests_file.template 11 * adb shell am instrument -w \
  /external/e2fsprogs/lib/ss/
ss_err.et 34 "Shell escapes are disabled"
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipTextProvider.java 15 import org.eclipse.swt.widgets.Shell;
54 public void show(Shell shell) {
55 // do nothing, Shell will be displayed when Browser will complete rendering
  /external/iproute2/doc/
Makefile 12 SHELL=bash
16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
51 install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR)
52 install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
  /external/llvm/test/Other/
close-stderr.ll 8 ; REQUIRES: shell
  /external/v8/
.gitignore 21 shell
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile 42 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
45 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
49 DBUS_INCLUDE += $(shell xml2-config --cflags)
50 DBUS_LIBS += $(shell xml2-config --libs)
  /frameworks/base/tests/SmokeTest/
README 7 adb shell am instrument \
  /ndk/
ndk-build.cmd 5 %NDK_ROOT%\prebuilt\windows\bin\make.exe -f %NDK_ROOT%build/core/build-local.mk SHELL=cmd %* || exit /b %ERRORLEVEL%
  /packages/providers/ApplicationsProvider/tests/
runtests 5 adb shell am instrument -w -e class com.android.providers.applications.ApplicationsProviderTest com.android.providers.applications.tests/android.test.InstrumentationTestRunner || return
  /sdk/bash_completion/
README 2 Bourne Again SHell (bash)'s programmable completion.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
SwtBaseDialog.java 28 import org.eclipse.swt.widgets.Shell;
68 private Shell mShell;
73 * @param parent The parent's shell
76 public SwtBaseDialog(Shell parent, int swtStyle, String title) {
111 * Creates the shell for this dialog.
112 * The default shell has a size of 450x300, which is also its minimum size.
118 mShell = new Shell(getParent(), SWT.DIALOG_TRIM | SWT.RESIZE | SWT.APPLICATION_MODAL);
133 * Creates the content and attaches it to the current shell (cf. {@link #getShell()}).
182 * Returns the shell created by {@link #createShell()}.
183 * @return The current {@link Shell}
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyCommandEvent.java 25 * Events for running the shell command.
39 //Execute the shell command
43 System.err.println("// Shell command " + mCmd + " status was " + status);
  /external/dbus/cmake/modules/
Win32Macros.cmake 14 # For mingw and nmake projects it's opens a command shell,
34 write_file (${CMAKE_BINARY_DIR}/${_projectname}-shell.bat "set PATH=${ADD_PATH};%PATH%\ncmd.exe")
38 write_file (${CMAKE_BINARY_DIR}/${_projectname}-shell.bat "set PATH=${ADD_PATH};%PATH%\ncall \"${VC_BIN_PATH}\\vcvars32.bat\"\ncmd.exe")
  /external/dbus/cmake/test/
CMakeLists.txt 29 set (test-shell-service_SOURCES
30 ${CMAKE_SOURCE_DIR}/../test/test-shell-service.c
35 set (shell-test_SOURCES
36 ${CMAKE_SOURCE_DIR}/../test/shell-test.c
65 add_executable(shell-test ${shell-test_SOURCES})
66 target_link_libraries(shell-test ${DBUS_INTERNAL_LIBRARIES})
67 ADD_TEST(shell-test ${EXECUTABLE_OUTPUT_PATH}/shell-test${EXT})
69 add_executable(test-shell-service ${test-shell-service_SOURCES}
    [all...]

Completed in 5178 milliseconds

1 2 34 5 6 7 8 91011>>