Home
last modified time | relevance | path

Searched refs:expected_size_ (Results 1 – 25 of 45) sorted by relevance

12

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/files/
H A DPartsManager.cpp95 while (calc_part_count(expected_size_, part_size_) > MAX_PART_COUNT) { in init_no_size()
115 expected_size_ = expected_size; in init()
116 if (expected_size_ > MAX_FILE_SIZE) { in init()
131 if (use_part_count_limit_ && calc_part_count(expected_size_, part_size_) > MAX_PART_COUNT) { in init()
137 while (calc_part_count(expected_size_, part_size_) > MAX_PART_COUNT) { in init()
143 LOG_CHECK(!use_part_count_limit || calc_part_count(expected_size_, part_size_) <= MAX_PART_COUNT) in init()
321 expected_size_ = max(known_prefix_size_, expected_size_); in set_known_prefix()
337 if (use_part_count_limit_ && calc_part_count(expected_size_, part_size_) > MAX_PART_COUNT) { in set_known_prefix()
433 if (streaming_offset_ < expected_size_) { in get_estimated_extra()
434 suffix = expected_size_ - streaming_begin; in get_estimated_extra()
[all …]
H A DFileData.hpp30 bool has_expected_size = size_ == 0 && expected_size_ != 0; in store()
54 store(expected_size_, storer); in store()
108 parse(expected_size_, parser); in parse()
H A DFileData.h28 int64 expected_size_ = 0; variable
43 << tag("size", file_data.size_) << tag("expected_size", file_data.expected_size_) << " "
H A DFileUploader.cpp33 , expected_size_(expected_size) in FileUploader()
67 big_flag_ = is_file_big(file_type_, expected_size_); in init()
187 if (expected_size_ < local_size_ && (expected_size_ != (10 << 20) || local_size_ >= (30 << 20))) { in on_update_local_location()
188 expected_size_ = local_size_; in on_update_local_location()
H A DFileUploader.h41 int64 expected_size_; variable
H A DPartsManager.h71 int64 expected_size_{0};
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/
H A Dfake_virtual_file_provider_client.h30 void set_expected_size(int64_t size) { expected_size_ = size; } in COMPONENT_EXPORT()
35 int64_t expected_size_ = 0; // Expectation for GenerateVirtualFileId. in COMPONENT_EXPORT()
H A Dfake_virtual_file_provider_client.cc23 if (size != expected_size_) in GenerateVirtualFileId()
24 LOG(ERROR) << "Unexpected size " << size << " vs " << expected_size_; in GenerateVirtualFileId()
/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/
H A Dallocation-observer-unittest.cc58 CHECK_EQ(expected_size_, size); in Step()
65 expected_size_ = expected_size; in Expect()
74 size_t expected_size_ = 0; member in v8::internal::__anon637b32910211::VerifyStepObserver
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/pdfium/
H A Dpdfium_api_string_buffer_adapter.cc23 expected_size_(expected_size), in PDFiumAPIStringBufferAdapter()
44 DCHECK_EQ(expected_size_, actual_size); in Close()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/pdf/pdfium/
H A Dpdfium_api_string_buffer_adapter.cc24 expected_size_(expected_size), in PDFiumAPIStringBufferAdapter()
45 DCHECK_EQ(expected_size_, actual_size); in Close()
H A Dpdfium_api_string_buffer_adapter.h51 const size_t expected_size_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/mdns/
H A Dmdns_api_unittest.cc120 : expected_size_(expected_size) {} in EventServiceListSizeMatcher()
144 return static_cast<testing::Matcher<size_t>>(testing::Eq(expected_size_)) in MatchAndExplain()
150 << expected_size_; in DescribeTo()
155 << expected_size_; in DescribeNegationTo()
159 size_t expected_size_; member in extensions::__anon3c6c20ec0111::EventServiceListSizeMatcher
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/mdns/
H A Dmdns_api_unittest.cc120 : expected_size_(expected_size) {} in EventServiceListSizeMatcher()
144 return static_cast<testing::Matcher<size_t>>(testing::Eq(expected_size_)) in MatchAndExplain()
150 << expected_size_; in DescribeTo()
155 << expected_size_; in DescribeNegationTo()
159 size_t expected_size_; member in extensions::__anon8f41c4670111::EventServiceListSizeMatcher
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc36 : expected_size_(kAnySize), in FeedbackTester()
40 expected_size_ = expected_size; in WithExpectedSize()
92 if (expected_size_ != kAnySize) { in VerifyInternal()
94 size_t expected_size_words = (expected_size_ + 3) / 4; in VerifyInternal()
126 size_t expected_size_; member in webrtc::__anonb0b7b36f0111::FeedbackTester
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc36 : expected_size_(kAnySize), in FeedbackTester()
40 expected_size_ = expected_size; in WithExpectedSize()
92 if (expected_size_ != kAnySize) { in VerifyInternal()
94 size_t expected_size_words = (expected_size_ + 3) / 4; in VerifyInternal()
126 size_t expected_size_; member in webrtc::__anon9a197ed80111::FeedbackTester
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc36 : expected_size_(kAnySize), in FeedbackTester()
40 expected_size_ = expected_size; in WithExpectedSize()
92 if (expected_size_ != kAnySize) { in VerifyInternal()
94 size_t expected_size_words = (expected_size_ + 3) / 4; in VerifyInternal()
126 size_t expected_size_; member in webrtc::__anon98b5b23c0111::FeedbackTester
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc34 : expected_size_(kAnySize), in FeedbackTester()
38 expected_size_ = expected_size; in WithExpectedSize()
90 if (expected_size_ != kAnySize) { in VerifyInternal()
92 size_t expected_size_words = (expected_size_ + 3) / 4; in VerifyInternal()
141 size_t expected_size_; member in webrtc::__anon7dff4f4a0111::FeedbackTester
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc39 : expected_size_(kAnySize), in FeedbackTester()
44 expected_size_ = expected_size; in WithExpectedSize()
97 if (expected_size_ != kAnySize) { in VerifyInternal()
99 size_t expected_size_words = (expected_size_ + 3) / 4; in VerifyInternal()
133 size_t expected_size_; member in webrtc::__anon13e2f2570111::FeedbackTester
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc39 : expected_size_(kAnySize), in FeedbackTester()
44 expected_size_ = expected_size; in WithExpectedSize()
97 if (expected_size_ != kAnySize) { in VerifyInternal()
99 size_t expected_size_words = (expected_size_ + 3) / 4; in VerifyInternal()
133 size_t expected_size_; member in webrtc::__anonf1b7b78d0111::FeedbackTester
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc39 : expected_size_(kAnySize), in FeedbackTester()
44 expected_size_ = expected_size; in WithExpectedSize()
97 if (expected_size_ != kAnySize) { in VerifyInternal()
99 size_t expected_size_words = (expected_size_ + 3) / 4; in VerifyInternal()
133 size_t expected_size_; member in webrtc::__anonb3763d9c0111::FeedbackTester
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc39 : expected_size_(kAnySize), in FeedbackTester()
44 expected_size_ = expected_size; in WithExpectedSize()
97 if (expected_size_ != kAnySize) { in VerifyInternal()
99 size_t expected_size_words = (expected_size_ + 3) / 4; in VerifyInternal()
133 size_t expected_size_; member in webrtc::__anon35883b0d0111::FeedbackTester
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h874 bool Read(uint32_t expected_size_) override;
910 bool Read(uint32_t expected_size_) override;
951 bool Read(uint32_t expected_size_) override;
1277 bool Read(uint32_t expected_size_) override;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h874 bool Read(uint32_t expected_size_) override;
910 bool Read(uint32_t expected_size_) override;
951 bool Read(uint32_t expected_size_) override;
1277 bool Read(uint32_t expected_size_) override;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h874 bool Read(uint32_t expected_size_) override;
910 bool Read(uint32_t expected_size_) override;
951 bool Read(uint32_t expected_size_) override;
1277 bool Read(uint32_t expected_size_) override;

12