Home
last modified time | relevance | path

Searched defs:Pattern (Results 1 – 25 of 32) 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/flutter/engine/flutter/third_party/txt/src/minikin/
DHyphenator.cpp71 struct Pattern { struct
72 uint32_t version;
73 uint32_t n_entries;
74 uint32_t pattern_offset;
75 uint32_t pattern_size;
76 uint32_t data[1]; // actually flexible array, size is known at runtime
79 static uint32_t len(uint32_t entry) { return entry >> 26; } in len()
80 static uint32_t shift(uint32_t entry) { return (entry >> 20) & 0x3f; } in shift()
81 const uint8_t* buf(uint32_t entry) const { in buf()
/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/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/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpattern.h37 class Pattern; variable
55 Pattern() : unique_name_(std::to_string(g_id_++)) {} in Pattern() function
/third_party/grpc/src/csharp/Grpc.Tools/
DProtoCompile.cs569 public Regex Pattern { get; set; } property in Grpc.Tools.ProtoCompile.ErrorListFilter
/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/python/Lib/
Dre.py279 Pattern = type(sre_compile.compile('', 0)) variable
Dtyping.py2642 Pattern = _alias(stdlib_re.Pattern, 1) variable
2649 Pattern = Pattern variable in re
/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
Ddoio.c308 char Pattern[128]; variable
3637 doio_pat_fill(char *addr, int mem_needed, char *Pattern, int Pattern_Length, in doio_pat_fill()
/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 __anon001df2440211::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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp312 MachineCombinerPattern Pattern, in improvesCriticalPathLen()
DTargetInstrInfo.cpp774 MachineCombinerPattern Pattern, in reassociateOps()
857 MachineInstr &Root, MachineCombinerPattern Pattern, in genAlternativeCodeSequence()
/third_party/node/deps/acorn/acorn-walk/dist/
Dwalk.mjs293 base.Pattern = function (node, st, c) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3760 MachineCombinerPattern Pattern) { in getMaddPatterns()
3767 auto setVFound = [&](int Opcode, int Operand, MachineCombinerPattern Pattern) { in getMaddPatterns()
3889 MachineCombinerPattern Pattern) -> bool { in getFMAPatterns()
4358 MachineInstr &Root, MachineCombinerPattern Pattern, in genAlternativeCodeSequence()
/third_party/typescript/src/compiler/
Dcore.ts2093 export interface Pattern { interface

12