Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 6 of 6) 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/ndk/sources/android/libportable/arch-mips/
D_setjmp.S49 #define FPREG64_S(FPR, OFF, BASE) \ argument
50 swc1 FPR, OFF(BASE) ; \
52 sw t0, OFF+4(BASE) ;
54 #define FPREG64_L(FPR, OFF, BASE) \ argument
55 lw t0, OFF+4(BASE) ; \
56 lw t1, OFF(BASE) ; \
Dsetjmp.S48 #define FPREG64_S(FPR, OFF, BASE) \ argument
49 swc1 FPR, OFF(BASE) ; \
51 sw t0, OFF+4(BASE) ;
53 #define FPREG64_L(FPR, OFF, BASE) \ argument
54 lw t0, OFF+4(BASE) ; \
55 lw t1, OFF(BASE) ; \
/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;
/development/ndk/platforms/android-9/arch-mips/include/asm/mips-boards/
Dbonito64.h352 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBAS…