HomeSort by relevance Sort by last modified time
    Searched refs:package (Results 126 - 150 of 272) sorted by null

1 2 3 4 56 7 8 91011

  /external/webkit/Source/WebKit/qt/Api/
qwebplugindatabase.cpp 62 QWebPluginInfo::QWebPluginInfo(PluginPackage* package)
63 : m_package(package)
  /frameworks/opt/calendar/
Android.mk 25 # Build the test package
  /frameworks/opt/inputmethodcommon/
Android.mk 24 # Build the test package
  /frameworks/opt/mailcommon/
Android.mk 25 # Build the test package
  /frameworks/opt/vcard/
Android.mk 26 # Build the test package.
  /packages/apps/Phone/
Android.mk 34 # Build the test package
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
generate_MessageFormatter_java.py 55 package com.android.glesv2debugger;
261 package GLESv2Debugger;
  /cts/apps/CtsVerifier/
Android.mk 61 $(verifier-zip) : $(call intermediates-dir-for,APPS,CtsVerifier)/package.apk | $(ACP)
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 78 "show help on all modules in the main package");
414 const string package = Dirname(flag->filename) + "/"; local
415 if (package != last_package) {
416 ShowUsageWithFlagsRestrict(progname, package.c_str());
421 last_package = package;
424 if (last_package.empty()) { // never found a package to print
425 fprintf(stderr, "WARNING: Unable to find a package for file=%s\n",
  /external/emma/
test.sh 22 package com.android.bunnies;
60 package com.android.bunnies;
  /external/openssl/crypto/bn/
bn_prime.pl 37 * This package is an SSL implementation written
50 * If this package is used in a product, Eric Young should be given attribution
53 * in documentation (online or textual) provided with the package.
  /external/stlport/etc/
STLport-4.5.1.spec 20 This package contains the runtime library for STLport.
22 %package -n STLport-devel
STLport-4.5.3.spec 20 This package contains the runtime library for STLport.
22 %package -n STLport-devel
STLport-4.6.spec 20 This package contains the runtime library for STLport.
22 %package -n STLport-devel
  /external/strace/
strace.spec 24 %package -n strace64
38 This package provides the `strace64' program to trace 64-bit processes.
39 The `strace' program in the `strace' package is for 32-bit processes.
262 - Get S/390 support into the normal package
  /ndk/build/tools/
dev-rebuild-ndk.sh 43 # List of toolchains to package
45 register_var_option "--toolchains=<toolchain[,toolchain]>" OPTION_TOOLCHAINS "Toolchain(s) to package"
53 "Generate the NDK toolchain package."
201 --package-dir=$PACKAGE_DIR \
215 logfile="$TOP/package-release.log"
217 $PROGDIR/package-release.sh \
226 fail_panic "package-release.sh failed. Logfile in $logfile"
232 fail_panic "Could not package NDK Toolchain sources!"
  /packages/apps/Email/
Android.mk 51 # only include rules to build other stuff for the original package, not the derived package.
  /external/icu4c/extra/uconv/
Makefile 80 distclean resclean distclean-local dist dist-local check check-local resfiles package-resfiles install-resfiles install-man
133 resfiles: $(RESFILES) package-resfiles
140 package-resfiles: $(RESDIR)/$(RESDIR).lst pkgdata.inc
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 199 my $package = $program;
218 # <program> ({GNU,Free} <package>) <version>
219 # <program> - {GNU,Free} <package> <version>
229 $package = $2;
235 $package = $1 ? "$1$2" : $2;
  /frameworks/base/libs/utils/
ResourceTypes.cpp 1399 const Package* const package; member in struct:android::ResTable::Type
1421 const ResTable_package* const package; member in struct:android::ResTable::Package
2031 const Package* const package = grp->packages[0]; local
2117 const Package* const package = grp->packages[ip]; local
2396 const Package* const package = grp->packages[ip]; local
3252 String16 package, type, name; local
3402 String16 package, type, name; local
3871 const Package* package = packageGroup->packages[j]; local
4100 Package* package = NULL; local
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 108 { package opcode; # pick up opcodes
183 { package const; # pick up constants, which start with $
212 { package ea; # pick up effective addresses: expr(%reg,%reg,scale)
289 { package register; # pick up registers, which start with %.
327 { package label; # pick up labels, which end with :
393 { package expr; # pick up expressioins
419 { package directive; # pick up directives, which start with .
  /cts/
CtsTestCoverage.mk 72 # classes.dex is stripped from package.apk if dex-preopt is enabled,
75 $(1) += $(call intermediates-dir-for,APPS,$(2))/package.apk.unaligned
  /external/chromium/chrome/browser/download/
save_file_manager.h 117 // Called on the UI thread to remove a save package from SaveFileManager's
120 SavePackage* package);
  /external/icu4c/test/perf/perldriver/
Dataset.pm 8 package Dataset;

Completed in 1464 milliseconds

1 2 3 4 56 7 8 91011