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

1 23 4 5 6 7 8 91011

  /frameworks/base/tools/aidl/
aidl_language.h 78 char* package; member in struct:parcelable_type
88 char* package; member in struct:interface_type
144 // the package name for our current file
Type.cpp 120 make_generic_type(const string& package, const string& name,
123 if (package == "java.util" && name == "List") {
127 //return new GenericType(package, name, args);
144 Type::Type(const string& package, const string& name,
147 :m_package(package),
155 if (package.length() > 0) {
156 m_qualifiedName = package;
777 ParcelableType::ParcelableType(const string& package, const string& name,
779 :Type(package, name, builtIn ? BUILT_IN : PARCELABLE, true, true,
883 InterfaceType::InterfaceType(const string& package, const string& name
    [all...]
Type.h 28 Type(const string& package, const string& name,
33 inline string Package() const { return m_package; }
313 ParcelableType(const string& package, const string& name,
338 InterfaceType(const string& package, const string& name,
357 GenericType(const string& package, const string& name,
381 GenericListType(const string& package, const string& name,
412 void AddGenericType(const string& package, const string& name, int args);
416 Type* Find(const char* package, const char* name) const;
425 string package; member in struct:Namespace::Generic
  /external/chromium/sdch/open-vcdiff/packages/rpm/
rpm.spec 23 %package devel
29 The %name-devel package contains static and debug libraries and header files
30 for developing applications that use the %name package.
53 ## Mark all installed files within /usr/share/doc/{package name} as
56 ## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
  /build/tools/releasetools/
check_target_files_signatures 19 -c, compare the signatures of each package to the ones in a separate
226 self.package = None
237 elif name == "package":
238 if self.package is not None:
239 AddProblem("multiple package declarations")
240 self.package = m.group(2)
242 if self.package is None:
243 AddProblem("no package declaration")
262 self.apks[apk.package] = apk
265 self.max_pkg_len = max(self.max_pkg_len, len(apk.package))
    [all...]
  /external/chromium/chrome/browser/download/
save_file_manager.cc 169 SavePackage* package) {
170 DCHECK(package);
176 package->tab_id());
177 DCHECK_EQ(old_package, package);
337 SavePackage* package = LookupPackage(save_id); local
338 if (package)
339 package->UpdateSaveProgress(save_id, bytes_so_far, write_success);
348 SavePackage* package = LookupPackage(save_id); local
349 if (package)
350 package->SaveFinished(save_id, bytes_so_far, is_success)
    [all...]
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 44 def download_package(package, message):
45 download_url_to_file(package_mirror_url + package["path"], package["path"], message)
134 download_package(packages[name], "Downloading package %3d of %3d (%s)" % (downloaded_so_far, len(names_to_download), name))
145 when asked for the "Local Package Directory".
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.cpp 89 PluginPackage* package = plugins[i]; local
92 info.name = package->name();
93 info.file = package->fileName();
94 info.desc = package->description();
96 const MIMEToDescriptionsMap& mimeToDescriptions = package->mimeToDescriptions();
106 mime.extensions = package->mimeToExtensions().get(mime.type);
  /development/build/
Android.mk 11 # Normally the package rule runs aapt, which includes the resource,
12 # but we're not running that in our package rule so just copy in the
18 framework_res_package := $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
52 # The package installation stuff doesn't know about this file, so nobody will
62 @echo Package SDK Stubs: $@
74 @echo "Package $(1).jar: $$@"
  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 25 /// \brief True if it is specified hidden or a parent package is specified
30 // Not declared as hidden, check the parent package if it is hidden.
83 static void addPackageToCheckerGroup(const Record *package, const Record *group,
85 llvm::DenseSet<const Record *> &checkers = recordGroupMap[package]->Checkers;
90 llvm::DenseSet<const Record *> &subGroups = recordGroupMap[package]->SubGroups;
102 // Invert the mapping of checkers to package/group into a one to many
107 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package");
131 Record *package = 0; local
134 package = DI->getDef();
135 if (!isCheckerNamed(R) && !package)
    [all...]
  /external/grub/
compile 45 If you are trying to build a whole package this is not the
  /external/libffi/
compile 45 If you are trying to build a whole package this is not the
  /external/valgrind/main/
compile 45 If you are trying to build a whole package this is not the
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 84 if any([module_path.startswith(package) for package in [
  /frameworks/base/tools/aapt/
ResourceTable.cpp 132 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
133 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
235 "\"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>\") or\n"
237 "\"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\")\n"
1862 String16 package, type, name; local
1997 String16 package, type, name; local
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
compile 45 If you are trying to build a whole package this is not the
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 3 # Bootstrap this package from checked-out sources.
39 Bootstrap this package from the checked-out sources.
95 package=`sed -n "$extract_package_name" configure.ac` || exit
96 gnulib_name=lib$package
129 # Package bug report address for gettext files
130 MSGID_BUGS_ADDRESS=bug-$package@gnu.org
225 echo "$0: Bootstrapping from checked-out $package sources..."
335 update_po_files po $package || exit
339 update_po_files runtime-po $package-runtime || exit
637 /^DOMAIN *=.*/s/=.*/= '"$package"'-runtime
    [all...]
  /external/bluetooth/glib/
glib-gettextize.in 25 # internationalize their package with the help of GNU gettext. For
34 Usage: glib-gettextize [OPTION]... [package-dir]
40 package=@PACKAGE@
71 echo "$progname (GNU $package) $version"
106 $echo "Missing configure.in or configure.ac, please cd to your package first."
  /external/grub/docs/
help2man 171 my $package = $program;
190 # <program> ({GNU,Free} <package>) <version>
191 # <program> - {GNU,Free} <package> <version>
201 $package = $2;
207 $package = $1 ? "$1$2" : $2;
473 .TH $PROGRAM "$section" "$date" "$package $version" FSF
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 141 if (!file->package().empty()) {
143 result += file->package();
159 if (file->package().empty()) {
162 // Strip the proto package from full_name since we've replaced it with
163 // the Java package.
164 result += full_name.substr(file->package().size() + 1);
  /external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm 22 package IDLStructure;
InFilesParser.pm 29 package InFilesParser;
  /external/webkit/Source/WebKit/qt/Api/
qwebplugindatabase_p.h 43 QWebPluginInfo(WebCore::PluginPackage* package);
  /cts/tests/SignatureTest/
Android.mk 18 # don't include this package in any target
44 # These shell commands allow us to get around the package.mk check for
48 # TODO: fix package.mk so we can avoid this hack
97 # Split up config/api/1.xml by "package" and save the files as the
107 $(android_api_xml_description) $(PRIVATE_RES_DIR) package
  /external/elfutils/
elfutils.spec 35 %package devel
43 The elfutils-devel package contains the libraries to create
49 %package libelf
57 The elfutils-libelf package provides a DSO which allows reading and
59 this package to read internals of ELF files. The programs of the
60 elfutils package use it also to generate new ELF files.
62 %package libelf-devel
72 The elfutils-libelf-devel package contains the libraries to create
315 - get beehive to punch a rhpkg generated package.
325 - Split into runtime and devel package
    [all...]

Completed in 1520 milliseconds

1 23 4 5 6 7 8 91011