Searched defs:disable (Results 1 - 25 of 46) 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/libnfc-nci/src/nfa/int/
H A Dnfa_sys.h59 /* disable function type */
74 tNFA_SYS_DISABLE *disable; member in struct:__anon7799
/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);
/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/bluetooth/bluedroid/btif/src/
H A Dbluetooth.c136 static int disable(void) function
350 disable,
374 /* fixme -- add property to disable bt interface ? */
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_utils.c550 SMP_TRACE_EVENT0("disable the removal of the fixed channel");
660 ** Description This function is called to disable the removal of fixed channel
665 void smp_remove_fixed_channel_disable (BOOLEAN disable) argument
667 SMP_TRACE_DEBUG1("smp_remove_fixed_channel_disable disable =%d", disable);
668 smp_cb.remove_fixed_channel_disable = disable;
/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/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_act.c49 /* This is the timeout value to guarantee disable is performed within reasonable amount of time */
217 ** Description report disable event
452 NFA_TRACE_DEBUG1 ("nfa_dm_disable (): graceful:%d", p_data->disable.graceful);
454 if (p_data->disable.graceful)
486 nfa_sys_disable_subsystems (p_data->disable.graceful);
989 ** Description Process disable polling command
1232 ** Description timeout on disable process. Shutdown immediately
1239 tNFA_DM_API_DISABLE disable; local
1241 disable.graceful = FALSE;
1242 nfa_dm_disable ((tNFA_DM_MSG *) &disable);
[all...]
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys.h37 /* disable function type */
165 tBTA_SYS_DISABLE *disable; member in struct:__anon820
/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;

Completed in 3311 milliseconds

12