/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | rect_blink.h | 21 DCHECK_GE(x_, 0); in RectBlink() 22 DCHECK_GE(y_, 0); in RectBlink() 23 DCHECK_GE(width_, 0); in RectBlink() 24 DCHECK_GE(height_, 0); in RectBlink() 30 DCHECK_GE(x, 0); in setX() 36 DCHECK_GE(y, 0); in setY() 42 DCHECK_GE(width, 0); in setWidth() 48 DCHECK_GE(height, 0); in setHeight()
|
D | rect_chromium.h | 25 DCHECK_GE(width_, 0); in RectChromium() 26 DCHECK_GE(height_, 0); in RectChromium() 46 DCHECK_GE(width, 0); in set_width() 52 DCHECK_GE(height, 0); in set_height()
|
D | pickled_types_blink.cc | 17 DCHECK_GE(foo_, 0); in PickledStructBlink() 18 DCHECK_GE(bar_, 0); in PickledStructBlink()
|
D | pickled_types_blink.h | 43 DCHECK_GE(foo, 0); in set_foo() 49 DCHECK_GE(bar, 0); in set_bar()
|
/external/v8/src/codegen/ |
D | code-desc.cc | 53 DCHECK_GE(desc->safepoint_table_size, 0); in Verify() 56 DCHECK_GE(desc->handler_table_size, 0); in Verify() 59 DCHECK_GE(desc->constant_pool_size, 0); in Verify() 62 DCHECK_GE(desc->code_comments_size, 0); in Verify() 66 DCHECK_GE(desc->reloc_offset, 0); in Verify() 67 DCHECK_GE(desc->reloc_size, 0); in Verify() 68 DCHECK_GE(desc->unwinding_info_size, 0); in Verify()
|
D | bailout-reason.cc | 15 DCHECK_GE(reason, BailoutReason::kNoReason); in GetBailoutReason() 23 DCHECK_GE(reason, AbortReason::kNoReason); in GetAbortReason()
|
/external/v8/src/regexp/ |
D | regexp-bytecode-generator.cc | 67 DCHECK_GE(kMaxRegister, register_index); in PopRegister() 74 DCHECK_GE(kMaxRegister, register_index); in PushRegister() 81 DCHECK_GE(kMaxRegister, register_index); in WriteCurrentPositionToRegister() 96 DCHECK_GE(kMaxRegister, register_index); in ReadCurrentPositionFromRegister() 102 DCHECK_GE(kMaxRegister, register_index); in WriteStackPointerToRegister() 108 DCHECK_GE(kMaxRegister, register_index); in ReadStackPointerFromRegister() 119 DCHECK_GE(kMaxRegister, register_index); in SetRegister() 126 DCHECK_GE(kMaxRegister, register_index); in AdvanceRegister() 169 DCHECK_GE(kMaxCPOffset, by); in AdvanceCurrentPosition() 187 DCHECK_GE(eats_at_least, characters); in LoadCurrentCharacterImpl() [all …]
|
/external/v8/src/heap/ |
D | allocation-stats.h | 64 DCHECK_GE(size + bytes, size); in IncreaseAllocatedBytes() 73 DCHECK_GE(size_, bytes); in DecreaseAllocatedBytes() 76 DCHECK_GE(allocated_on_page_[page], bytes); in DecreaseAllocatedBytes() 82 DCHECK_GE(capacity_, bytes); in DecreaseCapacity() 83 DCHECK_GE(capacity_ - bytes, size_); in DecreaseCapacity() 88 DCHECK_GE(capacity_ + bytes, capacity_); in IncreaseCapacity()
|
D | new-spaces.h | 263 DCHECK_GE(top(), to_space_.page_low()); in NON_EXPORTED_BASE() 301 DCHECK_GE(Capacity(), Size()); in NON_EXPORTED_BASE() 331 DCHECK_GE(age_mark_page->area_end(), age_mark); in NON_EXPORTED_BASE() 335 DCHECK_GE(top(), age_mark); in NON_EXPORTED_BASE() 343 DCHECK_GE(top(), current_page->area_start()); in NON_EXPORTED_BASE() 458 DCHECK_GE(top(), original_top_); in NON_EXPORTED_BASE()
|
D | base-space.h | 37 DCHECK_GE(committed_ + bytes, committed_); in AccountCommitted() 45 DCHECK_GE(committed_, committed_ - bytes); in AccountUncommitted()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_slice.h | 66 DCHECK_GE(d, 0); in start() 72 DCHECK_GE(d, 0); in length() 78 DCHECK_GE(d, 0); in end() 84 DCHECK_GE(d, 0); in set_start() 86 DCHECK_GE(x, 0); in set_start() 91 DCHECK_GE(d, 0); in set_length()
|
D | op_kernel.h | 1086 DCHECK_GE(index, 0); in input_alloc_attr() 1603 DCHECK_GE(index, 0); in input_dtype() 1610 DCHECK_GE(index, 0); in input_memory_type() 1616 DCHECK_GE(index, 0); in expected_output_dtype() 1622 DCHECK_GE(index, 0); in output_memory_type() 1651 DCHECK_GE(index, 0); in has_input() 1657 DCHECK_GE(index, 0); in input_ref_mutex() 1670 DCHECK_GE(index, 0); in mutable_output() 1678 DCHECK_GE(index, 0); in release_output() 1718 DCHECK_GE(i, 0); [all …]
|
/external/v4l2_codec2/accel/ |
D | bit_reader_core.cc | 54 DCHECK_GE(num_bits, 0); in SkipBitsSmall() 65 DCHECK_GE(num_bits, 0); in SkipBits() 85 DCHECK_GE(window_size, 0); in SkipBits() 105 DCHECK_GE(num_bits, 0); in ReadBitsInternal() 154 DCHECK_GE(window_size, 0); in Refill()
|
D | bit_reader.cc | 16 DCHECK_GE(size, 0); in BitReader() 36 DCHECK_GE(max_nbytes, 0); in GetBytes()
|
/external/v8/src/interpreter/ |
D | bytecode-jump-table.h | 43 DCHECK_GE(case_value, case_value_base_); in is_bound() 50 DCHECK_GE(case_value, case_value_base_); in ConstantPoolEntryFor() 60 DCHECK_GE(case_value, case_value_base_); in mark_bound()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/ |
D | vectorizer.h | 45 DCHECK_GE(index, 0); in stacked() 61 DCHECK_GE(index, 0); in unstacked() 74 DCHECK_GE(index, 0); in at()
|
/external/v8/src/compiler/ |
D | bytecode-liveness-map.h | 31 DCHECK_GE(index, 0); in RegisterIsLive() 45 DCHECK_GE(index, 0); in MarkRegisterLive() 51 DCHECK_GE(index, 0); in MarkRegisterDead()
|
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | traceme.h | 85 DCHECK_GE(level, 1); 100 DCHECK_GE(level, 1); 130 DCHECK_GE(level, 1);
|
/external/libchrome/base/ |
D | rand_util_posix.cc | 30 DCHECK_GE(fd_, 0) << "Cannot open /dev/urandom: " << errno; in URandomFd() 34 DCHECK_GE(fd_, 0) << "Cannot open /dev/urandom: " << errno;
|
/external/v8/src/objects/ |
D | js-display-names-inl.h | 28 DCHECK_GE(StyleBits::kMax, style); in ACCESSORS() 37 DCHECK_GE(FallbackBit::kMax, fallback); in set_fallback()
|
D | js-list-format-inl.h | 30 DCHECK_GE(StyleBits::kMax, style); in ACCESSORS() 41 DCHECK_GE(TypeBits::kMax, type); in set_type()
|
/external/v8/src/base/platform/ |
D | semaphore.cc | 45 DCHECK_GE(count, 0); 109 DCHECK_GE(count, 0); 162 Semaphore::Semaphore(int count) : native_handle_(count) { DCHECK_GE(count, 0); }
|
D | time.cc | 236 DCHECK_GE(ts.tv_nsec, 0); in FromMachTimespec() 246 DCHECK_GE(delta_, 0); in ToMachTimespec() 259 DCHECK_GE(ts.tv_nsec, 0); in FromTimespec() 358 DCHECK_GE(us_, 0); in ToFiletime() 393 DCHECK_GE(ts.tv_nsec, 0); in FromTimespec() 426 DCHECK_GE(tv.tv_usec, 0); in FromTimeval() 879 DCHECK_GE(perf_counter_now, perf_counter_initial); in TSCTicksPerSecond() 889 DCHECK_GE(tsc_now, tsc_initial); in TSCTicksPerSecond()
|
D | elapsed-timer.h | 59 DCHECK_GE(elapsed.InMicroseconds(), 0); in Restart() 70 DCHECK_GE(elapsed.InMicroseconds(), 0); in Elapsed()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | message.h | 117 DCHECK_GE(version(), 1u); in COMPONENT_EXPORT() 121 DCHECK_GE(version(), 1u); in COMPONENT_EXPORT() 126 DCHECK_GE(version(), 2u); in COMPONENT_EXPORT() 130 DCHECK_GE(version(), 2u); in COMPONENT_EXPORT()
|