Searched refs:shell (Results 1 - 25 of 765) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME27 1) In a shell cd to runtime/JavaScript/build.
38 2) In a shell cd to runtime/JavaScript/build.
/external/apache-harmony/
H A DAndroid.mk6 $(foreach dir,$(1),$(patsubst ./%,%,$(shell cd $(LOCAL_PATH) && find $(dir)/$(2) -name "*.java" 2> /dev/null)))
31 $(foreach dir,$(1),$(patsubst %,./%,$(shell cd $(LOCAL_PATH) && find $(dir) -maxdepth 4 -name resources 2> /dev/null)))
/external/apache-harmony/jdwp/
H A DAndroid.mk6 $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) && find $(2) -name "*.java" 2> /dev/null))
80 $(hide) while [ `adb wait-for-device shell getprop dev.bootcomplete | grep -c 1` -eq 0 ]; \
90 adb shell stop
95 adb shell $(jdwp_test_runtime_target) -cp $(jdwp_test_classpath_target) \
/external/bison/
H A DGNUmakefile48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
54 _curr-ver := $(shell cd $(srcdir) \
H A Dconfigure43 # Prefer a ksh shell builtin over an external printf program on Solaris,
141 # We cannot yet assume a decent shell, so we have to provide a
144 # Preserve -v and -x to the replacement shell.
242 # We cannot yet assume a decent shell, so we have to provide a
245 # Preserve -v and -x to the replacement shell.
263 $as_echo "$0: This script requires a shell more modern than all"
271 $0: before this message. Then install a modern shell, or
272 $0: manually run the script under such a shell if you do
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
373 # advantage of any shell optimization
[all...]
H A Dmaint.mk56 $(shell gzip --help 2>/dev/null|grep rsyncable >/dev/null \
98 PREV_VERSION := $(shell cat $(prev_version_file) 2>/dev/null)
106 tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]')
141 today = $(shell date +%Y-%m-%d)
161 syntax-check-rules := $(sort $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \
165 ifeq ($(shell $(VC_LIST) >/dev/null 2>&1; echo $$?),0)
205 # Parameters (shell variables):
466 # To use this "command" macro, you must first define two shell variables:
1518 PACKAGE ?= $(shell basename $(PWD))
/external/bison/build-aux/
H A Dtexinfo.tex42 % texi2dvi shell script that comes with the distribution. For a simple
/external/bison/djgpp/
H A Dconfig.bat25 Rem of the environment in stock DOS shell.
/external/bison/tests/
H A Dtestsuite38 # Prefer a ksh shell builtin over an external printf program on Solaris,
212 # We cannot yet assume a decent shell, so we have to provide a
215 # Preserve -v and -x to the replacement shell.
233 $as_echo "$0: This script requires a shell more modern than all"
241 $0: message. Then install a modern shell, or manually run
242 $0: the script under such a shell if you do have one."
276 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
342 # advantage of any shell optimizations that allow amortized linear growth over
458 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
539 # sure we discard the 'times: not found' message from the shell
[all...]
/external/ceres-solver/jni/
H A DAndroid.mk78 ifneq ($(shell $(LOCAL_PATH)/assert_ndk_version.sh "r9d" $(NDK_ROOT)), true)
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
H A DAwShellActivity.java5 package org.chromium.android_webview.shell;
H A DAwShellApplication.java5 package org.chromium.android_webview.shell;
18 * The android_webview shell Application subclass.
H A DAwShellResourceProvider.java5 package org.chromium.android_webview.shell;
12 * Registers resources for the Android webview shell.
H A DAwShellSwitches.java5 package org.chromium.android_webview.shell;
8 * Contains all of the command line switches that are specific to the test shell of
H A DDrawGL.java5 package org.chromium.android_webview.shell;
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java26 import org.chromium.android_webview.shell.DrawGL;
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc35 #include "ash/shell.h"
151 Shell* shell = Shell::GetInstance(); local
153 return shell->focus_cycler()->FocusWidget(
289 Shell* shell = Shell::GetInstance(); local
294 shell->focus_cycler()->RotateFocus(FocusCycler::FORWARD);
299 shell->focus_cycler()->RotateFocus(FocusCycler::BACKWARD);
873 ash::Shell* shell = ash::Shell::GetInstance(); local
996 shell->system_tray_delegate()->GetVolumeControlDelegate();
1001 shell->system_tray_delegate()->GetVolumeControlDelegate();
1006 shell
1141 ash::Shell* shell = ash::Shell::GetInstance(); local
[all...]
H A Daccelerator_delegate.cc8 #include "ash/shell.h"
63 Shell* shell = Shell::GetInstance(); local
66 if (shell->accelerator_controller()->IsReserved(accelerator))
80 if (shell->accelerator_controller()->IsPreferred(accelerator))
83 return shell->GetAppListTargetVisibility();
H A Dmagnifier_key_scroller_unittest.cc8 #include "ash/shell.h"
50 Shell* shell = Shell::GetInstance(); local
51 MagnificationController* controller = shell->magnification_controller();
H A Dspoken_feedback_toggler_unittest.cc7 #include "ash/shell.h"
19 Shell* shell = Shell::GetInstance(); local
20 AccessibilityDelegate* delegate = shell->accessibility_delegate();
/external/chromium_org/ash/audio/
H A Dsounds.cc9 #include "ash/shell.h"
25 Shell* shell = Shell::GetInstance();
26 if (!shell->accessibility_delegate()->IsSpokenFeedbackEnabled())
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc23 #include "ash/shell.h"
402 Shell* shell = Shell::GetInstance(); local
404 shell->display_configurator_animation();
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate_unittest.cc8 #include "ash/shell.h"
38 ash::Shell* shell = ash::Shell::GetInstance(); local
39 shell->SetShelfAlignment(shelf_alignment(), shell->GetPrimaryRootWindow());
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc14 #include "ash/shell.h"
518 Shell* shell = Shell::GetInstance(); local
533 shell->accessibility_delegate()->SaveScreenMagnifierScale(scale);
/external/chromium_org/ash/
H A Droot_window_controller.cc24 #include "ash/shell.h"
344 Shell* shell = Shell::GetInstance(); local
345 shell->RemoveShellObserver(this);
363 shell->set_target_root_window(
428 // Notify shell observers that the shelf has been created.
710 Shell* shell = Shell::GetInstance(); local
711 shell->InitRootWindow(root_window);
726 shell->AddShellObserver(this);
730 shell->InitKeyboard();
736 if (shell
[all...]

Completed in 8950 milliseconds

1234567891011>>