Home
last modified time | relevance | path

Searched refs:rebuild (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/systemproperties/
Drun_core_systemproperties_test.sh5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
/frameworks/base/media/java/android/media/
DSubtitleTrack.java128 protected synchronized void updateActiveCues(boolean rebuild, long timeMs) { in updateActiveCues() argument
131 if (rebuild || mLastUpdateTimeMs > timeMs) { in updateActiveCues()
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md43 in this directory. It will rebuild parts of your tree with coverage enabled and then run the tests,
/frameworks/base/docs/html/ndk/guides/
Dndk-build.jd67 <dd>Force a complete rebuild.</dd>
69 <dd>Force a complete rebuild, and display build commands.</dd>
Dcpp-support.jd182 NDK to rebuild {@code libc++} from sources by adding the following line to your
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd71 <dd>Learn what happens when your activity is destroyed and how you can rebuild the activity
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java578 public ArrayList<AppEntry> rebuild(AppFilter filter, Comparator<AppEntry> comparator) { in rebuild() method in ApplicationsState.Session
579 return rebuild(filter, comparator, true); in rebuild()
582 public ArrayList<AppEntry> rebuild(AppFilter filter, Comparator<AppEntry> comparator, in rebuild() method in ApplicationsState.Session
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd1147 You may rebuild from source via <code>LIBCXX_FORCE_REBUILD :=
1392 <li>Provided the ability to rebuild all of STL with debugging info in an
2134 <li>Fixed unnecessary rebuild of object files when using the {@code ndk-build} script.
2721 <li>Added and improved various scripts in the rebuild and test NDK toolchain:
3508 allows the 32-bit toolchain to rebuild properly on Snow Leopard. The toolchain rebuild scripts
3593 recommend developers that use this library to rebuild their applications then
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd137 <p>However, you don't need to boot the emulator each time you rebuild your