Searched refs:package (Results 26 - 50 of 135) sorted by relevance

123456

/external/protobuf/python/google/protobuf/internal/
H A Dgenerator_test.py177 unittest_pb2.TestAllTypes.DESCRIPTOR.file.package,
180 self.assertEqual(desc.file.package, 'protobuf_unittest')
182 unittest_import_pb2.ImportMessage.DESCRIPTOR.file.package,
186 unittest_pb2._FOREIGNENUM.file.package, 'protobuf_unittest')
188 unittest_pb2._TESTALLTYPES_NESTEDENUM.file.package,
191 unittest_import_pb2._IMPORTENUM.file.package,
207 self.assertEqual(unittest_pb2.DESCRIPTOR.package, 'protobuf_unittest')
/external/chromium/net/http/
H A Dhttp_auth_sspi_win.cc22 const SEC_WCHAR* package) {
50 const SEC_WCHAR* package,
72 const_cast<SEC_WCHAR*>(package), // pszPackage
81 return MapAcquireCredentialsStatusToError(status, package);
84 int AcquireDefaultCredentials(SSPILibrary* library, const SEC_WCHAR* package, argument
94 const_cast<SEC_WCHAR*>(package), // pszPackage
103 return MapAcquireCredentialsStatusToError(status, package);
411 const std::wstring& package,
417 const_cast<wchar_t *>(package.c_str()), &pkg_info);
21 MapAcquireCredentialsStatusToError(SECURITY_STATUS status, const SEC_WCHAR* package) argument
49 AcquireExplicitCredentials(SSPILibrary* library, const SEC_WCHAR* package, const string16& domain, const string16& user, const string16& password, CredHandle* cred) argument
410 DetermineMaxTokenLength(SSPILibrary* library, const std::wstring& package, ULONG* max_token_length) argument
/external/libcap-ng/libcap-ng-0.7/
H A Dlibcap-ng.spec18 %package devel
27 The libcap-ng-devel package contains the files needed for developing
30 %package python
38 The libcap-ng-python package contains the bindings so that libcap-ng
41 %package utils
47 The libcap-ng-utils package contains applications to analyze the
/external/webkit/Tools/CygwinDownloader/
H A Dcygwin-downloader.py44 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))
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DIntArray.h28 package org.antlr.runtime.misc;
H A DFastQueue.h28 package org.antlr.runtime.misc;
/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs29 which is generally the package summary as the root element with the rest of the
30 pages as children beneath the package summary.
34 if:page.type == "package"?><?cs
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc154 if (!file->package().empty()) {
156 result += file->package();
170 if (file->package().empty()) {
174 // Strip the proto package from full_name since we've replaced it with
175 // the Java package. If there isn't an outer classname then strip it too.
176 int sizeToSkipPackageName = file->package().size();
213 if (!file->package().empty()) {
214 if (file->package() == base_name.substr(0, file->package().size())) {
215 // Remove package nam
[all...]
/external/qemu/distrib/
H A Dmake-distrib.sh3 # this script is used to build a source distribution package for the Android emulator
4 # the package includes:
15 TMPROOT=/tmp/android-package
/external/chromium/sdch/open-vcdiff/packages/rpm/
H A Drpm.spec23 %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
/external/chromium/chrome/browser/download/
H A Dsave_file_manager.cc169 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
168 RemoveSaveFile(int save_id, const GURL& save_url, SavePackage* package) argument
[all...]
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.cpp89 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);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as0 package org.antlr.runtime {
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleNodeStream.as2 package org.antlr.runtime.tree {
/external/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp25 /// \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, argument
85 llvm::DenseSet<const Record *> &checkers = recordGroupMap[package]->Checkers;
90 llvm::DenseSet<const Record *> &subGroups = recordGroupMap[package]->SubGroups;
103 // Invert the mapping of checkers to package/group into a one to many
132 Record *package = 0; local
135 package = DI->getDef();
136 if (!isCheckerNamed(R) && !package)
137 throw "Checker '" + R->getName() + "' is neither named, nor in a package!";
[all...]
/external/grub/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/libffi/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/libogg/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/libusb/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/libusb-compat/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/libvorbis/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/webkit/Tools/Scripts/webkitpy/test/
H A Dmain.py84 if any([module_path.startswith(package) for package in [
/external/grub/docs/
H A Dhelp2man171 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/
H A Djava_helpers.cc141 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/WebKit/qt/Api/
H A Dqwebplugindatabase_p.h43 QWebPluginInfo(WebCore::PluginPackage* package);

Completed in 613 milliseconds

123456