HomeSort by relevance Sort by last modified time
    Searched full:suppressed (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /dalvik/vm/compiler/codegen/
Optimizer.h 24 * optimization will be suppressed.
  /external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 66 - (void)setScrollBarsSuppressed:(BOOL)suppressed repaintOnUnsuppress:(BOOL)repaint
68 suppressScrollers = suppressed;
73 if (suppressed) {
78 if (!suppressed && repaint)
81 if (suppressed || repaint) {
82 [[self verticalScroller] setNeedsDisplay: !suppressed];
83 [[self horizontalScroller] setNeedsDisplay: !suppressed];
209 // Update the scrollers if they're not being suppressed.
215 // Validate the scrollers if they're being suppressed.
  /external/skia/src/animator/
SkScript.h 209 bool evaluateDot(const char*& script, bool suppressed);
210 bool evaluateDotParam(const char*& script, bool suppressed, const char* field, size_t fieldLength);
212 bool handleArrayIndexer(const char** scriptPtr, bool suppressed);
214 bool handleFunction(const char** scriptPtr, bool suppressed);
218 bool handleProperty(bool suppressed);
SkScript.cpp 276 *fOpStack.push() = kParen; // push even if eval is suppressed
376 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) {
384 bool success = handleProperty(suppressed);
389 return evaluateDotParam(script, suppressed, field, fieldLength);
392 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed,
395 if (suppressed)
411 if (suppressed == false) {
419 if (success && suppressed == false &&
499 SkBool suppressed = fSuppressStack.top().fSuppress; local
502 bool success = innerScript(scriptPtr, suppressed ? NULL : &value)
538 SkBool suppressed = fSuppressStack.top().fSuppress; local
813 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); local
    [all...]
SkScriptRuntime.cpp 44 // add separate processing loop to advance while suppressed
45 // or, include jump offset to skip suppressed code?
  /external/kernel-headers/original/linux/mtd/
nftl.h 31 __u16 lastEUN; /* should be suppressed */
  /external/webkit/WebCore/page/mac/
WebCoreFrameView.h 35 - (void)setScrollBarsSuppressed:(BOOL)suppressed repaintOnUnsuppress:(BOOL)repaint;
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScrollTest.java 30 * This is suppressed because {@link TextView#scrollBy} isn't working.
  /libcore/luni/src/main/java/java/lang/
SuppressWarnings.java 27 * suppressed for the annotated element but also for all program elements
  /external/chromium/base/
object_watcher.h 21 // suppressed.
  /external/protobuf/src/google/protobuf/
generated_message_util.h 58 // For internal use in the pb.cc files, deprecation warnings are suppressed
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 147 be suppressed when
154 be suppressed when
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 107 * encounters an exception, subsequent executions are suppressed.
135 * encounters an exception, subsequent executions are suppressed.
  /external/srec/srec/EventLog/include/
riff.h 202 * Special audio segments, lost or suppressed
  /external/webkit/WebKitTools/Scripts/
test-webkit-scripts 69 'including those suppressed by default')
  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 75 case 2: // CLIR suppressed
  /system/core/sh/bltin/
echo.1 75 Subsequent output is suppressed. This is normally used at the end of the
  /external/webkit/WebCore/rendering/
RenderPartObject.cpp 155 // Do not expand if the scrollbars are suppressed and the width is fixed.
189 // Do not expand if the scrollbars are suppressed and the height is fixed.
  /external/iproute2/doc/
arpd.sgml 116 validate entries, but all the broadcast activity is suppressed
  /external/iproute2/man/man8/
arpd.8 64 Completely replace kernel resolution on interfaces eth0 and eth1. In this case kernel still does unicast probing to validate entries, but all the broadcast activity is suppressed and made under authority of arpd.
  /external/webkit/WebCore/platform/
ScrollView.cpp 614 void ScrollView::setScrollbarsSuppressed(bool suppressed, bool repaintOnUnsuppress)
616 if (suppressed == m_scrollbarsSuppressed)
619 m_scrollbarsSuppressed = suppressed;
623 else if (repaintOnUnsuppress && !suppressed) {
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
error_handlers.py 37 be suppressed after reaching a certain number of reports.
  /libcore/luni/src/main/java/java/io/
OutputStream.java 136 * Returns true if this writer has encountered and suppressed an error. Used
  /external/webkit/WebKit/chromium/public/
WebViewClient.h 132 // suppressed by the page, to give the embedder a chance to handle
136 // indicating that the default action should be suppressed.
  /development/ide/emacs/
android-compile.el 47 suppressed if `android-compilation-no-buildenv-warning' is non nil.")

Completed in 925 milliseconds

1 2 3 4 5 6 7 8 91011