Searched defs:expected_size (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode_embeddertest.cpp30 unsigned int expected_size; member in struct:FlateEncodeCase
55 EXPECT_EQ(std::string((const char*)ptr->expected, ptr->expected_size),
67 unsigned int expected_size; member in struct:FlateDecodeCase
94 EXPECT_EQ(std::string((const char*)ptr->expected, ptr->expected_size),
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cc77 void TestBitVector(uptr expected_size) { argument
79 EXPECT_EQ(expected_size, BV::kSize);
/external/v8/test/cctest/
H A Dtest-ostreams.cc17 const size_t expected_size = 0; local
18 CHECK(expected_size == oss.size());
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc120 int expected_size = CallSize(target, rmode, cond); local
143 DCHECK_EQ(expected_size, SizeOfCodeGeneratedSince(&start));
/external/vboot_reference/firmware/lib/
H A Dvboot_api_kernel.c644 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);
/external/webp/src/utils/
H A Dbit_writer.c161 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size) { argument
170 return (expected_size > 0) ? BitWriterResize(bw, expected_size) : 1;
240 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size) { argument
242 return VP8LBitWriterResize(bw, expected_size);
/external/google-breakpad/src/processor/
H A Dminidump.cc422 bool MinidumpContext::Read(uint32_t expected_size) { argument
447 if (expected_size == sizeof(MDRawContextAMD64)) {
549 } else if (expected_size == sizeof(MDRawContextPPC64)) {
643 } else if (expected_size == sizeof(MDRawContextARM64)) {
765 if (expected_size != sizeof(MDRawContextX86)) {
767 expected_size << " != " << sizeof(MDRawContextX86);
838 if (expected_size != sizeof(MDRawContextPPC)) {
840 expected_size << " != " << sizeof(MDRawContextPPC);
914 if (expected_size != sizeof(MDRawContextSPARC)) {
916 expected_size << " !
1552 Read(uint32_t expected_size) argument
2444 Read(uint32_t expected_size) argument
2702 Read(uint32_t expected_size) argument
2901 Read(uint32_t expected_size) argument
3045 Read(uint32_t expected_size) argument
3119 Read(uint32_t expected_size) argument
3401 Read(uint32_t expected_size) argument
3616 Read(uint32_t expected_size) argument
3809 Read(uint32_t expected_size) argument
[all...]
/external/v8/src/
H A Dassembler.cc157 int expected_size)
159 expected_size_(expected_size),
156 PredictableCodeSizeScope(AssemblerBase* assembler, int expected_size) argument
H A Dheap-snapshot-generator.cc513 HeapObjectInfo(HeapObject* obj, int expected_size) argument
515 expected_size(expected_size) {
519 int expected_size; member in struct:v8::internal::__anon14841::HeapObjectInfo
521 bool IsValid() const { return expected_size == obj->Size(); }
524 if (expected_size == 0) {
529 } else if (obj->Size() != expected_size) {
531 expected_size,
538 expected_size,
H A Djsregexp.h1053 explicit ChoiceNode(int expected_size, Zone* zone) argument
1056 ZoneList<GuardedAlternative>(expected_size, zone)),
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp1612 size_t expected_size = static_cast<size_t>(RSA_size(rsa)); local
1613 if (signatureBytes.size() > expected_size) {
1615 expected_size);
1622 size_t zero_pad = expected_size - signatureBytes.size();
1626 return expected_size;
1657 size_t expected_size = static_cast<size_t>(RSA_size(rsa)); local
1658 if (cleartextBytes.size() > expected_size) {
1660 expected_size);
1960 size_t expected_size = static_cast<size_t>(RSA_size(rsa)); local
1961 if (result.size() > expected_size) {
[all...]

Completed in 3089 milliseconds