HomeSort by relevance Sort by last modified time
    Searched refs:original_length (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/base/strings/
utf_offset_string_conversions.cc 17 size_t original_length,
20 original_length(original_length),
45 if (*offset < (i->original_offset + i->original_length)) {
49 adjustment += static_cast<int>(i->original_length - i->output_length);
75 adjustment += static_cast<int>(i->original_length - i->output_length);
77 (i->original_offset + i->original_length)) {
105 adjusted_iter->original_length) <= first_iter->original_offset)) {
134 shift += first_iter->original_length - first_iter->output_length;
149 // adjusted_iter->original_length
    [all...]
utf_offset_string_conversions.h 25 size_t original_length,
29 size_t original_length; member in struct:base::OffsetAdjuster::Adjustment
utf_offset_string_conversions_unittest.cc 277 EXPECT_EQ(4u, adjustments_on_adjusted_string[0].original_length);
280 EXPECT_EQ(4u, adjustments_on_adjusted_string[1].original_length);
283 EXPECT_EQ(1u, adjustments_on_adjusted_string[2].original_length);
286 EXPECT_EQ(3u, adjustments_on_adjusted_string[3].original_length);
289 EXPECT_EQ(3u, adjustments_on_adjusted_string[4].original_length);
292 EXPECT_EQ(1u, adjustments_on_adjusted_string[5].original_length);
  /external/chromium_org/courgette/
encode_decode_unittest.cc 19 size_t original_length = file.length(); local
24 original_length,
65 EXPECT_EQ(original_length, assembled_length);
66 EXPECT_EQ(0, memcmp(original_buffer, assembled_buffer, original_length));
encoded_program_fuzz_unittest.cc 39 size_t original_length = file1.length(); local
43 courgette::ParseDetectedExecutable(original_buffer, original_length,
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_metrics.cc 61 int64 original_length,
72 if (original_length <= 0 || received_length <= 0)
77 "Net.DailyOriginalContentLength", original_length >> 10);
82 if (original_length > received_length) {
83 percent = (100 * (original_length - received_length)) / original_length;
  /external/chromium_org/net/websockets/
websocket_handshake_handler.h 39 size_t original_length() const;
websocket_job.cc 300 size_t original_length = handshake_request_->original_length();
303 delegate_->OnSentData(socket_.get(), original_length);
422 size_t original_length = handshake_request_->original_length(); local
425 delegate_->OnSentData(socket, original_length);
websocket_handshake_handler.cc 181 size_t WebSocketHandshakeRequestHandler::original_length() const { function in class:net::WebSocketHandshakeRequestHandler
  /external/chromium_org/net/quic/
quic_packet_generator.h 162 QuicSequenceNumberLength original_length);
quic_packet_creator.h 113 QuicSequenceNumberLength original_length);
quic_packet_generator.cc 377 QuicSequenceNumberLength original_length) {
378 return packet_creator_.ReserializeAllFrames(frames, original_length);
quic_packet_creator.cc 285 QuicSequenceNumberLength original_length) {
293 sequence_number_length_ = original_length;
294 next_sequence_number_length_ = original_length;
  /external/chromium_org/net/base/
net_util_icu.cc 324 size_t original_length = out->length(); local
329 out->resize(original_length + output_length);
335 uidna, comp, static_cast<int32_t>(comp_len), &(*out)[original_length],
342 out->resize(original_length + output_length);
343 if (IsIDNComponentSafe(out->data() + original_length, output_length,
349 out->resize(original_length);
    [all...]
  /external/jpeg/
jdmarker.c 776 cur_marker->original_length = (unsigned int) length;
822 length = cur_marker->original_length - data_length;
    [all...]
jpeglib.h 198 unsigned int original_length; /* # bytes of data in the file */ member in struct:jpeg_marker_struct
201 /* the marker length word is not counted in data_length or original_length */
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdmarker.c 802 cur_marker->original_length = (unsigned int) length;
848 length = cur_marker->original_length - data_length;
    [all...]
jpeglib.h 265 unsigned int original_length; /* # bytes of data in the file */ member in struct:jpeg_marker_struct
268 /* the marker length word is not counted in data_length or original_length */
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdmarker.c 768 cur_marker->original_length = (unsigned int) length;
814 length = cur_marker->original_length - data_length;
    [all...]
jpeglib.h 198 unsigned int original_length; /* # bytes of data in the file */ member in struct:jpeg_marker_struct
201 /* the marker length word is not counted in data_length or original_length */
    [all...]
  /art/runtime/
check_jni.cc 919 size_t original_length; member in struct:art::GuardedCopy
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jpeglib.h 210 unsigned int original_length; /* # bytes of data in the file */ member in struct:jpeg_marker_struct
213 /* the marker length word is not counted in data_length or original_length */
    [all...]
jdmarker.c 784 cur_marker->original_length = (unsigned int) length;
830 length = cur_marker->original_length - data_length;
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 265 unsigned int original_length; /* # bytes of data in the file */ member in struct:jpeg_marker_struct
268 /* the marker length word is not counted in data_length or original_length */
    [all...]
  /external/chromium_org/third_party/motemplate/
motemplate.py 460 original_length = len(self._string)
462 return original_length - len(self._string)
    [all...]

Completed in 497 milliseconds