Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/external/python/cpython3/Lib/test/test_importlib/
Dtest_namespace_pkgs.py75 paths = ['portion1'] variable in SingleNamespacePackage
94 paths = ['portion1'] variable in DynamicPathNamespacePackage
113 paths = ['both_portions'] variable in CombinedNamespacePackages
123 paths = ['portion1', 'portion2'] variable in SeparatedNamespacePackages
133 paths = ['portion1'] variable in SeparatedNamespacePackagesCreatedWhileRunning
167 paths = ['portion1', 'both_portions'] variable in SeparatedOverlappingNamespacePackages
190 paths = ['top_level_portion1.zip'] variable in SingleZipNamespacePackage
202 paths = ['top_level_portion1.zip', 'portion2'] variable in SeparatedZipNamespacePackages
214 paths = ['nested_portion1.zip/nested_portion1'] variable in SingleNestedZipNamespacePackage
226 paths = ['nested_portion1.zip/nested_portion1', 'portion2'] variable in SeparatedNestedZipNamespacePackages
[all …]
/external/python/setuptools/setuptools/
D_imp.py20 def find_spec(module, paths): argument
29 def find_module(module, paths=None): argument
71 def get_frozen_object(module, paths=None): argument
78 def get_module(module, paths, info): argument
Ddepends.py46 def get_version(self, paths=None, default="unknown"): argument
73 def is_present(self, paths=None): argument
77 def is_current(self, paths=None): argument
96 def get_module_constant(module, symbol, default=-1, paths=None): argument
/external/perfetto/include/perfetto/ext/traced/
Ddata_source_types.h40 InodeMapValue(InodeFileMap_Entry_Type entry_type, std::set<std::string> paths) in InodeMapValue()
46 const std::set<std::string>& paths() const { return paths_; } in paths() function
48 void SetPaths(std::set<std::string> paths) { paths_ = std::move(paths); } in SetPaths()
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskTree.java144 List<String> paths = new ArrayList<String>(); in toFieldMask() local
152 private void getFieldPaths(Node node, String path, List<String> paths) { in getFieldPaths()
159 getFieldPaths(entry.getValue(), childPath, paths); in getFieldPaths() local
189 List<String> paths = new ArrayList<String>(); in intersectFieldPath() local
DFieldMaskUtil.java105 public static FieldMask fromStringList(Class<? extends Message> type, Iterable<String> paths) { in fromStringList()
154 List<String> paths = new ArrayList<String>(fieldMask.getPathsCount()); in toJsonString() local
169 Iterable<String> paths = Splitter.on(FIELD_PATH_SEPARATOR).split(value); in fromJsonString() local
/external/libchrome/build/android/gyp/util/
Dproguard_util.py66 def libraryjars(self, paths): argument
72 def injars(self, paths): argument
78 def configs(self, paths): argument
84 def config_exclusions(self, paths): argument
/external/chromium-trace/catapult/devil/devil/android/
Dmd5sum.py32 def CalculateHostMd5Sums(paths): argument
67 def CalculateDeviceMd5Sums(paths, device): argument
/external/oss-fuzz/infra/
Dpresubmit.py66 def check_lib_fuzzing_engine(paths): argument
236 def check_project_yaml(paths): argument
275 def check_license(paths): argument
322 def yapf(paths, validate=True): argument
/external/zlib/google/
Dzip_writer.cc181 bool ZipWriter::AddMixedEntries(Paths paths) { in AddMixedEntries()
229 bool ZipWriter::AddFileEntries(Paths paths) { in AddFileEntries()
268 bool ZipWriter::AddDirectoryEntries(Paths paths) { in AddDirectoryEntries()
294 void ZipWriter::Filter(std::vector<base::FilePath>* const paths) { in Filter()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCldrFactory.java39 File[] paths = { in testDirectories() local
66 … File[] paths = { new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in testMerge() local
139 Set<String> paths = new TreeSet<>(); in differentPathValue() local
165 … File[] paths = { new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in testWrite() local
/external/angle/third_party/zlib/google/
Dzip_writer.cc181 bool ZipWriter::AddMixedEntries(Paths paths) { in AddMixedEntries()
229 bool ZipWriter::AddFileEntries(Paths paths) { in AddFileEntries()
268 bool ZipWriter::AddDirectoryEntries(Paths paths) { in AddDirectoryEntries()
294 void ZipWriter::Filter(std::vector<base::FilePath>* const paths) { in Filter()
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DTimeZoneDataFilesTest.java45 String[] paths = TimeZoneDataFiles.getTimeZoneFilePaths("foo"); in getTimeZoneFilePaths() local
61 String[] paths = icuDataPath.split(":"); in generateIcuDataPath_includesTimeZoneOverride() local
/external/ComputeLibrary/scripts/
Dformat_doxygen.py85 paths = [] variable
91 paths = sys.argv[1:] variable
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DSupplementalMapper.java44 Predicate<CldrPath> paths) { in process()
51 private final Predicate<CldrPath> paths; field in SupplementalMapper
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DListSurveyToolStatus.java19 paths(new Params().setHelp("Regex for paths").setMatch(".+").setDefault("/unit.*day")), enumConstant
45 Matcher paths = Pattern.compile(MyOptions.paths.option.getValue()).matcher(""); in main() local
DCompareEn.java73 TreeSet<String> paths = new TreeSet<>(); in uplevelEnGB() local
132 TreeSet<String> paths = new TreeSet<>(); in writeComparison() local
/external/libchrome/base/files/
Dfile_path_watcher_fsevents.cc136 std::vector<FilePath> paths; in FSEventsCallback() local
180 const std::vector<FilePath>& paths) { in OnFilePathsChanged()
188 void FilePathWatcherFSEvents::DispatchEvents(const std::vector<FilePath>& paths, in DispatchEvents()
/external/python/cpython2/Misc/
DBeOS-setup.py17 def find_file(filename, std_dirs, paths): argument
43 def find_library_file(compiler, libname, std_dirs, paths): argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/
DCldrFileDataSource.java33 Iterator<String> paths; in accept() local
101 private void read(Iterator<String> paths, CLDRFile src, ValueVisitor visitor) { in read()
/external/jsoncpp/test/
Dcleantests.py11 paths = [] variable
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java121 protected void eleminateRedundent(ElemTemplateElement psuedoVarRecipient, Vector paths) in eleminateRedundent()
152 protected void eleminateSharedPartialPaths(ElemTemplateElement psuedoVarRecipient, Vector paths) in eleminateSharedPartialPaths()
554 protected MultistepExprHolder createMultistepExprList(Vector paths) in createMultistepExprList()
599 Vector paths) in findAndEliminateRedundant()
678 Vector paths) in oldFindAndEliminateRedundant()
786 Vector paths, ElemTemplateElement psuedoVarRecipient) in changeToVarRef()
1216 protected void diagnoseNumPaths(Vector paths, int numPathsEliminated, in diagnoseNumPaths()
1268 private static void validateNewAddition(Vector paths, ExpressionOwner owner, in validateNewAddition()
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/test/
DR8ServiceLoaderOptimizationTest.kt42 val paths = listOf( in <lambda>() constant
/external/protobuf/src/google/protobuf/
Dfield_mask.proto244 repeated string paths = 1; field
/external/llvm/utils/lit/lit/
Dutil.py74 def which(command, paths = None): argument
111 def whichTools(tools, paths): argument

12345678910>>...13