/external/skia/legacy/src/animator/ |
D | SkScript.cpp | 369 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 …]
|
D | SkScript.h | 201 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/ |
D | SkScript.cpp | 369 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 …]
|
D | SkScript.h | 201 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/ |
D | memcheck.h | 211 #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/ |
D | addressable.stderr.exp | 9 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
|
D | partiallydefinedeq.stderr.exp3 | 18 For counts of detected and suppressed errors, rerun with: -v 20 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
D | partiallydefinedeq.stderr.exp4 | 22 For counts of detected and suppressed errors, rerun with: -v 24 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|
D | partiallydefinedeq.stderr.exp2 | 22 For counts of detected and suppressed errors, rerun with: -v 24 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|
D | partial_load_ok.stderr.exp64 | 27 For counts of detected and suppressed errors, rerun with: -v 28 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|
D | badjump.stderr.exp-kfail | 22 For counts of detected and suppressed errors, rerun with: -v 23 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
D | partial_load_dflt.stderr.expr-s390x-mvc | 33 For counts of detected and suppressed errors, rerun with: -v 34 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
|
D | partial_load_dflt.stderr.exp64 | 33 For counts of detected and suppressed errors, rerun with: -v 34 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
|
D | bug287260.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v
|
D | leak-pool-3.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
/external/opencv/cv/src/ |
D | cvdominants.cpp | 291 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/ |
D | capget.stderr.exp2 | 14 For counts of detected and suppressed errors, rerun with: -v 15 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
D | sigqueue.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDynamicScrollBarsView.mm | 193 - (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/ |
D | direct-ivar-assignment-in-annotated-functions.m | 38 @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/ |
D | preen_invars.stderr.exp-glibc28-amd64 | 9 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/drd/tests/ |
D | pth_detached3.stderr.exp1 | 12 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
D | linuxthreads_det.stderr.exp-linuxthreads | 7 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/memcheck/tests/ppc32/ |
D | power_ISA2_05.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
/external/valgrind/main/memcheck/tests/ppc64/ |
D | power_ISA2_05.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|