HomeSort by relevance Sort by last modified time
    Searched full:defer (Results 101 - 125 of 571) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/libs/hwui/
Layer.h 277 void defer();
391 * Used to defer display lists when the layer is updated with a
Caches.cpp 171 INIT_LOGD(" Draw defer %s", drawDeferDisabled ? "disabled" : "enabled");
173 INIT_LOGD(" Draw defer enabled");
DisplayList.h 115 void defer(DeferStateStruct& deferStruct, const int level);
524 * State operations - needed to defer displayList property operations (for example, when setting
  /external/webkit/Source/WebCore/loader/
MainResourceLoader.cpp 596 bool defer = defersLoading(); local
597 if (defer) {
600 defer = false;
602 if (!defer) {
606 defer = true;
609 if (defer)
DocumentLoader.h 223 void setDeferMainResourceDataLoad(bool defer) { m_deferMainResourceDataLoad = defer; }
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 81 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
84 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
151 styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 98 NSWindow *window = [[WKFullScreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
537 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
540 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 154 parser.setFeature("http://apache.org/xml/features/dom/defer-node-expansion", true);
159 parser.setFeature("http://apache.org/xml/features/dom/defer-node-expansion", false);
DefaultErrorHandler.java 82 // Defer creation of a PrintWriter until it's actually needed
93 // Defer creating the java.io.PrintWriter until an error needs to be
  /external/webkit/Source/WebCore/svg/
SVGPreserveAspectRatio.cpp 72 if (!skipString(currParam, end, "defer"))
74 // FIXME: We just ignore the "defer" here.
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 84 - (id)_initContent:(const NSRect *)contentRect styleMask:(unsigned int)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag contentView:aView;
120 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)style backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag {
123 self = [super initWithContentRect:contentRect styleMask:style backing:bufferingType defer:flag];
189 // Do some standard Cocoa initialization. The defer argument's value is YES because we don't want -[NSWindow _commonAwake] to get called. It doesn't appear that any relevant NSWindow code checks _wFlags.deferred, so we should be able to get away with the lie.
190 self = (CarbonWindowAdapter*)[super _initContent:NULL styleMask:styleMask backing:backingStoreType defer:YES contentView:carbonWindowContentView];
516 // There's no override of _commonInitFrame:styleMask:backing:defer:, despite the fact that NSWindow's modifies quite a few instance variables, because it gets called in a harmless way if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
541 // There's no override of _initContent:styleMask:backing:defer:contentView:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
544 // There's no override of _initContent:styleMask:backing:defer:counterpart:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCache.java 71 * The initial set of files. We use this to defer adding information
86 // Read and sort initial list of files. We defer adding
  /bionic/libc/stdio/
freopen.c 71 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
  /bionic/libc/stdlib/
atexit.c 162 * all the handlers. We defer this until calldepth == 0 so that
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 145 // Defer an invalidation of the options menu (on modern devices, the action bar). This
  /external/chromium/base/debug/
stack_trace_win.cc 113 // Defer symbol load until they're needed, use undecorated names, and
trace_event_win.h 58 // all the others defer to.
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.h 118 virtual void SetDeferImeStartup(bool defer) = 0;
  /external/chromium/chrome/browser/download/
drag_download_file.cc 125 // If not in drag-and-drop thread, defer the running to it.
  /external/chromium/chrome/browser/prefs/
pref_member.h 133 // Defer initialization to an Init method so it's easy to make this class be
  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.mm 29 defer:NO])) {
cocoa_test_helper.mm 19 defer:NO];
constrained_html_delegate_mac.mm 102 defer:YES]);
  /external/chromium/net/http/
http_stream_factory_impl.cc 82 // request yet, since we defer that to the next iteration of the MessageLoop,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 122 // problem, defer failing to the main thread.

Completed in 607 milliseconds

1 2 3 45 6 7 8 91011>>