HomeSort by relevance Sort by last modified time
    Searched refs:PHASE (Results 1 - 4 of 4) 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"
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenPcdDb.py 29 ${PHASE}_PCD_DATABASE_INIT g${PHASE}PcdDbInit = {
48 ${BEGIN} offsetof(${PHASE}_PCD_DATABASE, ${TOKEN_INIT}.${TOKEN_CNAME}_${TOKEN_GUID}${VARDEF_HEADER}) | ${TOKEN_TYPE},
65 ${BEGIN} offsetof (${PHASE}_PCD_DATABASE, ${TOKEN_INIT}.${TOKEN_CNAME}_${TOKEN_GUID}${VARDEF_HEADER}) | ${TOKEN_TYPE}, /* */
66 offsetof (${PHASE}_PCD_DATABASE, ${TOKEN_INIT}.SkuHead) /* */
96 ## Mapping between PCD driver type and EFI phase
103 #define PCD_${PHASE}_SERVICE_DRIVER_VERSION ${SERVICE_DRIVER_VERSION}
109 #define ${PHASE}_GUID_TABLE_SIZE ${GUID_TABLE_SIZE}
110 #define ${PHASE}_STRING_TABLE_SIZE ${STRING_TABLE_SIZE}
111 #define ${PHASE}_SKUID_TABLE_SIZE ${SKUID_TABLE_SIZE}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 127 # This will depend on the phase of the build.
128 install_dir () { echo "$WORK_DIR/$PHASE/$TOOLCHAIN_NAME"; }
508 build_dir_for () { echo "$BUILD_DIR/$PHASE/$1"; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 127 # This will depend on the phase of the build.
128 install_dir () { echo "$WORK_DIR/$PHASE/$TOOLCHAIN_NAME"; }
510 build_dir_for () { echo "$BUILD_DIR/$PHASE/$1"; }
    [all...]

Completed in 125 milliseconds