Searched defs:launch (Results 1 - 25 of 37) sorted by relevance

12

/external/deqp/android/scripts/
H A Dlaunch.py10 def launch (extraArgs = ""): function
31 launch(string.join(sys.argv[1:], " "))
33 launch()
/external/chromium_org/remoting/webapp/background/
H A Dapp_launcher.js7 * AppLauncher is an interface that allows the client code to launch and close
11 * To launch an app:
14 * appLauncher.launch({arg1:'someValue'}).then(function(id){
36 remoting.AppLauncher.prototype.launch = function(opt_launchArgs) { };
50 remoting.V1AppLauncher.prototype.launch = function(opt_launchArgs) {
100 remoting.V2AppLauncher.prototype.launch = function(opt_launchArgs) {
/external/chromium_org/ui/file_manager/gallery/js/
H A Dbackground.js120 function launch(selectedEntriesPromise) { function
149 launch(reopenEntriesPromsie);
198 launch(selectedEntriesPromise).catch(function(error) {
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionNamespaceSupport.java70 public ExtensionHandler launch() method in class:ExtensionNamespaceSupport
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DDataReductionProxyInfoBarDelegate.java17 * @param webContents The {@link WebContents} in which to launch the {@link InfoBar}.
19 static void launch(WebContents webContents, String linkUrl) { method in class:DataReductionProxyInfoBarDelegate
H A DDataReductionProxyInfoBar.java29 public static void launch(WebContents webContents, method in class:DataReductionProxyInfoBar
39 DataReductionProxyInfoBarDelegate.launch(webContents, linkUrl);
44 * {@link #launch} above. See http://crbug.com/383988.
47 public static void launch(WebContents webContents, method in class:DataReductionProxyInfoBar
52 launch(webContents, settingsClassName, drpSettingsClassName, title, linkText, "");
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_aurawin.cc43 // either connect to an existing viewer or launch a new viewer and
46 bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId); local
47 bool connect = (launch ||
54 if (launch) {
H A Dchrome_process_finder_win.cc123 base::win::MetroLaunchType launch = base::win::GetMetroLaunchParams(&terms); local
124 if (launch != base::win::METRO_SEARCH) {
125 LOG(WARNING) << "In metro mode, but and launch is " << launch;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-launcher.jar ... apache/tools/ org/apache/tools/ant/ org/apache/tools/ant/launch/ org/apache/tools/ant/launch/AntMain.class AntMain. ...
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHelpActivity.java61 // Verify that the device can launch an application for this intent, otherwise
99 public static void launch(Activity activity, String helpUrl) { method in class:HelpActivity
130 // This line ensures the WebView remains embedded in this activity and doesn't launch an
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.c138 static void launch(VP9Worker *const worker) { function
166 init, reset, sync, launch, execute, end
172 winterface->sync == NULL || winterface->launch == NULL ||
H A Dvp9_thread.h168 // Synchronization object used to launch job in the worker thread
184 // Will potentially launch the thread. Returns false in case of error.
192 void (*launch)(VP9Worker *const worker); member in struct:__anon13139
193 // This function is similar to launch() except that it calls the
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dbackground.js8 * Type of a Files.app's instance launch.
335 AppWindowWrapper.prototype.launch = function(appState, reopen, opt_callback) {
531 SingletonAppWindowWrapper.prototype.launch =
535 AppWindowWrapper.prototype.launch.call(
567 console.error('Corrupt launch data for ' + this.id_, value);
571 this.launch(appState, true, opt_callback);
731 appWindow.launch(opt_appState || {}, false, function() {
833 audioPlayer.launch(playlist, false, function(appWindow) {
878 console.error('Corrupt launch data for ' + id);
905 // new window. If not found, then launch wit
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.cc297 // Automatically launch app after enabling.
356 const syncer::StringOrdinal& launch = local
359 page.ToInternalValue() + launch.ToInternalValue()));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp64 _cl_kernel::launch(clover::command_queue &q, function in class:_cl_kernel
/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp204 static int launch = 1; local
285 if (++launch < 10)
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp64 _cl_kernel::launch(clover::command_queue &q, function in class:_cl_kernel
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfindbugs.bat54 if "%firstArg%"=="" goto launch
202 if "%firstArg%"=="" goto launch
210 :launch label
/external/replicaisland/src/com/replica/replicaisland/
H A DLaunchProjectileComponent.java23 * specific intervals. Can be used to launch projectiles, particle effects, or any other type
112 launch(parentObject);
129 private void launch(GameObject parentObject) { method in class:LaunchProjectileComponent
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar ... equinox.EquinoxFwAdminImpl fwAdmin public java.lang.Process launch (org.eclipse.equinox.internal.provisional. ...
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3183 milliseconds

12