HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_LE (Results 101 - 125 of 218) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/remoting/base/
compound_buffer.cc 150 CHECK_LE(pos + it->size, data + size);
  /external/chromium_org/v8/test/cctest/
test-time.cc 173 CHECK_LE(delta, target_granularity);
  /external/compiler-rt/lib/msan/
msan_allocator.cc 71 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.cc 236 CHECK_LE(size, 1ULL << FIRST_32_SECOND_64(30, 40)); // Sanity check.
sanitizer_common.h 379 CHECK_LE(size_, capacity_);
409 CHECK_LE(size_, new_capacity);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 164 CHECK_LE(sz, InternalSizeClassMap::kMaxSize);
  /frameworks/av/media/libmedia/
ICrypto.cpp 277 CHECK_LE(result, static_cast<ssize_t>(totalSize));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 194 BOOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::le_impl(), "", WARN, CHECK_LE, (L)(R) )
196 BOOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::le_impl(), "", CHECK, CHECK_LE, (L)(R) )
198 BOOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::le_impl(), "", REQUIRE, CHECK_LE, (L)(R) )
413 CHECK_LE,
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 195 CHECK_LE(0, inotify_fd);
197 CHECK_LE(0, shutdown_fd);
  /external/chromium_org/media/base/
yuv_convert.cc 429 CHECK_LE(dest_width, source_width);
430 CHECK_LE(dest_height, source_height);
  /external/compiler-rt/lib/asan/
asan_rtl.cc 110 CHECK_LE(f->max_redzone, 2048);
582 CHECK_LE(flags()->min_uar_stack_size_log, flags()->max_uar_stack_size_log);
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 146 CHECK_LE(from + size, mTotalSize);
580 CHECK_LE(size, (size_t)mHighwaterThresholdBytes);
  /frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp 139 CHECK_LE(nal->size(), 65535u);
166 CHECK_LE(numPicParameterSets, 255u);
  /art/compiler/llvm/
llvm_compilation_unit.cc 318 CHECK_LE(align, static_cast<uint32_t>(insn_set_align));
  /art/runtime/gc/
heap-inl.h 123 CHECK_LE(obj->SizeOf(), usable_size);
  /art/runtime/gc/space/
bump_pointer_space.cc 192 CHECK_LE(reinterpret_cast<const byte*>(end), End());
malloc_space.cc 139 CHECK_LE(new_end, Begin() + Capacity());
  /art/runtime/
thread_pool.cc 101 CHECK_LE(threads, GetThreadCount());
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 83 // CHECK_LE(val1, val2) val1 <= val2
365 #define CHECK_LE(val1, val2) CHECK_OP(val1, val2, <=)
  /external/ceres-solver/internal/ceres/
suitesparse.cc 119 CHECK_LE(in_size, out_size);
  /external/chromium_org/chrome/app/
image_pre_reader_win.cc 264 CHECK_LE(reinterpret_cast<const uint8*>(section + 1),
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 323 CHECK_LE(bytes_processed, bytes_total);
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.cc 406 CHECK_LE(typed_url->visits_size(), kMaxTypedUrlVisits);
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.cc 252 CHECK_LE(base::checked_cast<int>(data.length()), request.buf_len);
  /external/chromium_org/extensions/renderer/
extension_helper.cc 123 CHECK_LE(accumulator.views().size(), 1u);

Completed in 790 milliseconds

1 2 3 45 6 7 8 9