Searched refs:shell (Results 151 - 175 of 765) sorted by relevance

1234567891011>>

/external/chromium_org/ash/shell/
H A Dshell_main.cc5 #include "ash/shell/content_client/shell_main_delegate.h"
18 ash::shell::ShellMainDelegate delegate;
/external/chromium_org/ash/test/
H A Dapp_list_controller_test_api.h24 explicit AppListControllerTestApi(Shell* shell);
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
H A DChromeShellSyncAdapterService.java5 package org.chromium.chrome.shell.sync;
/external/chromium_org/chrome/test/mini_installer/
H A Dvariable_expander.py11 from win32com.shell import shell, shellcon namespace
88 program_files_path = shell.SHGetFolderPath(0, shellcon.CSIDL_PROGRAM_FILES,
90 local_appdata_path = shell.SHGetFolderPath(0, shellcon.CSIDL_LOCAL_APPDATA,
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
H A DCastApplication.java5 package org.chromium.chromecast.shell;
12 * Entry point for the Android cast shell application. Handles initialization of information that
/external/chromium_org/chromecast/shell/app/android/
H A Dcast_jni_loader.cc13 #include "chromecast/shell/app/cast_main_delegate.h"
33 content::SetContentMainDelegate(new chromecast::shell::CastMainDelegate);
/external/chromium_org/chromecast/shell/renderer/
H A Dkey_systems_cast.cc5 #include "chromecast/shell/renderer/key_systems_cast.h"
18 namespace shell { namespace in namespace:chromecast
42 } // namespace shell
/external/chromium_org/content/public/test/
H A Dcontent_browser_test.h37 Shell* shell() const { return shell_; } function in class:content::ContentBrowserTest
/external/chromium_org/content/test/
H A Daccessibility_browser_test_utils.cc18 #include "content/shell/browser/shell.h"
23 AccessibilityNotificationWaiter::AccessibilityNotificationWaiter(Shell* shell) argument
28 WebContents* web_contents = shell->web_contents();
37 Shell* shell,
45 shell->web_contents());
36 AccessibilityNotificationWaiter( Shell* shell, AccessibilityMode accessibility_mode, ui::AXEvent event_type) argument
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview_manager_client_factory.h21 ViewManagerClientFactory(Shell* shell, ViewManagerDelegate* delegate);
/external/chromium_org/mojo/shell/
H A Dchild_process.h17 namespace shell { namespace in namespace:mojo
54 } // namespace shell
H A Dshell_test_helper.h12 #include "mojo/shell/context.h"
20 namespace shell { namespace in namespace:mojo
48 } // namespace shell
/external/lldb/examples/darwin/heap_find/heap/
H A DMakefile4 # Uncomment line below for debugging shell commands
12 CXX ?= $(shell xcrun -find clang++)
/external/lldb/examples/functions/
H A DMakefile8 MY_OS = $(shell uname -s)
/external/lldb/examples/lookup/
H A DMakefile7 MY_OS = $(shell uname -s)
/external/lldb/test/functionalities/plugins/commands/
H A DMakefile3 CWD := $(shell pwd)
/external/valgrind/
H A Druntest.sh42 adb shell $test_target > $logfile_native
45 adb shell valgrind $test_target > $logfile_valgrind
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A DMakefile42 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)
/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/wm/gestures/
H A Dshelf_gesture_handler.cc12 #include "ash/shell.h"
33 Shell* shell = Shell::GetInstance(); local
34 if (!shell->session_state_delegate()->NumberOfLoggedInUsers() ||
35 shell->session_state_delegate()->IsScreenLocked()) {
/external/chromium_org/v8/tools/testrunner/objects/
H A Dworkpacket.py50 for shell in self.peer.shells:
51 prefetched_binary = binaries_dict[shell]
52 binaries.append({"name": shell,
/external/iproute2/doc/
H A DMakefile16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
59 install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR)
60 install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
/external/chromium_org/ash/system/date/
H A Ddate_default_view.cc9 #include "ash/shell.h"
108 ash::Shell* shell = ash::Shell::GetInstance(); local
109 ash::SystemTrayDelegate* tray_delegate = shell->system_tray_delegate();
111 shell->metrics()->RecordUserMetricsAction(ash::UMA_TRAY_HELP);
114 shell->metrics()->RecordUserMetricsAction(ash::UMA_TRAY_SHUT_DOWN);
117 shell->metrics()->RecordUserMetricsAction(ash::UMA_TRAY_LOCK_SCREEN);
/external/chromium_org/content/browser/accessibility/
H A Dsite_per_process_accessibility_browsertest.cc26 #include "content/shell/browser/shell.h"
54 shell(), AccessibilityModeComplete,
60 NavigateToURL(shell(), main_url);
64 static_cast<WebContentsImpl*>(shell()->web_contents())->
85 EXPECT_NE(shell()->web_contents()->GetSiteInstance(), site_instance);
97 shell()->web_contents()->GetMainFrame());
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_perf72 $ADB shell ps | grep skia_launcher | awk '{print $2}' | xargs $ADB shell kill
75 $ADB shell /data/local/tmp/skia_launcher ${runVars[@]} &
81 APP_PID=$($ADB shell ps | grep skia_launcher | awk '{print $2}')
82 $ADB shell perf record -p ${APP_PID} sleep 70

Completed in 548 milliseconds

1234567891011>>