Home
last modified time | relevance | path

Searched refs:suppressed (Results 1 – 25 of 164) sorted by relevance

1234567

/external/skia/legacy/src/animator/
DSkScript.cpp369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) { in evaluateDot() argument
377 bool success = handleProperty(suppressed); in evaluateDot()
382 return evaluateDotParam(script, suppressed, field, fieldLength); in evaluateDot()
385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed, in evaluateDotParam() argument
388 if (suppressed) in evaluateDotParam()
404 if (suppressed == false) { in evaluateDotParam()
412 if (success && suppressed == false && in evaluateDotParam()
492 SkBool suppressed = fSuppressStack.top().fSuppress; in functionParams() local
495 bool success = innerScript(scriptPtr, suppressed ? NULL : &value); in functionParams()
500 if (suppressed) in functionParams()
[all …]
DSkScript.h201 bool evaluateDot(const char*& script, bool suppressed);
202 …bool evaluateDotParam(const char*& script, bool suppressed, const char* field, size_t fieldLength);
204 bool handleArrayIndexer(const char** scriptPtr, bool suppressed);
206 bool handleFunction(const char** scriptPtr, bool suppressed);
210 bool handleProperty(bool suppressed);
/external/skia/src/animator/
DSkScript.cpp369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) { in evaluateDot() argument
377 bool success = handleProperty(suppressed); in evaluateDot()
382 return evaluateDotParam(script, suppressed, field, fieldLength); in evaluateDot()
385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed, in evaluateDotParam() argument
388 if (suppressed) in evaluateDotParam()
404 if (suppressed == false) { in evaluateDotParam()
412 if (success && suppressed == false && in evaluateDotParam()
492 SkBool suppressed = fSuppressStack.top().fSuppress; in functionParams() local
495 bool success = innerScript(scriptPtr, suppressed ? NULL : &value); in functionParams()
500 if (suppressed) in functionParams()
[all …]
DSkScript.h201 bool evaluateDot(const char*& script, bool suppressed);
202 …bool evaluateDotParam(const char*& script, bool suppressed, const char* field, size_t fieldLength);
204 bool handleArrayIndexer(const char** scriptPtr, bool suppressed);
206 bool handleFunction(const char** scriptPtr, bool suppressed);
210 bool handleProperty(bool suppressed);
/external/valgrind/main/memcheck/
Dmemcheck.h211 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument
228 suppressed = _qzz_suppressed; \
233 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
250 suppressed = _qzz_suppressed; \
/external/valgrind/main/memcheck/tests/
Daddressable.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
38 For counts of detected and suppressed errors, rerun with: -v
47 For counts of detected and suppressed errors, rerun with: -v
61 For counts of detected and suppressed errors, rerun with: -v
80 For counts of detected and suppressed errors, rerun with: -v
90 For counts of detected and suppressed errors, rerun with: -v
Dpartiallydefinedeq.stderr.exp318 For counts of detected and suppressed errors, rerun with: -v
20 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
Dpartiallydefinedeq.stderr.exp422 For counts of detected and suppressed errors, rerun with: -v
24 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
Dpartiallydefinedeq.stderr.exp222 For counts of detected and suppressed errors, rerun with: -v
24 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
Dpartial_load_ok.stderr.exp6427 For counts of detected and suppressed errors, rerun with: -v
28 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
Dbadjump.stderr.exp-kfail22 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Dpartial_load_dflt.stderr.expr-s390x-mvc33 For counts of detected and suppressed errors, rerun with: -v
34 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
Dpartial_load_dflt.stderr.exp6433 For counts of detected and suppressed errors, rerun with: -v
34 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
Dbug287260.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
Dleak-pool-3.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
/external/opencv/cv/src/
Dcvdominants.cpp291 int suppressed = 0; in icvFindDominantPointsIPAN() local
295 for( j = 1; (j <= ptInf[i].right_neigh) && (suppressed == 0); j++ ) in icvFindDominantPointsIPAN()
298 suppressed = 1; in icvFindDominantPointsIPAN()
301 for( j = -1; (j >= ptInf[i].left_neigh) && (suppressed == 0); j-- ) in icvFindDominantPointsIPAN()
307 suppressed = 1; in icvFindDominantPointsIPAN()
310 if( !suppressed ) in icvFindDominantPointsIPAN()
/external/valgrind/main/memcheck/tests/linux/
Dcapget.stderr.exp214 For counts of detected and suppressed errors, rerun with: -v
15 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Dsigqueue.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
/external/webkit/Source/WebKit/mac/WebView/
DWebDynamicScrollBarsView.mm193 - (void)setScrollBarsSuppressed:(BOOL)suppressed repaintOnUnsuppress:(BOOL)repaint
195 _private->suppressScrollers = suppressed;
200 if (suppressed) {
205 if (!suppressed && repaint)
208 if (suppressed || repaint) {
209 [[self verticalScroller] setNeedsDisplay:!suppressed];
210 [[self horizontalScroller] setNeedsDisplay:!suppressed];
391 // Update the scrollers if they're not being suppressed.
397 // Validate the scrollers if they're being suppressed.
/external/clang/test/Analysis/objc/
Ddirect-ivar-assignment-in-annotated-functions.m38 @property (assign) MyClass* NotA; // warnings should be suppressed, backing ivar is annotated
39 …__((annotate("objc_allow_direct_instance_variable_assignment"))); // warnings should be suppressed
/external/valgrind/main/exp-sgcheck/tests/
Dpreen_invars.stderr.exp-glibc28-amd649 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
/external/valgrind/main/drd/tests/
Dpth_detached3.stderr.exp112 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
Dlinuxthreads_det.stderr.exp-linuxthreads7 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/main/memcheck/tests/ppc32/
Dpower_ISA2_05.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/memcheck/tests/ppc64/
Dpower_ISA2_05.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v

1234567