Searched refs:shell (Results 251 - 275 of 765) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/config/
H A Ddist.mk25 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
27 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' )
29 DISTY_FILE_DIR=$(shell pwd)/$(DISTY_DIR)
64 svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
/external/chromium_org/mojo/examples/png_viewer/
H A Dpng_viewer.cc44 Shell* shell) {
47 response.Pass(), exported_services, imported_services.Pass(), shell);
59 Shell* shell)
62 view_manager_client_factory_(shell, this),
190 explicit ContentHandlerImpl(Shell* shell) : shell_(shell) {} argument
219 app->shell()));
41 Spawn(URLResponsePtr response, ServiceProviderImpl* exported_services, scoped_ptr<ServiceProvider> imported_services, Shell* shell) argument
56 PNGView(URLResponsePtr response, ServiceProviderImpl* exported_services, scoped_ptr<ServiceProvider> imported_services, Shell* shell) argument
/external/chromium_org/v8/tools/testrunner/network/
H A Dnetwork_execution.py72 shell=True).strip()
78 (workspace, self.base_rev), shell=True).strip()
80 "cd %s; git diff %s" % (workspace, self.base_rev), shell=True)
118 shell = s.shell()
119 if shell not in self.binaries:
120 path = os.path.join(self.context.shell_dir, shell)
124 shell=True)
139 self.binaries[shell] = binary
/external/chromium_org/ash/test/
H A Dtest_shell_delegate.cc14 #include "ash/shell.h"
15 #include "ash/shell/keyboard_controller_proxy_stub.h"
200 Shell* shell = Shell::GetInstance(); local
201 static_cast<MediaDelegateImpl*>(shell->media_delegate())
203 shell->system_tray_notifier()->NotifyMediaCaptureChanged();
H A Dshell_test_api.h33 explicit ShellTestApi(Shell* shell);
/external/chromium_org/content/browser/download/
H A Ddrag_download_file_browsertest.cc22 #include "content/shell/browser/shell.h"
23 #include "content/shell/browser/shell_browser_context.h"
24 #include "content/shell/browser/shell_download_manager_delegate.h"
69 shell()->web_contents()->GetBrowserContext()
104 referrer_encoding, shell()->web_contents()));
125 referrer_encoding, shell()->web_contents()));
/external/chromium_org/content/browser/shared_worker/
H A Dworker_browsertest.cc20 #include "content/shell/browser/shell.h"
21 #include "content/shell/browser/shell_content_browser_client.h"
22 #include "content/shell/browser/shell_resource_dispatcher_host_delegate.h"
51 RunTest(shell(), test_case, query);
65 shell()->LoadURL(url);
129 Shell* window = shell();
/external/chromium_org/content/shell/browser/
H A Dshell.cc5 #include "content/shell/browser/shell.h"
22 #include "content/shell/browser/notify_done_forwarder.h"
23 #include "content/shell/browser/shell_browser_main_parts.h"
24 #include "content/shell/browser/shell_content_browser_client.h"
25 #include "content/shell/browser/shell_devtools_frontend.h"
26 #include "content/shell/browser/shell_javascript_dialog_manager.h"
27 #include "content/shell/browser/webkit_test_controller.h"
28 #include "content/shell/common/shell_messages.h"
29 #include "content/shell/commo
43 DevToolsWebContentsObserver(Shell* shell, WebContents* web_contents) argument
97 Shell* shell = new Shell(web_contents); local
162 Shell* shell = CreateShell(web_contents, create_params.initial_size); local
[all...]
/external/compiler-rt/make/platform/
H A Ddarwin_bni.mk12 override CC := $(shell xcrun -sdk $(SDKROOT) -find clang || echo "false")
13 AR := $(shell xcrun -sdk $(SDKROOT) -find ar || echo "false")
14 RANLIB := $(shell xcrun -sdk $(SDKROOT) -find ranlib || echo "false")
15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip || echo "false")
16 LIPO := $(shell xcrun -sdk $(SDKROOT) -find lipo || echo "false")
17 DSYMUTIL := $(shell xcrun -sdk $(SDKROOT) -find dsymutil || echo "false")
/external/strace/debian/
H A Drules22 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
23 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
24 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
H A DAwShellApplication.java5 package org.chromium.android_webview.shell;
18 * The android_webview shell Application subclass.
/external/chromium_org/ash/shell/
H A Dbubble.cc13 namespace shell { namespace in namespace:ash
46 } // namespace shell
H A Dcontext_menu.h18 namespace shell { namespace in namespace:ash
48 } // namespace shell
H A Dshelf_delegate_impl.h16 namespace shell { namespace in namespace:ash
44 } // namespace shell
H A Dtoplevel_window.h11 namespace shell { namespace in namespace:ash
54 } // namespace shell
H A Dwindow_watcher.h22 namespace shell { namespace in namespace:ash
59 } // namespace shell
H A Dwindow_watcher_shelf_item_delegate.cc5 #include "ash/shell/window_watcher_shelf_item_delegate.h"
7 #include "ash/shell/window_watcher.h"
12 namespace shell { namespace in namespace:ash
59 } // namespace shell
H A Dwindow_watcher_shelf_item_delegate.h14 namespace shell { namespace in namespace:ash
40 } // namespace shell
/external/chromium_org/build/android/pylib/utils/
H A Dxvfb.py42 proc = subprocess.Popen('xdpyinfo >/dev/null', shell=True)
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DShortcutHelperTest.java11 import org.chromium.chrome.shell.ChromeShellActivity;
12 import org.chromium.chrome.shell.ChromeShellApplication;
13 import org.chromium.chrome.shell.ChromeShellApplicationObserver;
14 import org.chromium.chrome.shell.ChromeShellTestBase;
/external/chromium_org/chromecast/shell/app/
H A Dcast_main_delegate.h10 #include "chromecast/shell/common/cast_content_client.h"
21 namespace shell { namespace in namespace:chromecast
59 } // namespace shell
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_process.cc5 #include "chromecast/shell/browser/cast_browser_process.h"
10 #include "chromecast/shell/browser/cast_browser_context.h"
11 #include "chromecast/shell/browser/devtools/remote_debugging_server.h"
14 namespace shell { namespace in namespace:chromecast
59 } // namespace shell
H A Dcast_browser_process.h24 namespace shell { namespace in namespace:chromecast
60 } // namespace shell
H A Dcast_download_manager_delegate.cc5 #include "chromecast/shell/browser/cast_download_manager_delegate.h"
13 namespace shell { namespace in namespace:chromecast
57 } // namespace shell
H A Dcast_download_manager_delegate.h12 namespace shell { namespace in namespace:chromecast
38 } // namespace shell

Completed in 622 milliseconds

<<11121314151617181920>>