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

<<11121314151617181920>>

  /frameworks/support/v14/preference/res/values/
attrs.xml 38 <!-- The state (true for on, or false for off) that causes dependents to be disabled. By default,
39 dependents will be disabled when this is unchecked, so the value of this preference is false. -->
  /ndk/sources/host-tools/make-3.81/
gettext.h 21 /* NLS can be disabled through the configure --disable-nls option. */
29 /* Disabled NLS.
  /packages/apps/Settings/src/com/android/settings/applications/
AppViewHolder.java 37 public TextView disabled; field in class:AppViewHolder
52 holder.disabled = (TextView) convertView.findViewById(R.id.widget_text2);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
UiHandler.java 55 LogUtils.d(LOG_TAG, "UiHandler is disabled in post(). Dropping Runnable.");
70 LogUtils.d(LOG_TAG, "UiHandler is disabled in postDelayed(). Dropping Runnable.");
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java 210 sanitize("<button disabled=\"true\">Click Me!</button>",
211 "<button disabled=\"true\">Click Me!</button>");
353 sanitize("<fieldset disabled=\"true\">something</fieldset>",
354 "<fieldset disabled=\"true\">something</fieldset>");
547 sanitize("<input disabled=\"disabled\"/>", "<input disabled=\"disabled\" />");
615 sanitize("<keygen disabled=\"disabled\"/>", "<keygen disabled=\"disabled\" />")
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtilsTests.java 122 // Personalization disabled.
124 assertEquals("Current boolean with personalization disabled", false,
  /external/libpng/scripts/
pnglibconf.dfa 32 # option <name> [requires ...] [if ...] [enables ...] [disabled]
35 # chunk <name> [requires ...] [enables ...] [disabled]
163 # experimental options must be disabled before they are defined in this file!)
199 option SET_OPTION disabled
224 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
226 option ARM_NEON_CHECK disabled requires ALIGNED_MEMORY,
261 option WRITE_INT_FUNCTIONS disabled
268 # ERROR_NUMBERS: unimplemented feature, therefore disabled
285 option ERROR_NUMBERS disabled
288 option BENIGN_WRITE_ERRORS requires BENIGN_ERRORS disabled
    [all...]
  /art/runtime/arch/
instruction_set_features_test.cc 32 LOG(WARNING) << "Test disabled due to no CPP define for A53 erratum 835769";
59 LOG(WARNING) << "Test disabled due to no CPP define for A53 erratum 835769";
97 LOG(WARNING) << "Test disabled due to buggy ARM kernels";
131 LOG(WARNING) << "Test disabled due to buggy ARM kernels";
  /art/test/116-nodex2oat/src/
Main.java 23 throw new Error("Application with dex2oat disabled runs with an oat file");
  /art/test/117-nopatchoat/src/
Main.java 24 "dex2oat & patchoat are " + ((isDex2OatEnabled()) ? "enabled" : "disabled") +
  /art/test/119-noimage-patchoat/src/
Main.java 25 throw new Error("Image with dex2oat disabled runs with an oat file");
  /art/test/134-nodex2oat-nofallback/
check 22 grep 'Suppressed: java.io.IOException: Fallback mode disabled, skipping dex files.' "$2" >/dev/null
  /art/test/134-nodex2oat-nofallback/src/
Main.java 23 throw new Error("Application with dex2oat disabled runs with an oat file");
  /cts/build/
support_package.mk 23 LOCAL_PROGUARD_ENABLED := disabled
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/
Android.mk 31 LOCAL_PROGUARD_ENABLED := disabled
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/
Android.mk 31 LOCAL_PROGUARD_ENABLED := disabled
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/
Android.mk 31 LOCAL_PROGUARD_ENABLED := disabled
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionApp/
Android.mk 32 LOCAL_PROGUARD_ENABLED := disabled
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionAppCompat/
Android.mk 32 LOCAL_PROGUARD_ENABLED := disabled
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AccountManagementTest.java 65 // Some local tests: adding and removing disabled accounts and make sure
66 // DevicePolicyManager keeps track of the disabled set correctly
91 // Management is disabled, adding account should fail.
130 // Removing account should fail, as we just disabled it.
  /cts/tests/ProcessTest/
Android.mk 30 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
  /cts/tests/app/
Android.mk 24 LOCAL_PROGUARD_ENABLED := disabled
  /cts/tests/core/
ctscore.mk 16 LOCAL_PROGUARD_ENABLED := disabled

Completed in 760 milliseconds

<<11121314151617181920>>