/external/wayland-protocols/ |
D | locations.go | 31 Paths(cmd *android.RuleBuilderCommand) []string methodSpec 44 func (l inputLocation) Paths(cmd *android.RuleBuilderCommand) []string { func 59 func (l outputLocation) Paths(cmd *android.RuleBuilderCommand) []string { func 75 func (l toolLocation) Paths(cmd *android.RuleBuilderCommand) []string { func 91 func (l packagedToolLocation) Paths(cmd *android.RuleBuilderCommand) []string { func 108 func (l errorLocation) Paths(cmd *android.RuleBuilderCommand) []string { func
|
/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | bellman_ford.rs | 10 pub struct Paths<NodeId, EdgeWeight> { struct 11 pub distances: Vec<EdgeWeight>, 12 pub predecessors: Vec<Option<NodeId>>,
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/glob-0.3.1/src/ |
D | lib.rs | 95 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
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/glob-0.3.1/src/ |
D | lib.rs | 95 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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | ReplaceConstant.cpp | 56 auto &Paths = CEPaths[&U]; in convertConstantExprsToInstructions() local 106 std::vector<std::vector<ConstantExpr *>> Paths; in collectConstantExprPaths() local
|
/external/rust/android-crates-io/crates/glob/src/ |
D | lib.rs | 97 pub struct Paths { struct 98 dir_patterns: Vec<Pattern>, 122 /// See the `Paths` documentation for more information. argument 162 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob() 179 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with() 383 impl Iterator for Paths { implementation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 74 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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 73 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() 90 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() 98 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal()
|
D | FileCollector.cpp | 106 PathStorage Paths; in canonicalize() local 123 PathCanonicalizer::PathStorage Paths = Canonicalizer.canonicalize(SrcPath); in addFileImpl() local
|
/external/mesa3d/docs/ |
D | gallium-nine.rst | 29 Paths chapter
|
/external/cldr/docs/site/development/ |
D | updating-dtds.md | 315 ### Gotchas 323 ### OK if Missing
|
/external/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 50 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() 80 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths) { in createOrDie()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Debuginfod/ |
D | Debuginfod.h | 107 SmallVector<std::string, 1> Paths; variable
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.h | 14 FStringVector Paths; member
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMask.cs | 296 public pbc::RepeatedField<string> Paths { property in Google.Protobuf.WellKnownTypes.FieldMask
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMask.cs | 296 public pbc::RepeatedField<string> Paths { property in Google.Protobuf.WellKnownTypes.FieldMask
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMask.cs | 296 public pbc::RepeatedField<string> Paths { property in Google.Protobuf.WellKnownTypes.FieldMask
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | Automaton.h | 82 SmallVector<NfaPath, 4> Paths; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Automaton.h | 82 SmallVector<NfaPath, 4> Paths; variable
|
/external/rust/android-crates-io/crates/bindgen/ir/ |
D | traversal.rs | 263 pub(crate) struct Paths<'ctx>(BTreeMap<ItemId, ItemId>, &'ctx BindgenContext); struct 265 impl<'ctx> TraversalStorage<'ctx> for Paths<'ctx> { implementation
|
/external/zlib/google/ |
D | zip.h | 29 using Paths = base::span<const base::FilePath>; variable
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 77 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isDerivedFrom() local 102 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isVirtuallyDerivedFrom() local
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 123 std::list<CXXBasePath> Paths; variable
|
/external/llvm/lib/LibDriver/ |
D | LibDriver.cpp | 92 ArrayRef<StringRef> Paths) { in findInputFile()
|
/external/golang-protobuf/types/known/fieldmaskpb/ |
D | field_mask.pb.go | 292 Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"` member
|