HomeSort by relevance Sort by last modified time
    Searched refs:launched (Results 1 - 15 of 15) sorted by null

  /build/make/target/product/
product_launched_with_k.mk 1 #PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on.
product_launched_with_l.mk 1 #PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on.
product_launched_with_l_mr1.mk 1 #PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on.
product_launched_with_m.mk 1 #PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on.
product_launched_with_n.mk 1 #PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on.
product_launched_with_n_mr1.mk 1 #PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on.
product_launched_with_o.mk 1 #PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on.
product_launched_with_o_mr1.mk 1 #PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on.
product_launched_with_p.mk 1 #PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on.
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerStartShortcutTest.java 69 "No activities launched");
76 final List<Intent> launched = launchShortcutAndGetIntents(launcher, client, id, 1, local
78 assertTrue(launched.size() > 0);
113 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
115 assertEquals(1, launched.size());
116 assertEquals(Intent.ACTION_MAIN, launched.get(0).getAction());
117 assertTrue((launched.get(0).getFlags() & Intent.FLAG_ACTIVITY_NO_ANIMATION) != 0);
118 assertEquals("v1", launched.get(0).getStringExtra("k1"));
148 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
150 assertEquals(3, launched.size())
294 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
309 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
    [all...]
  /external/ipsec-tools/src/racoon/
schedule.c 65 static time_t launched; /* time when the program launched. */ variable
187 t = n - launched;
278 time(&launched);
280 deltaY2038 = Y2038TIME_T - launched;
  /build/make/target/board/generic/
BoardConfig.mk 24 # for real devices newly launched for Pi. These devices are usualy not
  /external/autotest/docs/
test-that.md 110 is launched with the --hwtest flag. Once [this bug](https://crbug.com/299838)
  /external/python/cpython2/Lib/plat-mac/
gensuitemodule.py 195 aedescobj, launched = OSATerminology.GetAppTerminology(fullname)
206 if launched:
208 print >>verbose, "Launched", fullname
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 105 Object files are built at the place where configure is launched.
    [all...]

Completed in 1199 milliseconds