Home
last modified time | relevance | path

Searched refs:DISABLED (Results 1 - 23 of 23) sorted by relevance

/third_party/python/Lib/turtledemo/
H A D__main__.py200 self.configGUI(DISABLED, DISABLED, DISABLED,
344 self.configGUI(NORMAL, DISABLED, DISABLED,
352 self.configGUI(DISABLED, NORMAL, DISABLED,
370 self.configGUI(NORMAL, DISABLED, NORMAL,
374 self.configGUI(DISABLED, NORMAL, DISABLED,
[all...]
/third_party/backends/backend/genesys/
H A Derror.cpp197 DISABLED
206 return LogImageDataStatus::DISABLED; in dbg_read_log_image_data_setting()
209 return LogImageDataStatus::DISABLED; in dbg_read_log_image_data_setting()
/third_party/python/Lib/tkinter/
H A Dconstants.py71 DISABLED='disabled' variable
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py323 command=self.runClicked, state=tk.DISABLED)
373 self.stopGoButton.config(state=tk.DISABLED)
378 self.stopGoButton.config(state=tk.DISABLED)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBindingTests.cpp55 DISABLED, enumerator
92 vk::VkDevice getDevice (void) { return (m_params.testType == DISABLED) ? m_customDevice.get() : m_context.getDevice(); } in getDevice()
101 if (m_params.testType != DISABLED) in createDevice()
301 if (tessellationSupported && (m_params.stage != vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT || m_params.testType != DISABLED)) in iterate()
308 if (geometrySupported && (m_params.stage != vk::VK_SHADER_STAGE_GEOMETRY_BIT || m_params.testType != DISABLED)) in iterate()
374 else if (m_params.testType == DISABLED) in iterate()
513 else if (m_params.testType == DISABLED) in iterate()
1444 params.testType = DISABLED; in createShaderObjectBindingTests()
/third_party/jerryscript/jerry-core/
H A Dconfig.h791 #define DISABLED(FEATURE) ((FEATURE) != 1) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay_i.h98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; enumerator
H A Dieee802_1x_kay.c4057 case DISABLED: in activate_control_txt()
/third_party/python/Lib/idlelib/
H A Dsidebar.py65 text.configure(state=tk.DISABLED)
300 self.sidebar_text.config(state=tk.DISABLED)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp63 DISABLED = 0, // No depth clip control. member in vkt::pipeline::__anon28171::DepthClipControlCase
147 const DepthClipControlCase depthClipControl = DepthClipControlCase::DISABLED);
317 if (m_depthClipControl != DepthClipControlCase::DISABLED && !context.isDeviceFunctionalitySupported("VK_EXT_depth_clip_control")) in checkSupport()
415 const bool hasDepthClipControl = (m_depthClipControl != DepthClipControlCase::DISABLED);
1041 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat, (m_depthClipControl != DepthClipControlCase::DISABLED)); in verifyImage()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py11 from tkinter import (Tk, StringVar, IntVar, BooleanVar, DISABLED, NORMAL) namespace
507 eq(d.customlist['state'], DISABLED)
513 eq(d.builtinlist['state'], DISABLED)
942 eq(d.customlist['state'], DISABLED)
948 eq(d.builtinlist['state'], DISABLED)
H A Dtest_sidebar.py101 self.assertEqual(state[-1], tk.DISABLED)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp61 DISABLED = 0, // No depth clip control. member in vkt::pipeline::__anon29398::DepthClipControlCase
144 const DepthClipControlCase depthClipControl = DepthClipControlCase::DISABLED);
306 if (m_depthClipControl != DepthClipControlCase::DISABLED && !context.isDeviceFunctionalitySupported("VK_EXT_depth_clip_control")) in checkSupport()
401 const bool hasDepthClipControl = (m_depthClipControl != DepthClipControlCase::DISABLED);
999 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat, (m_depthClipControl != DepthClipControlCase::DISABLED)); in verifyImage()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay_i.h98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; enumerator
H A Dieee802_1x_kay.c4021 case DISABLED: in activate_control_txt()
/third_party/benchmark/src/
H A Dsysinfo.cc232 return CPUInfo::Scaling::DISABLED; in CpuScaling()
644 || (scaling == CPUInfo::Scaling::DISABLED && in GetCPUCyclesPerSecond()
/third_party/python/Tools/demo/
H A Dsortvisu.py556 self.b_cancel.config(state=DISABLED)
603 self.b_cancel.config(state=DISABLED)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server.c214 SM_STATE(EAP, DISABLED) in SM_STATE()
216 SM_ENTRY(EAP, DISABLED); in SM_STATE()
1162 SM_ENTER_GLOBAL(EAP, DISABLED); in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server.c213 SM_STATE(EAP, DISABLED) in SM_STATE()
215 SM_ENTRY(EAP, DISABLED); in SM_STATE()
1171 SM_ENTER_GLOBAL(EAP, DISABLED); in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.c275 SM_STATE(EAP, DISABLED) in SM_STATE()
277 SM_ENTRY(EAP, DISABLED); in SM_STATE()
1327 SM_ENTER_GLOBAL(EAP, DISABLED); in SM_STEP()
2252 return "DISABLED"; in eap_sm_state_txt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.c278 SM_STATE(EAP, DISABLED) in SM_STATE()
280 SM_ENTRY(EAP, DISABLED); in SM_STATE()
1359 SM_ENTER_GLOBAL(EAP, DISABLED); in SM_STEP()
2311 return "DISABLED"; in eap_sm_state_txt()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp229 DISABLED = 0, member in vkt::robustness::__anon28606::PipelineRobustnessCase
287 return (pipelineRobustnessCase != PipelineRobustnessCase::DISABLED); in needsPipelineRobustness()
3897 pipelineRobustnessCases.push_back(PipelineRobustnessCase::DISABLED); in createTests()
3909 (pipelineRobustness ? PipelineRobustnessCase::ENABLED_MONOLITHIC : PipelineRobustnessCase::DISABLED)); in createTests()
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1678 enum Scaling { UNKNOWN, ENABLED, DISABLED }; enumerator

Completed in 44 milliseconds