HomeSort by relevance Sort by last modified time
    Searched defs:expected_size (Results 1 - 23 of 23) sorted by null

  /external/v8/test/unittests/heap/
scavenge-job-unittest.cc 31 size_t expected_size = ScavengeJob::kInitialScavengeSpeedInBytesPerMs * local
34 EXPECT_FALSE(ScavengeJob::ReachedIdleAllocationLimit(0, expected_size - 1,
36 EXPECT_TRUE(ScavengeJob::ReachedIdleAllocationLimit(0, expected_size,
51 size_t expected_size = local
58 kScavengeSpeedInBytesPerMs, expected_size - 1, kNewSpaceCapacity));
60 kScavengeSpeedInBytesPerMs, expected_size, kNewSpaceCapacity));
66 size_t expected_size = local
72 scavenge_speed, expected_size - 1, kNewSpaceCapacity));
74 scavenge_speed, expected_size, kNewSpaceCapacity));
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode_embeddertest.cpp 30 unsigned int expected_size; member in struct:FlateEncodeCase
54 EXPECT_EQ(std::string((const char*)ptr->expected, ptr->expected_size),
66 unsigned int expected_size; member in struct:FlateDecodeCase
91 EXPECT_EQ(std::string((const char*)ptr->expected, ptr->expected_size),
  /external/v8/src/arm/
macro-assembler-arm.cc 120 int expected_size = CallSize(target, rmode, cond); local
143 DCHECK_EQ(expected_size, SizeOfCodeGeneratedSince(&start));
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
nack_unittest.cc 407 size_t expected_size = num_lost_packets - kNackThreshold; local
410 EXPECT_EQ(expected_size, nack_list.size());
413 expected_size = kNackListSize - kNackThreshold;
417 expected_size));
429 expected_size));
437 --expected_size;
441 expected_size));
  /external/curl/lib/
file.c 428 curl_off_t expected_size=0; local
454 expected_size = statbuf.st_size;
472 "Content-Length: %" CURL_FORMAT_CURL_OFF_T "\r\n", expected_size);
505 Curl_pgrsSetDownloadSize(data, expected_size);
523 if(data->state.resume_from <= expected_size)
524 expected_size -= data->state.resume_from;
532 expected_size = data->req.maxdownload;
534 if(fstated && (expected_size == 0))
542 Curl_pgrsSetDownloadSize(data, expected_size);
555 (expected_size < CURL_OFF_T_C(BUFSIZE) - CURL_OFF_T_C(1))
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 112 size_t expected_size; local
122 expected_size =
128 VP8BitWriterInit(bw, expected_size);
  /external/vboot_reference/firmware/lib/
vboot_api_kernel.c 644 int expected_size; local
781 &expected, &expected_size);
789 expected_size));
792 internal_SHA256(expected, expected_size, expected_hash);
870 rv = VbExEcUpdateRW(devidx, expected, expected_size);
    [all...]
  /external/webrtc/talk/media/base/
videoframe.cc 305 size_t expected_size = (w * expected_bpp + 7) / 8 * h; local
309 expected_size = ((w + 15) / 16) * ((h + 15) / 16) * 4 / 8;
316 << " expected: " << expected_size
325 if (sample_size < expected_size) {
331 << " expected: " << expected_size
344 << " expected: " << 2 * expected_size
354 size_t large_expected_size = expected_size * 2;
381 << " expected: " << expected_size
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 421 int expected_size = (sequences[i][0] < 0) local
447 if (expected_size == error) { // exception throwing test
458 expected_size, crls.size());
521 int expected_size = (sequences[i][0] < 0) local
547 if (expected_size == error) { // exception throwing test
558 expected_size, certs.size());
    [all...]
  /external/v8/test/unittests/compiler/mips/
instruction-selector-mips-unittest.cc 30 // is created. It contains MachInst2 with two nodes and expected_size
34 uint32_t expected_size; member in struct:v8::internal::compiler::__anon24502::IntCmp
311 ASSERT_EQ(cmp.expected_size, s.size());
    [all...]
  /external/v8/test/unittests/compiler/mips64/
instruction-selector-mips64-unittest.cc 30 // is created. It contains MachInst2 with two nodes and expected_size
34 uint32_t expected_size; member in struct:v8::internal::compiler::__anon24504::IntCmp
325 ASSERT_EQ(cmp.expected_size, s.size());
    [all...]
  /art/runtime/
class_linker_test.cc 415 size_t expected_size = RoundUp(is_static ? klass->GetClassSize(): klass->GetObjectSize(), local
417 if (sizeof(T) != expected_size) {
420 << " Java=" << expected_size
    [all...]
dex_file_verifier_test.cc 115 uint32_t expected_size = header->file_size_; local
119 adler_checksum = adler32(adler_checksum, non_sum_ptr, expected_size - non_sum);
    [all...]
dex_file_verifier.cc 264 uint32_t expected_size = header_->file_size_; local
265 if (size_ != expected_size) {
266 ErrorStringPrintf("Bad file size (%zd, expected %ud)", size_, expected_size);
274 adler_checksum = adler32(adler_checksum, non_sum_ptr, expected_size - non_sum);
1485 uint32_t expected_size; local
    [all...]
  /bionic/tests/
dlext_test.cpp 519 size_t expected_size = without_sharing - (without_sharing/10); local
520 EXPECT_LT(with_sharing, expected_size);
    [all...]
  /external/webrtc/webrtc/base/
socket_unittest.cc 963 const int expected_size = desired_size * 2; local
965 const int expected_size = desired_size; local
    [all...]
  /system/update_engine/
p2p_manager.cc 135 size_t expected_size) override;
502 size_t expected_size) {
509 static_cast<size_t>(file_expected_size) != expected_size) {
511 << " with expected_size=" << file_expected_size
513 << " expected_size=" << expected_size; local
529 if (free_bytes < 2 * expected_size) {
531 LOG(INFO) << "Refusing to allocate p2p file of " << expected_size
550 if (expected_size != 0) {
554 expected_size) != 0)
    [all...]
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 1095 int expected_size = 0; local
    [all...]
  /system/extras/perfprofd/quipper/
perf_reader.cc 802 size_t expected_size = event.header.size - offset; local
803 if (size_read != expected_size) {
805 << expected_size << " bytes."; local
808 return (size_read == expected_size);
824 size_t expected_size = event->header.size - offset; local
825 memset(reinterpret_cast<uint8_t*>(event) + offset, 0, expected_size);
832 if (size_written != expected_size) {
834 << expected_size << " bytes."; local
837 return (size_written == expected_size);
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 127 int expected_size = CallSize(target, rmode, cond); local
146 DCHECK_EQ(expected_size, SizeOfCodeGeneratedSince(&start));
165 int expected_size = CallSize(code, rmode, ast_id, cond); local
176 DCHECK_EQ(expected_size, SizeOfCodeGeneratedSince(&start));
    [all...]
  /art/runtime/gc/
heap.cc 3919 size_t expected_size; local
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 508 HeapObjectInfo(HeapObject* obj, int expected_size)
510 expected_size(expected_size) {
514 int expected_size; member in struct:v8::internal::__anon24293::HeapObjectInfo
516 bool IsValid() const { return expected_size == obj->Size(); }
519 if (expected_size == 0) {
524 } else if (obj->Size() != expected_size) {
526 expected_size,
533 expected_size,
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 1616 size_t expected_size = static_cast<size_t>(RSA_size(rsa)); local
1661 size_t expected_size = static_cast<size_t>(RSA_size(rsa)); local
1964 size_t expected_size = static_cast<size_t>(RSA_size(rsa)); local
    [all...]

Completed in 542 milliseconds