HomeSort by relevance Sort by last modified time
    Searched refs:PACKAGE (Results 101 - 125 of 364) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libunwind/include/
config.h 216 /* Name of package */
217 #define PACKAGE "libunwind"
219 /* Define to the address where bug reports for this package should be sent. */
222 /* Define to the full name of this package. */
225 /* Define to the full name and version of this package. */
228 /* Define to the one symbol short name of this package. */
231 /* Define to the home page for this package. */
234 /* Define to the version of this package. */
243 /* Version number of package */
  /external/libxml2/
config.h 279 /* Name of package */
280 #define PACKAGE "libxml2"
282 /* Define to the address where bug reports for this package should be sent. */
285 /* Define to the full name of this package. */
288 /* Define to the full name and version of this package. */
291 /* Define to the one symbol short name of this package. */
294 /* Define to the home page for this package. */
297 /* Define to the version of this package. */
306 /* Version number of package */
  /external/netperf/
config.h 233 /* Name of package */
234 #define PACKAGE "netperf"
236 /* Define to the address where bug reports for this package should be sent. */
239 /* Define to the full name of this package. */
242 /* Define to the full name and version of this package. */
245 /* Define to the one symbol short name of this package. */
248 /* Define to the version of this package. */
293 /* Version number of package */
  /external/protobuf/android/
config.h 104 /* Name of package */
105 #define PACKAGE "protobuf"
107 /* Define to the address where bug reports for this package should be sent. */
110 /* Define to the full name of this package. */
113 /* Define to the full name and version of this package. */
116 /* Define to the one symbol short name of this package. */
119 /* Define to the version of this package. */
129 /* Version number of package */
  /external/stressapptest/src/
stressapptest_config_android.h 134 /* Name of package */
135 #define PACKAGE "stressapptest"
137 /* Define to the address where bug reports for this package should be sent. */
140 /* Define to the full name of this package. */
143 /* Define to the full name and version of this package. */
146 /* Define to the one symbol short name of this package. */
149 /* Define to the home page for this package. */
152 /* Define to the version of this package. */
202 /* Version number of package */
  /external/valgrind/main/
config.h 334 /* Name of package */
335 #define PACKAGE "valgrind"
337 /* Define to the address where bug reports for this package should be sent. */
340 /* Define to the full name of this package. */
343 /* Define to the full name and version of this package. */
346 /* Define to the one symbol short name of this package. */
349 /* Define to the home page for this package. */
352 /* Define to the version of this package. */
364 /* Version number of package */
  /ndk/build/tools/
build-compiler-rt.sh 38 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."
256 # If needed, package files into tarballs
263 PACKAGE="$PACKAGE_DIR/compiler-rt-libs-$ABI.tar.bz2"
264 log "Packaging: $PACKAGE"
265 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
266 fail_panic "Could not package $ABI compiler-rt binaries!"
267 dump "Packaging: $PACKAGE"
build-cxx-stl.sh 59 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."
679 # If needed, package files into tarballs
690 PACKAGE="$PACKAGE_DIR/${CXX_STL_PACKAGE}-libs-$ABI"
692 PACKAGE="${PACKAGE}-g"
694 PACKAGE="${PACKAGE}.tar.bz2"
695 log "Packaging: $PACKAGE"
696 pack_archive "$PACKAGE" "$OUT_DIR" "$FILES"
697 fail_panic "Could not package $ABI $CXX_STL binaries!
    [all...]
  /external/chromium_org/chrome/installer/linux/debian/
postinst 69 nohup sh /etc/cron.daily/@@PACKAGE@@ > /dev/null 2>&1 &
  /external/libpng/
config.h.in 52 /* Name of package */
53 #undef PACKAGE
55 /* Define to the address where bug reports for this package should be sent. */
58 /* Define to the full name of this package. */
61 /* Define to the full name and version of this package. */
64 /* Define to the one symbol short name of this package. */
67 /* Define to the home page for this package. */
70 /* Define to the version of this package. */
88 /* Version number of package */
  /external/libusb/
config.h.in 58 /* Name of package */
59 #undef PACKAGE
61 /* Define to the address where bug reports for this package should be sent. */
64 /* Define to the full name of this package. */
67 /* Define to the full name and version of this package. */
70 /* Define to the one symbol short name of this package. */
73 /* Define to the home page for this package. */
76 /* Define to the version of this package. */
88 /* Version number of package */
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h.in 71 /* Name of package */
72 #undef PACKAGE
74 /* Define to the address where bug reports for this package should be sent. */
77 /* Define to the full name of this package. */
80 /* Define to the full name and version of this package. */
83 /* Define to the one symbol short name of this package. */
86 /* Define to the home page for this package. */
89 /* Define to the version of this package. */
102 /* Version number of package */
  /hardware/intel/img/libdrm/libdrm/
