Home
last modified time | relevance | path

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

12345678910>>...13

/external/python/cpython3/Lib/test/test_importlib/
Dtest_namespace_pkgs.py73 paths = ['portion1'] variable in SingleNamespacePackage
89 paths = ['portion1'] variable in DynamicPathNamespacePackage
108 paths = ['both_portions'] variable in CombinedNamespacePackages
118 paths = ['portion1', 'portion2'] variable in SeparatedNamespacePackages
128 paths = ['portion1', 'both_portions'] variable in SeparatedOverlappingNamespacePackages
151 paths = ['top_level_portion1.zip'] variable in SingleZipNamespacePackage
163 paths = ['top_level_portion1.zip', 'portion2'] variable in SeparatedZipNamespacePackages
175 paths = ['nested_portion1.zip/nested_portion1'] variable in SingleNestedZipNamespacePackage
187 paths = ['nested_portion1.zip/nested_portion1', 'portion2'] variable in SeparatedNestedZipNamespacePackages
200 paths = ['not_a_namespace_pkg', 'portion1', 'portion2', 'both_portions'] variable in LegacySupport
[all …]
/external/python/setuptools/setuptools/
Ddepends.py43 def get_version(self, paths=None, default="unknown"): argument
70 def is_present(self, paths=None): argument
74 def is_current(self, paths=None): argument
82 def find_module(module, paths=None): argument
101 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/chromium-trace/catapult/devil/devil/android/
Dmd5sum.py32 def CalculateHostMd5Sums(paths): argument
67 def CalculateDeviceMd5Sums(paths, device): argument
/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/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/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/skqp/src/compute/tests/groups/
Dgroups.c78 skc_path_t * paths = malloc(sizeof(*paths) * 6); in groups_paths_decode() local
98 skc_path_t * const paths) in groups_paths_release()
111 skc_path_t const * const paths, in groups_rasters_decode()
/external/oss-fuzz/infra/
Dpresubmit.py64 def check_lib_fuzzing_engine(paths): argument
223 def check_project_yaml(paths): argument
260 def check_license(paths): argument
304 def yapf(paths, validate=True): argument
/external/cldr/tools/cldr-unittest/src/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.cc186 bool ZipWriter::AddMixedEntries(Paths paths) { in AddMixedEntries()
234 bool ZipWriter::AddFileEntries(Paths paths) { in AddFileEntries()
268 bool ZipWriter::AddDirectoryEntries(Paths paths) { in AddDirectoryEntries()
292 void ZipWriter::Filter(std::vector<base::FilePath>* const paths) { in Filter()
/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/skqp/src/compute/skc/
Dcontext.c99 skc_path_retain(skc_context_t context, skc_path_t const * paths, uint32_t count) in skc_path_retain()
105 skc_path_release(skc_context_t context, skc_path_t const * paths, uint32_t count) in skc_path_release()
111 skc_path_flush(skc_context_t context, skc_path_t const * paths, uint32_t count) in skc_path_flush()
/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/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/jsoncpp/test/
Dcleantests.py11 paths = [] variable
/external/cldr/tools/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/protobuf/src/google/protobuf/
Dfield_mask.proto244 repeated string paths = 1; field
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/test/
DR8ServiceLoaderOptimizationTest.kt42 val paths = listOf( in <lambda>() constant
/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/llvm/utils/lit/lit/
Dutil.py74 def which(command, paths = None): argument
111 def whichTools(tools, paths): argument
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfts.cpp16 char *const paths[] = {(char *)"/etc", 0}; in main() local
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dwatch_dirs.py24 def __init__(self, paths): argument
/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.h101 explicit SimpleSymbolSupplier(const vector<string> &paths) : paths_(paths) {} in SimpleSymbolSupplier()

12345678910>>...13