Searched defs:PACKAGE_NAME (Results 1 - 25 of 77) sorted by relevance

1234

/external/icu/icu4c/source/samples/uresb/
H A Dresources.mak6 PACKAGE_NAME = uresb macro
/external/libjpeg-turbo/
H A Djconfigint.h25 #define PACKAGE_NAME "libjpeg-turbo" macro
/external/google-tv-pairing-protocol/java/
H A 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/python/cpython2/Modules/expat/
H A Dwatcomconfig.h25 #define PACKAGE_NAME "expat" macro
/external/c-ares/
H A Dares_setup.h176 #undef PACKAGE_NAME macro
/external/libyuv/files/third_party/gflags/gen/win/include/private/
H A Dconfig.h56 #define PACKAGE_NAME gflags macro
/external/elfutils/
H A Dconfig.h56 #define PACKAGE_NAME "elfutils" macro
/external/expat/
H A Dexpat_config.h63 #define PACKAGE_NAME "expat" macro
/external/flac/
H A Dconfig.h104 #define PACKAGE_NAME "" macro
/external/iptables/
H A Dconfig.h63 #define PACKAGE_NAME "iptables" macro
/external/libcap-ng/
H A Dconfig.h60 #define PACKAGE_NAME "libcap-ng" macro
/external/libexif/
H A Dconfig.h68 #define PACKAGE_NAME "EXIF library" macro
/external/libnl/include/
H A Ddefs.h59 #undef PACKAGE_NAME macro
/external/libusb-compat/
H A Dconfig.h58 #define PACKAGE_NAME "libusb-compat" macro
/external/libyuv/files/third_party/gflags/gen/posix/include/private/
H A Dconfig.h56 #define PACKAGE_NAME gflags macro
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
H A Dfficonfig.h110 #define PACKAGE_NAME "libffi" macro
/external/scrypt/
H A Dconfig.h78 #define PACKAGE_NAME "scrypt" macro
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUData.java39 static final String PACKAGE_NAME = "icudt" + VersionInfo.ICU_DATA_VERSION_PATH; field in class:ICUData
43 public static final String ICU_BUNDLE = "data/" + PACKAGE_NAME;
153 if (logBinaryDataFromInputStream && is != null && resourceName.indexOf(PACKAGE_NAME) >= 0) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUData.java37 static final String PACKAGE_NAME = "icudt" + VersionInfo.ICU_DATA_VERSION_PATH; field in class:ICUData
41 public static final String ICU_BUNDLE = "data/" + PACKAGE_NAME;
151 if (logBinaryDataFromInputStream && is != null && resourceName.indexOf(PACKAGE_NAME) >= 0) {
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateCompiler.java46 private static final String PACKAGE_NAME = "com.google.clearsilver.jsilver.compiler"; field in class:TemplateCompiler
113 ast.apply(new TemplateTranslator(PACKAGE_NAME, CLASS_NAME, sourceBuffer, propagateStatus));
134 return templateClassLoader.loadClass(PACKAGE_NAME + "." + CLASS_NAME);
/external/libusb/darwin/
H A Dconfig.h110 #define PACKAGE_NAME "libusb" macro
/external/libusb/linux/
H A Dconfig.h111 #define PACKAGE_NAME "libusb" macro
/external/libusb/windows/
H A Dconfig.h111 #define PACKAGE_NAME "libusb" macro
/external/pcre/include_internal/
H A Dconfig.h203 #define PACKAGE_NAME "PCRE2" macro
/external/protobuf/android/
H A Dconfig.h111 #define PACKAGE_NAME "Protocol Buffers" macro

Completed in 3644 milliseconds

1234