HomeSort by relevance Sort by last modified time
    Searched refs:launch (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/thread/futures/futures.overview/
launch.pass.cpp 12 // enum class launch
25 static_assert(static_cast<int>(std::launch::any) ==
26 (static_cast<int>(std::launch::async) | static_cast<int>(std::launch::deferred)), "");
28 static_assert(std::launch::any == (std::launch::async | std::launch::deferred), "");
29 static_assert(std::launch(0) == (std::launch::async & std::launch::deferred), "")
    [all...]
Android.mk 27 test_name := thread/futures/futures.overview/launch
28 test_src := launch.pass.cpp
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnforcerDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnforcerDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
EnforcerDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /external/deqp/android/scripts/
launch.py 10 def launch (extraArgs = ""): function
31 launch(string.join(sys.argv[1:], " "))
33 launch()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /external/chromium_org/base/mac/
launchd.h 8 #include <launch.h>
scoped_launch_data.h 8 #include <launch.h>
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DataReductionProxyInfoBar.java 20 * Launch a data reduction proxy {@link InfoBar} with the specified title and link
29 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, ""); method
DataReductionProxyInfoBarDelegate.java 17 * @param webContents The {@link WebContents} in which to launch the {@link InfoBar}.
19 static void launch(WebContents webContents, String linkUrl) { method in class:DataReductionProxyInfoBarDelegate
  /external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.cc 43 // 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) {
  /external/libcxx/test/thread/futures/futures.async/
async.pass.cpp 18 // async(launch policy, F&& f, Args&&... args);
75 std::future<int> f = std::async(std::launch::async, f0);
83 std::future<int> f = std::async(std::launch::any, f0);
91 std::future<int> f = std::async(std::launch::deferred, f0);
108 std::future<int&> f = std::async(std::launch::async, f1);
116 std::future<int&> f = std::async(std::launch::any, f1);
124 std::future<int&> f = std::async(std::launch::deferred, f1);
141 std::future<void> f = std::async(std::launch::async, f2);
149 std::future<void> f = std::async(std::launch::any, f2);
157 std::future<void> f = std::async(std::launch::deferred, f2)
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_apps.css 139 .disable-auto-launch-button,
140 .enable-auto-launch-button {
144 .kiosk-app-list-item[auto-launch]:hover .disable-auto-launch-button,
145 .kiosk-app-list-item:not([auto-launch]):hover .enable-auto-launch-button {
kiosk_app_list.js 33 * True if auto launch feature can be configured.
47 * Sets auto launch enabled flag.
48 * @param {boolean} enabled True if auto launch should be enabled.
109 this.querySelector('.enable-auto-launch-button').hidden = !enabled;
110 this.querySelector('.disable-auto-launch-button').hidden = !enabled;
147 this.querySelector('.enable-auto-launch-button').onclick =
149 this.querySelector('.disable-auto-launch-button').onclick =
171 * True if the app represented by this item will auto launch.
  /device/asus/flo/camera/QCamera2/util/
QCameraCmdThread.h 60 int32_t launch(void *(*start_routine)(void *), void* user_data);
  /device/lge/hammerhead/camera/QCamera2/util/
QCameraCmdThread.h 60 int32_t launch(void *(*start_routine)(void *), void* user_data);
  /device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.h 60 int32_t launch(void *(*start_routine)(void *), void* user_data);
  /external/chromium_org/remoting/webapp/background/
app_launcher.js 7 * 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/chrome/browser/resources/chromeos/login/
screen_app_launch_splash.css 6 #app-launch-splash {
32 #splash-launch-text {
  /external/chromium_org/build/android/
avd.py 8 The script will launch a specified number of Android Virtual Devices (AVD's).
25 # ANDROID_SDK_ROOT needs to be set to the location of the SDK used to launch
26 # the emulator to find the system images upon launch.
32 'launch. If not specified, new AVD\'s will be created')
34 help='Number of emulators to launch (default is 1).',
37 help='Platform of emulators to launch (x86 default).')
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 175 StartupBrowserCreatorImpl launch(base::FilePath(), dummy, first_run);
178 launch.OpenURLsInBrowser(popup, false, urls, chrome::GetActiveDesktop());
206 // Do a simple non-process-startup browser launch.
210 StartupBrowserCreatorImpl launch(base::FilePath(), dummy, first_run);
211 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
251 // Do a simple non-process-startup browser launch.
255 StartupBrowserCreatorImpl launch(base::FilePath(), dummy, first_run);
256 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false
    [all...]

Completed in 1193 milliseconds

1 2 3 4 5 6