/external/python/cpython2/Tools/pybench/ |
D | Imports.py | 5 import package.submodule 61 import package 62 import package 63 import package 64 import package 65 import package 67 import package 68 import package 69 import package 70 import package [all …]
|
/external/python/cpython3/Lib/importlib/ |
D | resources.py | 34 def _get_package(package) -> ModuleType: argument 40 if hasattr(package, '__spec__'): 41 if package.__spec__.submodule_search_locations is None: 43 package.__spec__.name)) 45 return package 47 module = import_module(package) 49 raise TypeError('{!r} is not a package'.format(package)) 67 package: ModuleType) -> Optional[resources_abc.ResourceReader]: 73 spec = package.__spec__ 80 def _check_location(package): argument [all …]
|
/external/cldr/tools/java/org/unicode/cldr/json/ |
D | JSON_config.txt | 1 section=languages ; path=//cldr/main/[^/]++/localeDisplayNames/languages/.* ; package=localenames 2 section=scripts ; path=//cldr/main/[^/]++/localeDisplayNames/scripts/.* ; package=localenames 3 section=territories ; path=//cldr/main/[^/]++/localeDisplayNames/territories/.* ; package=localenam… 4 section=variants ; path=//cldr/main/[^/]++/localeDisplayNames/variants/.* ; package=localenames 5 section=transformNames ; path=//cldr/main/[^/]++/localeDisplayNames/transformNames/.* ; package=loc… 6 …tSystemNames ; path=//cldr/main/[^/]++/localeDisplayNames/measurementSystemNames/.* ; package=units 7 section=localeDisplayNames ; path=//cldr/main/[^/]++/localeDisplayNames/.* ; package=localenames 8 section=contextTransforms ; path=//cldr/main/[^/]++/contextTransforms/.* ; package=misc 9 section=layout ; path=//cldr/main/[^/]++/layout/.* ; package=misc 10 section=characters ; path=//cldr/main/[^/]++/characters/.* ; package=misc [all …]
|
D | JSON_config_supplemental.txt | 1 section=characterFallbacks ; path=//cldr/supplemental/characters/.* ; package=core 2 section=dayPeriods ; path=//cldr/supplemental/dayPeriodRuleSet/.* ; package=core 3 section=gender ; path=//cldr/supplemental/gender/.* ; package=core 4 section=languageInfo ; path=//cldr/supplemental/languageInfo/.* ; package=core 5 section=likelySubtags ; path=//cldr/supplemental/likelySubtags/.* ; package=core 6 section=metaZones ; path=//cldr/supplemental/metaZones/.* ; package=core 7 section=primaryZones ; path=//cldr/supplemental/primaryZones/.* ; package=core 8 section=numberingSystems ; path=//cldr/supplemental/numberingSystems/.* ; package=core 9 section=ordinals ; path=//cldr/supplemental/plurals\[@type="ordinal"\]/.* ; package=core 10 section=plurals ; path=//cldr/supplemental/plurals\[@type="cardinal"\]/.* ; package=core [all …]
|
/external/protobuf/objectivec/ |
D | GPBDictionary_PackagePrivate.h | 87 @package in GPBUInt32UInt32Dictionary() 93 @package in GPBUInt32Int32Dictionary() 99 @package in GPBUInt32UInt64Dictionary() 105 @package in GPBUInt32Int64Dictionary() 111 @package in GPBUInt32BoolDictionary() 117 @package in GPBUInt32FloatDictionary() 123 @package in GPBUInt32DoubleDictionary() 129 @package in GPBUInt32EnumDictionary() 138 @package in GPBUInt32ObjectDictionary() 150 @package in GPBInt32UInt32Dictionary() [all …]
|
D | GPBArray_PackagePrivate.h | 61 @package in GPBInt32Array() 69 @package in GPBUInt32Array() 77 @package in GPBInt64Array() 85 @package in GPBUInt64Array() 93 @package in GPBFloatArray() 101 @package in GPBDoubleArray() 109 @package in GPBBoolArray() 117 @package in GPBEnumArray() 127 @package
|
/external/deqp/external/vulkancts/scripts/ |
D | verify_submission.py | 28 from package import getPackageDescription 32 def verifyGitStatusFiles (package): argument 35 if len(package.gitStatus) > 1: 36 …messages.append(error(package.basePath, "Exactly one git status file must be present, found %s" % … 38 messages += verifyGitStatus(package) 42 def verifyGitLogFiles (package): argument 45 if len(package.gitLog) > 1: 46 …messages.append(error(package.basePath, "Exactly one git log file must be present, found %s" % len… 48 messages += verifyGitLog(package) 52 def verifyTestLogs (package, mustpass): argument [all …]
|
/external/deqp/external/openglcts/scripts/verify/ |
D | verify_es.py | 34 from package import getPackageDescription 112 def verifyMustpassCases(package, mustpassCases, type): argument 157 … if conformOs == "any" or (package.conformOs != None and conformOs in package.conformOs.lower()): 167 def verifyTestLogs (package): argument 171 execute(['git', 'checkout', '--quiet', package.conformVersion]) 174 print "Failed to checkout release tag %s." % package.conformVersion 178 summary = parseRunSummary(os.path.join(package.basePath, package.summary)) 183 …messages.append(error(package.summary, "Runner reported conformance failure (Conformant=\"False\" … 186 …messages += verifyConfigFile(os.path.join(package.basePath, summary.configLogFilename), summary.ty… 203 messages_log = verifyTestLog(os.path.join(package.basePath, runLog), mustpass) [all …]
|
/external/doclava/res/assets/templates-sdk/ |
D | package.cs | 1 <?cs # THIS CREATES A PACKAGE SUMMARY PAGE FROM EACH package.html FILES 2 # AND NAMES IT package-summary.html ?> 12 <?cs if:(dac&&package.since) 19 if:package.since 22 if:package.deprecatedsince 26 <h1><?cs var:package.name ?></h1> 28 <?cs if:subcount(package.descr) ?> 29 <?cs call:tag_list(package.descr) ?> 39 <?cs call:class_table("Annotations", package.annotations) ?> 40 <?cs call:class_table("Interfaces", package.interfaces) ?> [all …]
|
D | packages.cs | 32 <?cs if:subcount(class.package) ?> 34 <?cs call:list("Annotations", class.package.annotations) ?> 35 <?cs call:list("Interfaces", class.package.interfaces) ?> 36 <?cs call:list("Classes", class.package.classes) ?> 37 <?cs call:list("Enums", class.package.enums) ?> 38 <?cs call:list("Exceptions", class.package.exceptions) ?> 39 <?cs call:list("Errors", class.package.errors) ?> 41 <?cs elif:subcount(package) ?> 43 <?cs call:class_link_list("Annotations", package.annotations) ?> 44 <?cs call:class_link_list("Interfaces", package.interfaces) ?> [all …]
|
D | classes.cs | 40 <?cs if:subcount(class.package) ?> 42 <?cs call:list("Annotations", class.package.annotations) ?> 43 <?cs call:list("Interfaces", class.package.interfaces) ?> 44 <?cs call:list("Classes", class.package.classes) ?> 45 <?cs call:list("Enums", class.package.enums) ?> 46 <?cs call:list("Exceptions", class.package.exceptions) ?> 47 <?cs call:list("Errors", class.package.errors) ?> 49 <?cs elif:subcount(package) ?> 51 <?cs call:class_link_list("Annotations", package.annotations) ?> 52 <?cs call:class_link_list("Interfaces", package.interfaces) ?> [all …]
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_py.py | 36 self.package = None 103 for package in self.packages: 105 src_dir = self.get_package_dir(package) 108 build_dir = os.path.join(*([self.build_lib] + package.split('.'))) 117 file[plen:] for file in self.find_data_files(package, src_dir) 119 data.append((package, src_dir, build_dir, filenames)) 122 def find_data_files(self, package, src_dir): argument 125 + self.package_data.get(package, [])) 137 for package, src_dir, build_dir, filenames in self.data_files: 144 def get_package_dir(self, package): argument [all …]
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_py.py | 35 self.package = None 102 for package in self.packages: 104 src_dir = self.get_package_dir(package) 107 build_dir = os.path.join(*([self.build_lib] + package.split('.'))) 116 file[plen:] for file in self.find_data_files(package, src_dir) 118 data.append((package, src_dir, build_dir, filenames)) 121 def find_data_files(self, package, src_dir): argument 124 + self.package_data.get(package, [])) 137 for package, src_dir, build_dir, filenames in self.data_files: 144 def get_package_dir(self, package): argument [all …]
|
/external/deqp/scripts/verify/ |
D | verify.py | 97 def verifyStatement (package): argument 100 if package.statement != None: 101 statementPath = os.path.join(package.basePath, package.statement) 114 package.conformVersion = line.split()[1] 128 package.conformOs = line.split()[1] 140 messages.append(error(package.basePath, "Missing conformance statement file")) 144 def verifyGitStatus (package): argument 147 if len(package.gitStatus) > 0: 148 for s in package.gitStatus: 149 statusPath = os.path.join(package.basePath, s) [all …]
|
/external/python/setuptools/setuptools/command/ |
D | build_py.py | 70 def build_module(self, module, module_file, package): argument 71 if six.PY2 and isinstance(package, six.string_types): 73 package = package.split('.') 75 package) 85 def _get_pkg_data_files(self, package): argument 87 src_dir = self.get_package_dir(package) 90 build_dir = os.path.join(*([self.build_lib] + package.split('.'))) 95 for file in self.find_data_files(package, src_dir) 97 return package, src_dir, build_dir, filenames 99 def find_data_files(self, package, src_dir): argument [all …]
|
/external/deqp/scripts/android/ |
D | build_apk.py | 243 def __init__ (self, package): argument 244 self.package = package 247 packageComps = self.package.getPackageName(config).split('.') 250 return os.path.join(config.buildPath, self.package.getAppDirName(), "src", packageDir, "R.java") 422 def __init__ (self, package): argument 423 self.package = package 426 return [self.package.getResPath(), self.package.getManifestPath()] 429 return [[GeneratedResSourcePath(self.package)]] 433 dstDir = os.path.dirname(resolvePath(config, [GeneratedResSourcePath(self.package)])) 443 "-S", resolvePath(config, self.package.getResPath()), [all …]
|
/external/icu/icu4c/packaging/ |
D | PACKAGES | 14 - ICU libraries. This package contains the runtime libraries needed by 15 applications that use ICU. All the other packages require this package 17 - ICU. This package contains the converters data, the timezones data, 19 - ICU locales. This package adds locales and break data. 20 - ICU development. This package contains the files necessary to build 24 - ICU docs. This package contains further documentation for ICU, 26 - ICU data. This package contains the source for the compiled data 27 contained by the ICU package. 28 - ICU international data. This package contains the source for the 29 compiled data contained by the ICU locales package. [all …]
|
/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/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/autotest/client/bin/ |
D | package.py | 176 def info(package): argument 195 if not os.path.isfile(package): 196 raise ValueError('invalid file %s to verify' % package) 198 file_result = utils.system_output('file ' + package) 208 return _rpm_info(package) 210 return _dpkg_info(package) 217 def install(package, nodeps = False): argument 223 my_package_info = info(package) 231 % (type, package)) 238 install_command = 'rpm %s -U %s' % (opt_args, package) [all …]
|
/external/perfetto/src/traced/probes/packages_list/ |
D | packages_list_data_source.cc | 47 auto* package = packages_list_packet->add_packages(); in ParsePackagesListStream() local 48 package->set_name(pkg_struct.name.c_str(), pkg_struct.name.size()); in ParsePackagesListStream() 49 package->set_uid(pkg_struct.uid); in ParsePackagesListStream() 50 package->set_debuggable(pkg_struct.debuggable); in ParsePackagesListStream() 51 package->set_profileable_from_shell(pkg_struct.profileable_from_shell); in ParsePackagesListStream() 52 package->set_version_code(pkg_struct.version_code); in ParsePackagesListStream() 57 bool ReadPackagesListLine(char* line, Package* package) { in ReadPackagesListLine() argument 62 package->name = std::string(ss.cur_token(), ss.cur_token_size()); in ReadPackagesListLine() 71 package->uid = static_cast<uint64_t>(uid); in ReadPackagesListLine() 81 package->debuggable = debuggable != 0; in ReadPackagesListLine() [all …]
|
/external/python/cpython2/Lib/importlib/ |
D | __init__.py | 6 def _resolve_name(name, package, level): argument 8 if not hasattr(package, 'rindex'): 10 dot = len(package) 13 dot = package.rindex('.', 0, dot) 17 return "%s.%s" % (package[:dot], name) 20 def import_module(name, package=None): argument 29 if not package: 36 name = _resolve_name(name[level:], package, level)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | META.llvm.in | 8 package "analysis" ( 16 package "bitreader" ( 24 package "bitwriter" ( 32 package "executionengine" ( 40 package "ipo" ( 48 package "irreader" ( 56 package "scalar_opts" ( 64 package "transform_utils" ( 72 package "vectorize" ( 80 package "passmgr_builder" ( [all …]
|
/external/llvm/bindings/ocaml/llvm/ |
D | META.llvm.in | 8 package "analysis" ( 16 package "bitreader" ( 24 package "bitwriter" ( 32 package "executionengine" ( 40 package "ipo" ( 48 package "irreader" ( 56 package "scalar_opts" ( 64 package "transform_utils" ( 72 package "vectorize" ( 80 package "passmgr_builder" ( [all …]
|
/external/autotest/utils/ |
D | build_externals.py | 142 package = package_class() 143 if names_to_check and package.name.lower() not in names_to_check: 145 if not package.is_needed(install_dir): 147 package.name) 152 if not package.fetch(dest_dir): 153 msg = 'Unable to download %s' % package.name 157 fetched_packages.append(package) 174 for package in packages: 175 if use_chromite_master and package.name.lower() == 'chromiterepo': 176 result = package.build_and_install(install_dir, master_branch=True) [all …]
|