/external/doclava/res/assets/templates/ |
D | package.cs | 12 <?cs call:since_tags(package) ?> 13 <?cs call:federated_refs(package) ?> 18 package 19 <h1><?cs var:package.name ?></h1> 26 <?cs if:subcount(package.descr) ?> 28 <?cs call:tag_list(package.descr) ?> 41 <?cs call:class_table("Interfaces", package.interfaces) ?> 42 <?cs call:class_table("Classes", package.classes) ?> 43 <?cs call:class_table("Enums", package.enums) ?> 44 <?cs call:class_table("Exceptions", package.exceptions) ?> [all …]
|
/external/chromium_org/third_party/ |
D | README.chromium.template | 1 Name: Descriptive name of the package 2 Short Name: Name the package is distributed under (ex. libxml, openssl, etc) 3 URL: The URL where the package lives 4 Version: A searchable version number for the package (if the package does not version or is version… 5 Date: (OPTIONAL if version is supplied) The date that the package was updated 6 Revision: (OPTIONAL if version is supplied) The current revision of the package 7 License: The license under which the package is distributed. Arbitrary text is allowed, but prefer … 8 …L) File that contains a copy of the package's license. Use the special value NOT_SHIPPED to indica… 9 Security Critical: Either yes or no depending on whether this package is shipped in releases. For e… 10 …id Compatible: (OPTIONAL) Whether the package uses a license compatible with Android. Required onl… [all …]
|
/external/doclava/res/assets/templates/components/ |
D | left_nav.cs | 19 if:subcount(class.package) ?> 21 <?cs call:list("Interfaces", class.package.interfaces) ?> 22 <?cs call:list("Classes", class.package.classes) ?> 23 <?cs call:list("Enums", class.package.enums) ?> 24 <?cs call:list("Exceptions", class.package.exceptions) ?> 25 <?cs call:list("Errors", class.package.errors) ?> 27 elif:subcount(package) ?> 29 <?cs call:class_link_list("Interfaces", package.interfaces) ?> 30 <?cs call:class_link_list("Classes", package.classes) ?> 31 <?cs call:class_link_list("Enums", package.enums) ?> [all …]
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
D | android_browser_backend.py | 21 def __init__(self, adb, activity, cmdline_file, package, pseudo_exec_name, argument 26 self.package = package 49 return '/data/data/%s/' % self.package 63 def __init__(self, adb, package): argument 68 package=package, 95 dumpsys = self.adb.RunShellCommand('dumpsys package %s' % self.package) 108 def __init__(self, adb, package): argument 113 package=package, 126 def __init__(self, adb, package): argument 131 package=package, [all …]
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
D | device_manager.cc | 30 Status Device::SetUp(const std::string& package, in SetUp() argument 40 Status status = adb_->CheckAppInstalled(serial_, package); in SetUp() 48 if (package.compare("org.chromium.content_shell_apk") == 0) { in SetUp() 53 } else if (package.compare("org.chromium.chrome.testshell") == 0) { in SetUp() 58 } else if (package.find("chrome") != std::string::npos && in SetUp() 59 package.find("webview") == std::string::npos) { in SetUp() 67 status = adb_->ClearAppData(serial_, package); in SetUp() 74 return Status(kUnknownError, "known package " + package + in SetUp() 87 status = adb_->Launch(serial_, package, in SetUp() 92 active_package_ = package; in SetUp() [all …]
|
D | adb_impl.cc | 138 const std::string& device_serial, const std::string& package) { in CheckAppInstalled() argument 140 std::string command = "pm path " + package; in CheckAppInstalled() 145 return Status(kUnknownError, package + " is not installed on device " + in CheckAppInstalled() 151 const std::string& device_serial, const std::string& package) { in ClearAppData() argument 153 std::string command = "pm clear " + package; in ClearAppData() 158 return Status(kUnknownError, "Failed to clear data for " + package + in ClearAppData() 164 const std::string& device_serial, const std::string& package, in Launch() argument 169 "am start -W -n " + package + "/" + activity + " -d data:,", in Launch() 175 "Failed to start " + package + " on device " + device_serial + in Launch() 181 const std::string& device_serial, const std::string& package) { in ForceStop() argument [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/site_scons/site_tools/ |
D | talk_linux.py | 79 for package in packages: 80 package_file_name = package + '_' + version + '_' + arch + '.deb' 188 def _HavePackage(package): argument 199 _EscapePosixShellArgument(package)), shell=True) == 0 249 for package in packages: 250 if not _HavePackage(package): 253 (package, package)) 275 def EnableFeatureWherePackagePresent(env, bit, cpp_flag, package): argument 286 if _HavePackage(package): 292 'provides the \"%s.pc\" file.') % (package, bit, package)
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
D | descriptor_pool.py | 186 package=file_proto.package, 196 package = '.' + dep_proto.package 197 package_prefix = package + '.' 204 symbols = list(self._ExtractSymbols(dep_proto.message_type, package)) 208 symbols = list(self._ExtractEnums(dep_proto.enum_type, package)) 214 message_type, file_proto.package, file_descriptor, scope) 217 self._ConvertEnumDescriptor(enum_type, file_proto.package, 230 def _ConvertMessageDescriptor(self, desc_proto, package=None, file_desc=None, argument 244 if package: 245 desc_name = '.'.join((package, desc_proto.name)) [all …]
|
D | descriptor_database.py | 51 package = file_desc_proto.package 54 (name, file_desc_proto) for name in _ExtractSymbols(message, package)) 57 '.'.join((package, enum.name))] = file_desc_proto 103 def _ExtractSymbols(desc_proto, package): argument 114 message_name = '.'.join((package, desc_proto.name))
|
/external/llvm/bindings/ocaml/llvm/ |
D | META.llvm.in | 9 package "analysis" ( 17 package "bitreader" ( 25 package "bitwriter" ( 33 package "executionengine" ( 41 package "ipo" ( 49 package "scalar_opts" ( 57 package "target" (
|
/external/elfutils/ |
D | config.h.in | 15 /* Name of package */ 18 /* Define to the address where bug reports for this package should be sent. */ 21 /* Define to the full name of this package. */ 24 /* Define to the full name and version of this package. */ 27 /* Define to the one symbol short name of this package. */ 30 /* Define to the version of this package. */ 36 /* Version number of package */
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | execfile.py | 39 package = __import__(packagename, glo, loc, ['__path__']) 40 searchpath = package.__path__ 57 package = __import__(packagename, glo, loc, ['__path__']) 58 searchpath = package.__path__ 68 run_python_file(pathname, args, package=packagename) 71 def run_python_file(filename, args, package=None): argument 85 main_mod.__package__ = package
|
/external/dropbear/debian/ |
D | dropbear.README.Debian | 4 This package will attempt to listen on port 22. If the OpenSSH 5 package ("ssh") is installed, the file /etc/default/dropbear 13 This package suggests you install the "ssh" package. This package 21 You will still want to have the "ssh" package installed, as it 23 package, it checks for existing OpenSSH host keys and if found, 46 The dropbear binary package is configured at compile time to read 51 re-compile the package with DROPBEAR_RANDOM_DEV set to /dev/urandom
|
D | README.Debian.diet | 4 This package optionally can be built with the diet libc instead of the 5 glibc to provide small statically linked programs. The resulting package 6 has no dependency on any other package. 9 package is installed, and set DEB_BUILD_OPTIONS=diet in the environment 10 when building the package, e.g.:
|
D | README.Debian | 4 This package will attempt to listen on port 22. If the OpenSSH 5 package ("ssh") is installed, the file /etc/default/dropbear 13 This package suggests you install the "ssh" package. This package 21 You will still want to have the "ssh" package installed, as it 23 package, it checks for existing OpenSSH host keys and if found,
|
/external/openfst/ |
D | config.h.in | 37 /* Name of package */ 40 /* Define to the address where bug reports for this package should be sent. */ 43 /* Define to the full name of this package. */ 46 /* Define to the full name and version of this package. */ 49 /* Define to the one symbol short name of this package. */ 52 /* Define to the home page for this package. */ 55 /* Define to the version of this package. */ 61 /* Version number of package */
|
/external/protobuf/gtest/build-aux/ |
D | config.h.in | 40 /* Name of package */ 43 /* Define to the address where bug reports for this package should be sent. */ 46 /* Define to the full name of this package. */ 49 /* Define to the full name and version of this package. */ 52 /* Define to the one symbol short name of this package. */ 55 /* Define to the home page for this package. */ 58 /* Define to the version of this package. */ 68 /* Version number of package */
|
/external/strace/ |
D | INSTALL | 8 those values to create a `Makefile' in each directory of the package. 16 If you need to do unusual things to compile the package, please try 26 The simplest way to compile this package is: 28 1. `cd' to the directory containing the package's source code and type 29 `./configure' to configure the package for your system. If you're 37 2. Type `make' to compile the package. 40 the package. 47 files that `configure' created (so you can compile the package for 50 for the package's developers. If you use it, you may have to get 70 You can compile the package for more than one kind of computer at the [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | INSTALL | 8 those values to create a `Makefile' in each directory of the package. 16 If you need to do unusual things to compile the package, please try 26 The simplest way to compile this package is: 28 1. `cd' to the directory containing the package's source code and type 29 `./configure' to configure the package for your system. If you're 37 2. Type `make' to compile the package. 40 the package. 47 files that `configure' created (so you can compile the package for 50 for the package's developers. If you use it, you may have to get 70 You can compile the package for more than one kind of computer at the [all …]
|
/external/chromium_org/chrome/browser/component_updater/ |
D | update_response.cc | 106 bool ParsePackageTag(xmlNode* package, in ParsePackageTag() argument 110 p.name = GetAttribute(package, "name"); in ParsePackageTag() 116 p.namediff = GetAttribute(package, "namediff"); in ParsePackageTag() 120 p.fingerprint = GetAttribute(package, "fp"); in ParsePackageTag() 122 p.hash_sha256 = GetAttribute(package, "hash_sha256"); in ParsePackageTag() 124 if (base::StringToInt(GetAttribute(package, "size"), &size)) { in ParsePackageTag() 128 p.hashdiff_sha256 = GetAttribute(package, "hashdiff_sha256"); in ParsePackageTag() 130 if (base::StringToInt(GetAttribute(package, "sizediff"), &sizediff)) { in ParsePackageTag() 178 std::vector<xmlNode*> package = GetChildren(packages[0], "package"); in ParseManifestTag() local 179 for (size_t i = 0; i != package.size(); ++i) { in ParseManifestTag() [all …]
|
/external/libpng/ |
D | config.h.in | 52 /* Name of 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. */ 79 /* Version number of package */
|
/external/libusb/ |
D | config.h.in | 58 /* Name of 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 */
|
/external/libcap-ng/libcap-ng-0.7/ |
D | config.h.in | 52 /* Name of 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. */ 76 /* Version number of package */
|
/external/bison/ |
D | PACKAGING | 1 Packaging hints for binary package distributors 4 Although the source of the bison package comes as a single package, 18 The 'bison-runtime' binary package is much smaller than the 'bison' 19 binary package. It should be included in any distribution that 34 belongs to the bison-runtime package; all other installed files belong 35 to the bison package.
|
/external/webrtc/src/ |
D | PATENTS | 4 Google as part of the WebRTC code package. 10 implementation of the WebRTC code package, where such license applies 13 infringed by this implementation of the WebRTC code package. This 19 implementation of the WebRTC code package or any code incorporated 20 within this implementation of the WebRTC code package constitutes 23 for this implementation of the WebRTC code package shall terminate as
|