HomeSort by relevance Sort by last modified time
    Searched refs:MatchInfo (Results 1 - 11 of 11) sorted by null

  /external/valgrind/main/VEX/priv/
ir_match.h 73 MatchInfo;
81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
ir_match.c 45 void setBindee ( MatchInfo* mi, Int n, IRExpr* bindee )
60 Bool matchWrk ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ )
99 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ )
host_x86_isel.c 735 MatchInfo mi;
    [all...]
host_amd64_isel.c 860 MatchInfo mi;
    [all...]
host_arm_isel.c     [all...]
host_ppc_isel.c     [all...]
  /external/webkit/Source/WebKit/android/nav/
FindCanvas.h 46 class MatchInfo {
48 MatchInfo();
49 ~MatchInfo();
50 MatchInfo(const MatchInfo& src);
56 // SkPicture. If this MatchInfo already had one, unref it.
61 MatchInfo& operator=(MatchInfo& src);
150 WTF::Vector<MatchInfo>* detachMatches() {
151 WTF::Vector<MatchInfo>* array = mMatches
    [all...]
FindCanvas.cpp 44 // MatchInfo methods
47 MatchInfo::MatchInfo() {
51 MatchInfo::~MatchInfo() {
55 MatchInfo::MatchInfo(const MatchInfo& src) {
62 void MatchInfo::set(const SkRegion& region, SkPicture* pic, int layerId) {
154 mMatches = new WTF::Vector<MatchInfo>();
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GLExtras.cpp 175 WTF::Vector<MatchInfo>* matches = m_findOnPage->matches();
184 MatchInfo& info = matches->at(i);
197 MatchInfo& info = matches->at(current);
  /external/llvm/utils/FileCheck/
FileCheck.cpp 331 SmallVector<StringRef, 4> MatchInfo;
332 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo))
336 assert(!MatchInfo.empty() && "Didn't get any match");
337 StringRef FullMatch = MatchInfo[0];
341 assert(VariableDefs[i].second < MatchInfo.size() &&
343 VariableTable[VariableDefs[i].first] = MatchInfo[VariableDefs[i].second];

Completed in 225 milliseconds