Home
last modified time | relevance | path

Searched refs:patternMatch (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/resources/net_internals/
Dcros_log_visualizer_view.js195 patternMatch: function(entry, pattern) { method in CrosLogVisualizerView
220 this.patternMatch(entry, pattern);
Dcros_log_marker.js123 this.patternMatch(query, color);
129 patternMatch: function(query, color) { method in CrosLogMarker
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h241 bool patternMatch(const Expr *Ex,
/external/chromium_org/third_party/icu/source/i18n/
Dsmpdtfmt.cpp3151 int32_t patternMatch; in checkIntSuffix() local
3181 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()
3190 if ((textPreMatch >= 0) && (patternMatch >= 0) && (textPreMatch == patternMatch)) { in checkIntSuffix()
3193 else if ((textPostMatch >= 0) && (patternMatch >= 0) && (textPostMatch == patternMatch)) { in checkIntSuffix()
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp3438 int32_t patternMatch; in checkIntSuffix() local
3468 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()
3477 if ((textPreMatch >= 0) && (patternMatch >= 0) && (textPreMatch == patternMatch)) { in checkIntSuffix()
3480 else if ((textPostMatch >= 0) && (patternMatch >= 0) && (textPostMatch == patternMatch)) { in checkIntSuffix()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1275 bool ConditionBRVisitor::patternMatch(const Expr *Ex, raw_ostream &Out, in patternMatch() function in ConditionBRVisitor
1343 const bool isVarLHS = patternMatch(BExpr->getLHS(), OutLHS, BRC, R, N, in VisitTrueTest()
1345 const bool isVarRHS = patternMatch(BExpr->getRHS(), OutRHS, BRC, R, N, in VisitTrueTest()
/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp270 int patternMatch(MachineBasicBlock *MBB);
842 patternMatch(MBB); in run()
957 int AMDGPUCFGStructurizer::patternMatch(MachineBasicBlock *MBB) { in patternMatch() function in __anon6ff774e00311::AMDGPUCFGStructurizer
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp307 int patternMatch(BlockT *CurBlock);
604 patternMatch(curBlk); in run()
752 template<class PassT> int CFGStructurizer<PassT>::patternMatch(BlockT *curBlk) { in patternMatch() function in llvmCFGStruct::CFGStructurizer
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp307 int patternMatch(BlockT *CurBlock);
604 patternMatch(curBlk); in run()
752 template<class PassT> int CFGStructurizer<PassT>::patternMatch(BlockT *curBlk) { in patternMatch() function in llvmCFGStruct::CFGStructurizer