Searched refs:CHECK_LE (Results 1 - 25 of 161) sorted by relevance

1234567

/external/chromium_org/ui/gfx/range/
H A Drange_win.cc38 CHECK_LE(static_cast<LONG>(start()), kLONGMax);
39 CHECK_LE(static_cast<LONG>(end()), kLONGMax);
/external/chromium_org/sandbox/linux/tests/
H A Dscoped_temporary_file.cc27 CHECK_LE(0, fd_);
/external/chromium_org/chromecast/media/cma/ipc_streamer/
H A Daudio_decoder_config_marshaller.cc51 CHECK_LE(codec, ::media::kAudioCodecMax);
53 CHECK_LE(channel_layout, ::media::CHANNEL_LAYOUT_MAX);
55 CHECK_LE(sample_format, ::media::kSampleFormatMax);
H A Dvideo_decoder_config_marshaller.cc94 CHECK_LE(codec, ::media::kVideoCodecMax);
96 CHECK_LE(profile, ::media::VIDEO_CODEC_PROFILE_MAX);
98 CHECK_LE(format, ::media::VideoFrame::FORMAT_MAX);
/external/chromium_org/base/
H A Drand_util_nacl.cc20 CHECK_LE(nread, num_bytes);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cc43 CHECK_LE(size_, kMaxSize);
H A Dtsan_interface_java.cc99 CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size);
112 CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size);
126 CHECK_LE(src + size, jctx->heap_begin + jctx->heap_size);
128 CHECK_LE(dst + size, jctx->heap_begin + jctx->heap_size);
/external/chromium_org/components/pairing/
H A Dmessage_buffer.cc23 CHECK_LE(size, AvailableBytes());
37 CHECK_LE(buffer_offset_, io_buffer_size);
/external/chromium_org/sandbox/linux/services/
H A Dthread_helpers.cc28 CHECK_LE(0, proc_self_task);
34 CHECK_LE(3UL, task_stat.st_nlink);
/external/chromium_org/media/base/
H A Daudio_fifo.cc61 CHECK_LE(source_size + frames(), max_frames_);
94 CHECK_LE(frames_to_consume, frames());
98 CHECK_LE(frames_to_consume + start_frame, destination->frames());
H A Daudio_buffer.cc40 CHECK_LE(channel_count_, limits::kMaxChannels);
248 CHECK_LE(frames_to_trim, adjusted_frame_count_);
262 CHECK_LE(frames_to_trim, adjusted_frame_count_);
271 CHECK_LE(end, adjusted_frame_count_);
275 CHECK_LE(frames_to_trim, adjusted_frame_count_);
H A Ddata_buffer.h82 CHECK_LE(data_size, buffer_size_);
/external/chromium_org/remoting/host/native_messaging/
H A Dnative_messaging_writer.cc49 CHECK_LE(message_json.length(), kMaximumMessageSize);
/external/chromium_org/net/spdy/
H A Dspdy_buffer.cc26 CHECK_LE(size, kMaxSpdyFrameSize);
71 CHECK_LE(size, kMaxSpdyFrameSize);
/external/chromium_org/media/audio/sounds/
H A Dwav_audio_handler.cc44 CHECK_LE(offset + sizeof(T), data.size());
61 CHECK_LE(kWavFileHeaderSize, wav_data.size()) << "wav data is too small";
71 CHECK_LE(0, length) << "can't parse wav sub-chunk";
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_mapping_libcdep.cc103 CHECK_LE(res, tmp_path.size());
120 CHECK_LE(res, path.size());
/external/chromium_org/chrome/browser/extensions/
H A Dblob_reader.cc43 CHECK_LE(offset, kint64max - length);
/external/chromium_org/chrome/browser/nacl_host/test/
H A Dmock_nacl_gdb.cc51 CHECK_LE(i, argc);
/external/chromium_org/mojo/system/
H A Dmemory.cc44 CHECK_LE(count, std::numeric_limits<size_t>::max() / size);
/external/chromium_org/third_party/re2/util/
H A Dtest.h30 #define EXPECT_LE CHECK_LE
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmarkidle_unittest.cc92 CHECK_LE(post_idle, original);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmarkidle_unittest.cc92 CHECK_LE(post_idle, original);
/external/openfst/src/include/fst/
H A Dlog.h59 #define CHECK_LE(x, y) CHECK((x) <= (y)) macro
/external/regex-re2/util/
H A Dtest.h30 #define EXPECT_LE CHECK_LE
/external/chromium_org/media/cast/test/
H A Dlinux_output_window.cc121 CHECK_LE(video_frame->coded_size().width(), image_->width);
122 CHECK_LE(video_frame->coded_size().height(), image_->height);

Completed in 659 milliseconds

1234567