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

  /system/extras/ext4_utils/
test_ext4fixup 3 typeset -i I ITERATIONS PHASE LOC COUNT MAXCOUNT
42 # There is also a phase 4, which is writing out the updated superblocks and
44 let PHASE="$RANDOM"%3 # 0 to 2
45 let PHASE++ # 1 to 3
54 ext4fixup -d "$PHASE,$LOC,$COUNT" "$NEW_FS_IMAGE" 2>/dev/null
63 echo "$ME: test failed with parameters $PHASE, $LOC, $COUNT"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 123 # This will depend on the phase of the build.
124 install_dir () { echo "$WORK_DIR/$PHASE/$TOOLCHAIN_NAME"; }
490 build_binutils_dir () { echo "$BUILD_DIR/$PHASE/binutils"; }
491 build_gmp_dir () { echo "$BUILD_DIR/$PHASE/gmp"; }
492 build_mpfr_dir () { echo "$BUILD_DIR/$PHASE/mpfr"; }
493 build_mpc_dir () { echo "$BUILD_DIR/$PHASE/mpc"; }
494 build_gcc_dir () { echo "$BUILD_DIR/$PHASE/gcc"; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 123 # This will depend on the phase of the build.
124 install_dir () { echo "$WORK_DIR/$PHASE/$TOOLCHAIN_NAME"; }
490 build_binutils_dir () { echo "$BUILD_DIR/$PHASE/binutils"; }
491 build_gmp_dir () { echo "$BUILD_DIR/$PHASE/gmp"; }
492 build_mpfr_dir () { echo "$BUILD_DIR/$PHASE/mpfr"; }
493 build_mpc_dir () { echo "$BUILD_DIR/$PHASE/mpc"; }
494 build_gcc_dir () { echo "$BUILD_DIR/$PHASE/gcc"; }
    [all...]
  /ndk/build/tools/
build-host-gcc.sh 454 if [ "$PHASE" = setup ]; then
646 # We do all the complex auto-detection magic in the setup phase,
649 # In the build phase, we will simply restore the values into the
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 86 # This will depend on the phase of the build.
87 install_dir () { echo "$WORK_DIR/$PHASE/$TOOLCHAIN_NAME"; }
426 build_binutils_dir () { echo "$BUILD_DIR/$PHASE/binutils"; }
427 build_gmp_dir () { echo "$BUILD_DIR/$PHASE/gmp"; }
428 build_mpfr_dir () { echo "$BUILD_DIR/$PHASE/mpfr"; }
429 build_gcc_dir () { echo "$BUILD_DIR/$PHASE/gcc"; }
1100 # Used to setup phase 1 the run a command
1103 PHASE=1
1107 # Used to setup phase 2 then run a command
1110 PHASE=
    [all...]

Completed in 194 milliseconds