Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 3 of 3) sorted by relevance

/development/scripts/
Dcombine_sdks.sh24 BASE="$1"
28 if [[ -z "$BASE" || -z "$IMAGES" || -z "$OUTPUT" ]] ; then
57 unzip $Q "$BASE" -d "$BASE_DIR"
/development/tools/findunused/
Dremoveunusedresources20 BASE=$(pwd)/$(dirname $0)
25 $BASE/findunusedresources -p . | {
/development/apps/Development/src/com/android/development/
DAppHwPref.java53 private static final int BASE = 0; field in AppHwPref
54 private static final int TOUCHSCREEN = BASE + 1;
55 private static final int KEYBOARD_TYPE = BASE + 2;
56 private static final int NAVIGATION = BASE + 3;
57 private static final int GLES_VERSION = BASE + 4;