Home
last modified time | relevance | path

Searched refs:PACKAGE_NAME (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/external/mesa3d/
DMakefile.am59 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) macro
102 ARCHIVES = $(PACKAGE_NAME).tar.gz \
103 $(PACKAGE_NAME).tar.bz2 \
104 $(PACKAGE_NAME).zip
107 rm -f ../$(PACKAGE_DIR) $(PACKAGE_NAME).tar
118 $(PACKAGE_NAME).tar: parsers ../$(PACKAGE_DIR) manifest.txt
119 cd .. ; tar -cf $(PACKAGE_DIR)/$(PACKAGE_NAME).tar -T $(PACKAGE_DIR)/manifest.txt
121 $(PACKAGE_NAME).tar.gz: $(PACKAGE_NAME).tar ../$(PACKAGE_DIR)
122 gzip --stdout --best $(PACKAGE_NAME).tar > $(PACKAGE_NAME).tar.gz
124 $(PACKAGE_NAME).tar.bz2: $(PACKAGE_NAME).tar
[all …]
/external/chromium_org/third_party/mesa/src/
DMakefile.am59 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) macro
102 ARCHIVES = $(PACKAGE_NAME).tar.gz \
103 $(PACKAGE_NAME).tar.bz2 \
104 $(PACKAGE_NAME).zip
107 rm -f ../$(PACKAGE_DIR) $(PACKAGE_NAME).tar
118 $(PACKAGE_NAME).tar: parsers ../$(PACKAGE_DIR) manifest.txt
119 cd .. ; tar -cf $(PACKAGE_DIR)/$(PACKAGE_NAME).tar -T $(PACKAGE_DIR)/manifest.txt
121 $(PACKAGE_NAME).tar.gz: $(PACKAGE_NAME).tar ../$(PACKAGE_DIR)
122 gzip --stdout --best $(PACKAGE_NAME).tar > $(PACKAGE_NAME).tar.gz
124 $(PACKAGE_NAME).tar.bz2: $(PACKAGE_NAME).tar
[all …]
/external/google-tv-pairing-protocol/java/
DMakefile21 PACKAGE_NAME := com/google/polo macro
24 JAVA_SRC_DIR := $(JAVA_SRC_TOP)/$(PACKAGE_NAME)
54 $(PROTO_JAVA_OUT)/$(PACKAGE_NAME)/wire/protobuf/PoloProto.java: $(PROTO_SRC_DIR)/polo.proto
59 $(PROTO_JAVA_OUT)/$(PACKAGE_NAME)/wire/protobuf/PoloProto.java
/external/elfutils/0.153/src/
DMakefile.am177 -e "s%[@]PACKAGE_NAME[@]%$(PACKAGE_NAME)%g" \
/external/llvm/
Dllvm.spec.in1 Name: @PACKAGE_NAME@
9 Source: http://llvm.org/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
25 %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateCompiler.java46 private static final String PACKAGE_NAME = "com.google.clearsilver.jsilver.compiler"; field in TemplateCompiler
113 ast.apply(new TemplateTranslator(PACKAGE_NAME, CLASS_NAME, sourceBuffer, propagateStatus)); in translateAstToJavaSource()
134 return templateClassLoader.loadClass(PACKAGE_NAME + "." + CLASS_NAME); in compileAndLoad()
/external/chromium_org/build/android/
Dadb_gdb97 PACKAGE_NAME=
142 PACKAGE_NAME=$optarg
200 if [ "$PACKAGE_NAME" ]; then
204 PACKAGE_NAME=$opt
672 adb_shell am start -n $PACKAGE_NAME/$ACTIVITY 2>/dev/null
673 adb_shell ps | grep -q $PACKAGE_NAME
814 PROCESSNAME=$PACKAGE_NAME
859 COMMAND_PREFIX="run-as $PACKAGE_NAME"
/external/pixman/pixman/
Dconfig.h8 #define PACKAGE_NAME "pixman" macro
/external/elfutils/0.153/
Dconfig.h23 #define PACKAGE_NAME "Red Hat elfutils" macro
/external/libcap-ng/
Dconfig.h60 #define PACKAGE_NAME "libcap-ng" macro
/external/libusb-compat/
Dconfig.h58 #define PACKAGE_NAME "libusb-compat" macro
/external/iptables/
Dconfig.h63 #define PACKAGE_NAME "iptables" macro
/external/libexif/
Dconfig.h68 #define PACKAGE_NAME "EXIF library" macro
/external/oprofile/
Dconfig.h77 #define PACKAGE_NAME "" macro
/external/expat/
Dexpat_config.h63 #define PACKAGE_NAME "expat" macro
/external/chromium_org/third_party/snappy/mac/
Dconfig.h53 #define PACKAGE_NAME "snappy" macro
/external/scrypt/
Dconfig.h78 #define PACKAGE_NAME "scrypt" macro
/external/libusb/
Dconfig.h67 #define PACKAGE_NAME "libusb" macro
/external/pcre/
Dconfig.h236 #define PACKAGE_NAME "PCRE" macro
/external/chromium_org/third_party/yasm/source/config/win/
Dconfig.h119 #define PACKAGE_NAME "yasm" macro
/external/chromium_org/sdch/open-vcdiff/vsprojects/
Dconfig.h52 #define PACKAGE_NAME "open-vcdiff" macro
/external/chromium_org/sdch/ios/
Dconfig.h95 #define PACKAGE_NAME "open-vcdiff" macro
/external/chromium_org/third_party/expat/files/lib/
Dexpat_config.h68 #define PACKAGE_NAME "expat" macro
/external/flac/
Dconfig.h104 #define PACKAGE_NAME "" macro
/external/genext2fs/
Dconfig.h94 #define PACKAGE_NAME "" macro

12345678910>>...15