Searched refs:disabled (Results 226 - 250 of 322) sorted by relevance

1234567891011>>

/external/openssl/include/openssl/
H A Dec.h82 #error EC is disabled.
H A Ddes_old.h97 #error DES is disabled.
/external/webkit/Source/WebCore/dom/
H A DNode.h566 // Used for disabled form elements; if true, prevents mouse events from being dispatched
568 virtual bool disabled() const;
/external/clang/tools/scan-build/
H A Dscan-build1092 A default group of checkers are always run unless explicitly disabled.
1093 Checkers may be enabled/disabled using the following options:
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js2370 disabled: v._flag,
2945 'disabled': "[(@disabled) and (@type!='hidden')]",
2946 'enabled': "[not(@disabled) and (@type!='hidden')]",
3358 if (!node.disabled && (!node.type || node.type !== 'hidden'))
3363 'disabled': function(nodes, value, root) {
3365 if (node.disabled) results.push(node);
3458 if (!element.disabled && element.name) {
3522 return 'hidden' != element.type && !element.disabled;
3575 if (!element.disabled
[all...]
H A Dconcat-jquery-mootools-prototype.js1855 return elem.disabled === false && elem.type !== "hidden";
1857 disabled: function(elem){
1858 return elem.disabled === true;
3295 return this.name && !this.disabled &&
5932 var bools = ['compact', 'nowrap', 'ismap', 'declare', 'noshade', 'checked', 'disabled', 'readonly', 'multiple', 'selected', 'noresize', 'defer'];
6164 if (!el.name || el.disabled) return;
10749 disabled: v._flag,
11324 'disabled': "[(@disabled) and (@type!='hidden')]",
11325 'enabled': "[not(@disabled) an
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap.c455 * and state machine waits here until port is disabled or EAP authentication is
487 * until port is disabled or EAP authentication is restarted.
2015 * @disabled: 1 = EAP disabled, 0 = EAP enabled
2017 * This function is used to force EAP state machine to be disabled when it is
2020 void eap_set_force_disabled(struct eap_sm *sm, int disabled) argument
2022 sm->force_disabled = disabled;
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1173 cmd.append(" disabled");
1218 void WpaGui::disableListedNetwork(bool disabled) argument
1220 if (networkList->currentRow() < 0 || !disabled)
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1175 cmd.append(" disabled");
1220 void WpaGui::disableListedNetwork(bool disabled) argument
1222 if (networkList->currentRow() < 0 || !disabled)
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.css502 button.status-bar-item:disabled {
2474 body.inactive .panel-enabler-view button:not(.status-bar-item), .panel-enabler-view button:disabled:not(.status-bar-item), body.inactive .pane button, .pane button:disabled, body.inactive button.show-all-nodes {
4386 .styles-section .properties li.disabled .enabled-button {
4400 .styles-section .properties .overloaded, .styles-section .properties .inactive, .styles-section .properties .disabled {
4404 .styles-section.computed-style .properties .disabled {
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c346 if (ssid == NULL || ssid->disabled != 2)
630 if (ssid == NULL || ssid->disabled != 2)
1630 ssid->disabled = 2;
/external/valgrind/main/include/vki/
H A Dvki-linux.h2304 # define VKI_PR_FP_EXC_DISABLED 0 /* FP exceptions disabled */
2555 __vki_u8 disabled; /* Disable the feature */ member in struct:vki_iw_param
2655 __vki_u64 disabled : 1, /* off by default */ member in struct:vki_perf_event_attr
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_supplicant.c690 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
696 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
702 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled key "
1460 if (!entry->disabled &&
1467 if (!entry->disabled &&
H A Dconfig_file.c800 INT(disabled);
H A Dconfig_winreg.c878 INT(disabled);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c492 * and state machine waits here until port is disabled or EAP authentication is
524 * until port is disabled or EAP authentication is restarted.
2255 * @disabled: 1 = EAP disabled, 0 = EAP enabled
2257 * This function is used to force EAP state machine to be disabled when it is
2260 void eap_set_force_disabled(struct eap_sm *sm, int disabled) argument
2262 sm->force_disabled = disabled;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c492 * and state machine waits here until port is disabled or EAP authentication is
524 * until port is disabled or EAP authentication is restarted.
2255 * @disabled: 1 = EAP disabled, 0 = EAP enabled
2257 * This function is used to force EAP state machine to be disabled when it is
2260 void eap_set_force_disabled(struct eap_sm *sm, int disabled) argument
2262 sm->force_disabled = disabled;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c492 * and state machine waits here until port is disabled or EAP authentication is
524 * until port is disabled or EAP authentication is restarted.
2255 * @disabled: 1 = EAP disabled, 0 = EAP enabled
2257 * This function is used to force EAP state machine to be disabled when it is
2260 void eap_set_force_disabled(struct eap_sm *sm, int disabled) argument
2262 sm->force_disabled = disabled;
/external/linux-tools-perf/
H A DMakefile436 msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled);
H A Dbuiltin-stat.c288 attr->disabled = 1;
/external/openssl/crypto/des/
H A Ddes_old.h97 #error DES is disabled.
/external/webkit/Source/WebCore/page/
H A DDragController.cpp421 if (fileInput->disabled())
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.cpp394 speed up browsing. This only works as a global attribute. Only for Qt 4.6 and later. This is disabled by default.
400 with a mimetype such as "application/x-qt-plugin" are not affected by this setting. This is disabled by default.
402 recording visited pages in the history and storing web page icons. This is disabled by default.
404 can open new windows. This is disabled by default.
406 can close windows. This is disabled by default.
408 can read or write to the clipboard. This is disabled by default.
412 for web site debugging. This is disabled by default.
419 This is disabled by default.
423 only to the text or to all content. This is disabled by default.
427 offline storage feature is enabled or not. This is disabled b
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbugzilla.py592 if assignee and not self.browser.find_control("assigned_to").disabled:
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_runner.py863 p.print_config("Pixel tests disabled")
993 if self._printer.disabled('slowest'):

Completed in 452 milliseconds

1234567891011>>