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

1234

/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-6.8.2/
H A Ddefs.h30 #define PACKAGE "dhcpcd" macro
34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
37 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
40 # define DEVDIR LIBDIR "/" PACKAGE "/dev"
43 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
46 # define SECRET SYSCONFDIR "/" PACKAGE ".secret"
49 # define LEASEFILE DBDIR "/" PACKAGE "-%s%s%s.lease"
55 # define PIDFILE RUNDIR "/" PACKAGE "%s%s%s.pid"
58 # define CONTROLSOCKET RUNDIR "/" PACKAGE "%s%s.sock"
61 # define UNPRIVSOCKET RUNDIR "/" PACKAGE "
[all...]
/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/c-ares/
H A Dares_setup.h178 #undef PACKAGE macro
/external/libyuv/files/third_party/gflags/gen/win/include/private/
H A Dconfig.h53 #define PACKAGE gflags macro
/external/droiddriver/src/io/appium/droiddriver/finders/
H A DAttribute.java29 PACKAGE("package"), enum constant in enum:Attribute
/external/elfutils/
H A Dconfig.h50 #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/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
H A DICoverageNode.java35 PACKAGE, enum constant in enum:ICoverageNode.ElementType
/external/libcap-ng/
H A Dconfig.h54 #define PACKAGE "libcap-ng" macro
/external/libexif/
H A Dconfig.h62 #define PACKAGE "libexif" macro
/external/libnl/include/
H A Ddefs.h53 #undef PACKAGE macro
/external/libusb-compat/
H A Dconfig.h52 #define PACKAGE "libusb-compat" macro
/external/libyuv/files/third_party/gflags/gen/posix/include/private/
H A Dconfig.h53 #define PACKAGE gflags macro
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
H A Dfficonfig.h104 #define PACKAGE "libffi" 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.java375 private static final String PACKAGE = "org.bouncycastle.jcajce.provider.symmetric"; // JDK 1.2 field in class:DESede.Mappings
455 provider.addAlgorithm("AlgorithmParameters.DESEDE", PACKAGE + ".util.IvAlgorithmParameters");
/external/libusb/darwin/
H A Dconfig.h104 #define PACKAGE "libusb" macro
/external/libusb/linux/
H A Dconfig.h105 #define PACKAGE "libusb" macro
/external/libusb/windows/
H A Dconfig.h105 #define PACKAGE "libusb" macro
/external/pcre/include_internal/
H A Dconfig.h197 #define PACKAGE "pcre2" macro
/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

Completed in 999 milliseconds

1234