Searched defs:suppressed (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_linux.cc61 bool OnReport(const ReportDesc *rep, bool suppressed) { argument
/external/opencv/cv/src/
H A Dcvdominants.cpp291 int suppressed = 0; local
295 for( j = 1; (j <= ptInf[i].right_neigh) && (suppressed == 0); j++ )
298 suppressed = 1;
301 for( j = -1; (j >= ptInf[i].left_neigh) && (suppressed == 0); j-- )
307 suppressed = 1;
310 if( !suppressed )
H A Dcvsurf.cpp203 bool suppressed = false; local
225 suppressed = true;
229 if( !suppressed )
/external/chromium_org/third_party/skia/src/animator/
H A DSkScript.cpp269 *fOpStack.push() = kParen; // push even if eval is suppressed
369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) { argument
377 bool success = handleProperty(suppressed);
382 return evaluateDotParam(script, suppressed, field, fieldLength);
385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed, argument
388 if (suppressed)
404 if (suppressed == false) {
412 if (success && suppressed == false &&
492 SkBool suppressed = fSuppressStack.top().fSuppress; local
495 bool success = innerScript(scriptPtr, suppressed
531 SkBool suppressed = fSuppressStack.top().fSuppress; local
806 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); local
876 handleArrayIndexer(const char** scriptPtr, bool suppressed) argument
934 handleFunction(const char** scriptPtr, bool suppressed) argument
1027 handleProperty(bool suppressed) argument
[all...]
/external/skia/src/animator/
H A DSkScript.cpp269 *fOpStack.push() = kParen; // push even if eval is suppressed
369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) { argument
377 bool success = handleProperty(suppressed);
382 return evaluateDotParam(script, suppressed, field, fieldLength);
385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed, argument
388 if (suppressed)
404 if (suppressed == false) {
412 if (success && suppressed == false &&
492 SkBool suppressed = fSuppressStack.top().fSuppress; local
495 bool success = innerScript(scriptPtr, suppressed
531 SkBool suppressed = fSuppressStack.top().fSuppress; local
806 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); local
876 handleArrayIndexer(const char** scriptPtr, bool suppressed) argument
934 handleFunction(const char** scriptPtr, bool suppressed) argument
1027 handleProperty(bool suppressed) argument
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc47 bool OnReport(const ReportDesc *rep, bool suppressed);
50 bool WEAK OnReport(const ReportDesc *rep, bool suppressed) { argument
52 return suppressed;
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.cpp705 void ScrollView::setScrollbarsSuppressed(bool suppressed, bool repaintOnUnsuppress) argument
707 if (suppressed == m_scrollbarsSuppressed)
710 m_scrollbarsSuppressed = suppressed;
712 if (repaintOnUnsuppress && !suppressed) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 240 milliseconds