Searched refs:BASE (Results 1 – 6 of 6) sorted by relevance
/development/scripts/ |
D | combine_sdks.sh | 24 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.S | 49 #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) ; \
|
D | setjmp.S | 48 #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/ |
D | removeunusedresources | 20 BASE=$(pwd)/$(dirname $0) 25 $BASE/findunusedresources -p . | {
|
/development/apps/Development/src/com/android/development/ |
D | AppHwPref.java | 53 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/ |
D | bonito64.h | 352 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBAS…
|