Home
last modified time | relevance | path

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

12

/third_party/nghttp2/src/
Dshrpx_router_test.cc33 struct Pattern { struct
34 StringRef pattern;
35 size_t idx;
36 bool wildcard;
/third_party/rust/crates/os_str_bytes/src/
Dpattern.rs36 pub trait Pattern: private::Sealed { trait
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/node/deps/v8/src/profiler/
Dtick-sample.cc33 struct Pattern { in IsNoFrameRegion() struct
34 int bytes_count; in IsNoFrameRegion()
35 i::byte bytes[8]; in IsNoFrameRegion()
36 int offsets[4]; in IsNoFrameRegion()
/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/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 { impl
813 patterns: &[Pattern], in fill_todo()
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/
Dpattern.d.ts19 export declare class Pattern { class
Dpattern.js12 class Pattern { class
/third_party/node/deps/npm/node_modules/glob/dist/mjs/
Dpattern.d.ts19 export declare class Pattern { class
Dpattern.js9 export class Pattern { class
/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/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/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/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/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/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/node/deps/v8/src/torque/
Dearley-parser.h404 Symbol* Pattern(PatternFunction pattern) { return &patterns_[pattern]; } in Pattern() function
431 Symbol* Pattern(PatternFunction pattern) { return lexer_.Pattern(pattern); } in Pattern() function
/third_party/python/Lib/
Dre.py279 Pattern = type(sre_compile.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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp158 const std::string Pattern; member in __anon56658d630211::PatternRewriteDescriptor

12