Home
last modified time | relevance | path

Searched refs:CHECK_NE (Results 1 – 25 of 78) sorted by relevance

1234

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc84 CHECK_NE(jctx, 0); in __tsan_java_fini()
94 CHECK_NE(jctx, 0); in __tsan_java_alloc()
95 CHECK_NE(size, 0); in __tsan_java_alloc()
107 CHECK_NE(jctx, 0); in __tsan_java_free()
108 CHECK_NE(size, 0); in __tsan_java_free()
120 CHECK_NE(jctx, 0); in __tsan_java_move()
121 CHECK_NE(size, 0); in __tsan_java_move()
129 CHECK_NE(dst, src); in __tsan_java_move()
130 CHECK_NE(size, 0); in __tsan_java_move()
162 CHECK_NE(jctx, 0); in __tsan_java_mutex_lock()
[all …]
Dtsan_fd.cc66 CHECK_NE(s, &fdctx.globsync); in unref()
67 CHECK_NE(s, &fdctx.filesync); in unref()
68 CHECK_NE(s, &fdctx.socksync); in unref()
Dtsan_mutex.cc144 CHECK_NE(locked_[i], max_seq); in Lock()
287 CHECK_NE(atomic_load(&state_, memory_order_relaxed), 0); in CheckLocked()
Dtsan_sync.cc261 CHECK_NE(src, dst); in MoveMemory()
262 CHECK_NE(sz, 0); in MoveMemory()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc143 CHECK_NE(tctx, 0); in CreateThread()
144 CHECK_NE(tid, kUnknownTid); in CreateThread()
204 CHECK_NE(tctx, 0); in SetThreadName()
225 CHECK_NE(tctx, 0); in DetachThread()
243 CHECK_NE(tctx, 0); in JoinThread()
260 CHECK_NE(tctx, 0); in FinishThread()
274 CHECK_NE(tctx, 0); in StartThread()
Dsanitizer_list.h79 CHECK_NE(this, l); in append_front()
93 CHECK_NE(this, l); in append_back()
Dsanitizer_internal_defs.h226 #define CHECK_NE(a, b) CHECK_IMPL((a), !=, (b)) macro
235 #define DCHECK_NE(a, b) CHECK_NE(a, b)
Dsanitizer_mac.cc336 CHECK_NE(owner_, (uptr)pthread_self()); in Lock()
401 CHECK_NE(sysctl(mib, 2, 0, &len, 0, 0), -1); in GetMacosVersionInternal()
403 CHECK_NE(sysctl(mib, 2, version, &len, 0, 0), -1); in GetMacosVersionInternal()
/external/v8/tools/clang/rewrite_scoped_refptr/tests/
Dlogging-checks-original.cc23 CHECK_NE(a, b); in TestFunction()
24 CHECK_NE(b, a); in TestFunction()
Dlogging-checks-expected.cc23 CHECK_NE(a.get(), b); in TestFunction()
24 CHECK_NE(b, a.get()); in TestFunction()
/external/compiler-rt/lib/ubsan/
Dubsan_init.cc54 CHECK_NE(UBSAN_MODE_PLUGIN, ubsan_mode); in InitAsStandalone()
61 CHECK_NE(UBSAN_MODE_UNKNOWN, ubsan_mode); in InitAsStandaloneIfNecessary()
/external/libmojo/mojo/edk/test/
Dmojo_test_base.cc101 CHECK_NE(*p0, MOJO_HANDLE_INVALID); in CreateMessagePipe()
102 CHECK_NE(*p1, MOJO_HANDLE_INVALID); in CreateMessagePipe()
171 CHECK_NE(*handle, MOJO_HANDLE_INVALID); in ReadMessageWithOptionalHandle()
278 CHECK_NE(*p0, MOJO_HANDLE_INVALID); in CreateDataPipe()
279 CHECK_NE(*p1, MOJO_HANDLE_INVALID); in CreateDataPipe()
/external/v8/src/compiler/
Dregister-allocator-verifier.cc94 CHECK_NE(kSameAsFirst, constraint.type_); in VerifyInput()
96 CHECK_NE(InstructionOperand::kInvalidVirtualRegister, in VerifyInput()
103 CHECK_NE(kSameAsFirst, constraint.type_); in VerifyTemp()
104 CHECK_NE(kImmediate, constraint.type_); in VerifyTemp()
105 CHECK_NE(kExplicit, constraint.type_); in VerifyTemp()
106 CHECK_NE(kConstant, constraint.type_); in VerifyTemp()
111 CHECK_NE(kImmediate, constraint.type_); in VerifyOutput()
112 CHECK_NE(kExplicit, constraint.type_); in VerifyOutput()
113 CHECK_NE(InstructionOperand::kInvalidVirtualRegister, in VerifyOutput()
Dc-linkage.cc165 CHECK_NE(MachineRepresentation::kFloat32, rep); in GetSimplifiedCDescriptor()
166 CHECK_NE(MachineRepresentation::kFloat64, rep); in GetSimplifiedCDescriptor()
170 CHECK_NE(MachineRepresentation::kFloat32, rep); in GetSimplifiedCDescriptor()
171 CHECK_NE(MachineRepresentation::kFloat64, rep); in GetSimplifiedCDescriptor()
/external/libmojo/mojo/edk/embedder/
Dplatform_handle_utils_win.cc18 CHECK_NE(platform_handle.handle, INVALID_HANDLE_VALUE); in DuplicatePlatformHandle()
/external/libmojo/mojo/edk/system/
Dmultiprocess_message_pipe_unittest.cc930 CHECK_NE(p, MOJO_HANDLE_INVALID); in DEFINE_TEST_CLIENT_WITH_PIPE()
938 CHECK_NE(p, MOJO_HANDLE_INVALID); in DEFINE_TEST_CLIENT_WITH_PIPE()
946 CHECK_NE(p, MOJO_HANDLE_INVALID); in DEFINE_TEST_CLIENT_WITH_PIPE()
955 CHECK_NE(p, MOJO_HANDLE_INVALID); in DEFINE_TEST_CLIENT_WITH_PIPE()
965 CHECK_NE(p, MOJO_HANDLE_INVALID); in DEFINE_TEST_CLIENT_WITH_PIPE()
966 CHECK_NE(carrier, MOJO_HANDLE_INVALID); in DEFINE_TEST_CLIENT_WITH_PIPE()
975 CHECK_NE(carrier, MOJO_HANDLE_INVALID); in DEFINE_TEST_CLIENT_WITH_PIPE()
977 CHECK_NE(p, MOJO_HANDLE_INVALID); in DEFINE_TEST_CLIENT_WITH_PIPE()
/external/libcxx/utils/google-benchmark/src/
Dcheck.h65 #define CHECK_NE(a, b) CHECK((a) != (b)) macro
Dre.h97 CHECK_NE(needed, 0); in Init()
/external/compiler-rt/lib/msan/
Dmsan_thread.cc39 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS()
/external/v8/src/base/
Dlogging.h200 #define CHECK_NE(lhs, rhs) CHECK_OP(NE, !=, lhs, rhs) macro
219 #define DCHECK_NE(v1, v2) CHECK_NE(v1, v2)
/external/libbrillo/brillo/
Dasynchronous_signal_handler.cc47 CHECK_NE(kInvalidDescriptor, descriptor_); in Init()
/external/google-benchmark/src/
Dcheck.h66 #define CHECK_NE(a, b) CHECK((a) != (b)) macro
Dre.h111 CHECK_NE(needed, 0); in Init()
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.cc59 CHECK_NE(0U, HistogramBase::RANGE_CHECKSUM_ERROR & corruption); in PrepareSamples()
/external/regex-re2/util/
Dlogging.h29 #define CHECK_NE(x, y) CHECK((x) != (y)) macro

1234