Searched defs:Match (Results 1 - 25 of 46) sorted by last modified time

12

/external/vixl/src/vixl/a64/
H A Ddebugger-a64.cc255 static bool Match(const char* name, const char** aliases);
1081 bool DebugCommand::Match(const char* name, const char** aliases) { function in class:vixl::DebugCommand
1126 if (Match(name, Command::kAliases)) { \
/external/v8/test/cctest/
H A Dtest-date.cc64 if (Match(&rules_[i], year, month, day, time_in_day_sec)) {
71 bool Match(Rule* rule, int year, int month, int day, int time_in_day_sec) { function in class:DateCacheMock
/external/v8/src/
H A Dast.h1377 static bool Match(void* literal1, void* literal2) { function in class:v8::internal::FINAL
1395 // TODO(dcarney): remove. this is only needed for Match and Hash.
2107 // Match special cases.
H A Dd8.cc165 bool CounterMap::Match(void* key1, void* key2) { function in class:v8::CounterMap
H A Dinterpreter-irregexp.cc575 RegExpImpl::IrregexpResult IrregexpInterpreter::Match( function in class:v8::internal::IrregexpInterpreter
H A Dregexp-macro-assembler.cc72 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match( function in class:v8::internal::NativeRegExpMacroAssembler
H A Dscanner.cc1323 bool DuplicateFinder::Match(void* first, void* second) { function in class:v8::internal::DuplicateFinder
/external/skia/src/pdf/
H A DSkPDFFont.h141 enum Match { enum in class:SkPDFFont
146 static Match IsMatch(SkPDFFont* existingFont,
/external/selinux/sepolgen/src/sepolgen/
H A Dmatching.py28 class Match: class in inherits:
55 # Match objects that pass the threshold
57 # Match objects over the threshold
249 m = Match(iv, dist)
/external/regex-re2/re2/
H A Dcompile.cc168 Frag Match(int32 id);
420 Frag Compiler::Match(int32 match_id) { function in class:re2::Compiler
733 Frag f = Match(re->match_id());
1014 // Success! Finish by putting Match node at end, and record start.
1018 Frag all = c.Cat(f, c.Match(0));
H A Dre2.cc356 if (!re.Match(*str, 0, str->size(), UNANCHORED, vec, nvec))
383 if (!re.Match(*str, p - str->data(), str->size(), UNANCHORED, vec, nvec))
418 if (!re.Match(text, 0, text.size(), UNANCHORED, vec, nvec))
525 bool RE2::Match(const StringPiece& text, function in class:re2::RE2
620 LOG(INFO) << "Match " << trunc(pattern_)
626 LOG(INFO) << "Match " << trunc(pattern_)
632 LOG(INFO) << "Match " << trunc(pattern_)
649 LOG(INFO) << "Match " << trunc(pattern_)
655 LOG(INFO) << "Match " << trunc(pattern_)
663 LOG(INFO) << "Match " << trun
[all...]
H A Dset.cc94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const { function in class:RE2::Set
96 LOG(DFATAL) << "RE2::Set::Match without Compile";
104 LOG(DFATAL) << "RE2::Set::Match: DFA ran out of cache space";
109 LOG(DFATAL) << "RE2::Set::Match: match but unknown regexp set";
/external/nist-sip/java/gov/nist/core/
H A DMatch.java28 /** Match template for pattern matching.
38 public interface Match { interface
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp327 bool Match = false; local
341 Match = true;
346 return Match;
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp131 /// Match - Match the pattern string against the input buffer Buffer. This
137 size_t Match(StringRef Buffer, size_t &MatchLen,
375 /// Match - Match the pattern string against the input buffer Buffer. This
378 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen, function in class:Pattern
425 // Match the newly constructed regex.
617 /// Check - Match check string and its "not strings" and/or "dag strings".
632 /// CheckDag - Match "dag strings" and their mixed "not strings".
1043 // Match "da
[all...]
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2085 /// Match - Find the maximal addressing mode that a load/store of V can fold,
2093 static ExtAddrMode Match(Value *V, Type *AccessTy, function in class:__anon10409::AddressingModeMatcher
2738 // Match the base operand of the GEP.
2750 // Match the remaining variable portion of the GEP.
3179 ExtAddrMode NewAddrMode = AddressingModeMatcher::Match(
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp112 bool Match = true; local
119 Match = false;
121 Match = false;
130 Match = false;
151 MatchReg &= Match;
/external/llvm/lib/Support/
H A DYAMLTraits.cpp513 bool Output::matchEnumScalar(const char *Str, bool Match) { argument
514 if (Match && !EnumerationMatchFound) {
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp521 // Match simple R + imm12 operands.
527 // Match frame index.
710 // Match simple R +/- imm12 operands.
1267 // Match simple R + imm12 operands.
1273 // Match frame index.
1319 // Match simple R - imm8 operands.
1452 bool Match = false; local
1456 Match = true;
1460 Match = true;
1464 Match
1526 bool Match = false; local
[all...]
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp1132 int Match = 0; local
1134 Match = 0;
1135 Match += serialPatternMatch(LoopHeader);
1136 Match += ifPatternMatch(LoopHeader);
1137 } while (Match > 0);
H A DSILoadStoreOptimizer.cpp379 MachineBasicBlock::iterator Match = findMatchingDSInst(I, Size); local
380 if (Match != E) {
382 I = mergeRead2Pair(I, Match, Size);
390 MachineBasicBlock::iterator Match = findMatchingDSInst(I, Size); local
391 if (Match != E) {
393 I = mergeWrite2Pair(I, Match, Size);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp792 /// @name Auto-generated Match Functions
2587 unsigned Match[4]; local
2589 for (unsigned I = 0, E = array_lengthof(Match); I != E; ++I) {
2591 Match[I] = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore,
2594 if (Match[I] == Match_MissingFeature)
2605 std::count(std::begin(Match), std::end(Match), Match_Success);
2621 for (unsigned I = 0, E = array_lengthof(Match); I != E; ++I)
2622 if (Match[I] == Match_Success)
2644 if (std::count(std::begin(Match), st
2732 SmallVector<unsigned, 8> Match; local
[all...]
/external/lldb/include/lldb/Core/
H A DRegularExpression.h38 class Match class in class:lldb_private::RegularExpression
41 Match (uint32_t max_matches) : function in class:lldb_private::RegularExpression::Match
165 /// A pointer to a RegularExpression::Match structure that was
177 Execute (const char* string, Match *match = NULL, int execute_flags = 0) const;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp323 bool mkvparser::Match(IMkvReader* pReader, long long& pos, unsigned long id_, function in class:mkvparser
366 bool mkvparser::Match(IMkvReader* pReader, long long& pos, unsigned long id_, function in class:mkvparser
/external/libvpx/libvpx/tools/
H A Dcpplint.py428 # Match start of assembly blocks
504 def Match(pattern, s): function
506 # The regexp compilation caching is inlined in both Match and Search for
517 The compiled regex is kept in a cache shared by Match and Search.
618 not Match(r'^\s*$', clean_lines.elided[linenum - 1])):
833 if Match(r'T(EST|est)', self.current_function):
1081 leading_space = Match(r'^(\s*)\S', line)
1091 matched = Match(r'^(.*)\b(?:R|u8R|uR|UR|LR)"([^\s\\()]*)\((.*)$', line)
1698 initial_indent = Match(r'^( *)\S', clean_lines.raw_lines[linenum])
1727 indent = Match(
[all...]

Completed in 604 milliseconds

12