HomeSort by relevance Sort by last modified time
    Searched defs:suppressed (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/common/extensions/permissions/
chrome_permission_message_provider.cc 39 typename T::iterator suppressed = FindMessageByID(messages, local
41 if (suppressed != messages.end() &&
43 messages.erase(suppressed);
  /external/opencv/cv/src/
cvdominants.cpp 291 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 )
cvsurf.cpp 203 bool suppressed = false; local
225 suppressed = true;
229 if( !suppressed )
  /libcore/libart/src/main/java/java/lang/
ClassLoader.java 502 ClassNotFoundException suppressed = null; local
506 suppressed = e;
513 e.addSuppressed(suppressed);
  /libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java 148 throwable.addSuppressed(newThrowable("Suppressed", "A", "B", "E", "F"));
149 throwable.addSuppressed(newThrowable("Suppressed", "A", "B", "G", "H"));
154 + "\tSuppressed: java.lang.Throwable: Suppressed\n"
158 + "\tSuppressed: java.lang.Throwable: Suppressed\n"
171 Throwable suppressed = newThrowable("Suppressed", "A", "B", "E", "F"); local
173 throwable.addSuppressed(suppressed);
174 suppressed.addSuppressed(newThrowable("Suppressed/Suppressed", "A", "B", "E", "G"))
311 Throwable suppressed = newThrowable("Suppressed"); local
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScript.cpp 269 *fOpStack.push() = kParen; // push even if eval is suppressed
369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) {
377 bool success = handleProperty(suppressed);
382 return evaluateDotParam(script, suppressed, field, fieldLength);
385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed,
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 ? NULL : &value)
531 SkBool suppressed = fSuppressStack.top().fSuppress; local
806 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 50 bool OnReport(const ReportDesc *rep, bool suppressed);
53 bool WEAK OnReport(const ReportDesc *rep, bool suppressed) {
55 return suppressed;
529 bool suppressed = OnReport(rep, suppress_pc != 0); local
531 if (suppressed)
  /external/skia/src/animator/
SkScript.cpp 269 *fOpStack.push() = kParen; // push even if eval is suppressed
369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) {
377 bool success = handleProperty(suppressed);
382 return evaluateDotParam(script, suppressed, field, fieldLength);
385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed,
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 ? NULL : &value)
531 SkBool suppressed = fSuppressStack.top().fSuppress; local
806 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 

Completed in 1655 milliseconds