Searched defs:launch (Results 1 - 25 of 32) 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/ui/file_manager/gallery/js/
H A Dbackground.js117 function launch(selectedEntriesPromise) { function
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/browser/
H A Dbrowser_process_platform_part_aurawin.cc42 // either connect to an existing viewer or launch a new viewer and
45 bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId); local
46 bool connect = (launch ||
53 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/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHelpActivity.java56 // Verify that the device can launch an application for this intent, otherwise
88 public static void launch(Activity activity, String helpUrl) { method in class:HelpActivity
119 // This line ensures the WebView remains embedded in this activity and doesn't launch an
/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. ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dbackground.js8 * Type of a Files.app's instance launch.
303 AppWindowWrapper.prototype.launch = function(appState, reopen, opt_callback) {
499 SingletonAppWindowWrapper.prototype.launch =
503 AppWindowWrapper.prototype.launch.call(
535 console.error('Corrupt launch data for ' + this.id_, value);
539 this.launch(appState, true, opt_callback);
701 appWindow.launch(opt_appState || {}, false, function() {
744 // always launch Files.app.
839 audioPlayer.launch(playlist, false, function(appWindow) {
884 console.error('Corrupt launch dat
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.cc295 // Automatically launch app after enabling.
350 const syncer::StringOrdinal& launch = local
353 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 ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jar ... META-INF/services/org.osgi.framework.launch.FrameworkFactory META-INF/eclipse.inf .api_description ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jar ... META-INF/services/org.osgi.framework.launch.FrameworkFactory META-INF/eclipse.inf .api_description ...
/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 ...
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... 5.0.0_r2/s?defs= " () public void launch (java.lang.String) throws java.lang. ...

Completed in 2374 milliseconds

12