| /third_party/nghttp2/src/ |
| D | shrpx_router_test.cc | 46 struct Pattern { struct 47 StringRef pattern; 48 size_t idx; 49 bool wildcard;
|
| /third_party/rust/crates/os_str_bytes/src/ |
| D | pattern.rs | 36 pub trait Pattern: private::Sealed { trait 57 impl Pattern for &str { impl 65 impl<'a> Pattern for &'a String { impl
|
| D | raw_str.rs | 311 P: Pattern, in contains() 331 P: Pattern, in ends_with() 369 pub fn find<P>(&self, pat: P) -> Option<usize> in find() 434 pub fn rfind<P>(&self, pat: P) -> Option<usize> in rfind() 486 P: Pattern, in rsplit_once() 542 P: Pattern, in split() 601 P: Pattern, in split_once() 621 P: Pattern, in starts_with() 663 pub fn strip_prefix<P>(&self, pat: P) -> Option<&Self> in strip_prefix() 689 pub fn strip_suffix<P>(&self, pat: P) -> Option<&Self> in strip_suffix() [all …]
|
| /third_party/mesa3d/bin/ci/ |
| D | ci_run_n_monitor.py | 116 target_jobs_regex: re.Pattern, 117 include_stage_regex: re.Pattern, 118 exclude_stage_regex: re.Pattern, 465 target_jobs_regex: re.Pattern, 466 include_stage_regex: re.Pattern, 467 exclude_stage_regex: re.Pattern,
|
| D | gitlab_gql.py | 329 dag: Dag, job_name_regex: Pattern, include_stage_regex: Pattern, exclude_stage_regex: Pattern
|
| /third_party/rust/rust/tests/rustdoc/synthetic_auto/ |
| D | self-referential.rs | 4 pub trait Pattern { interface
|
| /third_party/typescript/tests/cases/compiler/ |
| D | discriminantsAndPrimitives.ts | 54 Pattern = "Pattern", enumerator 69 interface Pattern extends NodeBase { interface
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeSession.cpp | 147 StringRef Pattern, in findSourceFiles() 154 StringRef Pattern, in findOneSourceFile() 160 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile() 166 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
|
| /third_party/rust/crates/aho-corasick/src/packed/ |
| D | pattern.rs | 226 pub struct Pattern<'a>(&'a [u8]); struct 228 impl<'a> fmt::Debug for Pattern<'a> { implementation 236 impl<'p> Pattern<'p> { impl
|
| /third_party/skia/modules/skparagraph/include/ |
| D | Hyphenator.h | 47 struct Pattern { struct 48 uint8_t patterns[8]; // dynamic
|
| /third_party/skia/m133/modules/skparagraph/include/ |
| D | Hyphenator.h | 47 struct Pattern { struct 48 uint8_t patterns[8]; // dynamic
|
| /third_party/rust/crates/glob/src/ |
| D | lib.rs | 492 pub struct Pattern { struct 494 tokens: Vec<PatternToken>, argument 499 impl fmt::Display for Pattern { argument 505 impl FromStr for Pattern { implementation 541 impl Pattern { impl 813 patterns: &[Pattern], in fill_todo()
|
| /third_party/rust/rust/tests/rustdoc/ |
| D | async-fn.rs | 49 pub trait Pattern<'a> {} trait
|
| /third_party/tex-hyphen/collaboration/source/hyphenator/ |
| D | generate-js-Hyphenator.rb | 63 class Pattern class
|
| /third_party/gn/src/gn/ |
| D | pattern_unittest.cc | 22 TEST(Pattern, Matches) { in TEST() argument
|
| D | pattern.cc | 89 Pattern::Pattern(const std::string& s) { function in Pattern
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
| D | DIASession.cpp | 284 llvm::StringRef Pattern, in findSourceFiles() 306 llvm::StringRef Pattern, in findOneSourceFile() 315 DIASession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile() 324 DIASession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DiagnosticHandler.cpp | 25 std::shared_ptr<Regex> Pattern; member
|
| /third_party/rust/rust/library/core/src/ |
| D | panicking.rs | 243 struct Pattern<'a>(&'a str); in assert_matches_failed() struct 244 impl fmt::Debug for Pattern<'_> { in assert_matches_failed() implementation
|
| /third_party/rust/crates/regex/src/ |
| D | pattern.rs | 13 impl<'r, 't> Pattern<'t> for &'r Regex { impl
|
| /third_party/rust/rust/compiler/rustc_ast_passes/src/ |
| D | show_span.rs | 16 Pattern, enumerator
|
| /third_party/rust/rust/library/core/src/str/ |
| D | pattern.rs | 99 pub trait Pattern<'a>: Sized { trait 797 impl<'a, const N: usize> Pattern<'a> for [char; N] { impl 817 impl<'a, 'b, const N: usize> Pattern<'a> for &'b [char; N] { impl 857 impl<'a, 'b> Pattern<'a> for &'b [char] { impl 918 impl<'a, 'b, 'c> Pattern<'a> for &'c &'b str { impl 936 impl<'a, 'b> Pattern<'a> for &'b str { impl
|
| /third_party/grpc/src/csharp/Grpc.Tools/ |
| D | ProtoCompile.cs | 647 public Regex Pattern { get; set; } property in Grpc.Tools.ProtoCompile.ErrorListFilter
|
| /third_party/tex-hyphen/ohos/src/hyphen-build/ |
| D | hyphen_pattern_reader.cpp | 56 struct Pattern { struct 57 uint8_t patterns[8]; // dynamic
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/ |
| D | lib.rs | 72 Pattern, enumerator
|