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

1 2

  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
  /ndk/tests/build/prebuild-stlport/jni/
Application.mk 2 # This can be overriden by build/tools/rebuild-stlport.sh though
  /external/qemu/distrib/
build-emulator.sh 30 if ! (./android-rebuild.sh); then
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.h 22 - (void)rebuild;
  /external/webkit/Tools/TestWebKitAPI/win/
copy-resources.cmd 6 if "%1" EQU "rebuild" call :clean
  /dalvik/
Android.mk 53 # We need to rebuild the .dex files for the debug output to be generated.
55 # a rebuild of the .dex files. If $(DX) doesn't exist yet,
59 @echo "Forcing an app rebuild with GENERATE_DEX_DEBUG=true"
  /ndk/build/tools/
make-release.sh 197 $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --toolchain-src-dir="$TOOLCHAIN_SRCDIR" --package-dir="$PREBUILT_DIR" --build-dir="$RELEASE_DIR/build"
204 $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --toolchain-src-dir="$TOOLCHAIN_SRCDIR" --package-dir="$PREBUILT_DIR" --darwin-ssh="$DARWIN_SSH"
212 $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --toolchain-src-dir="$TOOLCHAIN_SRCDIR" --package-dir="$PREBUILT_DIR" --build-dir="$RELEASE_DIR/build-mingw" --mingw
dev-rebuild-ndk.sh 152 echo >&2 Rebuild for $PRODUCT first... or change PRODUCT in $0.
167 logfile="$TOP/$ARCH.rebuild-all.log"
170 # Rebuild all prebuilts for the arch type and platforms
198 $PROGDIR/rebuild-all-prebuilt.sh \
205 fail_panic "rebuild-all-prebuilt.sh failed. Logfile in $logfile"
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
  /external/icu4c/tools/pkgdata/
pkgtypes.h 125 UBool rebuild; member in struct:UPKGOptions_
pkgdata.cpp 139 REBUILD,
179 /*11*/ UOPTION_DEF( "rebuild", 'F', UOPT_NO_ARG),
411 o.rebuild = options[REBUILD].doesOccur;
634 if ((o->version!=NULL || (mode==MODE_STATIC)) && o->rebuild == FALSE) {
    [all...]
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
copy-files.cmd 8 if "%1" EQU "rebuild" call :clean
  /external/llvm/utils/
check-each-file 128 echo Trying to compile $f with native gcc and rebuild $program
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 566 rebuild(true);
568 rebuild(sort);
579 public void rebuild(int sort) { method in class:ManageApplications.ApplicationsAdapter
584 rebuild(true);
587 public void rebuild(boolean eraseold) { method in class:ManageApplications.ApplicationsAdapter
630 = mSession.rebuild(filterObj, comparatorObj);
698 rebuild(false);
721 rebuild(false);
732 rebuild(false);
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 49 Expr *rebuild(Expr *e) { function in struct:__anon4897::Rebuilder
55 // Otherwise, we should look through and rebuild anything that
59 e = rebuild(parens->getSubExpr());
67 e = rebuild(uop->getSubExpr());
85 if (i == resultIndex) assoc = rebuild(assoc);
102 llvm_unreachable("bad expression to rebuild!");
550 // If we have a base, capture it in an OVE and rebuild the syntactic
556 ObjCPropertyRefRebuilder(S, InstanceReceiver).rebuild(syntacticBase);
849 // Capture base expression in an OVE and rebuild the syntactic
856 InstanceKey).rebuild(syntacticBase)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 18 # If you change any of those flags, you need to rebuild both libjni_latinime_static
  /external/strace/
strace.spec 164 - rebuild
338 - automated rebuild
391 - automatic rebuild
442 - auto rebuild in the new build environment (release 16)
  /dalvik/vm/
Android.mk 23 # rebuild the VM with:
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 3 # this script is used to rebuild SDL from sources in the current
83 Usage: rebuild.sh [options]
  /external/qemu/
android-configure.sh 3 # this script is used to rebuild the Android emulator from sources
5 # rebuild if it detects that you're using the Android build system
94 Usage: rebuild.sh [options]
288 echo "You might also be missing the library because you forgot to rebuild the whole platform!"
  /external/javassist/src/main/javassist/
CtBehavior.java 688 private void insertBefore(String src, boolean rebuild)
718 if (rebuild)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 55 then rebuild the pixel image.
787 rebuild:
907 goto rebuild;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 270 @stream.rebuild( @source2 )
  /external/openssh/contrib/redhat/
openssh.spec 33 # rpm -ba|--rebuild --define 'skip_xxx 1'
39 # rpm -ba|--rebuild --define 'no_gtk2 1'
51 # rpm -ba|--rebuild --define "static_openssl 1"
55 # rpm -ba|--rebuild --define "smartcard 1"
530 - rebuild in new environment
606 - rebuild in new environment
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 18 # This script is used to rebuild the Linux 32-bit cross-toolchain
265 This script is used to rebuild a 32-bit Linux host toolchain that targets
293 echo " --force Force-rebuild everything"
    [all...]

Completed in 1117 milliseconds

1 2