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

1 2 3 4 5 6 7 8 91011>>

  /system/core/sh/
sh.1 39 .Nd command interpreter (shell)
87 1003.2 and 1003.2a specifications for the shell.
89 features which make it appear similar in some respects to the Korn shell,
90 but it is not a Korn shell clone (see
94 plus a few Berkeley extensions, are being incorporated into this shell.
99 to be a tutorial or a complete specification of the shell.
101 The shell is a command that reads lines from either a file or the
104 (although a user can select a different shell with the
107 The shell implements a language that has flow control
113 interactive and non-interactive use (shell scripts)
    [all...]
  /external/chromium_org/ash/display/
virtual_keyboard_window_controller.cc 14 #include "ash/shell.h"
45 params.host = Shell::GetInstance()->root_window_host_factory()->
56 Shell::GetInstance()->display_controller());
65 Shell::GetInstance()->keyboard_controller());
78 Shell::GetInstance()->display_controller());
85 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
  /external/chromium_org/ash/shell/
toplevel_window.cc 5 #include "ash/shell/toplevel_window.h"
9 #include "ash/shell.h"
19 namespace shell { namespace in namespace:ash
42 new ToplevelWindow(params), Shell::GetPrimaryRootWindow());
91 ash::Shell::GetScreen(),
112 } // namespace shell
window_watcher.cc 5 #include "ash/shell/window_watcher.h"
13 #include "ash/shell.h"
14 #include "ash/shell/window_watcher_shelf_item_delegate.h"
21 namespace shell { namespace in namespace:ash
41 aura::Window* panel_container = ash::Shell::GetContainer(
54 aura::Window* panel_container = ash::Shell::GetContainer(
74 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
82 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
101 ShelfModel* model = Shell::GetInstance()->shelf_model();
121 Shell::GetInstance()->shelf_item_delegate_manager()
    [all...]
  /external/chromium_org/build/android/pylib/device/
adb_wrapper_test.py 39 output = self._adb.Shell('echo test', expect_rc=0)
41 output = self._adb.Shell('echo test')
43 self.assertRaises(adb_wrapper.CommandFailedError, self._adb.Shell,
51 self.assertEqual(self._adb.Shell('cat %s' % device_path), 'foo')
75 while 'package:' not in self._adb.Shell('pm path android'):
82 self._adb.Shell('start')
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.cc 7 #include "ash/shell.h"
45 if (ash::Shell::HasInstance() &&
46 ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
47 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
77 if (!ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
78 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
  /external/chromium_org/chrome/browser/notifications/
login_state_notification_blocker_chromeos.cc 8 #include "ash/shell.h"
23 // when a notification is created, so ash::Shell should be initialized.
24 ash::Shell::GetInstance()->AddShellObserver(this);
39 if (ash::Shell::HasInstance())
40 ash::Shell::GetInstance()->RemoveShellObserver(this);
68 ash::Shell::GetInstance()->RemoveShellObserver(this);
multi_user_notification_blocker_chromeos.cc 7 #include "ash/shell.h"
23 // when a notification is created, so ash::Shell should be initialized.
24 ash::Shell::GetInstance()->AddShellObserver(this);
31 if (ash::Shell::HasInstance())
32 ash::Shell::GetInstance()->RemoveShellObserver(this);
54 ash::Shell::GetInstance()->RemoveShellObserver(this);
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 7 #include "ash/shell.h"
16 DCHECK(ash::Shell::HasInstance());
17 if (ash::Shell::GetInstance()->GetAppListTargetVisibility())
18 ash::Shell::GetInstance()->ToggleAppList(NULL);
22 DCHECK(ash::Shell::HasInstance());
23 return ash::Shell::GetInstance()->GetAppListWindow();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
first_run_ui.cc 7 #include "ash/shell.h"
63 ash::Shell* shell = ash::Shell::GetInstance(); local
64 switch (shell->GetShelfAlignment(shell->GetPrimaryRootWindow())) {
  /external/chromium_org/content/browser/renderer_host/
render_process_host_browsertest.cc 12 #include "content/shell/browser/shell.h"
44 NavigateToURL(shell(), test_url);
46 shell()->web_contents()->GetRenderViewHost()->GetProcess();
70 NavigateToURL(shell(), test_url);
72 shell()->web_contents()->GetRenderViewHost()->GetProcess();
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 5 #include "content/shell/renderer/shell_render_process_observer.h"
12 #include "content/shell/common/shell_messages.h"
13 #include "content/shell/common/shell_switches.h"
14 #include "content/shell/renderer/gc_extension.h"
15 #include "content/shell/renderer/shell_content_renderer_client.h"
16 #include "content/shell/renderer/webkit_test_runner.h"
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
31 x509cmd="adb shell /system/bin/openssl x509 $digest"
46 adb shell rm -r $device
47 adb shell mkdir $device
55 adb shell "echo \"string to make the random number generator think it has entropy\" >> $device/.rnd"
77 adb shell rm -r $device
  /external/chromium_org/third_party/openssl/openssl/patches/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
31 x509cmd="adb shell /system/bin/openssl x509 $digest"
46 adb shell rm -r $device
47 adb shell mkdir $device
55 adb shell "echo \"string to make the random number generator think it has entropy\" >> $device/.rnd"
77 adb shell rm -r $device
  /external/openssl/android.testssl/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
31 x509cmd="adb shell /system/bin/openssl x509 $digest"
46 adb shell rm -r $device
47 adb shell mkdir $device
55 adb shell "echo \"string to make the random number generator think it has entropy\" >> $device/.rnd"
77 adb shell rm -r $device
  /external/openssl/patches/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
31 x509cmd="adb shell /system/bin/openssl x509 $digest"
46 adb shell rm -r $device
47 adb shell mkdir $device
55 adb shell "echo \"string to make the random number generator think it has entropy\" >> $device/.rnd"
77 adb shell rm -r $device
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportWarningActivity.java 17 package com.android.shell;
19 import static com.android.shell.BugreportPrefs.STATE_HIDE;
20 import static com.android.shell.BugreportPrefs.STATE_SHOW;
21 import static com.android.shell.BugreportPrefs.STATE_UNKNOWN;
22 import static com.android.shell.BugreportPrefs.getWarningState;
23 import static com.android.shell.BugreportPrefs.setWarningState;
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 1 """Execute shell commands via os.popen() and return status, output.
44 # Get the output from a shell command into a string.
49 """Return output (stdout or stderr) of executing cmd in a shell."""
57 """Return (status, output) of executing cmd in a shell."""
74 # Make a shell command argument from a string.
75 # Return a string beginning with a space followed by a shell-quoted
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 1 """Execute shell commands via os.popen() and return status, output.
44 # Get the output from a shell command into a string.
49 """Return output (stdout or stderr) of executing cmd in a shell."""
57 """Return (status, output) of executing cmd in a shell."""
74 # Make a shell command argument from a string.
75 # Return a string beginning with a space followed by a shell-quoted
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 5 #include "content/shell/browser/shell_content_browser_client.h"
16 #include "content/shell/browser/shell.h"
17 #include "content/shell/browser/shell_browser_context.h"
18 #include "content/shell/browser/shell_browser_main_parts.h"
19 #include "content/shell/browser/shell_devtools_delegate.h"
20 #include "content/shell/browser/shell_message_filter.h"
21 #include "content/shell/browser/shell_net_log.h"
22 #include "content/shell/browser/shell_quota_permission_context.h"
23 #include "content/shell/browser/shell_resource_dispatcher_host_delegate.h
    [all...]
shell_views.cc 5 #include "content/shell/browser/shell.h"
46 // ViewDelegate implementation for aura content shell
70 // Maintain the UI controls and web view for content shell
81 ShellWindowDelegateView(Shell* shell)
82 : shell_(shell),
129 // Initialize the UI control contained in shell window
272 // Hold a reference of Shell for deleting it when the window is closing
273 Shell* shell_
    [all...]
  /external/chromium_org/content/browser/
session_history_browsertest.cc 15 #include "content/shell/browser/shell.h"
55 NavigateToURL(shell(), GURL(kAboutBlankURL));
61 NavigateToURL(shell(), url);
71 NavigateToURL(shell(), url);
78 NavigateToURL(shell(), url);
84 NavigateToURL(shell(), url);
88 return UTF16ToASCII(shell()->web_contents()->GetTitle());
92 return shell()->web_contents()->GetLastCommittedURL();
103 TitleWatcher title_watcher(shell()->web_contents(), expected_title16)
    [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/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/
release.rake 4 Bundler.ui = Bundler::UI::Shell.new(Thor::Shell::Basic.new)

Completed in 655 milliseconds

1 2 3 4 5 6 7 8 91011>>