Searched refs:BASE (Results 1 – 3 of 3) sorted by relevance
24 BASE="$1"28 if [[ -z "$BASE" || -z "$IMAGES" || -z "$OUTPUT" ]] ; then57 unzip $Q "$BASE" -d "$BASE_DIR"
20 BASE=$(pwd)/$(dirname $0)25 $BASE/findunusedresources -p . | {
53 private static final int BASE = 0; field in AppHwPref54 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;