Home
last modified time | relevance | path

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

12345678910

/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.h41 InodeMapValue(InodeFileMap_Entry_Type entry_type, std::set<std::string> paths) in InodeMapValue()
47 const std::set<std::string>& paths() const { return paths_; } in paths() function
49 void SetPaths(std::set<std::string> paths) { paths_ = std::move(paths); } in SetPaths()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCldrFactory.java40 File[] paths = { in testDirectories() local
67 … File[] paths = { new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in testMerge() local
140 Set<String> paths = new TreeSet<>(); in differentPathValue() local
141 CollectionUtilities.addAll(a.iterator(), paths); in differentPathValue() local
142 CollectionUtilities.addAll(b.iterator(), paths); in differentPathValue() local
166 … File[] paths = { new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in testWrite() local
/external/oss-fuzz/infra/
Dpresubmit.py63 def check_lib_fuzzing_engine(paths): argument
208 def check_project_yaml(paths): argument
245 def check_license(paths): argument
281 def lint(paths): argument
295 def yapf(paths, validate=True): argument
/external/chromium-trace/catapult/devil/devil/android/
Dmd5sum.py19 def CalculateHostMd5Sums(paths): argument
42 def CalculateDeviceMd5Sums(paths, device): 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
/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/cldr/tools/java/org/unicode/cldr/tool/
DCLDRCompare.java61 HashSet<String> paths = new HashSet<String>(); in main() local
65 CollectionUtilities.addAll(newCldrFile.iterator(), paths); in main() local
71 CollectionUtilities.addAll(oldCldrFile.iterator(), paths); in main() local
DRemoveEmptyCldrFiles.java12 File[] paths = { in main() local
DExtractListInfo.java11 public static final String[] paths = { field in ExtractListInfo
/external/angle/third_party/jsoncpp/source/test/
Dcleantests.py11 paths = [] variable
/external/jsoncpp/test/
Dcleantests.py5 paths = [] variable
/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/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/protobuf/src/google/protobuf/
Dfield_mask.proto244 repeated string paths = 1; field
/external/tensorflow/tensorflow/lite/experimental/ruy/
Dcontext.cc26 void Context::SetRuntimeEnabledPaths(Path paths) { in SetRuntimeEnabledPaths()
/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/kotlinx.coroutines/ui/kotlinx-coroutines-android/test/
DR8ServiceLoaderOptimizationTest.kt40 val paths = listOf( in <lambda>() constant
/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.h101 explicit SimpleSymbolSupplier(const vector<string> &paths) : paths_(paths) {} in SimpleSymbolSupplier()
/external/grpc-grpc/tools/run_tests/python_utils/
Dwatch_dirs.py23 def __init__(self, paths): argument
/external/tensorflow/tensorflow/stream_executor/lib/
Dpath.cc30 string JoinPathImpl(std::initializer_list<absl::string_view> paths) { in JoinPathImpl()
/external/llvm/utils/lit/lit/
Dutil.py74 def which(command, paths = None): argument
111 def whichTools(tools, paths): argument
/external/chromium-trace/catapult/common/eslint/bin/
Drun_eslint51 paths = DIRECTORIES_TO_LINT if args.all else args.paths variable
/external/protobuf/php/src/Google/Protobuf/
DFieldMask.php179 private $paths; variable in Google\\Protobuf\\FieldMask

12345678910