/external/proguard/build/ |
build.sh | 19 SRC=src 43 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \ 44 "$SRC/$1.java" 2>&1 \ 48 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \ 55 jar -cfm "$2" "$SRC/$(dirname $1)/MANIFEST.MF" -C "$CLASSES" $(dirname $1)
|
makefile | 7 SRC = $(PROGUARD_HOME)/src 24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES) 29 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \ 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n) 81 $(CLASSES)/%.class: $(SRC)/%.java 85 cp $(subst $(CLASSES),$(SRC),$@) $@
|
/prebuilts/tools/common/proguard/proguard4.7/build/ |
build.sh | 19 SRC=src 43 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \ 44 "$SRC/$1.java" 2>&1 \ 48 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \ 55 jar -cfm "$2" "$SRC/$(dirname $1)/MANIFEST.MF" -C "$CLASSES" $(dirname $1)
|
makefile | 7 SRC = $(PROGUARD_HOME)/src 24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES) 29 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \ 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n) 81 $(CLASSES)/%.class: $(SRC)/%.java 85 cp $(subst $(CLASSES),$(SRC),$@) $@
|
/external/pixman/pixman/ |
pixman-arm-simd-asm.S | 59 pixld cond, numbytes, firstreg, SRC, unaligned_src 67 110: pixld , 16, 0, SRC, unaligned_src 68 pixld , 16, 4, SRC, unaligned_src 69 pld [SRC, SCRATCH] 116 ldr SRC, [sp, #ARGS_STACK_OFFSET] 117 mov STRIDE_S, SRC 118 mov MASK, SRC 119 mov STRIDE_M, SRC 123 ldrh SRC, [sp, #ARGS_STACK_OFFSET] 124 orr SRC, SRC, lsl #1 [all...] |
pixman-arm-simd-asm-scaled.S | 77 SRC .req r2 93 ldr&t TMP1, [SRC, TMP1] 100 ldr&t TMP2, [SRC, TMP2] 119 pld [SRC, PF_OFFS, asr #(16 - bpp_shift)] 141 ldrne&t TMP1, [SRC, TMP1] 146 .unreq SRC
|
/development/build/tools/ |
mk_sdk_repo_xml.sh | 233 SRC=$1 239 VALUE=$( grep "^$SRC=" "$PROPS" | cut -d = -f 2 | tr ' ' '@' | tr -d '\r' ) 314 SRC="$1" 316 if [[ "${SRC/:/}" != "$SRC" ]]; then 317 DST="${SRC/*:/}" 318 SRC="${SRC/:*/}" 320 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC" [all...] |
/ndk/build/tools/ |
dev-platform-compress.sh | 34 file1 = \$SRC/android-3/foo 35 file2 = \$SRC/android-4/foo 36 file3 = \$SRC/android-5/foo 45 Repeat for all files under \$SRC/android-N for increasing values of N. 49 register_var_option "--src-dir=<path>" SRCDIR "Specify source platforms directory"
|
dev-platform-expand.sh | 23 # The idea is that the content of $SRC/android-N/ only contains stuff 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include 29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include 30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib 59 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms" 74 in a platform-specific way under SRC=$$NDK/../development/ndk, i.e.: 76 \$SRC/platforms/android-3/ -> all files corresponding to API level 3 77 \$SRC/platforms/android-4/ -> only new/modified files corresponding to API level 4 78 \$SRC/platforms/android-5/ -> only new/modified files corresponding to API level 5 188 # $SRC/android-$PLATFORM/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/includ [all...] |
/external/bison/lib/ |
bitset.h | 179 /* Return size in bits of bitset SRC. */ 180 #define bitset_size(SRC) BITSET_SIZE_ (SRC) 185 /* Return number of bits set in bitset SRC. */ 186 #define bitset_count(SRC) BITSET_COUNT_ (SRC) 189 /* Return SRC == 0. */ 190 #define bitset_empty_p(SRC) BITSET_EMPTY_P_ (SRC) 200 /* DST = SRC. * [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
Makefile | 27 SRC= $(LIBSRC) 32 ALL= $(GENERAL) $(SRC) $(HEADER) 61 ctags $(SRC) 66 lint -DLINT $(INCLUDES) $(SRC)>fluff
|
/external/chromium_org/build/linux/ |
install-arm-sysroot.py | 19 - cd $SRC/native_client 23 BuildJail $SRC/out/arm-sysroot.tar.gz 24 - gsutil cp -a public-read $SRC/out/arm-sysroot.tar.gz \
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
Makefile | 7 SRC=\ 14 OBJ=$(SRC:.c=.o) 53 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
Makefile | 7 SRC=\ 14 OBJ=$(SRC:.c=.o) 53 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
Makefile | 7 SRC=\ 14 OBJ=$(SRC:.c=.o) 51 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
Makefile | 11 SRC=\ 18 OBJ=$(SRC:.c=.o) 55 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
Makefile | 10 SRC=\ 17 OBJ=$(SRC:.c=.o) 56 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
Makefile | 7 SRC=\ 13 OBJ=$(SRC:.c=.o) 42 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
Makefile | 7 SRC=\ 13 OBJ=$(SRC:.c=.o) 42 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
Makefile | 7 SRC=\ 12 OBJ=$(SRC:.c=.o) 41 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
Makefile | 0 SRC=\ 8 OBJ=$(SRC:.c=.o) 36 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
Makefile | 1 #SUBDIRS = src tests 11 SRC=\ 22 OBJ=$(SRC:.c=.o) 57 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
Makefile | 7 SRC=\ 16 OBJ=$(SRC:.c=.o) 51 $(SRC): $(HSRC)
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
sse_xform4.S | 35 #define SRC(i) REGOFF(i * 4, ESI) 78 MOVSS( SRC(0), XMM0 ) /* ox */ 82 MOVSS( SRC(1), XMM1 ) /* oy */ 86 MOVSS( SRC(2), XMM2 ) /* oz */ 90 MOVSS( SRC(3), XMM3 ) /* ow */ 150 MOVSS( SRC(0), XMM4 ) /* ox */ 154 MOVSS( SRC(1), XMM5 ) /* oy */ 158 MOVSS( SRC(2), XMM6 ) /* oz */ 162 MOVSS( SRC(3), XMM7 ) /* ow */ 171 MOVSS( SRC(3), XMM4 ) /* ow * [all...] |
/external/mesa3d/src/mesa/x86/ |
sse_xform4.S | 35 #define SRC(i) REGOFF(i * 4, ESI) 78 MOVSS( SRC(0), XMM0 ) /* ox */ 82 MOVSS( SRC(1), XMM1 ) /* oy */ 86 MOVSS( SRC(2), XMM2 ) /* oz */ 90 MOVSS( SRC(3), XMM3 ) /* ow */ 150 MOVSS( SRC(0), XMM4 ) /* ox */ 154 MOVSS( SRC(1), XMM5 ) /* oy */ 158 MOVSS( SRC(2), XMM6 ) /* oz */ 162 MOVSS( SRC(3), XMM7 ) /* ow */ 171 MOVSS( SRC(3), XMM4 ) /* ow * [all...] |