HomeSort by relevance Sort by last modified time
    Searched full:disabled_ (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /system/core/libmemunreachable/
ScopedDisableMalloc.h 32 DisableMallocGuard() : disabled_(false) {}
36 if (!disabled_) {
38 disabled_ = true;
43 if (disabled_) {
45 disabled_ = false;
51 bool disabled_; member in class:android::DisableMallocGuard
  /bionic/libc/malloc_debug/
debug_disable.h 46 ScopedDisableDebugCalls() : disabled_(DebugCallsDisabled()) {
47 if (!disabled_) {
52 if (!disabled_) {
58 bool disabled_; member in class:ScopedDisableDebugCalls
  /external/libchrome/base/
gtest_prod_util.h 23 FRIEND_TEST(test_case_name, DISABLED_##test_name); \
63 class test_case_name##_##DISABLED_##test_name##_Test; \
os_compat_android_unittest.cc 14 // Keep this Unittest DISABLED_ , because it actually creates a directory in the
security_unittest.cc 58 #define MALLOC_OVERFLOW_TEST(function) DISABLED_##function
  /external/tensorflow/tensorflow/compiler/xla/tests/
test_macros.h 25 // redefining the DISABLED_ON_$TARGET macro to prepend "DISABLED_" to the test
51 # define DISABLED_ON_CPU(X) XLA_TEST_PASTE(DISABLED_, X)
56 # define DISABLED_ON_CPU(X) XLA_TEST_PASTE(DISABLED_, X)
58 # define DISABLED_ON_CPU_PARALLEL(X) XLA_TEST_PASTE(DISABLED_, X)
63 # define DISABLED_ON_GPU(X) XLA_TEST_PASTE(DISABLED_, X)
68 # define DISABLED_ON_INTERPRETER(X) XLA_TEST_PASTE(DISABLED_, X)
77 // returns DISABLED_ prepended to its name; otherwise returns the test name
test_macros.cc 89 return "DISABLED_" + test_name;
  /external/webrtc/webrtc/test/testsupport/
gtest_prod_util.h 34 FRIEND_TEST_WEBRTC(test_case_name, DISABLED_##test_name); \
  /external/webrtc/webrtc/base/
macasyncsocket.cc 38 disabled_(false),
308 disabled_ = false;
315 disabled_ = true;
327 disabled_(false),
413 if (this_socket->disabled_)
macasyncsocket.h 88 bool disabled_; member in class:rtc::MacAsyncSocket
windowpicker_unittest.cc 17 # define DISABLE_ON_MAC(name) DISABLED_ ## name
  /test/vts-testcase/kernel/ltp/
test_cases_parser.py 101 # Tests failed to build will have prefix "DISABLED_"
102 if testname.startswith("DISABLED_"):
193 testname_prefix = ('DISABLED_'
  /external/libchrome/base/test/
gtest_util.cc 31 ReplaceSubstringsAfterOffset(&test_name_no_disabled, 0, "DISABLED_", "");
gtest_util.h 81 // Returns the full test name with the "DISABLED_" prefix stripped out.
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_unittest.cc 61 #define MAYBE(x) DISABLED_##x
  /external/google-breakpad/src/testing/gtest/test/
gtest_filter_unittest.py 423 self.RunAndVerify('*DISABLED_*', [])
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
426 self.RunAndVerify('*.DISABLED_*', [])
427 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
434 self.RunAndVerify('DISABLED_*', [])
435 self.RunAndVerifyAllowingDisabled('DISABLED_*', [
  /external/googletest/googletest/test/
gtest_filter_unittest.py 426 self.RunAndVerify('*DISABLED_*', [])
427 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
429 self.RunAndVerify('*.DISABLED_*', [])
430 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
437 self.RunAndVerify('DISABLED_*', [])
438 self.RunAndVerifyAllowingDisabled('DISABLED_*', [
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 423 self.RunAndVerify('*DISABLED_*', [])
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
426 self.RunAndVerify('*.DISABLED_*', [])
427 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
434 self.RunAndVerify('DISABLED_*', [])
435 self.RunAndVerifyAllowingDisabled('DISABLED_*', [
  /external/v8/testing/gtest/test/
gtest_filter_unittest.py 423 self.RunAndVerify('*DISABLED_*', [])
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
426 self.RunAndVerify('*.DISABLED_*', [])
427 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
434 self.RunAndVerify('DISABLED_*', [])
435 self.RunAndVerifyAllowingDisabled('DISABLED_*', [
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_filter_unittest.py 423 self.RunAndVerify('*DISABLED_*', [])
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
426 self.RunAndVerify('*.DISABLED_*', [])
427 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
434 self.RunAndVerify('DISABLED_*', [])
435 self.RunAndVerifyAllowingDisabled('DISABLED_*', [
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_filter_unittest.py 423 self.RunAndVerify('*DISABLED_*', [])
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
426 self.RunAndVerify('*.DISABLED_*', [])
427 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
434 self.RunAndVerify('DISABLED_*', [])
435 self.RunAndVerifyAllowingDisabled('DISABLED_*', [
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_filter_unittest.py 423 self.RunAndVerify('*DISABLED_*', [])
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
426 self.RunAndVerify('*.DISABLED_*', [])
427 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
434 self.RunAndVerify('DISABLED_*', [])
435 self.RunAndVerifyAllowingDisabled('DISABLED_*', [
  /external/libyuv/files/unit_test/
scale_test.cc 338 DISABLED_##name##To##width##x##height##_##filter##_16) { \
344 DISABLED_##name##From##width##x##height##_##filter##_16) { \
  /external/llvm/utils/lit/lit/formats/
googletest.py 62 elif any([name.startswith('DISABLED_')
  /external/v8/src/
api-natives.cc 141 disabled_(obj->map()->is_access_check_needed()),
143 if (disabled_) {
148 if (disabled_) {
155 const bool disabled_; member in class:v8::internal::__anon40733::AccessCheckDisableScope

Completed in 1011 milliseconds

1 2 3 4