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

<<11121314151617181920>>

  /external/clang/test/Sema/
enable_if.c 8 int open(const char *pathname, int flags) __attribute__((enable_if(!(flags & O_CREAT), "must specify mode when using O_CREAT"))) __attribute__((overloadable)); // expected-note{{candidate disabled: must specify mode when using O_CREAT}}
35 size_t strnlen(const char *s, size_t maxlen) // expected-note{{candidate disabled: chosen when 'maxlen' is known to be less than or equal to the buffer size}}
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 16 $("#apiLevelSelector").removeAttr("disabled");
17 $("#api-level-toggle label").removeClass("disabled");
20 $("#apiLevelSelector").attr("disabled","disabled");
21 $("#api-level-toggle label").addClass("disabled");
34 $("#apiLevelSelector").attr("disabled","disabled");
37 $("#api-level-toggle label").removeClass("disabled");
  /external/flac/libFLAC/
Makefile.am 39 #@@@ PPC optimizations temporarily disabled
43 #@@@ PPC optimizations temporarily disabled
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_ex_test.cc 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
  /external/gtest/test/
gtest-death-test_ex_test.cc 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
  /external/libvncserver/webclients/novnc/
vnc_auto.html 77 if (state === "normal") { cad.disabled = false; }
78 else { cad.disabled = true; }
  /external/llvm/test/CodeGen/X86/
dag-optnone.ll 11 ; The DAG combiner was disabled for 'optnone' (but not -O0) by r221168, then
14 ; really should have disabled the combiner for both.)
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_shader.h 90 uint8_t disabled; member in struct:rbug_proto_shader_info_reply
127 uint8_t disabled,
  /external/protobuf/gtest/test/
gtest_xml_output_unittest_.cc 66 FAIL() << "Unexpected failure: Disabled test should not be run";
80 FAIL() << "Unexpected failure: Disabled test should not be run";
  /external/selinux/libsepol/tests/
test-linker.c 24 * - check for properly disabled optional
25 * - check for non-optional disabled blocks
  /external/slf4j/slf4j-simple/src/test/java/org/slf4j/
DetectLoggerNameMismatchTest.java 39 * or trigger if disabled.
66 * Pass in the wrong class to the Logger with the check disabled, and make sure there are no errors.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 75 * Defines that the specified feature is to enabled/disabled (as
95 * Returns whether the specified property will be enabled or disabled
  /external/valgrind/none/tests/
map_unmap.c 6 /* The code testing MAP_HUGETLB huge pages is disabled by default,
15 /* Similarly, testing SHM_HUGETLB huge pages is disabled by default.
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java 93 // wait for the wifi state to be DISABLED
94 assertTrue("wifi state not disabled", waitForWifiState(
  /frameworks/base/libs/hwui/
Glop.h 42 * are enabled/disabled dynamically based on mesh content.
159 * Blending to be used by this draw - both GL_NONE if blending is disabled.
  /frameworks/base/location/java/android/location/
LocationListener.java 81 * Called when the provider is disabled by the user. If requestLocationUpdates
82 * is called on an already disabled provider, this method is called
  /frameworks/base/services/core/java/com/android/server/hdmi/
SetArcTransmissionStateAction.java 32 // ARC should be disabled.
107 // If enabled before and set to "disabled" and send <Report Arc Terminated> to
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_ex_test.cc 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
  /ndk/tests/abcc/jni/mman-win32/
configure 27 disabled(){
119 disabled static && {
  /packages/apps/InCallUI/res/values/
array.xml 23 <!-- For audio calls, if respond via SMS is disabled:
68 <!-- For video calls, if respond via SMS is disabled:
  /packages/apps/InCallUI/src/com/android/incallui/
InCallCameraManager.java 146 // Camera disabled by device policy.
157 // Camera disabled by device policy.
  /system/core/init/
init.h 86 #define SVC_RC_DISABLED 0x080 // Remember if the disabled flag was set in the rc script.
88 #define SVC_DISABLED_START 0x200 // A start was requested but it was disabled at the time.
  /art/patchoat/
Android.mk 39 # We always build patchoat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
  /art/runtime/
verify_object.h 33 kVerifyObjectModeDisabled, // Heap verification is disabled.
  /cts/hostsidetests/theme/app/
Android.mk 27 LOCAL_PROGUARD_ENABLED := disabled

Completed in 116 milliseconds

<<11121314151617181920>>