HomeSort by relevance Sort by last modified time
    Searched full:disabled (Results 276 - 300 of 3983) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/html/
HTMLDataGridElement.cpp 73 bool HTMLDataGridElement::disabled() const function in class:WebCore::HTMLDataGridElement
78 void HTMLDataGridElement::setDisabled(bool disabled)
80 setAttribute(disabledAttr, disabled ? "" : 0);
  /frameworks/base/core/java/android/net/wimax/
WimaxManagerConstants.java 16 * Broadcast intent action indicating that Wimax has been enabled, disabled,
25 * disabled, enabling, disabling, or unknown.
65 * Indicatates Wimax is disabled.
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/
Android.mk 30 LOCAL_PROGUARD_ENABLED := disabled
  /cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/
Android.mk 27 LOCAL_PROGUARD_ENABLED := disabled
  /cts/hostsidetests/monkey/test-apps/CtsMonkeyApp2/
Android.mk 27 LOCAL_PROGUARD_ENABLED := disabled
  /cts/tests/ProcessTest/NoShareUidApp/
Android.mk 28 LOCAL_PROGUARD_ENABLED := disabled
  /cts/tests/ProcessTest/ShareUidApp/
Android.mk 28 LOCAL_PROGUARD_ENABLED := disabled
  /external/bluetooth/glib/glib/
glibintl.h 22 #else /* NLS is disabled */
  /external/chromium/chrome/browser/extensions/
extension_infobar_apitest.cc 13 // Also disabled on mac. See http://crbug.com/60990.
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.css 26 .disabled {
  /external/chromium/chrome/browser/resources/net_internals/
httpthrottlingview.js 21 * Gets informed that HTTP throttling has been enabled/disabled.
  /external/chromium/chrome/browser/resources/options/
certificate_backup_overlay.html 35 disabled></button>
  /external/chromium/chrome/browser/
tab_closeable_state_watcher.cc 21 // disabled (tests will have the disable switch).
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.cc 28 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/clang/test/SemaCXX/
exception-spec-no-exceptions.cpp 25 // check, but if we did it should also be disabled under
  /external/dbus/cmake/modules/
MacroOptionalFindPackage.cmake 5 # an option name WITH_<name>, which can be disabled via the cmake GUI.
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
PhysicsControl.java 22 * is disabled. When the control is enabled again the physics object is
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Skinning.glsllib 33 // skinning disabled, leave position and normal unaltered
  /external/llvm/test/CodeGen/Hexagon/
combine.ll 2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
frame.ll 2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
static.ll 2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched < %s | FileCheck %s
  /external/llvm/test/CodeGen/Mips/
2008-08-08-bswap.ll 0 ; DISABLED: llc < %s | grep wsbw | count 1
  /external/llvm/test/CodeGen/X86/
legalizedag_vec.ll 6 ; v2i64 is a legal type but with mmx disabled, i64 is an illegal type. When
  /external/mesa3d/src/mesa/main/
mfeatures.h 39 /* assert that a feature is disabled and should never be used */
57 * Except for states, the others compile to no-op when a feature is disabled.
60 * compile to no-op when it is disabled. But to save typings and to catch
62 * when the feature is disabled.
  /external/webkit/LayoutTests/http/tests/appcache/
disabled.html 3 <p>Test to ensure the the window.applicationCache attribute is defined but non-functional with the feature disabled.</p>

Completed in 3690 milliseconds

<<11121314151617181920>>