Searched defs:PACKAGE (Results 1 - 25 of 75) sorted by relevance

123

/external/protobuf/more_tests/
H A DMakefile4 # make PACKAGE=/path/to/protobuf-VERSION.tar.gz
21 PACKAGE=protobuf.tar.gz macro
23 src: $(PACKAGE)
24 tar zxvf $(PACKAGE)
25 mv `basename $(PACKAGE) .tar.gz` src
/external/dhcpcd/
H A Ddefs.h30 #define PACKAGE "dhcpcd" macro
34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
37 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
40 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
43 # define LEASEFILE DBDIR "/" PACKAGE "-%s.lease"
46 # define PIDFILE RUNDIR "/" PACKAGE "%s%s.pid"
49 # define CONTROLSOCKET RUNDIR "/" PACKAGE ".sock"
/external/selinux/policycoreutils/load_policy/
H A Dload_policy.c16 #ifndef PACKAGE
17 #define PACKAGE "policycoreutils" /* the name of this package lang translation */ macro
32 bindtextdomain(PACKAGE, LOCALEDIR);
33 textdomain(PACKAGE);
/external/pcre/
H A Dconfig.h230 #define PACKAGE "pcre" macro
/external/droiddriver/src/io/appium/droiddriver/finders/
H A DAttribute.java29 PACKAGE("package"), enum constant in enum:Attribute
/external/elfutils/src/
H A Dconfig.h47 #define PACKAGE "elfutils" macro
/external/flac/
H A Dconfig.h98 #define PACKAGE "flac" macro
/external/iptables/
H A Dconfig.h57 #define PACKAGE "iptables" macro
/external/libcap-ng/
H A Dconfig.h54 #define PACKAGE "libcap-ng" macro
/external/libexif/
H A Dconfig.h62 #define PACKAGE "libexif" macro
/external/libusb/
H A Dconfig.h61 #define PACKAGE "libusb" macro
/external/libusb-compat/
H A Dconfig.h52 #define PACKAGE "libusb-compat" macro
/external/scrypt/
H A Dconfig.h72 #define PACKAGE "scrypt" macro
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DDESede.java374 private static final String PACKAGE = "org.bouncycastle.jcajce.provider.symmetric"; // JDK 1.2 field in class:DESede.Mappings
446 provider.addAlgorithm("AlgorithmParameters.DESEDE", PACKAGE + ".util.IvAlgorithmParameters");
H A DDES.java441 private static final String PACKAGE = "org.bouncycastle.jcajce.provider.symmetric"; // JDK 1.2 field in class:DES.Mappings
488 provider.addAlgorithm("AlgorithmParameters.DES", PACKAGE + ".util.IvAlgorithmParameters");
/external/protobuf/android/
H A Dconfig.h105 #define PACKAGE "protobuf" macro
/external/selinux/policycoreutils/run_init/
H A Drun_init.c63 #ifndef PACKAGE
64 #define PACKAGE "policycoreutils" /* the name of this package lang translation */ macro
353 bindtextdomain(PACKAGE, LOCALEDIR);
354 textdomain(PACKAGE);
/external/toybox/kconfig/
H A Dlkc.h38 #define PACKAGE "linux" macro
/external/cmockery/cmockery_0_1_2/src/
H A Dconfig.h107 #define PACKAGE "cmockery" macro
/external/elfutils/src/po/
H A DMakefile14 PACKAGE = elfutils macro
120 DOMAIN = $(PACKAGE)
301 if test "$(PACKAGE)" = "gettext-tools"; then \
359 if test "$(PACKAGE)" = "gettext-tools"; then \
403 if test "$(PACKAGE)" = "gettext-tools"; then \
441 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
448 if test "$(PACKAGE)" = "gettext-tools"; then \
487 if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
549 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
/external/libmtp/
H A Dconfig.h139 #define PACKAGE "libmtp" macro
/external/libunwind/include/
H A Dconfig.h216 #define PACKAGE "libunwind" macro
/external/libvncserver/libvncserver/
H A Dconfig.h170 #define PACKAGE "LibVNCServer" macro
H A Drfbconfig.h173 #define PACKAGE "LibVNCServer" macro
/external/guava/guava-testlib/src/com/google/common/testing/
H A DNullPointerTester.java227 PACKAGE { enum constant in enum:NullPointerTester.Visibility

Completed in 914 milliseconds

123