HomeSort by relevance Sort by last modified time
    Searched full:shell (Results 126 - 150 of 4343) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc 8 #include "ash/shell.h"
62 Shell* shell = Shell::GetInstance(); local
63 if (shell->window_selector_controller()->IsSelecting()) {
77 shell->metrics()->RecordUserMetricsAction(UMA_TOUCHPAD_GESTURE_OVERVIEW);
78 shell->window_selector_controller()->ToggleOverview();
90 in_top_bezel_gesture_ = !Shell::GetScreen()->GetDisplayNearestPoint(
103 Shell* shell = Shell::GetInstance() local
    [all...]
  /frameworks/base/tests/backup/
test_restore.sh 25 data=$(a shell cat /data/data/com.android.backuptest/$1)
40 data=$(a shell "ls $@ 2> /dev/null >/dev/null && echo -n exists")
53 a shell "ls -l /data/data/com.android.backuptest/files"
54 a shell "rm /data/data/com.android.backuptest/files/*"
56 a shell "ls -l /data/data/com.android.backuptest/shared_prefs"
57 a shell "rm /data/data/com.android.backuptest/shared_prefs/*"
59 a shell "ls -l /data/data/com.android.backuptest/files"
60 a shell "ls -l /data/data/com.android.backuptest/shared_prefs"
69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
73 a shell bmgr restore "$restore_set
    [all...]
  /external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
ShellManager.java 27 private Shell mActiveShell;
67 * Sets the startup URL for new shell windows.
74 * @return The currently visible shell view or null if one is not showing.
76 public Shell getActiveShell() {
81 * Creates a new shell pointing to the specified URL.
82 * @param url The URL the shell should load upon creation.
94 Shell shellView = (Shell) inflater.inflate(R.layout.shell_view, null);
114 private void closeShell(Shell shellView) {
  /external/chromium_org/mojo/shell/android/
mojo_main.cc 5 #include "mojo/shell/android/mojo_main.h"
15 #include "mojo/shell/context.h"
16 #include "mojo/shell/init.h"
17 #include "mojo/shell/run.h"
31 LazyInstance<scoped_ptr<shell::Context> > g_context =
47 mojo::shell::InitializeLogging();
71 shell::Context* shell_context = new shell::Context();
74 shell::Run(shell_context);
  /frameworks/base/docs/html/tools/help/
sqlite3.jd 6 <p>From a remote shell to your device or from your host machine, you can use the <a href=
13 <p>To use <code>sqlite3</code> from a remote shell:</p>
16 <li>Enter a remote shell by entering the following command:
17 <pre>adb [-d|-e|-s {&lt;serialNumber&gt;}] shell</pre>
20 <li>From a remote shell, start the <code>sqlite3</code> tool by entering the following command:
29 shell. To exit and return to the adb remote shell, enter <code>exit</code> or press
35 <pre>$ adb -s emulator-5554 shell
43 <p>To use <code>sqlite3</code> locally, instead of within a shell,
  /external/chromium_org/ash/system/chromeos/enterprise/
tray_enterprise.cc 7 #include "ash/shell.h"
20 Shell::GetInstance()->system_tray_notifier()->
25 Shell::GetInstance()->system_tray_notifier()->
30 base::string16 message = Shell::GetInstance()->system_tray_delegate()->
56 Shell::GetInstance()->system_tray_delegate()->ShowEnterpriseInfo();
  /external/chromium_org/ash/wm/
coordinate_conversion.cc 8 #include "ash/shell.h"
20 Shell::GetScreen()->GetDisplayNearestPoint(point);
24 return Shell::GetInstance()->display_controller()->
29 const gfx::Display& display = Shell::GetScreen()->GetDisplayMatching(rect);
30 return Shell::GetInstance()->display_controller()->
window_positioner_unittest.cc 7 #include "ash/shell.h"
8 #include "ash/shell/toplevel_window.h"
25 Shell::GetInstance()->set_target_root_window(
26 Shell::GetAllRootWindows()[1]);
27 shell::ToplevelWindow::CreateParams params;
31 shell::ToplevelWindow::CreateToplevelWindow(params);
42 aura::Window* second_root_window = Shell::GetAllRootWindows()[1];
43 Shell::GetInstance()->set_target_root_window(
45 shell::ToplevelWindow::CreateParams params;
49 shell::ToplevelWindow::CreateToplevelWindow(params)
    [all...]
  /external/chromium_org/build/android/pylib/
cmd_helper.py 5 """A wrapper for subprocess to make calling shell commands easier."""
16 def Popen(args, stdout=None, stderr=None, shell=None, cwd=None, env=None):
19 shell=shell, close_fds=True, env=env,
23 def Call(args, stdout=None, stderr=None, shell=None, cwd=None, env=None):
24 pipe = Popen(args, stdout=stdout, stderr=stderr, shell=shell, cwd=cwd,
46 def GetCmdOutput(args, cwd=None, shell=False):
54 shell: Whether to execute args as a shell command
    [all...]
  /development/scripts/app_engine_server/gae_shell/
README 1 An interactive, stateful AJAX shell that runs Python code on the server.
15 To use the shell in your app, copy shell.py, static/*, and templates/* into
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.h 11 #include "content/shell/common/shell_content_client.h"
20 namespace shell { namespace in namespace:ash
42 } // namespace shell
  /external/chromium_org/ash/system/chromeos/
system_clock_observer.cc 7 #include "ash/shell.h"
27 Shell::GetInstance()->system_tray_notifier()
32 Shell::GetInstance()->system_tray_notifier()->NotifyRefreshClock();
  /external/chromium_org/ash/test/
app_list_controller_test_api.cc 18 AppListControllerTestApi::AppListControllerTestApi(Shell* shell)
19 : app_list_controller_(ShellTestApi(shell).app_list_controller()) {}
test_user_wallpaper_delegate.cc 8 #include "ash/shell.h"
21 Shell::GetInstance()->desktop_background_controller()->SetCustomWallpaper(
  /external/chromium_org/ash/touch/
touch_observer_hud.cc 9 #include "ash/shell.h"
26 Shell::GetInstance()->display_manager()->GetDisplayForId(display_id_);
40 params.parent = Shell::GetContainer(
51 Shell::GetScreen()->AddObserver(this);
53 Shell::GetInstance()->output_configurator()->AddObserver(this);
56 Shell::GetInstance()->display_controller()->AddObserver(this);
61 Shell::GetInstance()->display_controller()->RemoveObserver(this);
64 Shell::GetInstance()->output_configurator()->RemoveObserver(this);
66 Shell::GetScreen()->RemoveObserver(this);
125 Shell::GetContainer(root_window_
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
input_events_blocker.cc 7 #include "ash/shell.h"
14 ash::Shell::GetInstance()->PrependPreTargetHandler(this);
19 ash::Shell::GetInstance()->RemovePreTargetHandler(this);
  /external/chromium_org/chrome/browser/chromeos/ui/
screen_capture_notification_ui_chromeos.cc 7 #include "ash/shell.h"
22 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenCaptureStop();
27 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenCaptureStart(
  /external/chromium_org/content/shell/browser/
shell_resource_dispatcher_host_delegate.cc 5 #include "content/shell/browser/shell_resource_dispatcher_host_delegate.h"
8 #include "content/shell/browser/shell_login_dialog.h"
9 #include "content/shell/common/shell_switches.h"
  /external/chromium_org/mojo/shell/
task_runners.cc 5 #include "mojo/shell/task_runners.h"
11 namespace shell { namespace in namespace:mojo
35 } // namespace shell
  /system/extras/tests/fstest/
mounts-test.sh 5 adb shell mount | grep -q /sdcard
14 adb shell mount | grep /sdcard | grep -q $i
24 adb shell ls /dev/*mem | grep -q $i
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 35 #include "ash/shell.h"
103 if (!Shell::GetInstance()->accessibility_delegate()->
128 Shell* shell = Shell::GetInstance(); local
134 shell->window_selector_controller()->HandleCycleWindow(
138 shell->window_cycle_controller()->HandleCycleWindow(
144 Shell* shell = Shell::GetInstance() local
160 Shell* shell = Shell::GetInstance(); local
178 Shell* shell = Shell::GetInstance(); local
197 Shell* shell = Shell::GetInstance(); local
336 Shell* shell = Shell::GetInstance(); local
550 Shell* shell = Shell::GetInstance(); local
871 ash::Shell* shell = ash::Shell::GetInstance(); local
    [all...]
  /build/core/
post_clean.mk 26 $(shell rm -rf $(current_package_overlay_config) \
29 $(shell echo '$(PACKAGES)' > $(current_all_packages_config))
31 $(shell echo '$(p)' '$(PACKAGES.$(p).RESOURCE_OVERLAYS)' >> $(current_package_overlay_config))))
34 packages_overlay_changed := $(shell build/tools/diff_package_overlays.py \
42 $(shell $(overlay_cleanup_cmd))
49 $(shell mv -f $(current_package_overlay_config) $(previous_package_overlay_config))
  /external/chromium_org/content/browser/download/
save_package_browsertest.cc 7 #include "content/shell/browser/shell.h"
39 NavigateToURL(shell(), url);
43 shell()->web_contents(), SAVE_PAGE_TYPE_AS_ONLY_HTML, full_file_name,
53 NavigateToURL(shell(), url);
57 shell()->web_contents(), SAVE_PAGE_TYPE_AS_ONLY_HTML, full_file_name,
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_service_ash.cc 7 #include "ash/shell.h"
64 // one the ash Shell is currently using.
66 if (!ash::Shell::GetInstance()->GetAppListTargetVisibility())
67 ash::Shell::GetInstance()->ToggleAppList(NULL);
71 return ash::Shell::GetInstance()->GetAppListTargetVisibility();
76 ash::Shell::GetInstance()->ToggleAppList(NULL);
82 if (ash::Shell::HasInstance())
83 return ash::Shell::GetInstance()->GetAppListWindow();
  /external/chromium_org/content/browser/
security_exploit_browsertest.cc 20 #include "content/shell/browser/shell.h"
37 RenderViewHostImpl* PrepareToDuplicateHosts(Shell* shell,
42 NavigateToURL(shell, foo);
47 shell->web_contents(), "window.open(document.URL + '#2');"));
48 Shell* shell2 = shell2_observer.GetShell();
51 EXPECT_EQ(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
56 shell->web_contents()->GetRenderViewHost()->GetRoutingID());
60 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell->web_contents())
    [all...]

Completed in 5609 milliseconds

1 2 3 4 56 7 8 91011>>