config.h.in 46 /* Name of package */
47 #undef PACKAGE
49 /* Define to the address where bug reports for this package should be sent. */
52 /* Define to the full name of this package. */
55 /* Define to the full name and version of this package. */
58 /* Define to the one symbol short name of this package. */
61 /* Define to the home page for this package. */
64 /* Define to the version of this package. */
95 /* Version number of package */
  /ndk/sources/host-tools/make-3.81/
config.ami 189 /* Name of this package (needed by automake) */
190 #define PACKAGE "make"
192 /* Version of this package (needed by automake) */
configh.dos 86 /* Name of the package */
87 #define PACKAGE "make"
89 /* Define to the address where bug reports for this package should be sent. */
92 /* Define to the full name of this package. */
95 /* Define to the full name and version of this package. */
98 /* Define to the one symbol short name of this package. */
101 /* Define to the version of this package. */
110 /* Version number of package */
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 17 package android.theme.cts;
59 /** The package name of the APK. */
60 private static final String PACKAGE = "android.theme.app";
70 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS);
72 private static final String STOP_CMD = String.format("am force-stop %s", PACKAGE);
207 mDevice.uninstallPackage(PACKAGE);
263 mDevice.uninstallPackage(PACKAGE);
  /external/cmockery/cmockery_0_1_2/
Makefile.am 21 ## who install this package can include in their own applications.)
24 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
109 @cd packages && ./rpm.sh ${PACKAGE} ${VERSION}
112 @cd packages && ./deb.sh ${PACKAGE} ${VERSION}
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 17 package com.android.settings;
55 public static final String PACKAGE = "com.android.settings";
56 public static final String HEADER_TEXT = PACKAGE + ".ConfirmLockPattern.header";
57 public static final String FOOTER_TEXT = PACKAGE + ".ConfirmLockPattern.footer";
58 public static final String HEADER_WRONG_TEXT = PACKAGE + ".ConfirmLockPattern.header_wrong";
59 public static final String FOOTER_WRONG_TEXT = PACKAGE + ".ConfirmLockPattern.footer_wrong";
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 106 PACKAGE_BUGREPORT, PACKAGE);
220 bindtextdomain (PACKAGE, LOCALEDIR);
221 textdomain (PACKAGE);
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 17 package com.android.dx.command.annotool;
39 PACKAGE
117 set.remove(ElementType.PACKAGE);
120 "only --element parameters 'type' and 'package' "
  /external/bison/src/
main.c 63 (void) bindtextdomain (PACKAGE, LOCALEDIR);
65 (void) textdomain (PACKAGE);
  /external/chromium_org/sdch/open-vcdiff/src/
config.h.in 104 /* Name of package */
105 #undef PACKAGE
107 /* Define to the address where bug reports for this package should be sent. */
110 /* Define to the full name of this package. */
113 /* Define to the full name and version of this package. */
116 /* Define to the one symbol short name of this package. */
119 /* Define to the home page for this package. */
122 /* Define to the version of this package. */
138 /* Version number of package */
  /external/chromium_org/third_party/icu/source/config/
Makefile.inc.in 43 PACKAGE = @PACKAGE@
153 pkgdatadir = $(datadir)/$(PACKAGE)$(ICULIBSUFFIX)/$(VERSION)
154 pkglibdir = $(libdir)/$(PACKAGE)$(ICULIBSUFFIX)/$(VERSION)
  /external/chromium_org/third_party/yasm/source/patched-yasm/
config.h.in 111 /* Name of package */
112 #undef PACKAGE
114 /* Define to the address where bug reports for this package should be sent. */
117 /* Define to the full name of this package. */
120 /* Define to the full name and version of this package. */
123 /* Define to the one symbol short name of this package. */
126 /* Define to the home page for this package. */
129 /* Define to the version of this package. */
153 /* Version number of package */
156 /* Define if using the dmalloc debugging malloc package */
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
config.h.in 105 /* Name of package */
106 #undef PACKAGE
108 /* Define to the address where bug reports for this package should be sent. */
111 /* Define to the full name of this package. */
114 /* Define to the full name and version of this package. */
117 /* Define to the one symbol short name of this package. */
120 /* Define to the version of this package. */
129 /* Version number of package */

Completed in 2534 milliseconds

1 2 3 45 6 7 8 91011>>