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

12

/external/grub/netboot/
H A Dnic.h22 void (*disable)P((struct nic *)); member in struct:nic
/external/webkit/Source/WebCore/svg/
H A DSVGZoomAndPan.cpp54 static const UChar disable[] = {'d', 'i', 's', 'a', 'b', 'l', 'e'}; member in namespace:WebCore
59 if (skipString(start, end, disable, WTF_ARRAY_LENGTH(disable)))
/external/chromium/testing/gmock/test/
H A Dgmock_test_utils.py51 import gtest_test_utils # pylint: disable-msg=C6204 namespace
97 # pylint: disable-msg=C6409
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestIDList.java91 static void disable(int slot){ method in class:TestIDList
136 disable(slot);
/external/skia/src/animator/
H A DSkDisplayEvent.h50 SkBool disable; member in class:SkDisplayEvent
H A DSkDisplayApply.cpp177 void SkApply::disable() { function in class:SkApply
/external/webkit/Source/WebCore/webaudio/
H A DAudioNodeInput.cpp96 void AudioNodeInput::disable(AudioNodeOutput* output) function in class:WebCore::AudioNodeInput
H A DAudioNodeOutput.cpp188 void AudioNodeOutput::disable() function in class:WebCore::AudioNodeOutput
195 input->disable(this);
/external/bluetooth/bluez/src/
H A Dplugin.c123 gboolean plugin_init(GKeyFile *config, const char *enable, const char *disable) argument
147 if (disable)
148 cli_disabled = g_strsplit_set(disable, ", ", -1);
/external/webkit/Source/WebCore/editing/
H A DDeleteButtonController.cpp335 void DeleteButtonController::disable() function in class:WebCore::DeleteButtonController
/external/webkit/Source/WebCore/inspector/
H A DInspectorDebuggerAgent.h71 void disable(ErrorString*) { disable(); } function in class:WebCore::InspectorDebuggerAgent
72 void disable();
H A DInspectorConsoleAgent.cpp93 void InspectorConsoleAgent::disable(ErrorString*) function in class:WebCore::InspectorConsoleAgent
H A DInspectorBrowserDebuggerAgent.cpp101 disable();
104 void InspectorBrowserDebuggerAgent::disable() function in class:WebCore::InspectorBrowserDebuggerAgent
112 disable();
H A DInspectorDatabaseAgent.cpp267 disable(0);
282 void InspectorDatabaseAgent::disable(ErrorString*) function in class:WebCore::InspectorDatabaseAgent
H A DInspectorProfilerAgent.cpp149 void InspectorProfilerAgent::disable(ErrorString*) function in class:WebCore::InspectorProfilerAgent
152 disable();
155 void InspectorProfilerAgent::disable() function in class:WebCore::InspectorProfilerAgent
H A DInspectorCSSAgent.cpp322 void InspectorCSSAgent::toggleProperty(ErrorString* errorString, const RefPtr<InspectorObject>& fullStyleId, int propertyIndex, bool disable, RefPtr<InspectorObject>* result) argument
331 bool success = inspectorStyleSheet->toggleProperty(errorString, compoundId, propertyIndex, disable);
H A DInspectorDebuggerAgent.cpp85 void InspectorDebuggerAgent::disable() function in class:WebCore::InspectorDebuggerAgent
127 disable();
H A DInspectorResourceAgent.cpp110 disable(0);
304 disable(&error);
525 // Now this function is disable.
542 void InspectorResourceAgent::disable(ErrorString*) function in class:WebCore::InspectorResourceAgent
/external/linux-tools-perf/
H A DMakefile493 disable-python = $(eval $(disable-python_code))
494 define disable-python_code
504 $(call disable-python,python interpreter)
515 $(call disable-python)
522 $(call disable-python,python-config tool)
534 $(call disable-python,Python.h (for Python 2.x))
545 $(warning Otherwise, disable Python support entirely:)
/external/libvpx/build/make/
H A Dconfigure.sh66 eval "toggle_${opt}=\"--disable-${opt2}\""
88 ${toggle_debug} enable/disable debug mode
89 ${toggle_gprof} enable/disable gprof profiling instrumentation
90 ${toggle_gcov} enable/disable gcov coverage instrumentation
111 of that shown above. If the option --disable-foo is listed, then
193 disable(){ function
219 disable $var
245 disable source_path_used
298 disable $var
449 --enable-?*|--disable
[all...]
/external/webkit/Source/WebCore/storage/
H A DDatabaseAuthorizer.cpp386 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: */
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.h196 void set_rtp_headers_disabled(bool disable) { argument
197 rtp_headers_disabled_ = disable;
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp141 void SharedGraphicsContext3D::disable(GC3Denum capacity) function in class:WebCore::SharedGraphicsContext3D
143 m_context->disable(capacity);
288 m_context->disable(GraphicsContext3D::BLEND);
329 m_context->disable(GraphicsContext3D::BLEND);
343 m_context->disable(GraphicsContext3D::STENCIL_TEST);
/external/webkit/PerformanceTests/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) {

Completed in 740 milliseconds

12