Home
last modified time | relevance | path

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

123456

/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/
Dconstraints.compile.pass.cpp38 using Pattern = ForwardView; typedef
53 using Pattern = ForwardTinyView; typedef
87 using Pattern = ForwardTinyView; typedef
102 using Pattern = ForwardView; typedef
117 using Pattern = InputView; typedef
138 using Pattern = IntForwardView; typedef
153 using Pattern = ForwardView; typedef
176 using Pattern = AlmostTinyRange; typedef
199 using Pattern = ForwardView; typedef
/external/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 …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp106 llvm::StringRef Pattern, in findSourceFiles()
113 llvm::StringRef Pattern, in findOneSourceFile()
119 RawSession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile()
125 RawSession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dtodo_check.py113 def _process_file(ctx: PresubmitContext, todo_pattern: re.Pattern, path: Path):
154 todo_pattern: re.Pattern = BUGS_ONLY,
/external/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()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp91 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, in findSourceFiles()
97 llvm::StringRef Pattern, in findOneSourceFile()
102 findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile()
107 findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp205 llvm::StringRef Pattern, in findSourceFiles()
227 llvm::StringRef Pattern, in findOneSourceFile()
236 DIASession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile()
245 DIASession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
/external/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
/external/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()
/external/python/asn1crypto/dev/
Dcoverage.py32 Pattern = re._pattern_type variable
34 Pattern = re.Pattern variable
/external/rust/crates/darling/tests/
Denums_unit.rs7 enum Pattern { enum
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.split/iterator/
Dmember_types.compile.pass.cpp22 using Pattern = std::ranges::subrange<PatternIter, sentinel_wrapper<PatternIter>>; in testIteratorTypedef() typedef
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp468 Sema::CheckPackExpansion(TypeSourceInfo *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion()
485 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, in CheckPackExpansion()
501 ExprResult Sema::ActOnPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc) { in ActOnPackExpansion()
505 ExprResult Sema::CheckPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion()
648 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); in getNumArgumentsInExpansion() local
897 TypeLoc Pattern = Expansion.getPatternLoc(); in getTemplateArgumentPackExpansionPattern() local
914 Expr *Pattern = Expansion->getPattern(); in getTemplateArgumentPackExpansionPattern() local
DSemaTemplateInstantiateDecl.cpp569 TypeAliasDecl *Pattern = D->getTemplatedDecl(); in VisitTypeAliasTemplateDecl() local
966 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition()
1048 CXXRecordDecl *Pattern = D->getTemplatedDecl(); in VisitClassTemplateDecl() local
1255 VarDecl *Pattern = D->getTemplatedDecl(); in VisitVarTemplateDecl() local
2080 TypeLoc Pattern = Expansion.getPatternLoc(); in VisitNonTypeTemplateParmDecl() local
3522 Stmt *Pattern = PatternDecl->getBody(PatternDecl); in InstantiateFunctionDefinition() local
4383 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf()
4396 static bool isInstantiationOf(FunctionTemplateDecl *Pattern, in isInstantiationOf()
4410 isInstantiationOf(ClassTemplatePartialSpecializationDecl *Pattern, in isInstantiationOf()
4425 static bool isInstantiationOf(CXXRecordDecl *Pattern, in isInstantiationOf()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/
DCommonConfig.cpp15 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
/external/openthread/tools/otci/otci/
Dutils.py33 def match_line(line: str, expect_line: Union[str, Pattern, Collection[Any]]) -> bool: argument
/external/swiftshader/third_party/llvm-16.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()
/external/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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVOptions.cpp408 Error LVPatterns::createMatchEntry(LVMatchInfo &Filters, StringRef Pattern, in createMatchEntry()
460 StringRef Pattern = Entry.first(); in addPatterns() local
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp395 struct Pattern { struct in clang::ast_matchers::internal::__anon88113f7a0611::PatternSet
396 StringRef P;
397 bool IsFullyQualified;
482 for (const StringRef Pattern : Names) { in matchesNodeFullSlow() local
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreePatternParser.cs49 public virtual object Pattern() { in Pattern() method in Antlr.Runtime.Tree.TreePatternParser
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gecolor.h20 enum Type { Invalid, Solid, Pattern, Shading }; enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp299 StringRef Pattern, in findSourceFiles()
306 StringRef Pattern, in findOneSourceFile()
312 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile()
318 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DInternalize.cpp63 for (StringRef Pattern : APIList) in PreserveAPIList() local
76 void addGlob(StringRef Pattern) { in addGlob()

123456