/external/chromium_org/chrome/browser/resources/net_internals/ |
D | cros_log_visualizer_view.js | 195 patternMatch: function(entry, pattern) { method in CrosLogVisualizerView 220 this.patternMatch(entry, pattern);
|
D | cros_log_marker.js | 123 this.patternMatch(query, color); 129 patternMatch: function(query, color) { method in CrosLogMarker
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 241 bool patternMatch(const Expr *Ex,
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | smpdtfmt.cpp | 3151 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/ |
D | smpdtfmt.cpp | 3438 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/ |
D | BugReporterVisitors.cpp | 1275 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/ |
D | AMDILCFGStructurizer.cpp | 270 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/ |
D | AMDILCFGStructurizer.cpp | 307 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/ |
D | AMDILCFGStructurizer.cpp | 307 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
|