HomeSort by relevance Sort by last modified time
    Searched refs:DCHECK_GE (Results 1 - 25 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/common/
inter_process_time_ticks_converter.cc 21 DCHECK_GE(target_range, 0);
22 DCHECK_GE(source_range, 0);
32 DCHECK_GE(local_upper_bound.value_,
56 DCHECK_GE(remote_upper_bound_, remote_ms.value_);
64 DCHECK_GE(remote_upper_bound_, remote_lower_bound_ + remote_delta.value_);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
default_map_storage.cc 33 DCHECK_GE(index, 0);
39 DCHECK_GE(index, 0);
  /external/chromium/net/disk_cache/
bitmap.cc 94 DCHECK_GE(index, 0);
105 DCHECK_GE(index, 0);
113 DCHECK_GE(index, 0);
121 DCHECK_GE(array_index, 0);
127 DCHECK_GE(array_index, 0);
164 DCHECK_GE(begin, 0);
165 DCHECK_GE(end, 0);
216 DCHECK_GE(*index, 0);
217 DCHECK_GE(limit, 0);
279 DCHECK_GE(*index, 0)
    [all...]
  /external/chromium_org/media/base/
audio_timestamp_helper.cc 30 DCHECK_GE(frame_count, 0);
40 DCHECK_GE(frame_count, 0);
69 DCHECK_GE(frame_count, 0);
audio_buffer_queue.cc 46 DCHECK_GE(dest->frames(), frames + dest_frame_offset);
54 DCHECK_GE(dest->frames(), frames);
137 DCHECK_GE(frames_, 0);
  /external/chromium_org/net/disk_cache/
bitmap.cc 94 DCHECK_GE(index, 0);
105 DCHECK_GE(index, 0);
113 DCHECK_GE(index, 0);
121 DCHECK_GE(array_index, 0);
127 DCHECK_GE(array_index, 0);
164 DCHECK_GE(begin, 0);
165 DCHECK_GE(end, 0);
216 DCHECK_GE(*index, 0);
217 DCHECK_GE(limit, 0);
279 DCHECK_GE(*index, 0)
    [all...]
  /external/chromium/chrome/browser/
power_save_blocker_common.cc 53 DCHECK_GE(blocker_count_, 0);
  /external/chromium_org/base/
rand_util_posix.cc 25 DCHECK_GE(fd_, 0) << "Cannot open /dev/urandom: " << errno;
  /external/chromium_org/remoting/host/
audio_silence_detector.cc 24 DCHECK_GE(threshold_, 0);
screen_resolution.cc 25 DCHECK_GE(dpi.x(), 0);
26 DCHECK_GE(dpi.y(), 0);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
logging.h 31 #define DCHECK_GE(X, Y) assert((X) >= (Y))
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser.cc 278 DCHECK_GE(remaining, 0);
287 DCHECK_GE(remaining, 0);
295 DCHECK_GE(remaining, 0);
324 DCHECK_GE(remaining, 0);
334 DCHECK_GE(remaining, 0);
344 DCHECK_GE(remaining, 0);
351 DCHECK_GE(remaining, 0);
370 DCHECK_GE(*remaining, 0);
385 DCHECK_GE(*remaining, 0);
397 DCHECK_GE(*remaining, 0)
    [all...]
  /external/chromium_org/android_webview/browser/net/
input_stream_reader.cc 37 DCHECK_GE(content_size, 0);
70 DCHECK_GE(size, 0);
  /external/chromium_org/content/browser/device_orientation/
accelerometer_mac.cc 91 DCHECK_GE(orientation->beta(), -180.0);
93 DCHECK_GE(orientation->gamma(), -90.0);
  /external/chromium_org/printing/
image_win.cc 61 DCHECK_GE(rect.width(), 0); // Metafile could be empty.
62 DCHECK_GE(rect.height(), 0);
  /external/ceres-solver/include/ceres/internal/
fixed_array.h 116 DCHECK_GE(i, 0);
124 DCHECK_GE(i, 0);
171 DCHECK_GE(n, size_t(0));
  /external/chromium_org/android_webview/native/
input_stream_impl.cc 108 DCHECK_GE(max_transfer_length, transfer_length);
109 DCHECK_GE(env->GetArrayLength(buffer), transfer_length);
117 DCHECK_GE(remaining_length, transfer_length);
  /external/chromium_org/cc/base/
tiling_data.cc 161 DCHECK_GE(x, 0);
162 DCHECK_GE(y, 0);
163 DCHECK_GE(width, 0);
164 DCHECK_GE(height, 0);
190 DCHECK_GE(x, 0);
191 DCHECK_GE(y, 0);
192 DCHECK_GE(width, 0);
193 DCHECK_GE(height, 0);
200 DCHECK_GE(x_index, 0);
211 DCHECK_GE(y_index, 0)
    [all...]
  /external/chromium_org/net/base/
io_buffer.cc 76 DCHECK_GE(bytes, 0);
94 DCHECK_GE(capacity, 0);
105 DCHECK_GE(offset, 0);
  /external/chromium_org/net/dns/
notify_watcher_mac.cc 28 DCHECK_GE(notify_fd_, 0);
  /external/chromium_org/ui/app_list/views/
progress_bar_view.cc 54 DCHECK_GE(bar_width, 0);
  /external/chromium_org/ui/base/range/
range_win.cc 18 DCHECK_GE(range.cpMin, 0);
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 51 DCHECK_GE(v, clk_[tid]);
  /art/compiler/llvm/
md_builder.cc 29 DCHECK_GE(sty_id, 0) << "Unknown TBAA special type: " << sty_id;
76 DCHECK_GE(jty_id, 0) << "Unknown JType: " << jty_id;
  /external/chromium/chrome/browser/chromeos/
wm_ipc.h 56 DCHECK_GE(index, 0);
61 DCHECK_GE(index, 0);

Completed in 647 milliseconds

1 2 3 4 5 6 7 8 91011>>