Home
last modified time | relevance | path

Searched refs:DCHECK_NE (Results 1 – 25 of 148) sorted by relevance

123456

/external/libchrome/base/
Dsync_socket_posix.cc39 DCHECK_NE(handle, SyncSocket::kInvalidHandle); in SendHelper()
67 DCHECK_NE(socket_a, socket_b); in CreatePair()
130 DCHECK_NE(handle_, kInvalidHandle); in Receive()
143 DCHECK_NE(handle_, kInvalidHandle); in ReceiveWithTimeout()
200 DCHECK_NE(handle_, kInvalidHandle); in Peek()
216 DCHECK_NE(handle_, kInvalidHandle); in Shutdown()
223 DCHECK_NE(handle_, kInvalidHandle); in Send()
Dlogging_unittest.cc251 DCHECK_NE(p_not_null, nullptr); in TEST_F()
252 DCHECK_NE(nullptr, p_not_null); in TEST_F()
/external/v8/src/objects/
Dliteral-objects.cc17 DCHECK_NE(size(), index); in name()
44 DCHECK_NE(size(), backing_store_size); in set_backing_store_size()
/external/libmojo/mojo/edk/system/
Dwaiter.cc52 DCHECK_NE(awake_result_, MOJO_RESULT_INTERNAL); in Wait()
81 DCHECK_NE(awake_result_, MOJO_RESULT_INTERNAL); in Wait()
/external/libchrome/base/task_scheduler/
Dscheduler_lock_impl.cc29 DCHECK_NE(lock, predecessor) << "Reentrant locks are unsupported."; in RegisterLock()
81 DCHECK_NE(predecessor, lock) << in AssertSafePredecessor()
/external/v8/src/compiler/
Dstate-values-utils.cc182 DCHECK_NE(input_mask, SparseInputMask::kDenseBitMask); in BuildTree()
198 DCHECK_NE(input_mask, SparseInputMask::kDenseBitMask); in BuildTree()
261 DCHECK_NE(values[i]->opcode(), IrOpcode::kStateValues); in GetNodeForValues()
262 DCHECK_NE(values[i]->opcode(), IrOpcode::kTypedStateValues); in GetNodeForValues()
Dnode-marker.cc15 DCHECK_NE(0u, num_states); // user error! in NodeMarkerBase()
Dcommon-operator-reducer.cc205 DCHECK_NE(node, effect); in ReduceEffectPhi()
272 DCHECK_NE(node, value); in ReducePhi()
334 DCHECK_NE(0, control_inputs.count()); in ReduceReturn()
337 DCHECK_NE(0, graph()->end()->InputCount()); in ReduceReturn()
/external/libchrome/base/mac/
Dmach_port_util.cc80 DCHECK_NE(mach_task_self(), task_port); in CreateIntermediateMachPort()
81 DCHECK_NE(static_cast<mach_port_name_t>(MACH_PORT_NULL), task_port); in CreateIntermediateMachPort()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h68 DCHECK_NE(idx, 0); in Free()
75 DCHECK_NE(idx, 0); in Map()
/external/v8/src/base/platform/
Dcondition-variable.cc175 DCHECK_NE(event, we);
202 DCHECK_NE(event, fe);
244 DCHECK_NE(THREAD_PRIORITY_ERROR_RETURN, priority);
/external/libmojo/mojo/edk/embedder/
Dplatform_handle_utils_win.cc23 DCHECK_NE(new_handle, INVALID_HANDLE_VALUE); in DuplicatePlatformHandle()
/external/libchrome/base/threading/
Dthread.cc174 DCHECK_NE(GetThreadId(), PlatformThread::CurrentId()); in StopSoon()
223 DCHECK_NE(kInvalidThreadId, id_); in ThreadMain()
/external/v8/src/ic/
Dhandler-configuration-inl.h46 DCHECK_NE(kForElements, kind); in EnableAccessCheckOnReceiver()
57 DCHECK_NE(kForElements, kind); in EnableNegativeLookupOnReceiver()
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc245 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, entry->state_); in Copy()
269 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, le->state_); in Copy()
270 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, re->state_); in Copy()
285 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, entry->state_); in Copy()
292 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, entry->state_); in Copy()
371 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, entry->state_); in ReduceCheckMaps()
499 DCHECK_NE(0, maps->size()); in ReduceLoadNamedField()
/external/libchrome/base/win/
Dscoped_com_initializer.h60 DCHECK_NE(RPC_E_CHANGED_MODE, hr_) << "Invalid COM thread model change"; in Initialize()
/external/libchrome/base/process/
Dprocess_posix.cc237 DCHECK_NE(this, &other); in operator =()
265 DCHECK_NE(handle, GetCurrentProcessHandle()); in DeprecatedGetProcessFromHandle()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h235 #define DCHECK_NE(a, b) CHECK_NE(a, b) macro
243 #define DCHECK_NE(a, b) macro
/external/libchrome/base/test/
Dtest_file_util_posix.cc102 DCHECK_NE(0u, length_); in FilePermissionRestorer()
/external/v8/src/
Didentity-map.cc88 DCHECK_NE(keys_[index], not_mapped); in DeleteIndex()
205 DCHECK_NE(keys_[index], heap_->not_mapped_symbol()); in EntryAtIndex()
/external/v8/src/base/
Dlogging.h219 #define DCHECK_NE(v1, v2) CHECK_NE(v1, v2) macro
230 #define DCHECK_NE(v1, v2) ((void) 0) macro
/external/libchrome/base/files/
Dfile.cc74 DCHECK_NE(this, &other); in operator =()
Dmemory_mapped_file.cc65 DCHECK_NE(READ_WRITE_EXTEND, access); in Initialize()
/external/libchrome/base/metrics/
Dhistogram_delta_serialization.cc93 DCHECK_NE(0, snapshot.TotalCount()); in RecordDelta()
/external/regex-re2/util/
Dlogging.h16 #define DCHECK_NE(val1, val2) assert((val1) != (val2)) macro

123456