Home
last modified time | relevance | path

Searched refs:DCHECK_GE (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/external/libchrome/mojo/public/cpp/bindings/tests/
Drect_blink.h21 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()
Drect_chromium.h25 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()
Dpickled_types_blink.cc17 DCHECK_GE(foo_, 0); in PickledStructBlink()
18 DCHECK_GE(bar_, 0); in PickledStructBlink()
Dpickled_types_blink.h43 DCHECK_GE(foo, 0); in set_foo()
49 DCHECK_GE(bar, 0); in set_bar()
/external/v8/src/codegen/
Dcode-desc.cc53 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()
Dbailout-reason.cc15 DCHECK_GE(reason, BailoutReason::kNoReason); in GetBailoutReason()
23 DCHECK_GE(reason, AbortReason::kNoReason); in GetAbortReason()
/external/v8/src/regexp/
Dregexp-bytecode-generator.cc67 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/
Dallocation-stats.h64 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()
Dnew-spaces.h263 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()
Dbase-space.h37 DCHECK_GE(committed_ + bytes, committed_); in AccountCommitted()
45 DCHECK_GE(committed_, committed_ - bytes); in AccountUncommitted()
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.h66 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()
Dop_kernel.h1086 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/
Dbit_reader_core.cc54 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()
Dbit_reader.cc16 DCHECK_GE(size, 0); in BitReader()
36 DCHECK_GE(max_nbytes, 0); in GetBytes()
/external/v8/src/interpreter/
Dbytecode-jump-table.h43 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/
Dvectorizer.h45 DCHECK_GE(index, 0); in stacked()
61 DCHECK_GE(index, 0); in unstacked()
74 DCHECK_GE(index, 0); in at()
/external/v8/src/compiler/
Dbytecode-liveness-map.h31 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/
Dtraceme.h85 DCHECK_GE(level, 1);
100 DCHECK_GE(level, 1);
130 DCHECK_GE(level, 1);
/external/libchrome/base/
Drand_util_posix.cc30 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/
Djs-display-names-inl.h28 DCHECK_GE(StyleBits::kMax, style); in ACCESSORS()
37 DCHECK_GE(FallbackBit::kMax, fallback); in set_fallback()
Djs-list-format-inl.h30 DCHECK_GE(StyleBits::kMax, style); in ACCESSORS()
41 DCHECK_GE(TypeBits::kMax, type); in set_type()
/external/v8/src/base/platform/
Dsemaphore.cc45 DCHECK_GE(count, 0);
109 DCHECK_GE(count, 0);
162 Semaphore::Semaphore(int count) : native_handle_(count) { DCHECK_GE(count, 0); }
Dtime.cc236 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()
Delapsed-timer.h59 DCHECK_GE(elapsed.InMicroseconds(), 0); in Restart()
70 DCHECK_GE(elapsed.InMicroseconds(), 0); in Elapsed()
/external/libchrome/mojo/public/cpp/bindings/
Dmessage.h117 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()

12345678910>>...16