HomeSort by relevance Sort by last modified time
    Searched refs:Disabled (Results 1 - 23 of 23) sorted by null

  /external/clang/lib/Basic/
LangOptions.cpp 17 const SanitizerOptions SanitizerOptions::Disabled = {};
24 Sanitize = SanitizerOptions::Disabled;
36 Sanitize = SanitizerOptions::Disabled;
  /frameworks/base/core/tests/coretests/src/android/view/
DisabledTest.java 30 * Exercises {@link android.view.View}'s disabled property.
32 public class DisabledTest extends ActivityInstrumentationTestCase<Disabled> {
39 super("com.android.frameworks.coretests", Disabled.class);
46 final Disabled a = getActivity();
Disabled.java 28 * Exercise View's disabled state.
30 public class Disabled extends Activity implements OnClickListener {
34 setContentView(R.layout.disabled);
SetTagsTest.java 28 public class SetTagsTest extends ActivityInstrumentationTestCase2<Disabled> {
32 super("com.android.frameworks.coretests", Disabled.class);
  /external/webkit/LayoutTests/fast/url/script-tests/
path-url.js 6 // Disabled because this gets treated as a relative URL.
query.js 9 // Disabled because this test requires being able to set the query directly.
path.js 40 // (Disabled because requires UTF8)
60 // (Disabled because requires ability to set path directly.)
standard-url.js 8 // Disabled because whitespace gets treated different in this API.
11 // Disabled because this gets treated as a relative URL.
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.h 81 bool isDisabled() const { return m_disabledState == Disabled; }
129 Disabled
HTMLLinkElement.cpp 90 m_disabledState = _disabled ? Disabled : EnabledViaScript;
92 // If we change the disabled state while the sheet is still loading, then we have to
95 // Check #1: The sheet becomes disabled while loading.
96 if (m_disabledState == Disabled)
104 // after it was disabled via script. It takes really terrible code to make this
108 if (!m_relAttribute.m_isAlternate && m_disabledState == EnabledViaScript && oldDisabledState == Disabled)
272 if (m_disabledState != Disabled && (m_relAttribute.m_isStyleSheet || (acceptIfTypeContainsTextCSS && type.contains("text/css")))
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 387 void DisableLazyCompilation(bool Disabled = true) {
388 CompilingLazily = !Disabled;
402 void DisableGVCompilation(bool Disabled = true) {
403 GVCompilationDisabled = Disabled;
412 void DisableSymbolSearching(bool Disabled = true) {
413 SymbolSearchingDisabled = Disabled;
  /external/clang/include/clang/Basic/
LangOptions.h 31 /// \brief Cached set of sanitizer options with all sanitizers disabled.
32 static const SanitizerOptions Disabled;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLButtonElement08.js 104 assertEquals("valueLink","Reset Disabled Button",vvalue);
button09.js 103 assertEquals("typeLink","Reset Disabled Button",vvalue);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLButtonElement08.js 104 assertEquals("valueLink","Reset Disabled Button",vvalue);
button09.js 103 assertEquals("typeLink","Reset Disabled Button",vvalue);
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store_unittest.cc 687 TEST_F(ConfigurationPolicyPrefStoreSyncTest, Disabled) {
715 TEST_F(ConfigurationPolicyPrefStoreAutofillTest, Disabled) {
  /external/v8/test/mjsunit/
d8-os.js 143 // Disabled because it's too slow.
  /ndk/
ndk-gdb.py 688 print('Warning: Disabled tui mode as %s does not support it' % (os.path.basename(GDBCLIENT)))
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 386 SanOpts = &SanitizerOptions::Disabled;
    [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp 91 SanitizerOptions::Disabled : LangOpts.Sanitize) {
566 // If exceptions are completely disabled, obviously this is false.
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp     [all...]

Completed in 1000 milliseconds