HomeSort by relevance Sort by last modified time
    Searched defs:PatternMatch (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 431 static bool PatternMatch(const char* pattern, const std::string& target) {
479 if (!PatternMatch(pMod->classMatch.classPattern, basket.className)) {
484 if (PatternMatch(pMod->classMatch.classPattern, basket.className)) {
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 1 //===- PatternMatch.h - Match on the LLVM IR --------------------*- C++ -*-===//
39 namespace PatternMatch {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 309 } PATTERNMATCH;
311 typedef PATTERNMATCH *LPPATTERNMATCH;
313 #define PATTERNMATCH_SIZE (sizeof(PATTERNMATCH))
319 PATTERNMATCH PatternMatch[4];
357 PATTERNMATCH TriggerPatternMatch;
    [all...]

Completed in 127 milliseconds