HomeSort by relevance Sort by last modified time
    Searched refs:disabled (Results 201 - 225 of 459) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 85 int disabled = wpa_s->current_ssid->disabled; local
96 if (disabled) {
98 "disabled - wait for user to enable");
385 "network disabled by default - use "
388 ssid->disabled = 1;
542 if (ssid->disabled_for_connect && ssid->disabled) {
544 ssid->disabled = 0;
565 /* Enable the networks disabled during wpas_wps_reassoc */
577 * Enable the networks disabled during wpas_wps_reassoc after 1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 210 List<ImportedProject> disabled = new ArrayList<ImportedProject>(); local
221 disabled.add(project);
229 mCheckboxTableViewer.setGrayedElements(disabled.toArray());
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 790 holder.disabled.setVisibility(View.VISIBLE);
791 holder.disabled.setText(R.string.not_installed);
793 holder.disabled.setVisibility(View.VISIBLE);
794 holder.disabled.setText(R.string.disabled);
796 holder.disabled.setVisibility(View.GONE);
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 135 $("a#downloadForRealz").removeClass('disabled');
137 $("a#downloadForRealz").addClass('disabled');
407 $("a#downloadForRealz").removeClass('disabled');
409 $("a#downloadForRealz").addClass('disabled');
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 134 $("a#downloadForRealz").removeClass('disabled');
136 $("a#downloadForRealz").addClass('disabled');
406 $("a#downloadForRealz").removeClass('disabled');
408 $("a#downloadForRealz").addClass('disabled');
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 161 $("a#downloadForRealz").removeClass('disabled');
163 $("a#downloadForRealz").addClass('disabled');
433 $("a#downloadForRealz").removeClass('disabled');
435 $("a#downloadForRealz").addClass('disabled');
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 98 // Elements inside an active group should not be disabled, and vice versa
110 inputs[j].setAttribute('disabled', 'disabled');
114 self.assert(!inputs[j].hasAttribute('disabled'));
  /external/v8/test/mjsunit/
regexp-standalones.js 30 * are disabled and standalone versions are included here.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 133 #nav-buttons button[disabled] {
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java 350 * @param disabled whether or not to show LockScreen at all. Only meaningful when quality is
353 void updateUnlockMethodAndFinish(int quality, boolean disabled) {
405 mChooseLockSettingsHelper.utils().setLockScreenDisabled(disabled);
  /external/libvpx/libvpx/build/make/
configure.sh 212 disabled(){ function
219 if ! disabled $var; then
479 if ! disabled logging ; then
500 elif [ $action = "disable" ] && ! disabled $option ; then
    [all...]
  /external/linux-tools-perf/util/
python.c 400 "disabled",
423 u32 disabled = 0, local
447 &attr.read_format, &disabled, &inherit,
465 attr.disabled = disabled;
  /external/openssl/crypto/des/
des.h 66 #error DES is disabled.
  /external/openssl/crypto/dsa/
dsa.h 71 #error DSA is disabled.
108 /* If this flag is set the operations normally disabled in FIPS mode are
  /external/openssl/include/openssl/
des.h 66 #error DES is disabled.
dsa.h 71 #error DSA is disabled.
108 /* If this flag is set the operations normally disabled in FIPS mode are
  /external/oprofile/events/i386/atom/
unit_masks 82 0x01 cycles_int_masked Cycles during which interrupts are disabled
83 0x02 cycles_int_pending_and_masked Cycles during which interrupts are pending and disabled
  /external/smack/src/org/jivesoftware/smack/
ConnectionConfiguration.java 429 * Returns true if root CA checking is going to be done. By default checking is disabled.
438 * Sets if root CA checking is going to be done. By default checking is disabled.
448 * this option is disabled.
458 * this option is disabled.
533 * up to 90%. By default compression is disabled.
545 * up to 90%. By default compression is disabled.
720 * Security via TLS encryption is disabled and only un-encrypted connections will
724 disabled enum constant in enum:ConnectionConfiguration.SecurityMode
PacketReader.java 406 ConnectionConfiguration.SecurityMode.disabled)
  /external/webkit/Source/WebCore/dom/
MouseEvent.cpp 167 if (dispatcher->node()->disabled()) // Don't even send DOM events for disabled controls..
  /external/webkit/Source/WebCore/html/
RangeInputType.cpp 162 if (element()->disabled() || element()->readOnly())
  /external/webkit/Source/WebCore/inspector/front-end/
AuditLauncherView.js 250 this._launchButton.disabled = !this._currentCategoriesCount || this._auditRunning;
  /external/webkit/Source/WebCore/loader/
FormSubmission.cpp 180 if (!element->disabled())

Completed in 919 milliseconds

1 2 3 4 5 6 7 891011>>