Searched defs:disable (Results 1 - 14 of 14) sorted by relevance

/external/clearsilver/python/examples/base/
H A Dprofiler.py19 def disable(): function
/external/grub/netboot/
H A Dnic.h22 void (*disable)P((struct nic *)); member in struct:nic
/external/webkit/WebCore/svg/
H A DSVGZoomAndPan.cpp68 static const UChar disable[] = {'d', 'i', 's', 'a', 'b', 'l', 'e'}; member in namespace:WebCore
73 if (skipString(start, end, disable, sizeof(disable) / sizeof(UChar)))
/external/skia/src/animator/
H A DSkDisplayEvent.h58 SkBool disable; member in class:SkDisplayEvent
H A DSkDisplayApply.cpp184 void SkApply::disable() { function in class:SkApply
/external/webkit/WebCore/editing/
H A DDeleteButtonController.cpp335 void DeleteButtonController::disable() function in class:WebCore::DeleteButtonController
/external/webkit/WebCore/storage/
H A DDatabaseAuthorizer.cpp353 void DatabaseAuthorizer::disable() function in class:WebCore::DatabaseAuthorizer
/external/kernel-headers/original/linux/
H A Dirq.h60 #define IRQ_DELAYED_DISABLE 0x10000000 /* IRQ disable (masking) happens delayed. */
70 * @shutdown: shut down the interrupt (defaults to ->disable if NULL)
72 * @disable: disable the interrupt (defaults to chip->mask if NULL)
82 * @set_wake: enable/disable power-management wake-on of an IRQ
92 void (*disable)(unsigned int irq); member in struct:irq_chip
127 * @depth: disable-depth, for nested irq_disable() calls
351 /* Enable/disable irq debugging output: */
H A Dpnp.h252 #define pnp_can_disable(dev) (((dev)->protocol) && ((dev)->protocol->disable) && \
335 int (*disable)(struct pnp_dev *dev); member in struct:pnp_protocol
/external/bluetooth/bluez/network/
H A Dserver.c613 static DBusMessage *disable(DBusConnection *conn, function
740 disable(conn, msg, data);
/external/webkit/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js3508 disable: function(form) {
3510 Form.getElements(form).invoke('disable');
3619 disable: function(element) {
/external/v8/src/
H A Ddebug-debugger.js163 BreakPoint.prototype.disable = function() {
302 ScriptBreakPoint.prototype.disable = function() {
563 break_point.disable();
675 script_break_point.disable();
/external/webkit/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.cpp428 void GraphicsContext3D::disable(unsigned long cap) function in class:WebCore::GraphicsContext3D
/external/webkit/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp567 void WebGLRenderingContext::disable(unsigned long cap) function in class:WebCore::WebGLRenderingContext
569 m_context->disable(cap);

Completed in 154 milliseconds