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

1 2 3 4 5 67 8 9

  /external/chromium_org/sandbox/win/src/
interception.cc 36 CHECK_LE(size, kAllocGranularity);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 547 CHECK_LE(region->allocated_meta, region->mapped_meta);
563 CHECK_LE(region->allocated_user, region->mapped_user);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_bvgraph_test.cc 63 CHECK_LE(from|to, 1 << 16);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 133 CHECK_LE(beg, end);
tsan_rtl.h 130 CHECK_LE(hs, 7);
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 315 CHECK_LE(nbInputSamples, 2 * kMaxNumSamplesPerFrame);
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 394 CHECK_LE(offset + 58, size);
  /art/runtime/gc/collector/
semi_space.cc 249 CHECK_LE(to_objects, from_objects);
415 CHECK_LE(mark_stack_->Size(), new_size);
    [all...]
mark_compact.cc 278 CHECK_LE(mark_stack_->Size(), new_size);
  /external/chromium_org/cc/layers/
tiled_layer.cc 548 CHECK_LE(paint_offset.x() + source_rect.width(), paint_rect.width());
549 CHECK_LE(paint_offset.y() + source_rect.height(), paint_rect.height());
  /external/chromium_org/net/spdy/
spdy_stream.cc 112 CHECK_LE(priority_, MAXIMUM_PRIORITY);
592 CHECK_LE(frame_payload_size, session_->GetDataFrameMaximumPayload());
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 212 CHECK_LE(out->size() + 4 + length, out->capacity());
235 CHECK_LE(out->size() + 4 + length, out->capacity());
avc_utils.cpp 461 CHECK_LE(sampling_freq_index, 11u);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 950 CHECK_LE(size, 0x3fff);
1172 CHECK_LE(chunkType, 0x1f);
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 555 CHECK_LE(PES_header_size, 188u - 4u);
798 CHECK_LE(ES_info_length, 0xfff);
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 673 CHECK_LE(200, profile->GetSamplesCount());
676 CHECK_LE(current_time, end_time);
680 CHECK_LE(current_time, timestamp);
681 CHECK_LE(timestamp, end_time);
    [all...]
  /art/runtime/
mem_map.cc 599 CHECK_LE(begin_map->BaseBegin(), end_map->BaseBegin());
  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.cc 215 CHECK_LE(delta_rows, num_rows_);
  /external/chromium_org/base/
logging.h 531 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2)
    [all...]
  /external/chromium_org/net/http/
http_stream_parser.cc 716 CHECK_LE(save_amount + additional_save_amount, kMaxBufSize);
    [all...]
  /external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc 58 CHECK_LE(0, fd_);
  /external/compiler-rt/lib/lsan/
lsan_common.cc 258 CHECK_LE(tls_begin, cache_begin);
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 363 CHECK_LE(srcBuffer->size(), dstBuffer->capacity());
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 571 CHECK_LE(n, port.mDef.nBufferCountActual);
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 210 CHECK_LE(packet->size(), kMaxUDPPacketSize - 12);

Completed in 688 milliseconds

1 2 3 4 5 67 8 9