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

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/jpake/
jpake.h 14 #error JPAKE is disabled.
  /external/openssl/include/openssl/
aes.h 58 #error AES is disabled.
ecdsa.h 65 #error ECDSA is disabled.
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 123 * If this is a persistent P2P group (disabled == 2), this is the GO
239 * known as opportunistic PMKSA caching for WPA2. This is disabled (0)
260 * SSID, are allowed. This is disabled (0) by default. Enable by
329 * disabled - Whether this network is currently disabled
332 * 1 = this network block is disabled (can be enabled through
337 int disabled; member in struct:wpa_ssid
340 * disabled_for_connect - Whether this network was temporarily disabled
342 * This flag is used to reenable all the temporarily disabled networks
353 * 0 = disabled (default
    [all...]
  /frameworks/ml/bordeaux/service/
Android.mk 51 LOCAL_PROGUARD_ENABLED := disabled
75 LOCAL_PROGUARD_ENABLED := disabled
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 87 int disabled; member in struct:XRayTraceCapture
415 if (0 == capture->disabled) {
447 if (0 == capture->disabled) {
488 capture->disabled = 0;
603 capture->disabled = 0;
631 assert(0 == capture->disabled);
672 assert(0 == capture->disabled);
688 ++capture->disabled;
698 assert(0 < capture->disabled);
699 --capture->disabled;
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java 294 final String disabled; local
296 disabled = sDumpDisabled;
298 if (disabled == null) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 222 final Bitmap disabled = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(), local
225 canvas.setBitmap(disabled);
231 return disabled;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 104 """Return "" if PRINTER is enabled, otherwise " [disabled]"."""
108 return " [disabled]"
218 """Print the number of printers enabled/disabled.
303 state = "disabled"
306 # Print the total list of printers currently enabled/disabled.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 104 """Return "" if PRINTER is enabled, otherwise " [disabled]"."""
108 return " [disabled]"
218 """Print the number of printers enabled/disabled.
303 state = "disabled"
306 # Print the total list of printers currently enabled/disabled.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 104 """Return "" if PRINTER is enabled, otherwise " [disabled]"."""
108 return " [disabled]"
218 """Print the number of printers enabled/disabled.
303 state = "disabled"
306 # Print the total list of printers currently enabled/disabled.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 104 """Return "" if PRINTER is enabled, otherwise " [disabled]"."""
108 return " [disabled]"
218 """Print the number of printers enabled/disabled.
303 state = "disabled"
306 # Print the total list of printers currently enabled/disabled.
  /external/bison/djgpp/
config.bat 39 set DEPENDENCY_TRACKING=disabled
40 if not "%DEPENDENCY_TRACKING%" == "disabled" goto SmallEnv
41 set LIBICONV_PREFIX=disabled
42 if not "%LIBICONV_PREFIX%" == "disabled" goto SmallEnv
43 set LIBINTL_PREFIX=disabled
44 if not "%LIBINTL_PREFIX%" == "disabled" goto SmallEnv
61 if "%1" == "no-nls" set NLS=disabled
62 if "%1" == "no-NLS" set NLS=disabled
63 if "%1" == "NO-NLS" set NLS=disabled
64 if not "%NLS%" == "disabled" goto SmallEnv
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 28 $('printer-list').disabled = true;
29 $('print-button').disabled = true;
82 if (disableColorOption != colorOption.disabled) {
100 controlElm.disabled = disable;
103 label.classList.add('disabled-label-text');
105 label.classList.remove('disabled-label-text');
221 return !collateField.disabled && collateField.checked;
306 printerList.disabled = false;
373 if (!$('printer-list').disabled) {
374 $('print-button').disabled = false
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
util.js 29 * Indicates if the inactivity watcher is enabled or disabled. Use getters
35 this.__defineSetter__('disabled', function(value) {
42 this.__defineGetter__('disabled', function() {
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 123 #print-preview .navbar-link:hover:not(:disabled) {
127 #print-preview .navbar-link:disabled {
141 #print-preview button.default:not(:focus):not(:disabled) {
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-recursive.js 69 // Event listener which evaluates with break disabled.
106 // time evaluates with break disabled.
120 // Second break event evaluates with break disabled.
  /external/v8/test/mjsunit/
debug-evaluate-recursive.js 69 // Event listener which evaluates with break disabled.
106 // time evaluates with break disabled.
120 // Second break event evaluates with break disabled.
  /external/chromium_org/gpu/config/
gpu_control_list.h 61 // If disabled set to true, return entries that are disabled; otherwise,
64 bool disabled) const;
310 // Returns whether the entry is disabled.
311 bool disabled() const;
353 void SetDisabled(bool disabled);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp 172 void CSSStyleSheet::setDisabled(bool disabled)
174 if (disabled == m_isDisabled)
176 m_isDisabled = disabled;
  /external/chromium_org/third_party/skia/src/gpu/
GrStencil.h 255 bool disabled = GR_STENCIL_SETTINGS_IS_DISABLED( local
259 fFlags |= disabled ? kIsDisabled_StencilFlag : kNotDisabled_StencilFlag;
260 return disabled;
  /external/skia/src/gpu/
GrStencil.h 255 bool disabled = GR_STENCIL_SETTINGS_IS_DISABLED( local
259 fFlags |= disabled ? kIsDisabled_StencilFlag : kNotDisabled_StencilFlag;
260 return disabled;
  /bionic/libc/kernel/common/linux/
perf_event.h 129 __u64 disabled : 1, member in struct:perf_event_attr
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 15 $("#apiLevelSelector").removeAttr("disabled");
16 $("#api-level-toggle label").removeClass("disabled");
19 $("#apiLevelSelector").attr("disabled","disabled");
20 $("#api-level-toggle label").addClass("disabled");
33 $("#apiLevelSelector").attr("disabled","disabled");
36 $("#api-level-toggle label").removeClass("disabled");
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 120 assertTrue($('create-profile-managed').disabled);
129 assertFalse(nameField.disabled);
133 assertTrue(nameField.disabled);
273 assertFalse(checkbox.disabled, 'allowed and signed in');
280 assertTrue(checkbox.disabled, 'allowed, not signed in');
287 assertTrue(checkbox.disabled, 'disallowed, not signed in');
295 assertTrue(checkbox.disabled, 'disallowed, signed in');
303 assertFalse(checkbox.disabled, 're-allowed and signed in');

Completed in 591 milliseconds

1 2 3 4 5 6 7 891011>>