Searched refs:ROOT (Results 1 – 8 of 8) sorted by relevance
4 set(ROOT ${CMAKE_CURRENT_LIST_DIR}/../../../../) variable8 add_subdirectory(${ROOT}/frameworks/native/libs/gui/libgui-arm64-android ${ROOT_OUT}/libgui)9 add_subdirectory(${ROOT}/frameworks/native/libs/ui/libui-arm64-android ${ROOT_OUT}/libui)10 add_subdirectory(${ROOT}/external/skia/libskia-arm64-android ${ROOT_OUT}/libskia)13 add_subdirectory(${ROOT}/frameworks/base/libs/hwui/libhwui-arm64-android ${ROOT_OUT}/libhwui)14 add_subdirectory(${ROOT}/frameworks/base/libs/hwui/hwuimacro-arm64-android ${ROOT_OUT}/hwuimacro)15 add_subdirectory(${ROOT}/frameworks/base/libs/hwui/hwuimicro-arm64-android ${ROOT_OUT}/hwuimicro)16 add_subdirectory(${ROOT}/frameworks/base/libs/hwui/hwui_unit_tests-arm64-android ${ROOT_OUT}/hwuiun…19 add_subdirectory(${ROOT}/frameworks/base/core/jni/libandroid_runtime-arm64-android ${ROOT_OUT}/jni)
17 ROOT=$(cd `dirname $0` && pwd)18 ADB="$ROOT/tools/adb"19 FASTBOOT="$ROOT/tools/fastboot"284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`289 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then293 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"296 flash_partition $bootpart $ROOT/$product/$bootloaderfile323 radiofile=`ls -1 $ROOT/$product | sed -n 's/\(radio[0-9._A-Za-z]\+img\)/\1/ p'`328 if [ ! -e "$ROOT/$product/$radiofile" ]; then332 log_print "using $ROOT/$product/$radiofile as the radio image file"[all …]
33 bootloaderfile=`ls -1 $ROOT/$product/ | sed -n 's/^\(bootloader\.[0-9A-Za-z_]*.img\)\n*/\1/ p'`38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then42 log_print "using $ROOT/$product/$bootloaderfile as bootloader image file"45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then42 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"50 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
64 local ROOT=$(gettop)65 if [ -z "$ROOT" ]; then68 ROOT=`realpath .`72 local OUT_ROOT="${SYS_OUT_ROOT:-${OUT_DIR:-$ROOT/out}}/target/product/$DEVICE"189 local DALVIK_GDB_SCRIPT=$ROOT/development/scripts/gdb/dalvik.gdb
68 ROOT=$(sed -n -e '/xsd:element.*name="sdk-/s/.*name="\(sdk-[^"]*\)".*/\1/p' "$SCHEMA")69 [[ -z "$ROOT" ]] && error "Failed to find root element in $SCHEMA."75 <sdk:$ROOT151 if [[ "$ROOT" == "sdk-repository" && "$XSD_VERSION" -ge "10" ]]; then return 0; fi152 if [[ "$ROOT" == "sdk-addon" && "$XSD_VERSION" -ge "7" ]]; then return 0; fi153 if [[ "$ROOT" == "sdk-sys-img" && "$XSD_VERSION" -ge "3" ]]; then return 0; fi173 if [[ "$ROOT" == "sdk-repository" && "$XSD_VERSION" -ge 7 ]] ||174 [[ "$ROOT" == "sdk-addon" && "$XSD_VERSION" -ge 5 ]]; then462 echo "</sdk:$ROOT>" >> "$OUT"
85 private static final String ROOT = "root"; field in MyCloudProvider124 row.add(Root.COLUMN_ROOT_ID, ROOT); in queryRoots()529 if (docId.equals(ROOT)) {