Home
last modified time | relevance | path

Searched defs:Paths (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/crates/glob/src/
Dlib.rs95 pub struct Paths { struct
96 dir_patterns: Vec<Pattern>,
120 /// See the `Paths` documentation for more information. argument
160 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob()
177 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with()
328 impl Iterator for Paths { implementation
/third_party/flutter/engine/flutter/fml/
Dpaths_unittests.cc9 TEST(Paths, SanitizeURI) { in TEST() argument
/third_party/mesa3d/docs/
Dgallium-nine.rst30 Paths chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp74 SpecialCaseList::create(const std::vector<std::string> &Paths, in create()
91 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie()
99 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal()
/third_party/node/deps/npm/node_modules/env-paths/
Dindex.d.ts13 export interface Paths { interface
/third_party/skia/third_party/externals/tint/tools/src/glob/
Dglob.go87 Paths searchRules member
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMask.cs290 public pbc::RepeatedField<string> Paths { property in Google.Protobuf.WellKnownTypes.FieldMask
/third_party/ninja/src/
Dstate.h126 typedef ExternalStringHashMap<Node*>::Type Paths; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h82 SmallVector<NfaPath, 4> Paths; variable
/third_party/rust/crates/bindgen/bindgen/ir/
Dtraversal.rs262 pub struct Paths<'ctx>(BTreeMap<ItemId, ItemId>, &'ctx BindgenContext); struct
264 impl<'ctx> TraversalStorage<'ctx> for Paths<'ctx> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp94 static std::string findInputFile(StringRef File, ArrayRef<StringRef> Paths) { in findInputFile()
/third_party/skia/third_party/externals/spirv-cross/
Dtest_shaders.py34 class Paths(): class
/third_party/typescript/src/services/
DstringCompletions.ts102 const enum StringLiteralCompletionKind { Paths, Properties, Types } enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp522 SmallVector<DefPath, 32> Paths; member in __anon231cb74d0511::ClobberWalker
783 auto MoveDominatedPathToEnd = [&](SmallVectorImpl<TerminatedPath> &Paths) { in tryOptimizePhi()
/third_party/flutter/skia/tests/
DPathTest.cpp4754 DEF_TEST(Paths, reporter) { in DEF_TEST() argument
/third_party/skia/tests/
DPathTest.cpp4814 DEF_TEST(Paths, reporter) { in DEF_TEST() argument