Home
last modified time | relevance | path

Searched defs:Pattern (Results 1 - 25 of 37) sorted by relevance

12

/third_party/rust/crates/os_str_bytes/src/
H A Dpattern.rs36 pub trait Pattern: private::Sealed { traits
57 impl Pattern for &str { impls
65 impl<'a> Pattern for &'a String { impls
/third_party/rust/crates/regex/src/
H A Dpattern.rs13 impl<'r, 't> Pattern<'t> for &'r Regex { impls
/third_party/rust/crates/aho-corasick/src/packed/
H A Dpattern.rs226 pub struct Pattern<'a>(&'a [u8]); structure names
236 impl<'p> Pattern<' in fmt() impls
[all...]
/third_party/gn/src/gn/
H A Dpattern.h17 class Pattern { class
/third_party/nghttp2/src/
H A Dshrpx_router_test.cc33 struct Pattern { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
[all...]
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlog_section.py5 from typing import Optional, Pattern, Union namespace
/third_party/skia/src/core/
H A DSkRecordPattern.h113 template <> class Pattern<> { class
120 class Pattern<First, Rest...> { class
/third_party/rust/crates/glob/src/
H A Dlib.rs492 pub struct Pattern { structure names
541 impl Pattern { global() impls
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py21 from typing import Dict, IO, Iterable, Iterator, List, Optional, Pattern, Set, Tuple, Union namespace
/third_party/mbedtls/tests/scripts/
H A Dcheck_files.py22 from typing import FrozenSet, Optional, Pattern # pylint: disable=unused-import namespace
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.cc33 struct Pattern { in IsNoFrameRegion() struct
/third_party/python/Lib/re/
H A D__init__.py263 Pattern = type(_compiler.compile('', 0)) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCombiner.cpp306 improvesCriticalPathLen( MachineBasicBlock *MBB, MachineInstr *Root, MachineTraceMetrics::Trace BlockTrace, SmallVectorImpl<MachineInstr *> &InsInstrs, SmallVectorImpl<MachineInstr *> &DelInstrs, DenseMap<unsigned, unsigned> &InstrIdxForVirtReg, MachineCombinerPattern Pattern, bool SlackIsAccurate) improvesCriticalPathLen() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp160 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile() argument
166 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile() argument
146 findSourceFiles(const PDBSymbolCompiland *Compiland, StringRef Pattern, PDB_NameSearchFlags Flags) const findSourceFiles() argument
153 findOneSourceFile(const PDBSymbolCompiland *Compiland, StringRef Pattern, PDB_NameSearchFlags Flags) const findOneSourceFile() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp158 const std::string Pattern; member in __anon25246::PatternRewriteDescriptor
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2DataModel.java127 public static class Pattern { class in Mf2DataModel
130 private Pattern(Builder builder) { in Pattern() method in Mf2DataModel.Pattern
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp315 DIASession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile() argument
324 DIASession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile() argument
283 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, PDB_NameSearchFlags Flags) const findSourceFiles() argument
305 findOneSourceFile(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, PDB_NameSearchFlags Flags) const findOneSourceFile() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A 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/
H A DTimeZoneGenericNames.java85 public enum Pattern { enum in TimeZoneGenericNames
99 Pattern(String key, String defaultVal) { in Pattern() method in TimeZoneGenericNames.Pattern
/third_party/python/Lib/test/
H A Dtest_genericalias.py43 from re import Pattern, Match namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheckImpl.h358 class Pattern { class
428 Pattern(Check::FileCheckType Ty, FileCheckPatternContext *Context, in Pattern() function in llvm::Pattern
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java1610 private static final class Pattern { class in StringSearch
1629 protected Pattern(String pattern) { Pattern() method in StringSearch.Pattern
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringSearch.java1594 private static final class Pattern { class in StringSearch
1613 protected Pattern(String pattern) { Pattern() method in StringSearch.Pattern
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h205 Optional<yaml::BinaryRef> Pattern; member

Completed in 25 milliseconds

12