Home
last modified time | relevance | path

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

12345678910>>...12

/external/libchrome/base/
Dsync_socket_posix.cc40 DCHECK_NE(handle, SyncSocket::kInvalidHandle); in SendHelper()
68 DCHECK_NE(socket_a, socket_b); in CreatePair()
131 DCHECK_NE(handle_, kInvalidHandle); in Receive()
144 DCHECK_NE(handle_, kInvalidHandle); in ReceiveWithTimeout()
199 DCHECK_NE(handle_, kInvalidHandle); in Peek()
221 DCHECK_NE(handle_, kInvalidHandle); in Shutdown()
228 DCHECK_NE(handle_, kInvalidHandle); in Send()
/external/libchrome/base/threading/
Dthread_local_storage.cc292 DCHECK_NE(tls_data, kDestroyed); in OnThreadExit()
361 DCHECK_NE(slot_, kInvalidSlotValue); in Free()
376 DCHECK_NE(tls_data, kDestroyed); in Get()
379 DCHECK_NE(slot_, kInvalidSlotValue); in Get()
391 DCHECK_NE(tls_data, kDestroyed); in Set()
394 DCHECK_NE(slot_, kInvalidSlotValue); in Set()
/external/tensorflow/tensorflow/core/platform/
Dlogging_test.cc46 DCHECK_NE(a, b); in TEST()
48 DCHECK_NE(4, 3); in TEST()
83 ASSERT_DEATH(DCHECK_NE(3, 3), "3 != 3"); in TEST()
/external/tensorflow/tensorflow/contrib/coder/kernels/
Drange_coder.cc51 DCHECK_NE(size >> 16, 0); in Encode()
166 DCHECK_NE(((base_ - a) + size) >> 32, 0); in Encode()
167 DCHECK_NE(delay_ & 0xFFFF, 0); in Encode()
227 DCHECK_NE((static_cast<uint64>(base_ - a) + a) >> 32, 0); in Encode()
/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.cc357 DCHECK_NE(fd.fd, -1); in ImportBufferForPicture()
487 DCHECK_NE(decoder_state_, kUninitialized); in DecodeTask()
528 DCHECK_NE(decoder_state_, kUninitialized); in DecodeBufferTask()
793 DCHECK_NE(decoder_state_, kUninitialized); in AppendToInputFrame()
794 DCHECK_NE(decoder_state_, kResetting); in AppendToInputFrame()
795 DCHECK_NE(decoder_state_, kError); in AppendToInputFrame()
857 DCHECK_NE(decoder_state_, kUninitialized); in FlushInputFrame()
858 DCHECK_NE(decoder_state_, kResetting); in FlushInputFrame()
859 DCHECK_NE(decoder_state_, kError); in FlushInputFrame()
865 DCHECK_NE(input_record.input_id, -1); in FlushInputFrame()
[all …]
/external/libchrome/mojo/core/
Dscoped_process_handle.cc34 DCHECK_NE(handle, GetCurrentProcessHandle()); in ScopedProcessHandle()
43 DCHECK_NE(handle, GetCurrentProcessHandle()); in CloneFrom()
Dplatform_handle_in_transit.cc40 DCHECK_NE(handle, INVALID_HANDLE_VALUE); in CloseHandleInProcess()
86 DCHECK_NE(remote_handle_, INVALID_HANDLE_VALUE); in operator =()
/external/v8/src/arm64/
Dinstructions-arm64.cc482 DCHECK_NE(vform, kFormatUndefined); in RegisterSizeInBitsFromFormat()
503 DCHECK_NE(vform, kFormatUndefined); in LaneSizeInBitsFromFormat()
531 DCHECK_NE(vform, kFormatUndefined); in LaneSizeInBytesLog2FromFormat()
555 DCHECK_NE(vform, kFormatUndefined); in LaneCountFromFormat()
580 DCHECK_NE(vform, kFormatUndefined); in MaxLaneCountFromFormat()
605 DCHECK_NE(vform, kFormatUndefined); in IsVectorFormat()
Dutils-arm64.cc115 DCHECK_NE(value, 0U); in LowestSetBitPosition()
120 DCHECK_NE(value, 0U); in HighestSetBitPosition()
/external/v8/src/objects/
Dmodule.cc196 DCHECK_NE(new_status, Module::kErrored); in SetStatus()
204 DCHECK_NE(module->status(), kInstantiating); in ResetGraph()
205 DCHECK_NE(module->status(), kEvaluating); in ResetGraph()
278 DCHECK_NE(status(), Module::kEvaluating); in GetSharedFunctionInfo()
279 DCHECK_NE(status(), Module::kEvaluated); in GetSharedFunctionInfo()
322 DCHECK_NE(module->status(), kEvaluating); in ResolveExport()
477 DCHECK_NE(module->status(), kEvaluating); in PrepareInstantiate()
478 DCHECK_NE(module->status(), kInstantiating); in PrepareInstantiate()
584 DCHECK_NE(module->status(), kEvaluating); in FinishInstantiate()
612 DCHECK_NE(requested_module->status(), kEvaluating); in FinishInstantiate()
[all …]
/external/v8/src/
Dbignum-dtoa.cc18 DCHECK_NE(significand, 0); in NormalizedExponent()
206 DCHECK_NE(buffer[(*length) - 1], '9'); in GenerateShortestDigits()
217 DCHECK_NE(buffer[(*length) - 1], '9'); in GenerateShortestDigits()
231 DCHECK_NE(buffer[(*length) - 1], '9'); in GenerateShortestDigits()
Dlog-utils.cc122 DCHECK_NE(str[i], '\0'); in AppendString()
133 DCHECK_NE(log_->format_buffer_[i], '\0'); in AppendFormatString()
204 DCHECK_NE(log_->format_buffer_[i], '\0'); in AppendRawFormatString()
Didentity-map.cc84 DCHECK_NE(keys_[index], not_mapped); in DeleteIndex()
200 DCHECK_NE(keys_[index], ReadOnlyRoots(heap_).not_mapped_symbol()); in KeyAtIndex()
208 DCHECK_NE(keys_[index], ReadOnlyRoots(heap_).not_mapped_symbol()); in EntryAtIndex()
/external/v8/src/debug/
Ddebug-coverage.cc64 DCHECK_NE(kNoSourcePosition, a.start); in CompareCoverageBlock()
65 DCHECK_NE(kNoSourcePosition, b.start); in CompareCoverageBlock()
89 DCHECK_NE(kNoSourcePosition, start_pos); in GetSortedBlockData()
157 DCHECK_NE(block.start, kNoSourcePosition); in Next()
264 DCHECK_NE(kNoSourcePosition, block.end); // Non-singleton range. in MergeDuplicateRanges()
349 DCHECK_NE(previous_block.end, kNoSourcePosition); in FilterAliasedSingletons()
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc111 DCHECK_NE(stats_->all_start_micros(), 0); in RecordComputeStarted()
112 DCHECK_NE(stats_->all_start_nanos(), 0); in RecordComputeStarted()
120 DCHECK_NE(stats_->all_start_micros(), 0); in RecordComputeEnded()
121 DCHECK_NE(stats_->all_start_nanos(), 0); in RecordComputeEnded()
129 DCHECK_NE(stats_->all_start_micros(), 0); in RecordExecutorEnded()
130 DCHECK_NE(stats_->all_start_nanos(), 0); in RecordExecutorEnded()
/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()
Dinstruction-scheduler.cc132 DCHECK_NE(instr->flags_mode(), kFlags_branch); in AddInstruction()
133 DCHECK_NE(instr->flags_mode(), kFlags_branch_and_poison); in AddInstruction()
380 DCHECK_NE(-1, successor->total_latency()); in ComputeTotalLatencies()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.cc158 DCHECK_NE(position_a, defining_position()); in SetPositionsAndComputeUses()
161 DCHECK_NE(position_a, position_b); in SetPositionsAndComputeUses()
189 DCHECK_NE(use, new_use); in SetPositionsAndComputeUses()
/external/v8/src/snapshot/
Dbuiltin-deserializer-allocator.cc35 DCHECK_NE(BuiltinDeserializer::kNoCodeObjectId, code_object_id); in Allocate()
56 DCHECK_NE(kNullAddress, handler_allocations_->at(index)); in Allocate()
214 DCHECK_NE(Builtins::kDeserializeLazy, builtin_id); in ReserveAndInitializeBuiltinsTableForBuiltin()
Ddefault-serializer-allocator.cc44 DCHECK_NE(MAP_SPACE, space); in Allocate()
76 DCHECK_NE(0, seen_backing_stores_index_); in AllocateOffHeapBackingStore()
/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/builtins/
Dconstants-table-builder.cc117 DCHECK_NE(ReadOnlyRoots(isolate_).undefined_value(), table->get(i)); in Finalize()
118 DCHECK_NE(ReadOnlyRoots(isolate_).self_reference_marker(), table->get(i)); in Finalize()
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.h321 DCHECK_NE(v, nullptr); in UnaryVariantDecodeRegistration()
353 DCHECK_NE(to, nullptr); in UnaryVariantDeviceCopyRegistration()
381 DCHECK_NE(v_out, nullptr); in UnaryVariantUnaryOpRegistration()
411 DCHECK_NE(out, nullptr); in UnaryVariantBinaryOpRegistration()
/external/libchrome/mojo/public/cpp/system/
Dwait.cc105 DCHECK_NE(MOJO_RESULT_UNKNOWN, ready_result); in Wait()
181 DCHECK_NE(MOJO_RESULT_UNKNOWN, ready_result); in WaitMany()
/external/v8/src/inspector/
Dwasm-translation.cc322 DCHECK_NE(it, fake_scripts_.end()); in GetSource()
328 DCHECK_NE(it, fake_scripts_.end()); in GetEndLine()
334 DCHECK_NE(it, fake_scripts_.end()); in GetEndColumn()
340 DCHECK_NE(it, fake_scripts_.end()); in GetHash()

12345678910>>...12