Searched defs:disabled (Results 1 - 25 of 56) sorted by relevance

123

/external/openssh/
H A Dauth-shadow.c68 debug3("account expiration disabled");
94 int daysleft, disabled = 0; local
111 /* Test for Trusted Mode expiry disabled */
116 disabled = 1;
122 if (disabled) {
123 debug3("password expiration disabled");
128 debug3("password expiration disabled");
/external/webkit/Source/WebCore/html/
H A DHTMLDataGridElement.cpp73 bool HTMLDataGridElement::disabled() const function in class:WebCore::HTMLDataGridElement
78 void HTMLDataGridElement::setDisabled(bool disabled) argument
80 setAttribute(disabledAttr, disabled ? "" : 0);
H A DHTMLStyleElement.cpp108 bool HTMLStyleElement::disabled() const function in class:WebCore::HTMLStyleElement
114 return styleSheet->disabled();
H A DHTMLFormControlElement.h61 virtual bool disabled() const { return m_disabled; } function in class:WebCore::HTMLFormControlElement
76 virtual bool isEnabledFormControl() const { return !disabled(); }
H A DHTMLOptionElement.cpp239 bool HTMLOptionElement::disabled() const function in class:WebCore::HTMLOptionElement
241 return ownElementDisabled() || (parentNode() && static_cast<HTMLFormControlElement*>(parentNode())->disabled());
/external/webkit/Source/WebCore/inspector/
H A DInspectorStyleSheet.h100 InspectorStyleProperty(CSSPropertySourceData sourceData, bool hasSource, bool disabled) argument
103 , disabled(disabled)
120 bool disabled;
/external/chromium/chrome/browser/ui/gtk/
H A Dback_forward_button_gtk.cc28 int normal, pushed, hover, disabled, tooltip; local
34 disabled = IDR_FORWARD_D;
41 disabled = IDR_BACK_D;
47 normal, pushed, hover, disabled, stock, GTK_ICON_SIZE_SMALL_TOOLBAR));
/external/webkit/Source/WebCore/css/
H A DStyleSheet.h39 bool disabled() const { return m_disabled; } function in class:WebCore::StyleSheet
40 void setDisabled(bool disabled) { m_disabled = disabled; styleSheetChanged(); } argument
/external/webkit/Source/WebKit/win/
H A DWebCache.cpp204 if (WebCore::memoryCache()->disabled())
219 /* [in] */ BOOL disabled)
221 WebCore::memoryCache()->setDisabled(!!disabled);
225 HRESULT STDMETHODCALLTYPE WebCache::disabled( argument
226 /* [out][retval] */ BOOL* disabled)
228 if (!disabled)
230 *disabled = WebCore::memoryCache()->disabled();
218 setDisabled( BOOL disabled) argument
/external/proguard/src/proguard/optimize/
H A DOptimizer.java799 System.out.println(" Number of finalized classes: " + classMarkingFinalCount + disabled(classMarkingFinal));
800 System.out.println(" Number of vertically merged classes: " + classMergingVerticalCount + disabled(classMergingVertical));
801 System.out.println(" Number of horizontally merged classes: " + classMergingHorizontalCount + disabled(classMergingHorizontal));
802 System.out.println(" Number of removed write-only fields: " + fieldRemovalWriteonlyCount + disabled(fieldRemovalWriteonly));
803 System.out.println(" Number of privatized fields: " + fieldMarkingPrivateCount + disabled(fieldMarkingPrivate));
804 System.out.println(" Number of inlined constant fields: " + fieldPropagationValueCount + disabled(fieldPropagationValue));
805 System.out.println(" Number of privatized methods: " + methodMarkingPrivateCount + disabled(methodMarkingPrivate));
806 System.out.println(" Number of staticized methods: " + methodMarkingStaticCount + disabled(methodMarkingStatic));
807 System.out.println(" Number of finalized methods: " + methodMarkingFinalCount + disabled(methodMarkingFinal));
808 System.out.println(" Number of removed method parameters: " + methodRemovalParameterCount + disabled(methodRemovalParamete
860 private String disabled(boolean flag) method in class:Optimizer
870 private String disabled(boolean flag1, boolean flag2) method in class:Optimizer
[all...]
/external/webkit/Source/WebCore/wml/
H A DWMLOptionElement.cpp178 bool WMLOptionElement::disabled() const function in class:WebCore::WMLOptionElement
180 /* Dummy implementation, as disabled() is pure virtual in OptionElement class */
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dprinting.py262 def disabled(self, option): member in class:Printer
272 if self.disabled('actual'):
293 if self.disabled('one-line-summary'):
335 self.disabled('detailed-progress')):
450 if self.disabled('unexpected-results'):
527 if self.disabled('updates'):
532 if self.disabled(option):
/external/libvpx/build/make/
H A Dconfigure.sh201 disabled(){ function
208 if ! disabled $var; then
432 if ! disabled logging ; then
757 disabled builtin_libc \
/external/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.h129 bool disabled() const { return m_disabled; } function in class:WebCore::MemoryCache
H A DMemoryCache.cpp88 if (disabled())
637 void MemoryCache::setDisabled(bool disabled) argument
639 m_disabled = disabled;
653 if (disabled())
/external/webkit/Source/WebCore/platform/qt/
H A DQtMobileWebStyle.cpp71 QPixmap QtMobileWebStyle::findChecker(const QRect& rect, bool disabled) const
76 QString key = prefix + QString::number(size) + QLatin1String("-") + (disabled ? QLatin1String("disabled") : QLatin1String("enabled"));
81 drawChecker(&painter, size, disabled ? Qt::lightGray : Qt::darkGray);
118 QPixmap QtMobileWebStyle::findRadio(const QSize& size, bool checked, bool disabled) const
123 + (disabled ? QLatin1String("disabled") : QLatin1String("enabled")) + (checked ? QLatin1String("-checked") : QLatin1String(""));
128 drawRadio(&painter, size, checked, disabled ? Qt::lightGray : Qt::darkGray);
139 const bool disabled = !(option->state & State_Enabled); local
142 if (disabled) {
168 const bool disabled = !(option->state & State_Enabled); local
176 const bool disabled = !(option->state & State_Enabled); local
212 const bool disabled = !(option->state & State_Enabled); local
325 const bool disabled = !(option->state & State_Enabled); local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_ssid.h212 * known as opportunistic PMKSA caching for WPA2. This is disabled (0)
228 * SSID, are allowed. This is disabled (0) by default. Enable by
284 * disabled - Whether this network is currently disabled
287 * 1 = this network block is disabled (can be enabled through
290 int disabled; member in struct:wpa_ssid
298 * 0 = disabled (default)
317 * protection (IEEE 802.11w). 0 = disabled, 1 = optional, 2 = required.
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.cc491 FundamentalValue disabled(email.empty());
505 disabled, label, allowed);
538 FundamentalValue disabled(enable_metrics_recording_.IsManaged());
541 disabled);
566 FundamentalValue disabled(default_download_location_.IsManaged());
568 "options.AdvancedOptions.SetDownloadLocationPath", value, disabled);
573 FundamentalValue disabled(default_download_location_.IsManaged());
575 "options.AdvancedOptions.SetPromptForDownload", checked, disabled);
582 bool disabled = !(manager && manager->download_prefs()->IsAutoOpenUsed()); local
583 FundamentalValue value(disabled);
[all...]
/external/chromium/chrome/browser/chromeos/
H A Duser_cros_settings_provider.cc94 // Create a settings boolean value with "managed" and "disabled" property.
96 // "disabled" property is true if the UI for the setting should be disabled.
97 Value* CreateSettingsBooleanValue(bool value, bool managed, bool disabled) { argument
101 dict->Set("disabled", Value::CreateBooleanValue(disabled));
/external/skia/src/gpu/
H A DGrStencil.h242 bool disabled = GR_STENCIL_SETTINGS_IS_DISABLED( local
246 fFlags |= disabled ? kIsDisabled_StencilFlag : kNotDisabled_StencilFlag;
247 return disabled;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c2421 Bool disabled = (how & TSTATE_CANCEL_DISABLE) > 0; local
2426 disabled ? "DISABLED" : " ENABLED");
2428 tst->os_state.cancel_disabled = disabled;
2431 if ((!disabled)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h114 * If this is a persistent P2P group (disabled == 2), this is the GO
230 * known as opportunistic PMKSA caching for WPA2. This is disabled (0)
246 * SSID, are allowed. This is disabled (0) by default. Enable by
315 * disabled - Whether this network is currently disabled
318 * 1 = this network block is disabled (can be enabled through
323 int disabled; member in struct:wpa_ssid
331 * 0 = disabled (default)
350 * protection (IEEE 802.11w). 0 = disabled, 1 = optional, 2 = required.
401 * default: disabled (
[all...]
H A Dscan.c86 int count = 0, disabled = 0; local
91 disabled++;
97 if (count == 0 && disabled > 0) {
98 wpa_dbg(wpa_s, MSG_DEBUG, "No enabled networks (%d disabled "
99 "networks)", disabled);
454 wpa_dbg(wpa_s, MSG_DEBUG, "Skip scan - interface disabled");
/external/kernel-headers/original/linux/
H A Dapm_bios.h58 int disabled; member in struct:apm_info
/external/linux-tools-perf/util/
H A Dpython.c400 "disabled",
423 u32 disabled = 0, local
447 &attr.read_format, &disabled, &inherit,
465 attr.disabled = disabled;

Completed in 539 milliseconds

123