HomeSort by relevance Sort by last modified time
    Searched refs:rebuild (Results 51 - 75 of 162) sorted by null

1 23 4 5 6 7

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
BackupAppsStepFragment.java 141 final List<ApplicationsState.AppEntry> entries = mSession.rebuild(mAppFilter,
208 final List<ApplicationsState.AppEntry> entries = mSession.rebuild(mAppFilter,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
allopcodes.S 7 ;;; To rebuild this file you must use
8 ;;; ./rebuild.sh
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 98 auto *NewBase = rebuild(refExpr->getBase());
107 Expr *rebuild(Expr *e) { function in struct:__anon15236::Rebuilder
118 // Otherwise, we should look through and rebuild anything that
122 e = rebuild(parens->getSubExpr());
130 e = rebuild(uop->getSubExpr());
148 if (i == resultIndex) assoc = rebuild(assoc);
169 rebuiltExpr = rebuild(rebuiltExpr);
183 llvm_unreachable("bad expression to rebuild!");
698 // If we have a base, capture it in an OVE and rebuild the syntactic
704 }).rebuild(syntacticBase)
    [all...]
  /build/blueprint/microfactory/
microfactory.go 38 // -b <microfactory_bin_file>, Microfactory can rebuild itself as necessary.
441 var rebuild bool
443 rebuild = true
445 if !rebuild {
447 rebuild = !bytes.Equal(oldSha, p.hashResult)
449 rebuild = true
454 if !rebuild {
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 32 flag.BoolVar(&t.rebuild, "rebuild", false, "rebuild everything first")
33 flag.BoolVar(&noRebuild, "no-rebuild", false, "overrides -rebuild (historical dreg)")
43 t.rebuild = false
52 rebuild bool
118 if t.rebuild {
120 // Force rebuild the whole toolchain.
124 // Complete rebuild bootstrap, even with -no-rebuild
    [all...]
main.go 21 bootstrap rebuild everything
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 32 flag.BoolVar(&t.rebuild, "rebuild", false, "rebuild everything first")
33 flag.BoolVar(&noRebuild, "no-rebuild", false, "overrides -rebuild (historical dreg)")
43 t.rebuild = false
52 rebuild bool
118 if t.rebuild {
120 // Force rebuild the whole toolchain.
124 // Complete rebuild bootstrap, even with -no-rebuild
    [all...]
main.go 21 bootstrap rebuild everything
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 128 protected synchronized void updateActiveCues(boolean rebuild, long timeMs) {
131 if (rebuild || mLastUpdateTimeMs > timeMs) {
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 18 # If you change any of those flags, you need to rebuild both libjni_latinime_common_static
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
flag.go 64 // rebuilt, we notice and rebuild all packages.
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
flag.go 64 // rebuilt, we notice and rebuild all packages.
  /external/fonttools/Lib/fontTools/ttLib/tables/
C_O_L_R_.py 57 ttFont.getReverseGlyphMap(rebuild=True)
V_O_R_G_.py 49 nameMap = ttFont.getReverseGlyphMap(rebuild=True)
  /packages/apps/Settings/src/com/android/settings/applications/
PremiumSmsAccess.java 145 updatePrefs(mSession.rebuild(AppStateSmsPremBridge.FILTER_APP_PREMIUM_SMS,
  /build/make/core/
install_jni_libs_internal.mk 54 # Do not use order-only dependency, because we want to rebuild the image if an jni is updated.
  /build/soong/ui/build/
cleanbuild.go 85 // otherwise we'd have to rebuild any generated files created with
  /device/linaro/bootloader/edk2/
edksetup.bat 18 @REM edksetup.bat [--nt32] [AntBuild] [Rebuild] [ForceRebuild] [Reconfig]
157 @echo rebuild.
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
SubtitleTrack.java 118 protected synchronized void updateActiveCues(boolean rebuild, long timeMs) {
121 if (rebuild || mLastUpdateTimeMs > timeMs) {
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
SubtitleTrack.java 130 protected synchronized void updateActiveCues(boolean rebuild, long timeMs) {
133 if (rebuild || mLastUpdateTimeMs > timeMs) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
ManageApplicationsTest.java 330 adapter.rebuild(mSortRecent.getItemId());
333 adapter.rebuild(mSortFrequent.getItemId());
  /external/libxml2/doc/
Makefile.am 339 rebuild: api docs
357 .PHONY: docs api web wiki rebuild
  /external/selinux/libsemanage/src/
direct_api.c     [all...]
  /external/harfbuzz_ng/
git.mk 222 if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-types"; then \
225 if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-sections"; then \
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 600 def getReverseGlyphMap(self, rebuild=False):
601 if rebuild or not hasattr(self, "_reverseGlyphOrderDict"):

Completed in 1053 milliseconds

1 23 4 5 6 7