Home
last modified time | relevance | path

Searched defs:Pattern (Results 1 – 25 of 40) sorted by relevance

12

/third_party/nghttp2/src/
Dshrpx_router_test.cc46 struct Pattern { struct
47 StringRef pattern;
48 size_t idx;
49 bool wildcard;
/third_party/rust/crates/os_str_bytes/src/
Dpattern.rs36 pub trait Pattern: private::Sealed { interface
57 impl Pattern for &str { impl
65 impl<'a> Pattern for &'a String { impl
Draw_str.rs311 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/typescript/tests/cases/compiler/
DdiscriminantsAndPrimitives.ts54 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/
DNativeSession.cpp147 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/
Dpattern.rs226 pub struct Pattern<'a>(&'a [u8]); struct
228 impl<'a> fmt::Debug for Pattern<'a> { implementation
236 impl<'p> Pattern<'p> { implementation
/third_party/skia/modules/skparagraph/include/
DHyphenator.h47 struct Pattern { struct
48 uint8_t patterns[8]; // dynamic
/third_party/rust/crates/glob/src/
Dlib.rs492 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 { implementation
813 patterns: &[Pattern], in fill_todo()
/third_party/tex-hyphen/collaboration/source/hyphenator/
Dgenerate-js-Hyphenator.rb63 class Pattern class
/third_party/gn/src/gn/
Dpattern_unittest.cc22 TEST(Pattern, Matches) { in TEST() argument
Dpattern.cc89 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/
DDIASession.cpp284 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/
DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
/third_party/rust/crates/regex/src/
Dpattern.rs13 impl<'r, 't> Pattern<'t> for &'r Regex { impl
/third_party/tex-hyphen/ohos/src/hyphen-build/
Dhyphen_pattern_reader.cpp56 struct Pattern { struct
57 uint8_t patterns[8]; // dynamic
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2DataModel.java127 public static class Pattern { class in Mf2DataModel
130 private Pattern(Builder builder) { in Pattern() method in Mf2DataModel.Pattern
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java81 public enum Pattern { enum in TimeZoneGenericNames
95 Pattern(String key, String defaultVal) { in Pattern() method in TimeZoneGenericNames.Pattern
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneGenericNames.java85 public enum Pattern { enum in TimeZoneGenericNames
99 Pattern(String key, String defaultVal) { in Pattern() method in TimeZoneGenericNames.Pattern
/third_party/python/Lib/re/
D__init__.py263 Pattern = type(_compiler.compile('', 0)) variable
/third_party/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c220 int Pattern = PATTERN_OFFSET; /* This pattern is 64 bit word based */ variable
222 int Pattern = PATTERN_ASCII; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h245 friend class Pattern; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/pass/
Doverlap_gradmatmul_and_gradallreduce.cc36 using Pattern = std::vector<std::pair<PrimitivePtr, int64_t>>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp158 const std::string Pattern; member in __anonb9c9b7820211::PatternRewriteDescriptor
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java1594 private static final class Pattern { class in StringSearch
1613 protected Pattern(String pattern) { in Pattern() method in StringSearch.Pattern
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1610 private static final class Pattern { class in StringSearch
1629 protected Pattern(String pattern) { in Pattern() method in StringSearch.Pattern

12