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

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/src/
run.rc 14 exec go tool dist test -rebuild $*
all.bash 13 bash run.bash --no-rebuild
all.rc 15 ./run.rc --no-rebuild
run.bash 39 exec go tool dist test -rebuild "$@"
nacltest.bash 50 GOOS=nacl GOARCH=$naclGOARCH go tool dist test --no-rebuild
run.bat 21 rem TODO avoid rebuild if possible
23 if x%1==x--no-rebuild goto norebuild
all.bat 17 call run.bat --no-rebuild --no-local
  /prebuilts/go/linux-x86/src/
run.rc 14 exec go tool dist test -rebuild $*
all.bash 13 bash run.bash --no-rebuild
all.rc 15 ./run.rc --no-rebuild
run.bash 39 exec go tool dist test -rebuild "$@"
nacltest.bash 50 GOOS=nacl GOARCH=$naclGOARCH go tool dist test --no-rebuild
run.bat 21 rem TODO avoid rebuild if possible
23 if x%1==x--no-rebuild goto norebuild
all.bat 17 call run.bat --no-rebuild --no-local
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
rebuild.sh 6 ; Please use ./rebuild.sh to rebuild this file
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
  /external/python/cpython2/PC/VS8.0/
build.bat 2 rem A batch program to build or rebuild a particular configuration.
13 if "%1"=="-r" (set build=/rebuild) & shift & goto CheckOpts
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Release" /rebuild
build_ogg_dynamic_debug.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Debug" /rebuild
build_ogg_static.bat 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Release" /rebuild
build_ogg_static_debug.bat 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Debug" /rebuild
  /dalvik/
Android.mk 47 # We need to rebuild the .dex files for the debug output to be generated.
49 # a rebuild of the .dex files. If $(DX) doesn't exist yet,
53 @echo "Forcing an app rebuild with GENERATE_DEX_DEBUG=true"
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
  /packages/apps/Dialer/java/com/android/dialer/calllog/
RefreshAnnotatedCallLogWorker.java 76 // we just skip isDirty checks and force a rebuild.
93 rebuild(appContext);
96 "rebuild took: %dms",
125 private void rebuild(Context appContext) throws RemoteException, OperationApplicationException { method in class:RefreshAnnotatedCallLogWorker
133 LogUtil.i("RefreshAnnotatedCallLogWorker.rebuild", "filling %s", dataSourceName);
137 "RefreshAnnotatedCallLogWorker.rebuild",
144 LogUtil.i("RefreshAnnotatedCallLogWorker.rebuild", "filling %s", dataSourceName);
148 "CallLogFramework.rebuild",
153 LogUtil.i("RefreshAnnotatedCallLogWorker.rebuild", "applying mutations to database");
159 "RefreshAnnotatedCallLogWorker.rebuild",
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/api/
run.go 8 // To invoke manually: go tool dist test -run api --no-rebuild

Completed in 691 milliseconds

1 2 3 4 5 6