length             43 android_webview/browser/input_stream.h   virtual bool Read(net::IOBuffer* dest, int length, int* bytes_read) = 0;
length             60 android_webview/browser/net/android_stream_reader_url_request_job_unittest.cc   virtual bool Read(net::IOBuffer* dest, int length, int* bytes_read) OVERRIDE {
length             37 android_webview/browser/net/input_stream_reader_unittest.cc   MOCK_METHOD3(Read, bool(net::IOBuffer* dest, int length, int* bytes_read));
length            202 android_webview/java/src/org/chromium/android_webview/AndroidProtocolHandler.java         if (path == null || path.length() == 0) {
length            113 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java                 origins.add(name.substring(PREF_PREFIX.length()));
length            494 android_webview/java/src/org/chromium/android_webview/AwSettings.java             if (ua == null || ua.length() == 0) {
length             78 android_webview/javatests/src/org/chromium/android_webview/test/ArchiveTest.java             assertTrue(file.length() > 0);
length            145 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java         for (int i = 0; i < views.length; ++i) {
length            151 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java         for (int i = 0; i < views.length; ++i) {
length            371 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java         downloadHeaders.add(Pair.create("Content-Length", Integer.toString(data.length())));
length            387 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java             assertEquals(data.length(), downloadStartHelper.getContentLength());
length            216 android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java                             AwQuotaManagerBridgeTest.this).mOrigins.length > 0;
length            221 android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java         assertEquals(origins.mOrigins.length, origins.mUsages.length);
length            222 android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java         assertEquals(origins.mOrigins.length, origins.mQuotas.length);
length            224 android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java         for (int i = 0; i < origins.mOrigins.length; ++i) {
length           1615 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             assertEquals(1, matchingHeaders.length);
length             21 android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java         for (int i = 0; i < URLS.length; i++) {
length            105 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java         for (int i = 0; i < namesAndValues.length; i += 2)
length            112 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java         for (int i = 0; i < namesAndValues.length; i += 2)
length            119 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java         for (int i = 0; i < refNamesAndValues.length; i += 2) {
length            121 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java             assertEquals(1, matchingHeaders.length);
length            131 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java         for (int i = 0; i < refNamesAndValues.length; i += 2) {
length            133 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java             assertEquals(0, matchingHeaders.length);
length            198 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java             assertEquals(1, matchingHeaders.length);
length            203 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java             assertTrue(header.getValue().length() > 0);
length             19 android_webview/javatests/src/org/chromium/android_webview/test/StandaloneAwQuotaManagerBridgeTest.java         assertEquals(origins.mOrigins.length, 0);
length            713 android_webview/native/aw_contents.cc       reinterpret_cast<const uint8*>(der_string.data()), der_string.length());
length            731 android_webview/native/aw_contents.cc   if (data.extra_data_for_type.length())
length            736 android_webview/native/aw_contents.cc   if (data.href.length())
length            740 android_webview/native/aw_contents.cc   if (data.anchor_text.length())
length             64 android_webview/native/aw_contents_client_bridge.cc       der_string.length());
length             76 android_webview/native/input_stream_impl.cc bool InputStreamImpl::Read(net::IOBuffer* dest, int length, int* bytes_read) {
length             87 android_webview/native/input_stream_impl.cc   int remaining_length = length;
length            127 android_webview/native/input_stream_impl.cc   DCHECK(remaining_length >= 0 && remaining_length <= length);
length            128 android_webview/native/input_stream_impl.cc   *bytes_read = length - remaining_length;
length             37 android_webview/native/input_stream_impl.h   virtual bool Read(net::IOBuffer* dest, int length, int* bytes_read) OVERRIDE;
length            189 android_webview/renderer/aw_content_renderer_client.cc     size_t length) {
length            190 android_webview/renderer/aw_content_renderer_client.cc   return visited_link_slave_->ComputeURLFingerprint(canonical_url, length);
length             39 android_webview/renderer/aw_content_renderer_client.h                                              size_t length) OVERRIDE;
length             73 android_webview/renderer/aw_render_view_ext.cc     url_util::DecodeURLEscapeSequences(spec.data() + prefix.length(),
length             74 android_webview/renderer/aw_render_view_ext.cc         spec.length() - prefix.length(), &output);
length             76 android_webview/renderer/aw_render_view_ext.cc         base::string16(output.data(), output.length()));
length            135 android_webview/renderer/aw_render_view_ext.cc     DCHECK(data->extra_data_for_type.length() == 0);
length            102 ash/desktop_background/wallpaper_resizer_unittest.cc   const int length = arraysize(layouts);
length            104 ash/desktop_background/wallpaper_resizer_unittest.cc   for (int i = 0; i < length; i++) {
length            167 ash/shell/app_list.cc     const size_t match_len = query.length();
length            185 ash/shell/app_list.cc     details_tags.push_back(Tag(Tag::DIM, 0, details.length()));
length             51 ash/system/date/date_view.cc                   static_cast<size_t>(date_string.length()));
length             70 ash/system/date/date_view.cc       date_string.getBuffer(), static_cast<size_t>(date_string.length()));
length            237 ash/system/date/date_view.cc   if (hour.length() == 1 &&
length             54 base/android/java/src/org/chromium/base/BuildInfo.java                 0, Math.min(Build.FINGERPRINT.length(), MAX_FINGERPRINT_LENGTH));
length             21 base/android/java/src/org/chromium/base/CollectionUtil.java         HashSet<E> set = new HashSet<E>(elements.length);
length             27 base/android/java/src/org/chromium/base/CollectionUtil.java         ArrayList<E> list = new ArrayList<E>(elements.length);
length            153 base/android/java/src/org/chromium/base/CommandLine.java                 if (arg != null && arg.length() > 0 && arg.charAt(arg.length() - 1) == '\\') {
length            155 base/android/java/src/org/chromium/base/CommandLine.java                     arg.setCharAt(arg.length() - 1, c);
length            215 base/android/java/src/org/chromium/base/CommandLine.java         long fileLength = f.length();
length            234 base/android/java/src/org/chromium/base/CommandLine.java             return charsRead < buffer.length ? Arrays.copyOfRange(buffer, 0, charsRead) : buffer;
length            258 base/android/java/src/org/chromium/base/CommandLine.java             if (args == null || args.length == 0 || args[0] == null) {
length            331 base/android/java/src/org/chromium/base/CommandLine.java                     String value = parts.length > 1 ? parts[1] : null;
length            332 base/android/java/src/org/chromium/base/CommandLine.java                     appendSwitchWithValue(parts[0].substring(SWITCH_PREFIX.length()), value);
length            319 base/android/java/src/org/chromium/base/PerfTraceEvent.java         int suffixLength = suffix.length();
length            321 base/android/java/src/org/chromium/base/PerfTraceEvent.java         if (baseName.length() + suffixLength > MAX_NAME_LENGTH) {
length             78 base/android/javatests/src/org/chromium/base/CommandLineTest.java         assertEquals(expected.length, actual.length);
length             79 base/android/javatests/src/org/chromium/base/CommandLineTest.java         for (int i = 0; i < expected.length; ++i) {
length             36 base/android/javatests/src/org/chromium/base/LibraryLoaderHelperTest.java                 assertEquals(libDir.list().length, 0);
length             42 base/android/javatests/src/org/chromium/base/LibraryLoaderHelperTest.java                 assertTrue(libDir.list().length > 0);
length             73 base/android/jni_array.cc         reinterpret_cast<const uint8*>(v[i].data()), v[i].length());
length             16 base/android/jni_string.cc   jstring result = env->NewString(str.data(), str.length());
length             72 base/async_socket_io_handler_unittest.cc               size_t length) {
length             73 base/async_socket_io_handler_unittest.cc   socket->Send(buffer, length);
length             48 base/base_paths_posix.cc       size_t length = sizeof(bin_dir);
length             51 base/base_paths_posix.cc       int error = sysctl(name, 4, bin_dir, &length, NULL, 0);
length             52 base/base_paths_posix.cc       if (error < 0 || length <= 1) {
length             56 base/base_paths_posix.cc       *result = FilePath(FilePath::StringType(bin_dir, length - 1));
length             48 base/command_line.cc     if (string.compare(0, prefix.length(), prefix) == 0)
length             49 base/command_line.cc       return prefix.length();
length             62 base/command_line.cc   if (prefix_length == 0 || prefix_length == string.length())
length            353 base/command_line_unittest.cc   EXPECT_EQ(program_string, cmd_string.substr(1, program_string.length()));
length            354 base/command_line_unittest.cc   EXPECT_EQ('"', cmd_string[program_string.length() + 1]);
length             38 base/debug/crash_logging.cc size_t NumChunksForLength(size_t length) {
length             39 base/debug/crash_logging.cc   return std::ceil(length / static_cast<float>(g_chunk_max_length_));
length            111 base/debug/crash_logging.cc     size_t length = 0;
length            115 base/debug/crash_logging.cc       length += s.length() + 1;
length            116 base/debug/crash_logging.cc       if (length > kBreakpadValueMax)
length            124 base/debug/crash_logging.cc     DCHECK_LE(value.length(), kBreakpadValueMax);
length            185 base/debug/crash_logging.cc   for (size_t offset = 0; offset < value_string.length(); ) {
length            188 base/debug/crash_logging.cc     offset += chunk.length();
length             73 base/debug/profiler.h                                  size_t length,
length             41 base/debug/trace_event_android.cc     std::string::size_type value_start = out.length();
length            659 base/debug/trace_event_impl.cc         } else if (real.length() > 1 && real[0] == '-' && real[1] == '.') {
length           2154 base/debug/trace_event_impl.cc   if(!current_label.length())
length           2196 base/debug/trace_event_impl.cc           str.at(str.length() - 1) == ' ';
length             49 base/debug/trace_event_win.h     return Trace(name, -1, type, id, extra.c_str(), extra.length());
length             48 base/debug/trace_event_win_unittest.cc   return memcmp(arg, str.c_str(), str.length()) == 0;
length            182 base/debug/trace_event_win_unittest.cc                                  testing::Ge(str.str().length()),
length            114 base/file_util.cc     else if (end1 + 1 < line1.length())
length            120 base/file_util.cc     else if (end2 + 1 < line2.length())
length            344 base/file_util_unittest.cc   target_length -= (sub_a.value().length() + 1);  // +1 for the sepperator '\'.
length            345 base/file_util_unittest.cc   target_length -= (sub_long_rel.Append(deep_txt).value().length() + 1);
length            356 base/file_util_unittest.cc   ASSERT_EQ(MAX_PATH - kCreateDirLimit, deep_file.value().length());
length            406 base/file_util_unittest.cc     while (long_path.value().length() <= kLengthLimit) {
length            463 base/file_util_unittest.cc   int path_length = actual_device_path.value().length();
length            702 base/file_util_unittest.cc   int buffer_size = kData.length();
length            706 base/file_util_unittest.cc   EXPECT_EQ(static_cast<int>(kData.length()),
length            707 base/file_util_unittest.cc             WriteFile(file_name, kData.data(), kData.length()));
length            727 base/file_util_unittest.cc   EXPECT_EQ(static_cast<int>(kData.length()),
length            745 base/file_util_unittest.cc   EXPECT_EQ(static_cast<int>(kData.length()),
length            746 base/file_util_unittest.cc             WriteFile(file_name, kData.data(), kData.length()));
length            760 base/file_util_unittest.cc   EXPECT_EQ(-1, WriteFile(file_name, kData.data(), kData.length()));
length            769 base/file_util_unittest.cc   EXPECT_EQ(static_cast<int>(kData.length()),
length            770 base/file_util_unittest.cc             WriteFile(file_name, kData.data(), kData.length()));
length            789 base/file_util_unittest.cc   EXPECT_EQ(static_cast<int>(kData.length()),
length            790 base/file_util_unittest.cc             WriteFile(file_name, kData.data(), kData.length()));
length           1953 base/file_util_unittest.cc   EXPECT_EQ(-1, AppendToFile(foobar, data.c_str(), data.length()));
length           1954 base/file_util_unittest.cc   EXPECT_EQ(static_cast<int>(data.length()),
length           1955 base/file_util_unittest.cc             WriteFile(foobar, data.c_str(), data.length()));
length           1956 base/file_util_unittest.cc   EXPECT_EQ(static_cast<int>(data.length()),
length           1957 base/file_util_unittest.cc             AppendToFile(foobar, data.c_str(), data.length()));
length           1977 base/file_util_unittest.cc   EXPECT_EQ(data.length(), 0u);
length           2003 base/file_util_unittest.cc   EXPECT_EQ(data.length(), 0u);
length           2007 base/file_util_unittest.cc   EXPECT_EQ(data.length(), 0u);
length           2022 base/file_util_unittest.cc   ASSERT_TRUE(WriteFile(foobar, data.c_str(), data.length()));
length           2056 base/file_util_unittest.cc   ASSERT_TRUE(WriteFile(foo, bar.c_str(), bar.length()));
length             51 base/file_util_win.cc   if (path.value().length() >= MAX_PATH)
length             99 base/file_util_win.cc   if (path.value().length() >= MAX_PATH)
length            139 base/file_util_win.cc   if (from_path.value().length() >= MAX_PATH ||
length            140 base/file_util_win.cc       to_path.value().length() >= MAX_PATH) {
length            715 base/file_util_win.cc   if (from_path.value().length() >= MAX_PATH ||
length            716 base/file_util_win.cc       to_path.value().length() >= MAX_PATH) {
length            749 base/file_util_win.cc   if (from_path.value().length() >= MAX_PATH ||
length            750 base/file_util_win.cc       to_path.value().length() >= MAX_PATH) {
length             56 base/file_version_info_win.cc   DWORD length = ::GetFileVersionInfoSize(path, &dummy);
length             57 base/file_version_info_win.cc   if (length == 0)
length             60 base/file_version_info_win.cc   void* data = calloc(length, 1);
length             64 base/file_version_info_win.cc   if (!::GetFileVersionInfo(path, dummy, length, data)) {
length            248 base/files/file.h   bool SetLength(int64 length);
length             52 base/files/file_path.cc   if (path.length() >= 2 && path[1] == L':' &&
length             86 base/files/file_path.cc     return path.length() > letter + 1 &&
length             90 base/files/file_path.cc   return path.length() > 1 &&
length             94 base/files/file_path.cc   return path.length() > 0 && FilePath::IsSeparator(path[0]);
length            338 base/files/file_path.cc   if (!new_path.path_.length())
length            360 base/files/file_path.cc       last_separator < new_path.path_.length() - 1) {
length            469 base/files/file_path.cc   if (current_extension.length() != extension.length())
length            504 base/files/file_path.cc   if (appended->length() > 0 && new_path.path_.length() > 0) {
length            507 base/files/file_path.cc     if (!IsSeparator(new_path.path_[new_path.path_.length() - 1])) {
length            509 base/files/file_path.cc       if (FindDriveLetter(new_path.path_) + 1 != new_path.path_.length()) {
length            547 base/files/file_path.cc   path_str.reserve(path_.length() + 1);  // Only allocate string once.
length           1134 base/files/file_path.cc                                             int length,
length           1137 base/files/file_path.cc   while (*index < length && codepoint == 0) {
length           1140 base/files/file_path.cc     CBU8_NEXT(string, *index, length, codepoint);
length           1161 base/files/file_path.cc   int length1 = string1.length();
length           1162 base/files/file_path.cc   int length2 = string2.length();
length           1188 base/files/file_path.cc           string.length(),
length           1195 base/files/file_path.cc   CFIndex length = CFStringGetMaximumSizeOfFileSystemRepresentation(cfstring);
length           1196 base/files/file_path.cc   DCHECK_GT(length, 0);  // should be at least 1 for the 0-terminator.
length           1201 base/files/file_path.cc   result.reserve(length);
length           1202 base/files/file_path.cc   result.resize(length - 1);
length           1205 base/files/file_path.cc                                                         length);
length           1235 base/files/file_path.cc             string1.length(),
length           1243 base/files/file_path.cc             string2.length(),
length           1281 base/files/file_path.cc   for (StringType::size_type pos = path_.length();
length           1150 base/files/file_path_unittest.cc   ASSERT_EQ(3U, FPS("a\0b").length());
length           1154 base/files/file_path_unittest.cc   EXPECT_EQ(1U, path.value().length());
length           1160 base/files/file_path_unittest.cc   ASSERT_EQ(3U, FPS("b\0b").length());
length           1165 base/files/file_path_unittest.cc   EXPECT_EQ(3U, path.value().length());
length           1175 base/files/file_path_unittest.cc   ASSERT_EQ(3U, FPS("..\0").length());
length            175 base/files/file_path_watcher_browsertest.cc     int write_size = ::base::WriteFile(file, content.c_str(), content.length());
length            176 base/files/file_path_watcher_browsertest.cc     return write_size == static_cast<int>(content.length());
length             53 base/files/file_posix.cc static int CallFtruncate(PlatformFile file, int64 length) {
length             54 base/files/file_posix.cc   return HANDLE_EINTR(ftruncate(file, length));
length             97 base/files/file_posix.cc static int CallFtruncate(PlatformFile file, int64 length) {
length            407 base/files/file_posix.cc bool File::SetLength(int64 length) {
length            410 base/files/file_posix.cc   return !CallFtruncate(file_.get(), length);
length             58 base/files/file_proxy.cc   void SetLength(int64 length) {
length             59 base/files/file_proxy.cc     if (file_.SetLength(length))
length            322 base/files/file_proxy.cc bool FileProxy::SetLength(int64 length, const StatusCallback& callback) {
length            327 base/files/file_proxy.cc       Bind(&GenericFileHelper::SetLength, Unretained(helper), length),
length            125 base/files/file_proxy.h   bool SetLength(int64 length, const StatusCallback& callback);
length            386 base/files/file_util_proxy.cc     int64 length,
length            391 base/files/file_util_proxy.cc       Bind(&TruncatePlatformFile, file, length),
length            157 base/files/file_util_proxy.h       int64 length,
length            167 base/files/file_util_proxy.h       int64 length,
length            226 base/files/file_win.cc bool File::SetLength(int64 length) {
length            238 base/files/file_win.cc   length_li.QuadPart = length;
length             74 base/files/important_file_writer.cc   CHECK_LE(data.length(), static_cast<size_t>(kint32max));
length             76 base/files/important_file_writer.cc                                      static_cast<int>(data.length()));
length             80 base/files/important_file_writer.cc   if (bytes_written < static_cast<int>(data.length())) {
length            121 base/files/important_file_writer.cc   if (data.length() > static_cast<size_t>(kint32max)) {
length             45 base/files/memory_mapped_file.h   size_t length() const { return length_; }
length             11 base/guid.cc     if (guid.length() != kGUIDLength)
length             15 base/guid.cc     for (uint32 i = 0; i < guid.length(); ++i) {
length             38 base/guid_unittest.cc     EXPECT_EQ(36U, guid1.length());
length             39 base/guid_unittest.cc     EXPECT_EQ(36U, guid2.length());
length             35 base/guid_win.cc   return WideToUTF8(guid_string.substr(1, guid_string.length() - 2));
length             22 base/hash.h    inline uint32 Hash(const char* data, size_t length) {
length             23 base/hash.h      if (length > static_cast<size_t>(std::numeric_limits<int>::max())) {
length             27 base/hash.h      return SuperFastHash(data, static_cast<int>(length));
length             27 base/i18n/bidi_line_iterator.cc   bidi_ = ubidi_openSized(static_cast<int>(text.length()), 0, &error);
length             32 base/i18n/bidi_line_iterator.cc   ubidi_setPara(bidi_, text.data(), static_cast<int>(text.length()),
length             47 base/i18n/bidi_line_iterator.cc                                               int* length) {
length             49 base/i18n/bidi_line_iterator.cc   return ubidi_getVisualRun(bidi_, index, start, length);
length             32 base/i18n/bidi_line_iterator.h   UBiDiDirection GetVisualRun(int index, int* start, int* length);
length             16 base/i18n/case_conversion.cc   return string16(unicode_string.getBuffer(), unicode_string.length());
length             22 base/i18n/case_conversion.cc   return string16(unicode_string.getBuffer(), unicode_string.length());
length            109 base/i18n/file_util_icu.cc     U8_NEXT(file_name->data(), cursor, static_cast<int>(file_name->length()),
length            113 base/i18n/file_util_icu.cc     U16_NEXT(file_name->data(), cursor, static_cast<int>(file_name->length()),
length             22 base/i18n/icu_encoding_detection.cc   ucsdet_setText(detector, text.data(), static_cast<int32_t>(text.length()),
length             41 base/i18n/icu_encoding_detection.cc   ucsdet_setText(detector, text.data(), static_cast<int32_t>(text.length()),
length             65 base/i18n/icu_string_conversions.cc                                  int32_t length,
length            161 base/i18n/icu_string_conversions.cc                           static_cast<int>(utf16.length()), on_error, encoded);
length            183 base/i18n/icu_string_conversions.cc   size_t uchar_max_length = encoded.length() + 1;
length            189 base/i18n/icu_string_conversions.cc       static_cast<int>(encoded.length()), &status);
length            220 base/i18n/icu_string_conversions.cc   std::vector<UChar> utf16(wide.length() * 2 + 1);
length            223 base/i18n/icu_string_conversions.cc                  wide.length(), &status);
length            248 base/i18n/icu_string_conversions.cc   size_t wchar_max_length = encoded.length() + 1;
length            255 base/i18n/icu_string_conversions.cc       static_cast<int>(encoded.length()), &status);
length            278 base/i18n/icu_string_conversions.cc   size_t max_length = utf16.length() + 1;
length            282 base/i18n/icu_string_conversions.cc       utf16.c_str(), utf16.length(), UNORM_NFC, 0,
length            289 base/i18n/icu_string_conversions.cc                      normalized_utf16.length(), result);
length             59 base/i18n/number_formatting.cc   return string16(ustr.getBuffer(), static_cast<size_t>(ustr.length()));
length             75 base/i18n/number_formatting.cc   return string16(ustr.getBuffer(), static_cast<size_t>(ustr.length()));
length            152 base/i18n/rtl.cc   size_t length = text.length();
length            154 base/i18n/rtl.cc   while (position < length) {
length            157 base/i18n/rtl.cc     U16_NEXT(string, next_position, length, character);
length            168 base/i18n/rtl.cc   size_t position = text.length();
length            183 base/i18n/rtl.cc   size_t length = text.length();
length            187 base/i18n/rtl.cc   while (position < length) {
length            190 base/i18n/rtl.cc     U16_NEXT(string, next_position, length, character);
length            297 base/i18n/rtl.cc   size_t end_index = text->length() - 1;
length            314 base/i18n/rtl.cc   size_t length = text.length();
length            316 base/i18n/rtl.cc   while (position < length) {
length            319 base/i18n/rtl.cc     U16_NEXT(string, next_position, length, character);
length            396 base/i18n/rtl.cc   size_t end_index = text.length() - 1;
length            331 base/i18n/rtl_unittest.cc       EXPECT_EQ(ltr_wrap.substr(1, ltr_wrap.length() - 2), input);
length            332 base/i18n/rtl_unittest.cc       EXPECT_EQ(ltr_wrap[ltr_wrap.length() -1], kPopDirectionalFormatting);
length            337 base/i18n/rtl_unittest.cc       EXPECT_EQ(rtl_wrap.substr(1, rtl_wrap.length() - 2), input);
length            338 base/i18n/rtl_unittest.cc       EXPECT_EQ(rtl_wrap[rtl_wrap.length() -1], kPopDirectionalFormatting);
length             65 base/i18n/streaming_utf8_validator_perftest.cc   for (int i = static_cast<int>(previous.length() - 1); i >= 0; --i) {
length            101 base/i18n/streaming_utf8_validator_perftest.cc                                         size_t length) {
length            103 base/i18n/streaming_utf8_validator_perftest.cc   while (output.length() * 2 < length) {
length            106 base/i18n/streaming_utf8_validator_perftest.cc   if (output.length() < length) {
length            107 base/i18n/streaming_utf8_validator_perftest.cc     output += ConstructRepeatedTestString(input, length - output.length());
length            119 base/i18n/streaming_utf8_validator_perftest.cc                                       size_t length) {
length            122 base/i18n/streaming_utf8_validator_perftest.cc   while (output.length() < length && input != input_end) {
length            126 base/i18n/streaming_utf8_validator_perftest.cc   if (output.length() < length) {
length            127 base/i18n/streaming_utf8_validator_perftest.cc     output = ConstructRepeatedTestString(output, length);
length            148 base/i18n/streaming_utf8_validator_perftest.cc     base::Callback<std::string(size_t length)> construct_test_string,
length            152 base/i18n/streaming_utf8_validator_perftest.cc     const size_t length = kTestLengths[i];
length            153 base/i18n/streaming_utf8_validator_perftest.cc     const std::string test_string = construct_test_string.Run(length);
length            154 base/i18n/streaming_utf8_validator_perftest.cc     const int real_length = static_cast<int>(test_string.length());
length             21 base/i18n/string_compare.cc       static_cast<const UChar*>(lhs.c_str()), static_cast<int>(lhs.length()),
length             22 base/i18n/string_compare.cc       static_cast<const UChar*>(rhs.c_str()), static_cast<int>(rhs.length()),
length             30 base/i18n/string_search_unittest.cc   size_t length = 0;
length             33 base/i18n/string_search_unittest.cc       ASCIIToUTF16("hello"), ASCIIToUTF16("hello world"), &index, &length));
length             35 base/i18n/string_search_unittest.cc   EXPECT_EQ(5U, length);
length             39 base/i18n/string_search_unittest.cc       &index, &length));
length             42 base/i18n/string_search_unittest.cc       ASCIIToUTF16("aabaaa"), ASCIIToUTF16("aaabaabaaa"), &index, &length));
length             44 base/i18n/string_search_unittest.cc   EXPECT_EQ(6U, length);
length             48 base/i18n/string_search_unittest.cc       &index, &length));
length             51 base/i18n/string_search_unittest.cc       string16(), ASCIIToUTF16("searching for empty string"), &index, &length));
length             53 base/i18n/string_search_unittest.cc   EXPECT_EQ(0U, length);
length             57 base/i18n/string_search_unittest.cc       &index, &length));
length             59 base/i18n/string_search_unittest.cc   EXPECT_EQ(18U, length);
length             91 base/i18n/string_search_unittest.cc   size_t length = 0;
length             94 base/i18n/string_search_unittest.cc       e_base, e_with_acute_accent, &index, &length));
length             96 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_acute_accent.size(), length);
length             99 base/i18n/string_search_unittest.cc       e_with_acute_accent, e_base, &index, &length));
length            101 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_base.size(), length);
length            104 base/i18n/string_search_unittest.cc       e_base, e_with_acute_combining_mark, &index, &length));
length            106 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_acute_combining_mark.size(), length);
length            109 base/i18n/string_search_unittest.cc       e_with_acute_combining_mark, e_base, &index, &length));
length            111 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_base.size(), length);
length            115 base/i18n/string_search_unittest.cc       &index, &length));
length            117 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_acute_accent.size(), length);
length            121 base/i18n/string_search_unittest.cc       &index, &length));
length            123 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_acute_combining_mark.size(), length);
length            127 base/i18n/string_search_unittest.cc       &index, &length));
length            129 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_grave_combining_mark.size(), length);
length            133 base/i18n/string_search_unittest.cc       &index, &length));
length            135 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_acute_combining_mark.size(), length);
length            138 base/i18n/string_search_unittest.cc       e_with_acute_combining_mark, e_with_grave_accent, &index, &length));
length            140 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_grave_accent.size(), length);
length            143 base/i18n/string_search_unittest.cc       e_with_grave_accent, e_with_acute_combining_mark, &index, &length));
length            145 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_acute_combining_mark.size(), length);
length            148 base/i18n/string_search_unittest.cc       E_with_acute_accent, e_with_acute_accent, &index, &length));
length            150 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_acute_accent.size(), length);
length            153 base/i18n/string_search_unittest.cc       E_with_grave_accent, e_with_acute_accent, &index, &length));
length            155 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_acute_accent.size(), length);
length            158 base/i18n/string_search_unittest.cc       E_with_acute_combining_mark, e_with_grave_accent, &index, &length));
length            160 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_grave_accent.size(), length);
length            163 base/i18n/string_search_unittest.cc       E_with_grave_combining_mark, e_with_acute_accent, &index, &length));
length            165 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_acute_accent.size(), length);
length            168 base/i18n/string_search_unittest.cc       E_base, e_with_grave_accent, &index, &length));
length            170 base/i18n/string_search_unittest.cc   EXPECT_EQ(e_with_grave_accent.size(), length);
length            173 base/i18n/string_search_unittest.cc       a_with_acute_accent, e_with_acute_accent, &index, &length));
length            177 base/i18n/string_search_unittest.cc       &index, &length));
length            209 base/i18n/string_search_unittest.cc   size_t length = 0;
length            213 base/i18n/string_search_unittest.cc   EXPECT_TRUE(query.Search(ASCIIToUTF16("12hello34"), &index, &length));
length            215 base/i18n/string_search_unittest.cc   EXPECT_EQ(5U, length);
length            216 base/i18n/string_search_unittest.cc   EXPECT_FALSE(query.Search(ASCIIToUTF16("bye"), &index, &length));
length            217 base/i18n/string_search_unittest.cc   EXPECT_TRUE(query.Search(ASCIIToUTF16("hELLo"), &index, &length));
length            219 base/i18n/string_search_unittest.cc   EXPECT_EQ(5U, length);
length             25 base/i18n/time_formatting.cc                   static_cast<size_t>(date_string.length()));
length             45 base/i18n/time_formatting.cc                   static_cast<size_t>(time_string.length()));
length            603 base/i18n/timezone.cc   string16 olson_code(id.getBuffer(), id.length());
length            216 base/json/json_parser.cc   end_pos_ = start_pos_ + input.length();
length            339 base/json/json_parser.cc inline bool JSONParser::CanConsume(int length) {
length            340 base/json/json_parser.cc   return pos_ + length <= end_pos_;
length            614 base/json/json_parser.cc   int length = end_pos_ - start_pos_;
length            619 base/json/json_parser.cc     CBU8_NEXT(start_pos_, index_, length, next_char);
length            147 base/json/json_parser.h   bool CanConsume(int length);
length             21 base/json/json_parser_unittest.cc     parser->end_pos_ = parser->start_pos_ + input.length();
length             38 base/json/json_parser_unittest.cc   for (size_t i = 1; i < input.length(); ++i) {
length            100 base/json/json_writer.cc       } else if (real.length() > 1 && real[0] == '-' && real[1] == '.') {
length             76 base/json/string_escape.cc   CHECK_LE(str.length(), static_cast<size_t>(kint32max));
length             77 base/json/string_escape.cc   const int32 length = static_cast<int32>(str.length());
length             79 base/json/string_escape.cc   for (int32 i = 0; i < length; ++i) {
length             81 base/json/string_escape.cc     if (!ReadUnicodeCharacter(str.data(), length, &i, &code_point)) {
length             55 base/json/string_escape_unittest.cc   EXPECT_EQ(out.length() + 2, out_quoted.length());
length            105 base/json/string_escape_unittest.cc   EXPECT_EQ(out.length() + 2, out_quoted.length());
length            162 base/linux_util.cc   if (output.length() > 0) {
length            280 base/linux_util.cc   scoped_ptr<char[]> syscall_data(new char[expected_data.length()]);
length            290 base/linux_util.cc     bool read_ret = ReadFromFD(fd, syscall_data.get(), expected_data.length());
length            296 base/linux_util.cc                      expected_data.length())) {
length            627 base/logging.cc                 static_cast<DWORD>(str_newline.length()),
length             60 base/logging_win.cc     event.SetField(0, message.length() + 1 - message_start,
length             86 base/logging_win.cc     event.SetField(4, message.length() + 1 - message_start,
length            286 base/md5.cc    void MD5Sum(const void* data, size_t length, MD5Digest* digest) {
length            290 base/md5.cc                StringPiece(reinterpret_cast<const char*>(data), length));
length            296 base/md5.cc      MD5Sum(str.data(), str.length(), &digest);
length             47 base/md5.h     BASE_EXPORT void MD5Sum(const void* data, size_t length, MD5Digest* digest);
length             69 base/md5_unittest.cc   const int length = 10 * 1024 * 1024 + 1;
length             70 base/md5_unittest.cc   scoped_ptr<char[]> data(new char[length]);
length             72 base/md5_unittest.cc   for (int i = 0; i < length; ++i)
length             76 base/md5_unittest.cc   MD5Sum(data.get(), length, &digest);
length            111 base/md5_unittest.cc   const int length = 10 * 1024 * 1024 + 1;
length            112 base/md5_unittest.cc   scoped_ptr<char[]> data(new char[length]);
length            114 base/md5_unittest.cc   for (int i = 0; i < length; ++i)
length            118 base/md5_unittest.cc   while (total < length) {
length            120 base/md5_unittest.cc     if (len > length - total)
length            121 base/md5_unittest.cc       len = length - total;
length            128 base/md5_unittest.cc   EXPECT_EQ(length, total);
length             80 base/memory/ref_counted_memory.cc     void* data, size_t length)
length             81 base/memory/ref_counted_memory.cc     : data_(reinterpret_cast<unsigned char*>(data)), length_(length) {
length             82 base/memory/ref_counted_memory.cc   DCHECK(data || length == 0);
length             50 base/memory/ref_counted_memory.h   RefCountedStaticMemory(const void* data, size_t length)
length             51 base/memory/ref_counted_memory.h       : data_(static_cast<const unsigned char*>(length ? data : NULL)),
length             52 base/memory/ref_counted_memory.h         length_(length) {}
length            127 base/memory/ref_counted_memory.h   RefCountedMallocedMemory(void* data, size_t length);
length            411 base/metrics/field_trial.cc   while (next_item < trials_string.length()) {
length            152 base/metrics/statistics_recorder.cc   if (query.length())
length            271 base/nix/mime_util_xdg.cc     if (entry.length() == 0 || entry[0] == '#') {
length            276 base/nix/mime_util_xdg.cc       std::string subdir = entry.substr(1, entry.length() - 2);
length            353 base/nix/mime_util_xdg.cc     size_t len = result.length();
length            371 base/nix/mime_util_xdg.cc     if (dir.length() == 0) {
length            379 base/nix/mime_util_xdg.cc   if (dir.length() == 0) {
length            587 base/nix/mime_util_xdg.cc   return xdg_mime_get_mime_type_for_data(data.data(), data.length(), NULL);
length            612 base/nix/mime_util_xdg.cc   if (icon_name.length())
length            119 base/os_compat_android.cc   const int kSuffixLen = kSuffix.length();
length            144 base/pickle.cc bool PickleIterator::ReadData(const char** data, int* length) {
length            145 base/pickle.cc   *length = 0;
length            148 base/pickle.cc   if (!ReadInt(length))
length            151 base/pickle.cc   return ReadBytes(data, *length);
length            154 base/pickle.cc bool PickleIterator::ReadBytes(const char** data, int length) {
length            155 base/pickle.cc   const char* read_from = GetReadPointerAndAdvance(length);
length            262 base/pickle.cc bool Pickle::WriteData(const char* data, int length) {
length            263 base/pickle.cc   return length >= 0 && WriteInt(length) && WriteBytes(data, length);
length            266 base/pickle.cc bool Pickle::WriteBytes(const void* data, int length) {
length            267 base/pickle.cc   WriteBytesCommon(data, length);
length            271 base/pickle.cc void Pickle::Reserve(size_t length) {
length            272 base/pickle.cc   size_t data_len = AlignInt(length, sizeof(uint32));
length            273 base/pickle.cc   DCHECK_GE(data_len, length);
length            300 base/pickle.cc   size_t length = static_cast<size_t>(end - start);
length            301 base/pickle.cc   if (length < sizeof(Header))
length            305 base/pickle.cc   if (length < header_size || length - header_size < hdr->payload_size)
length            310 base/pickle.cc template <size_t length> void Pickle::WriteBytesStatic(const void* data) {
length            311 base/pickle.cc   WriteBytesCommon(data, length);
length            318 base/pickle.cc inline void Pickle::WriteBytesCommon(const void* data, size_t length) {
length            321 base/pickle.cc   size_t data_len = AlignInt(length, sizeof(uint32));
length            322 base/pickle.cc   DCHECK_GE(data_len, length);
length            333 base/pickle.cc   memcpy(write, data, length);
length            334 base/pickle.cc   memset(write + length, 0, data_len - length);
length            335 base/pickle.cc   header_->payload_size = static_cast<uint32>(write_offset_ + length);
length             41 base/pickle.h    bool ReadData(const char** data, int* length) WARN_UNUSED_RESULT;
length             42 base/pickle.h    bool ReadBytes(const char** data, int length) WARN_UNUSED_RESULT;
length            191 base/pickle.h                  int* length) const WARN_UNUSED_RESULT {
length            192 base/pickle.h      return iter->ReadData(data, length);
length            200 base/pickle.h                   int length) const WARN_UNUSED_RESULT {
length            201 base/pickle.h      return iter->ReadBytes(data, length);
length            249 base/pickle.h    bool WriteData(const char* data, int length);
length            253 base/pickle.h    bool WriteBytes(const void* data, int length);
length            333 base/pickle.h    template<size_t length> void WriteBytesStatic(const void* data);
length            340 base/pickle.h    inline void WriteBytesCommon(const void* data, size_t length);
length            321 base/pickle_unittest.cc   EXPECT_EQ(1U, str16.length());
length            211 base/platform_file.h BASE_EXPORT bool TruncatePlatformFile(PlatformFile file, int64 length);
length             53 base/platform_file_posix.cc static int CallFtruncate(PlatformFile file, int64 length) {
length             54 base/platform_file_posix.cc   return HANDLE_EINTR(ftruncate(file, length));
length             97 base/platform_file_posix.cc static int CallFtruncate(PlatformFile file, int64 length) {
length            344 base/platform_file_posix.cc bool TruncatePlatformFile(PlatformFile file, int64 length) {
length            346 base/platform_file_posix.cc   return ((file >= 0) && !CallFtruncate(file, length));
length            224 base/platform_file_win.cc bool TruncatePlatformFile(PlatformFile file, int64 length) {
length            237 base/platform_file_win.cc   length_li.QuadPart = length;
length             22 base/posix/unix_domain_socket_linux.cc                                size_t length,
length             25 base/posix/unix_domain_socket_linux.cc   struct iovec iov = { const_cast<void*>(buf), length };
length             51 base/posix/unix_domain_socket_linux.cc   const bool ret = static_cast<ssize_t>(length) == r;
length             59 base/posix/unix_domain_socket_linux.cc                                   size_t length,
length             61 base/posix/unix_domain_socket_linux.cc   return UnixDomainSocket::RecvMsgWithFlags(fd, buf, length, 0, fds);
length             67 base/posix/unix_domain_socket_linux.cc                                            size_t length,
length             73 base/posix/unix_domain_socket_linux.cc   struct iovec iov = { buf, length };
length             25 base/posix/unix_domain_socket_linux.h                       size_t length,
length             32 base/posix/unix_domain_socket_linux.h                          size_t length,
length             71 base/posix/unix_domain_socket_linux.h                                   size_t length,
length            179 base/process/memory_linux.cc     int score_len = static_cast<int>(score_str.length());
length            194 base/process/memory_linux.cc     int score_len = static_cast<int>(score_str.length());
length             82 base/process/memory_unittest.cc     SIZE_T length;
length             87 base/process/memory_unittest.cc                             &length));
length             16 base/process/process_handle_freebsd.cc   size_t length;
length             19 base/process/process_handle_freebsd.cc   if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
length             27 base/process/process_handle_freebsd.cc   size_t length;
length             30 base/process/process_handle_freebsd.cc   length = sizeof(pathname);
length             32 base/process/process_handle_freebsd.cc   if (sysctl(mib, arraysize(mib), pathname, &length, NULL, 0) < 0 ||
length             33 base/process/process_handle_freebsd.cc       length == 0) {
length             16 base/process/process_handle_mac.cc   size_t length = sizeof(struct kinfo_proc);
length             18 base/process/process_handle_mac.cc   if (sysctl(mib, 4, &info, &length, NULL, 0) < 0) {
length             22 base/process/process_handle_mac.cc   if (length == 0)
length             15 base/process/process_handle_openbsd.cc   size_t length;
length             19 base/process/process_handle_openbsd.cc   if (sysctl(mib, arraysize(mib), NULL, &length, NULL, 0) < 0)
length             22 base/process/process_handle_openbsd.cc   mib[5] = (length / sizeof(struct kinfo_proc));
length             24 base/process/process_handle_openbsd.cc   if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
length             69 base/process/process_iterator_freebsd.cc     size_t length;
length             76 base/process/process_iterator_freebsd.cc     length = 0;
length             77 base/process/process_iterator_freebsd.cc     if (sysctl(mib, arraysize(mib), NULL, &length, NULL, 0) < 0) {
length             82 base/process/process_iterator_freebsd.cc     data.resize(length);
length             84 base/process/process_iterator_freebsd.cc     if (sysctl(mib, arraysize(mib), &data[0], &length, NULL, 0) < 0) {
length             31 base/process/process_metrics_freebsd.cc   size_t length = sizeof(info);
length             33 base/process/process_metrics_freebsd.cc   if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
length             46 base/process/process_metrics_freebsd.cc   size_t length = sizeof(info);
length             48 base/process/process_metrics_freebsd.cc   if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
length             88 base/process/process_metrics_freebsd.cc   size_t length = sizeof(info);
length             95 base/process/process_metrics_freebsd.cc   if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
length            108 base/process/process_metrics_freebsd.cc   size_t length = sizeof(mem_total);
length            110 base/process/process_metrics_freebsd.cc   if (sysctl(mib, arraysize(mib), &mem_total, &length, NULL, 0) < 0)
length            113 base/process/process_metrics_freebsd.cc   length = sizeof(mem_free);
length            114 base/process/process_metrics_freebsd.cc   if (sysctlbyname("vm.stats.vm.v_free_count", &mem_free, &length, NULL, 0) < 0)
length            117 base/process/process_metrics_freebsd.cc   length = sizeof(mem_inactive);
length            118 base/process/process_metrics_freebsd.cc   if (sysctlbyname("vm.stats.vm.v_inactive_count", &mem_inactive, &length,
length            300 base/process/process_metrics_linux.cc     if (!ret || totmaps_data.length() == 0)
length            352 base/process/process_metrics_linux.cc     if (!ret || statm.length() == 0)
length            735 base/process/process_metrics_linux.cc   if (candidate.length() < 3)
length            739 base/process/process_metrics_linux.cc     for (size_t i = 2; i < candidate.length(); i++) {
length            744 base/process/process_metrics_linux.cc     if (candidate.length() < 7) {
length            749 base/process/process_metrics_linux.cc       for (size_t i = 6; i < candidate.length(); i++) {
length             19 base/process/process_metrics_openbsd.cc   size_t length;
length             23 base/process/process_metrics_openbsd.cc   if (sysctl(mib, arraysize(mib), NULL, &length, NULL, 0) < 0)
length             26 base/process/process_metrics_openbsd.cc   mib[5] = (length / sizeof(struct kinfo_proc));
length             28 base/process/process_metrics_openbsd.cc   if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
length             40 base/process/process_metrics_openbsd.cc   size_t length;
length             44 base/process/process_metrics_openbsd.cc   if (sysctl(mib, arraysize(mib), NULL, &length, NULL, 0) < 0)
length             47 base/process/process_metrics_openbsd.cc   mib[5] = (length / sizeof(struct kinfo_proc));
length             49 base/process/process_metrics_openbsd.cc   if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
length             93 base/process/process_metrics_openbsd.cc   size_t length;
length             97 base/process/process_metrics_openbsd.cc   if (sysctl(mib, arraysize(mib), NULL, &length, NULL, 0) < 0)
length            100 base/process/process_metrics_openbsd.cc   mib[5] = (length / sizeof(struct kinfo_proc));
length            102 base/process/process_metrics_openbsd.cc   if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
length             64 base/rand_util.cc std::string RandBytesAsString(size_t length) {
length             65 base/rand_util.cc   DCHECK_GT(length, 0u);
length             67 base/rand_util.cc   RandBytes(WriteInto(&result, length + 1), length);
length             50 base/rand_util.h BASE_EXPORT std::string RandBytesAsString(size_t length);
length            202 base/sha1_portable.cc                 str.length(), reinterpret_cast<unsigned char*>(hash));
length             70 base/sha1_unittest.cc                       input.length(), output);
length             88 base/sha1_unittest.cc                       input.length(), output);
length            105 base/sha1_unittest.cc                       input.length(), output);
length             33 base/sha1_win.cc                        static_cast<DWORD>(str.length()), 0)) {
length              9 base/strings/latin1_string_conversions.cc string16 Latin1OrUTF16ToUTF16(size_t length,
length             12 base/strings/latin1_string_conversions.cc   if (!length)
length             15 base/strings/latin1_string_conversions.cc     return string16(latin1, latin1 + length);
length             16 base/strings/latin1_string_conversions.cc   return string16(utf16, utf16 + length);
length             26 base/strings/latin1_string_conversions.h BASE_EXPORT string16 Latin1OrUTF16ToUTF16(size_t length,
length             88 base/strings/string16.h   static size_t length(const char_type* s) {
length            474 base/strings/string_number_conversions.cc          input.c_str() + input.length() == endptr &&
length            767 base/strings/string_number_conversions_unittest.cc   EXPECT_EQ(hex.length(), 0U);
length             24 base/strings/string_piece.cc   const size_t length = characters_wanted.length();
length             26 base/strings/string_piece.cc   for (size_t i = 0; i < length; ++i) {
length            178 base/strings/string_piece.h         length_((str == NULL) ? 0 : STRING_TYPE::traits_type::length(str)) {}
length            194 base/strings/string_piece.h   size_type length() const { return length_; }
length            207 base/strings/string_piece.h     length_ = str ? STRING_TYPE::traits_type::length(str) : 0;
length            593 base/strings/string_piece_unittest.cc   ASSERT_EQ(str.length(), 0U);
length             90 base/strings/string_split.cc   const size_t length = str.length();
length             91 base/strings/string_split.cc   if (!length)
length             96 base/strings/string_split.cc   for (size_t i = 0; i < length; ++i) {
length            124 base/strings/string_split.cc         str.substr(last_non_ws_start, length - last_non_ws_start));
length            125 base/strings/string_util.cc   size_t replace_length = replace_with.length();
length            171 base/strings/string_util.cc   const typename STR::size_type last_char = input.length() - 1;
length            213 base/strings/string_util.cc   if (byte_size > input.length()) {
length            331 base/strings/string_util.cc   for (size_t i = 0; i < str.length(); i++) {
length            349 base/strings/string_util.cc   int32 src_len = static_cast<int32>(str.length());
length            410 base/strings/string_util.cc   if (a.length() != b.length())
length            419 base/strings/string_util.cc     return str.compare(0, search.length(), search) == 0;
length            421 base/strings/string_util.cc     return base::strncasecmp(str.c_str(), search.c_str(), search.length()) == 0;
length            427 base/strings/string_util.cc     return str.compare(0, search.length(), search) == 0;
length            443 base/strings/string_util.cc   typename STR::size_type str_length = str.length();
length            444 base/strings/string_util.cc   typename STR::size_type search_length = search.length();
length            503 base/strings/string_util.cc   if ((start_offset == StringType::npos) || (start_offset >= str->length()))
length            509 base/strings/string_util.cc     str->replace(offs, find_this.length(), replace_with);
length            510 base/strings/string_util.cc     offs += replace_with.length();
length            632 base/strings/string_util.cc     sub_length += iter->length();
length            636 base/strings/string_util.cc   formatted.reserve(format_string.length() + sub_length);
length             62 base/strings/string_util_unittest.cc     size_t prev = input.length();
length             64 base/strings/string_util_unittest.cc     return prev != output->length();
length            424 base/strings/string_util_unittest.cc             wide_with_nul.length());
length            427 base/strings/string_util_unittest.cc             narrow_with_nul.length());
length             37 base/strings/string_util_win.h   int length = _vsprintf_p(buffer, size, format, arguments);
length             38 base/strings/string_util_win.h   if (length < 0) {
length             43 base/strings/string_util_win.h   return length;
length             50 base/strings/string_util_win.h   int length = _vswprintf_p(buffer, size, format, arguments);
length             51 base/strings/string_util_win.h   if (length < 0) {
length             56 base/strings/string_util_win.h   return length;
length             36 base/strings/sys_string_conversions_win.cc   int mb_length = static_cast<int>(mb.length());
length             52 base/strings/sys_string_conversions_win.cc   int wide_length = static_cast<int>(wide.length());
length             84 base/strings/utf_offset_string_conversions.cc   UTF8ToUTF16AndAdjustOffsets(utf8.data(), utf8.length(), &result,
length             95 base/strings/utf_offset_string_conversions.cc   UTF8ToUTF16AndAdjustOffsets(utf8.data(), utf8.length(), &result,
length            116 base/strings/utf_offset_string_conversions.cc   PrepareForUTF8Output(utf16.data(), utf16.length(), &result);
length            117 base/strings/utf_offset_string_conversions.cc   ConvertUnicode(utf16.data(), utf16.length(), &result, offsets_for_adjustment);
length             80 base/strings/utf_string_conversion_utils.cc   size_t char_offset = output->length();
length             99 base/strings/utf_string_conversion_utils.cc   size_t char_offset = output->length();
length             54 base/strings/utf_string_conversions.cc   WideToUTF8(wide.data(), wide.length(), &ret);
length             65 base/strings/utf_string_conversions.cc   UTF8ToWide(utf8.data(), utf8.length(), &ret);
length            104 base/strings/utf_string_conversions.cc   WideToUTF16(wide.data(), wide.length(), &ret);
length            118 base/strings/utf_string_conversions.cc   UTF16ToWide(utf16.data(), utf16.length(), &ret);
length            137 base/strings/utf_string_conversions.cc   UTF8ToUTF16(utf8.data(), utf8.length(), &ret);
length            150 base/strings/utf_string_conversions.cc   UTF16ToUTF8(utf16.data(), utf16.length(), &ret);
length            110 base/strings/utf_string_conversions_unittest.cc   ASSERT_EQ(3U, converted.length());
length            117 base/strings/utf_string_conversions_unittest.cc   ASSERT_EQ(1U, converted.length());
length            202 base/strings/utf_string_conversions_unittest.cc   EXPECT_EQ(arraysize(wmulti) - 1, wmultistring.length());
length            205 base/strings/utf_string_conversions_unittest.cc   EXPECT_EQ(arraysize(multi) - 1, expected.length());
length            207 base/strings/utf_string_conversions_unittest.cc   EXPECT_EQ(arraysize(multi) - 1, converted.length());
length             54 base/sync_socket.h   virtual size_t Send(const void* buffer, size_t length);
length             60 base/sync_socket.h   virtual size_t Receive(void* buffer, size_t length);
length             66 base/sync_socket.h                                     size_t length,
length            112 base/sync_socket.h   virtual size_t Receive(void* buffer, size_t length) OVERRIDE;
length            114 base/sync_socket.h                                     size_t length,
length            123 base/sync_socket.h   virtual size_t Send(const void* buffer, size_t length) OVERRIDE;
length             39 base/sync_socket_nacl.cc size_t SyncSocket::Send(const void* buffer, size_t length) {
length             40 base/sync_socket_nacl.cc   const ssize_t bytes_written = write(handle_, buffer, length);
length             44 base/sync_socket_nacl.cc size_t SyncSocket::Receive(void* buffer, size_t length) {
length             45 base/sync_socket_nacl.cc   const ssize_t bytes_read = read(handle_, buffer, length);
length             49 base/sync_socket_nacl.cc size_t SyncSocket::ReceiveWithTimeout(void* buffer, size_t length, TimeDelta) {
length             66 base/sync_socket_nacl.cc size_t CancelableSyncSocket::Send(const void* buffer, size_t length) {
length             67 base/sync_socket_nacl.cc   return SyncSocket::Send(buffer, length);
length             34 base/sync_socket_posix.cc                   size_t length) {
length             35 base/sync_socket_posix.cc   DCHECK_GT(length, 0u);
length             36 base/sync_socket_posix.cc   DCHECK_LE(length, kMaxMessageLength);
length             39 base/sync_socket_posix.cc   const int len = WriteFileDescriptor(handle, charbuffer, length);
length            105 base/sync_socket_posix.cc size_t SyncSocket::Send(const void* buffer, size_t length) {
length            107 base/sync_socket_posix.cc   return SendHelper(handle_, buffer, length);
length            110 base/sync_socket_posix.cc size_t SyncSocket::Receive(void* buffer, size_t length) {
length            112 base/sync_socket_posix.cc   DCHECK_GT(length, 0u);
length            113 base/sync_socket_posix.cc   DCHECK_LE(length, kMaxMessageLength);
length            116 base/sync_socket_posix.cc   if (ReadFromFD(handle_, charbuffer, length))
length            117 base/sync_socket_posix.cc     return length;
length            122 base/sync_socket_posix.cc                                       size_t length,
length            125 base/sync_socket_posix.cc   DCHECK_GT(length, 0u);
length            126 base/sync_socket_posix.cc   DCHECK_LE(length, kMaxMessageLength);
length            134 base/sync_socket_posix.cc     return Peek() < length ? 0 : Receive(buffer, length);
length            148 base/sync_socket_posix.cc        bytes_read_total < length && timeout.InMicroseconds() > 0;
length            167 base/sync_socket_posix.cc     const size_t bytes_to_read = std::min(Peek(), length - bytes_read_total);
length            204 base/sync_socket_posix.cc size_t CancelableSyncSocket::Send(const void* buffer, size_t length) {
length            205 base/sync_socket_posix.cc   DCHECK_GT(length, 0u);
length            206 base/sync_socket_posix.cc   DCHECK_LE(length, kMaxMessageLength);
length            216 base/sync_socket_posix.cc   const size_t len = SendHelper(handle_, buffer, length);
length            117 base/sync_socket_win.cc                                size_t length,
length            125 base/sync_socket_win.cc   DCHECK_GT(length, 0u);
length            126 base/sync_socket_win.cc   DCHECK_LE(length, kMaxMessageLength);
length            143 base/sync_socket_win.cc     const DWORD chunk = GetNextChunkSize(count, length);
length            185 base/sync_socket_win.cc     if (timeout_in_ms != INFINITE && count < length)
length            187 base/sync_socket_win.cc   } while (count < length &&
length            219 base/sync_socket_win.cc size_t SyncSocket::Send(const void* buffer, size_t length) {
length            221 base/sync_socket_win.cc   DCHECK_GT(length, 0u);
length            222 base/sync_socket_win.cc   DCHECK_LE(length, kMaxMessageLength);
length            225 base/sync_socket_win.cc   while (count < length) {
length            227 base/sync_socket_win.cc     DWORD chunk = GetNextChunkSize(count, length);
length            238 base/sync_socket_win.cc                                       size_t length,
length            244 base/sync_socket_win.cc size_t SyncSocket::Receive(void* buffer, size_t length) {
length            246 base/sync_socket_win.cc   DCHECK_GT(length, 0u);
length            247 base/sync_socket_win.cc   DCHECK_LE(length, kMaxMessageLength);
length            250 base/sync_socket_win.cc   while (count < length) {
length            252 base/sync_socket_win.cc     DWORD chunk = GetNextChunkSize(count, length);
length            290 base/sync_socket_win.cc size_t CancelableSyncSocket::Send(const void* buffer, size_t length) {
length            294 base/sync_socket_win.cc       length, &file_operation_, &shutdown_event_, this, kWaitTimeOutInMs);
length            297 base/sync_socket_win.cc size_t CancelableSyncSocket::Receive(void* buffer, size_t length) {
length            299 base/sync_socket_win.cc       &ReadFile, handle_, reinterpret_cast<char*>(buffer), length,
length            304 base/sync_socket_win.cc                                                 size_t length,
length            307 base/sync_socket_win.cc       &ReadFile, handle_, reinterpret_cast<char*>(buffer), length,
length             58 base/sys_info_android.cc   size_t length = str.size();
length             59 base/sys_info_android.cc   if (str[length - 1] == 'k') {
length             61 base/sys_info_android.cc     length--;
length             62 base/sys_info_android.cc   } else if (str[length - 1] == 'm') {
length             64 base/sys_info_android.cc     length--;
length             65 base/sys_info_android.cc   } else if (str[length - 1] == 'g') {
length             67 base/sys_info_android.cc     length--;
length             70 base/sys_info_android.cc   bool parsed = base::StringToInt64(str.substr(0, length), &result);
length             35 base/sys_info_linux.cc   if (!contents.empty() && contents[contents.length() - 1] == '\n') {
length             36 base/sys_info_linux.cc     contents.erase(contents.length() - 1);
length             62 base/test/android/javatests/src/org/chromium/base/test/util/TestFileUtil.java             if (f.length() > sizeLimit) {
length             63 base/test/android/javatests/src/org/chromium/base/test/util/TestFileUtil.java                 throw new IOException("File " + fileName + " length " + f.length() +
length             66 base/test/android/javatests/src/org/chromium/base/test/util/TestFileUtil.java             char[] buffer = new char[(int) f.length()];
length             72 base/test/android/javatests/src/org/chromium/base/test/util/TestFileUtil.java             return charsRead < buffer.length ? Arrays.copyOfRange(buffer, 0, charsRead) : buffer;
length             25 base/test/expectations/parser.cc   end_ = pos_ + input_.length();
length             22 base/test/test_file_util_mac.cc   int64 length;
length             23 base/test/test_file_util_mac.cc   if (!GetFileSize(file, &length)) {
length             30 base/test/test_file_util_mac.cc   if (length == 0) {
length             41 base/test/test_file_util_mac.cc   if (msync(const_cast<uint8*>(mapped_file.data()), mapped_file.length(),
length             40 base/test/test_file_util_posix.cc void* GetPermissionInfo(const FilePath& path, size_t* length) {
length             41 base/test/test_file_util_posix.cc   DCHECK(length);
length             42 base/test/test_file_util_posix.cc   *length = 0;
length             48 base/test/test_file_util_posix.cc   *length = sizeof(mode_t);
length             60 base/test/test_file_util_posix.cc bool RestorePermissionInfo(const FilePath& path, void* info, size_t length) {
length             61 base/test/test_file_util_posix.cc   if (!info || (length == 0))
length             64 base/test/test_file_util_posix.cc   DCHECK_EQ(sizeof(mode_t), length);
length             70 base/test/test_file_util_win.cc void* GetPermissionInfo(const FilePath& path, size_t* length) {
length             71 base/test/test_file_util_win.cc   DCHECK(length != NULL);
length             72 base/test/test_file_util_win.cc   *length = 0;
length             83 base/test/test_file_util_win.cc   *length = sizeof(PSECURITY_DESCRIPTOR) + dacl->AclSize;
length             84 base/test/test_file_util_win.cc   PermissionInfo* info = reinterpret_cast<PermissionInfo*>(new char[*length]);
length             96 base/test/test_file_util_win.cc bool RestorePermissionInfo(const FilePath& path, void* info, size_t length) {
length             97 base/test/test_file_util_win.cc   if (!info || !length)
length            137 base/third_party/icu/icu_utf.cc utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict) {
length            140 base/third_party/icu/icu_utf.cc     if((i)+count<=(length)) {
length            215 base/third_party/icu/icu_utf.cc         while((i)<(length) && CBU8_IS_TRAIL(s[i])) {
length            173 base/third_party/icu/icu_utf.h UChar32 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict);
length            193 base/third_party/icu/icu_utf.h #define CBU8_NEXT(s, i, length, c) { \
length            197 base/third_party/icu/icu_utf.h             (c)=base_icu::utf8_nextCharSafeBody((const uint8 *)s, &(i), (int32)(length), c, -1); \
length            356 base/third_party/icu/icu_utf.h #define CBU16_NEXT(s, i, length, c) { \
length            360 base/third_party/icu/icu_utf.h         if((i)<(length) && CBU16_IS_TRAIL(__c2=(s)[(i)])) { \
length            265 base/third_party/symbolize/demangle.cc static void Append(State *state, const char * const str, const int length) {
length            267 base/third_party/symbolize/demangle.cc   for (i = 0; i < length; ++i) {
length            323 base/third_party/symbolize/demangle.cc                                   const int length) {
length            324 base/third_party/symbolize/demangle.cc   if (state->append && length > 0) {
length            334 base/third_party/symbolize/demangle.cc       state->prev_name_length = length;
length            336 base/third_party/symbolize/demangle.cc     Append(state, str, length);
length            343 base/third_party/symbolize/demangle.cc     int length = StrLen(str);
length            344 base/third_party/symbolize/demangle.cc     MaybeAppendWithLength(state, str, length);
length            398 base/third_party/symbolize/demangle.cc static bool IdentifierIsAnonymousNamespace(State *state, int length) {
length            400 base/third_party/symbolize/demangle.cc   return (length > (int)sizeof(anon_prefix) - 1 &&  // Should be longer.
length            418 base/third_party/symbolize/demangle.cc static bool ParseIdentifier(State *state, int length);
length            602 base/third_party/symbolize/demangle.cc   int length = -1;
length            603 base/third_party/symbolize/demangle.cc   if (ParseNumber(state, &length) && ParseIdentifier(state, length)) {
length            685 base/third_party/symbolize/demangle.cc static bool ParseIdentifier(State *state, int length) {
length            686 base/third_party/symbolize/demangle.cc   if (length == -1 ||
length            687 base/third_party/symbolize/demangle.cc       !AtLeastNumCharsRemaining(state->mangled_cur, length)) {
length            690 base/third_party/symbolize/demangle.cc   if (IdentifierIsAnonymousNamespace(state, length)) {
length            693 base/third_party/symbolize/demangle.cc     MaybeAppendWithLength(state, state->mangled_cur, length);
length            695 base/third_party/symbolize/demangle.cc   state->mangled_cur += length;
length            746 base/third_party/xdg_mime/xdgmime.c   int length;
length            749 base/third_party/xdg_mime/xdgmime.c   length = strlen (mime);
length            750 base/third_party/xdg_mime/xdgmime.c   type = &(mime[length - 2]);
length            821 base/third_party/xdg_mime/xdgmimecache.c   int length;
length            824 base/third_party/xdg_mime/xdgmimecache.c   length = strlen (mime);
length            825 base/third_party/xdg_mime/xdgmimecache.c   type = &(mime[length - 2]);
length            130 base/version.cc       wildcard_string.substr(0, wildcard_string.length() - 2), &parsed);
length             52 base/win/iat_patch_function.cc DWORD ModifyCode(void* old_code, void* new_code, int length) {
length             53 base/win/iat_patch_function.cc   if ((NULL == old_code) || (NULL == new_code) || (0 == length)) {
length             73 base/win/iat_patch_function.cc                      length,
length             79 base/win/iat_patch_function.cc     CopyMemory(old_code, new_code, length);
length             84 base/win/iat_patch_function.cc                   length,
length             70 base/win/metro.cc   size_t dest_size = (src.length() + 1) * sizeof(wchar_t);
length             15 base/win/resource_util.cc                            size_t* length) {
length             39 base/win/resource_util.cc   *length = static_cast<size_t>(data_size);
length             46 base/win/resource_util.cc                                size_t* length) {
length             47 base/win/resource_util.cc   return GetResourceFromModule(module, resource_id, L"BINDATA", data, length);
length             26 base/win/resource_util.h                                        size_t* length);
length             34 base/win/resource_util.h                                            size_t* length);
length             24 base/win/scoped_variant.cc ScopedVariant::ScopedVariant(const wchar_t* str, UINT length) {
length             26 base/win/scoped_variant.cc   var_.bstrVal = ::SysAllocStringLen(str, length);
length             40 base/win/scoped_variant.h   ScopedVariant(const wchar_t* str, UINT length);
length            267 cc/layers/heads_up_display_layer_impl.cc   canvas->drawText(text.c_str(), text.length(), x, y, *paint);
length            614 cc/layers/heads_up_display_layer_impl.cc   if (label_text.length()) {
length            628 cc/layers/heads_up_display_layer_impl.cc         label_paint.measureText(label_text.c_str(), label_text.length());
length            636 cc/layers/heads_up_display_layer_impl.cc                      label_text.length(),
length             85 cc/output/program_binding.cc   int shader_length[] = { static_cast<int>(shader_source.length()) };
length             36 cc/test/pixel_test_utils.cc                                png_data.length(),
length             65 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java         for (int i = 0; i < derData.length; i++) {
length            189 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java         for (int i = 0; i < bytes.length; i++) {
length            191 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java             if (i != bytes.length - 1) {
length            874 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java             if (byte1 == null && byte2 != null) return byte2.length == 0;
length            875 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java             if (byte2 == null && byte1 != null) return byte1.length == 0;
length            972 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java                 if (type < 0 || type >= Type.values().length) {
length           1018 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java         if (projectionIn == null || projectionIn.length == 0) {
length           1072 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java         if (projectionIn == null || projectionIn.length == 0) {
length            158 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderClient.java         for (int i = 0; i < args.length; ++i) {
length            281 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java             if (mDefaultPromptText.length() > 0) {
length             76 chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java             if (key == null || chain == null || chain.length == 0) {
length             82 chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java             byte[][] encodedChain = new byte[chain.length][];
length             84 chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java                 for (int i = 0; i < chain.length; ++i) {
length            240 chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java         if (encodedPrincipals.length > 0) {
length            241 chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java             principals = new X500Principal[encodedPrincipals.length];
length            243 chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java                 for (int n = 0; n < encodedPrincipals.length; n++) {
length            219 chrome/android/java/src/org/chromium/chrome/browser/TtsPlatformImpl.java         for (int i = 0; i < locales.length; ++i) {
length             78 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java         if (a.length != b.length) {
length             83 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java         for (int i = 0; i < a.length; i++) {
length             94 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java             if (file.length() != MAC_KEY_BYTE_COUNT) {
length            127 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java         if (MAC_KEY_BYTE_COUNT != keyBytes.length) {
length            128 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java             Log.e(TAG, "writeKeyToFile got key encoded bytes length " + keyBytes.length +
length            213 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java             if (bytes.length != fis.read(bytes)) {
length            209 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java         } else if (value instanceof byte[] && ((byte[]) value).length > 0) {
length             73 chrome/android/java/src/org/chromium/chrome/browser/infobar/ConfirmInfoBar.java             spannableLinkText.setSpan(onLinkClicked, 0, spannableLinkText.length(),
length            211 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java         for (int i = 0; i < group.length; i++) {
length            216 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java             params.isGroupedWithNextView = (i != group.length - 1);
length            301 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java         }, 0, sourceLanguage.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
length            309 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java         }, 0, targetLanguage.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
length            327 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java         }, 0, linkText.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
length            199 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java                     new ForegroundColorSpan(Color.GRAY), 0, textTemplate.length(), 0);
length            254 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java             lang.setSpan(new ForegroundColorSpan(Color.BLACK), 0, lang.length(), 0);
length            187 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateOptions.java         return index >= 0 && index < mAllLanguages.length;
length            183 chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/DataReductionProxySettings.java         ContentLengths length = getContentLengths();
length            186 chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/DataReductionProxySettings.java         if (length.getOriginal() > 0L  && length.getOriginal() > length.getReceived()) {
length            187 chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/DataReductionProxySettings.java             savings = (length.getOriginal() - length.getReceived()) / (double) length.getOriginal();
length            266 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java         if (url.endsWith("/")) url = url.substring(0, url.length() - 1);
length             53 chrome/android/java/src/org/chromium/chrome/browser/util/HashUtil.java         StringBuilder sb = new StringBuilder(data.length * 2);
length            127 chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java             assertTrue(tempFile.length() > 0);
length            129 chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java             byte[] b = new byte[PDF_PREAMBLE.length()];
length             39 chrome/android/javatests/src/org/chromium/chrome/browser/signin/OAuth2TokenServiceTest.java         assertEquals("There should be no accounts registered", 0, accounts.length);
length             50 chrome/android/javatests/src/org/chromium/chrome/browser/signin/OAuth2TokenServiceTest.java         assertEquals("There should be one registered account", 1, accounts.length);
length             65 chrome/android/javatests/src/org/chromium/chrome/browser/signin/OAuth2TokenServiceTest.java         assertEquals("There should be one registered account", 2, accounts.length);
length             48 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java         input.unmarshall(bytes, 0, bytes.length);
length             55 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java         return mImageBlobs[mGenerator.nextInt(mImageBlobs.length)];
length            114 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         for (int i = 0; i < uris.length; i++) {
length            248 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         for (int i = 0; i < uris.length; i++) {
length            113 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderSearchesUriTest.java         for (int i = 0; i < uri.length; i++) {
length             32 chrome/android/javatests/src/org/chromium/chrome/browser/test/util/BookmarkUtils.java             return byte2.length == 0;
length             35 chrome/android/javatests/src/org/chromium/chrome/browser/test/util/BookmarkUtils.java             return byte1.length == 0;
length            219 chrome/app/chrome_breakpad_client.cc   int length = base::strings::SafeSPrintf(g_browser_crash_dump_prefix,
length            224 chrome/app/chrome_breakpad_client.cc   if (length <= 0) {
length            244 chrome/app/chrome_breakpad_client.cc   int length = base::strings::SafeSPrintf(
length            250 chrome/app/chrome_breakpad_client.cc   if (length > 0) {
length             38 chrome/app/delay_load_hook_win.cc     dll_name.resize(dll_name.length() - (sizeof(kDelaySuffix) - 1));
length            119 chrome/app/image_pre_reader_win.cc   size_t length = (initialized_length * percentage) / kOneHundredPercent;
length            121 chrome/app/image_pre_reader_win.cc   return std::max<size_t>(length, 1);
length            161 chrome/app/image_pre_reader_win.cc void TouchPagesInRange(void* base_addr, size_t length) {
length            163 chrome/app/image_pre_reader_win.cc   DCHECK(length > 0);
length            177 chrome/app/image_pre_reader_win.cc   volatile uint8* final_touch_ptr = touch_ptr + length - 1;
length            305 chrome/app/image_pre_reader_win.cc     size_t length = GetPercentageOfSectionLength(section, percentage);
length            306 chrome/app/image_pre_reader_win.cc     if (length == 0)
length            316 chrome/app/image_pre_reader_win.cc              pe_image.GetImageSectionFromAddr(start + length - 1));
length            319 chrome/app/image_pre_reader_win.cc     TouchPagesInRange(start, length);
length             38 chrome/browser/android/shortcut_helper.cc   if (title.length() > 0)
length            259 chrome/browser/autocomplete/autocomplete_controller.cc       (input.text().length() < 6)) {
length            262 chrome/browser/autocomplete/autocomplete_controller.cc         input.text().length());
length             59 chrome/browser/autocomplete/autocomplete_input.cc   DCHECK(cursor_position <= text.length() ||
length             66 chrome/browser/autocomplete/autocomplete_input.cc     AdjustCursorPositionIfNecessary(text.length() - text_.length(),
length             89 chrome/browser/autocomplete/autocomplete_input.cc       AdjustCursorPositionIfNecessary(text_.length() - trimmed_text.length(),
length            247 chrome/browser/autocomplete/autocomplete_input.cc                 -static_cast<int>(http_scheme_prefix.length()), components[i]);
length            289 chrome/browser/autocomplete/autocomplete_input.cc       if (host[host.length() - 1] != '.')
length            447 chrome/browser/autocomplete/autocomplete_input.cc       (static_cast<int>(text.length()) > after_scheme_and_colon)) {
length            521 chrome/browser/autocomplete/autocomplete_input.cc   DCHECK(cursor_position <= text.length() ||
length            207 chrome/browser/autocomplete/autocomplete_match.cc   ClassifyLocationInString(text.find(find_text), find_text.length(),
length            208 chrome/browser/autocomplete/autocomplete_match.cc                            text.length(), style, classification);
length            513 chrome/browser/autocomplete/autocomplete_match.cc     DCHECK_LT(i->offset, text.length())
length            514 chrome/browser/autocomplete/autocomplete_match.cc         << " Classification of [" << i->offset << "," << text.length()
length            190 chrome/browser/autocomplete/autocomplete_provider.cc       input_text.length() : (input_text.length() - 1 - last_input_nonslash);
length            195 chrome/browser/autocomplete/autocomplete_provider.cc       output.length() : (output.length() - 1 - last_output_nonslash);
length            199 chrome/browser/autocomplete/autocomplete_provider.cc     output.erase(output.length() - num_output_slashes + num_input_slashes);
length            218 chrome/browser/autocomplete/autocomplete_provider.cc   const size_t after_slashes = std::min(url->length(), prefix_end + 2);
length            257 chrome/browser/autocomplete/base_search_provider.cc         suggestion_.length() - match_contents_.length();
length            262 chrome/browser/autocomplete/base_search_provider.cc         (input_text.length() > contents_index)) {
length            296 chrome/browser/autocomplete/base_search_provider.cc       size_t next_fragment_position = lookup_position + lookup_text.length();
length            297 chrome/browser/autocomplete/base_search_provider.cc       if (next_fragment_position < match_contents_.length()) {
length            363 chrome/browser/autocomplete/base_search_provider.cc       formatted_url_.find(input_text) : prefix->prefix.length();
length            381 chrome/browser/autocomplete/base_search_provider.cc         input_text.length(), match_contents_.length(),
length            460 chrome/browser/autocomplete/base_search_provider.cc             suggestion.suggestion().length() - match.contents.length()));
length            481 chrome/browser/autocomplete/base_search_provider.cc         suggestion.suggestion().substr(input.text().length());
length             81 chrome/browser/autocomplete/builtin_provider.cc     bool highlight = starting_chrome || text.length() > kAboutSchemeLength;
length             83 chrome/browser/autocomplete/builtin_provider.cc     size_t offset = starting_chrome ? text.length() : kChrome.length();
length            104 chrome/browser/autocomplete/builtin_provider.cc       size_t match_length = kChrome.length() + host_and_path.length();
length            112 chrome/browser/autocomplete/builtin_provider.cc           if (match_string.length() > match_length)
length            220 chrome/browser/autocomplete/builtin_provider_unittest.cc     {kSettings + kPage1.substr(0, kPage1.length() - 1), 1, {kURL1}},
length             85 chrome/browser/autocomplete/extension_app_provider.cc       input.text().length(), app.name.length(), ACMatchClassification::NONE,
length             90 chrome/browser/autocomplete/extension_app_provider.cc         input.text().length(), app.launch_url.length(),
length             95 chrome/browser/autocomplete/extension_app_provider.cc       input.text().length(),
length             97 chrome/browser/autocomplete/extension_app_provider.cc           app.name.length() : app.launch_url.length(),
length             69 chrome/browser/autocomplete/history_provider.cc        IsWhitespace(input.text()[input.text().length() - 1]));
length             94 chrome/browser/autocomplete/history_provider.cc       offset += matches[i].length;
length             84 chrome/browser/autocomplete/history_quick_provider.cc     if (input.text().length() < 6) {
length             87 chrome/browser/autocomplete/history_quick_provider.cc           base::IntToString(input.text().length());
length            278 chrome/browser/autocomplete/history_quick_provider.cc       SpansFromTermMatch(new_matches, match.contents.length(), true);
length            283 chrome/browser/autocomplete/history_quick_provider.cc         new_matches[0].length;
length            288 chrome/browser/autocomplete/history_quick_provider.cc     if (inline_autocomplete_offset < match.fill_into_edit.length()) {
length            299 chrome/browser/autocomplete/history_quick_provider.cc       history_match.title_matches(), match.description.length(), false);
length            409 chrome/browser/autocomplete/history_quick_provider_unittest.cc   const size_t max_offset = url.length() - ((6 * 2) + 7);
length            417 chrome/browser/autocomplete/history_quick_provider_unittest.cc     EXPECT_LT(diter->offset, page_title.length());
length            103 chrome/browser/autocomplete/history_url_provider.cc   if ((host.spec().length() < (match.input_location + input.length())))
length            107 chrome/browser/autocomplete/history_url_provider.cc   if (spec.compare(match.input_location, input.length(), input))
length            462 chrome/browser/autocomplete/history_url_provider.cc           best_prefix->prefix.length() - offset, text.length(),
length            463 chrome/browser/autocomplete/history_url_provider.cc           match.contents.length(), ACMatchClassification::URL,
length            551 chrome/browser/autocomplete/history_url_provider.cc         history_matches.push_back(history::HistoryMatch(*j, i->prefix.length(),
length            940 chrome/browser/autocomplete/history_url_provider.cc         substr(0, match.input_location + params.input.text().length());
length           1077 chrome/browser/autocomplete/history_url_provider.cc       history_match.input_location + params.input.text().length();
length           1090 chrome/browser/autocomplete/history_url_provider.cc     DCHECK(inline_autocomplete_offset <= match.fill_into_edit.length());
length           1098 chrome/browser/autocomplete/history_url_provider.cc        (inline_autocomplete_offset >= match.fill_into_edit.length()));
length           1108 chrome/browser/autocomplete/history_url_provider.cc         inline_autocomplete_offset - match_start, match.contents.length(),
length           1112 chrome/browser/autocomplete/history_url_provider.cc         match.contents.length(), ACMatchClassification::URL,
length           1166 chrome/browser/autocomplete/history_url_provider.cc       description_matches, clean_description.length(), false);
length             91 chrome/browser/autocomplete/keyword_provider.cc     return t_url1->keyword().length() < t_url2->keyword().length();
length            119 chrome/browser/autocomplete/keyword_provider.cc   if (remaining_start < input.length())
length            162 chrome/browser/autocomplete/keyword_provider.cc       int offset = input->text().length() - input->cursor_position();
length            166 chrome/browser/autocomplete/keyword_provider.cc       DCHECK_LE(offset, static_cast<int>(input->text().length()));
length            169 chrome/browser/autocomplete/keyword_provider.cc         cursor_position = remaining_input.length();
length            173 chrome/browser/autocomplete/keyword_provider.cc         cursor_position = offset > static_cast<int>(remaining_input.length()) ?
length            174 chrome/browser/autocomplete/keyword_provider.cc             0u : remaining_input.length() - offset;
length            223 chrome/browser/autocomplete/keyword_provider.cc       keyword.length(), SplitReplacementStringFromInput(text, true), true, 0);
length            328 chrome/browser/autocomplete/keyword_provider.cc         template_url, input, keyword.length(), remaining_input, true, -1));
length            374 chrome/browser/autocomplete/keyword_provider.cc           *i, input, keyword.length(), remaining_input, false, -1));
length            437 chrome/browser/autocomplete/keyword_provider.cc   const bool keyword_complete = (prefix_length == keyword.length());
length            497 chrome/browser/autocomplete/keyword_provider.cc       AutocompleteMatch::ClassifyLocationInString(0, match->contents.length(),
length            498 chrome/browser/autocomplete/keyword_provider.cc           match->contents.length(), ACMatchClassification::NONE,
length            519 chrome/browser/autocomplete/keyword_provider.cc         remaining_input.length(), match->contents.length(),
length            587 chrome/browser/autocomplete/keyword_provider.cc             template_url, input, keyword.length(),
length           1262 chrome/browser/autocomplete/search_provider.cc       navigation.formatted_url().find(input) : prefix->prefix.length();
length           1271 chrome/browser/autocomplete/search_provider.cc       base::string16::npos : (match_start + input.length());
length           1285 chrome/browser/autocomplete/search_provider.cc     DCHECK(inline_autocomplete_offset <= match.fill_into_edit.length());
length            474 chrome/browser/autocomplete/search_provider_unittest.cc   base::string16 term = term1_.substr(0, term1_.length() - 1);
length            517 chrome/browser/autocomplete/search_provider_unittest.cc   base::string16 term = term1_.substr(0, term1_.length() - 1);
length            529 chrome/browser/autocomplete/search_provider_unittest.cc   base::string16 term = keyword_term_.substr(0, keyword_term_.length() - 1);
length           2665 chrome/browser/autocomplete/search_provider_unittest.cc   base::string16 term = term1_.substr(0, term1_.length() - 1);
length           3907 chrome/browser/autocomplete/search_provider_unittest.cc   base::string16 term = term1_.substr(0, term1_.length() - 1);
length           3916 chrome/browser/autocomplete/search_provider_unittest.cc   term = term1_.substr(0, term1_.length() - 1);
length            104 chrome/browser/autocomplete/shortcuts_provider.cc   if (input.text().length() < 6) {
length            262 chrome/browser/autocomplete/shortcuts_provider.cc           match.fill_into_edit.substr(term_string.length());
length            282 chrome/browser/autocomplete/shortcuts_provider.cc           best_prefix->prefix.length() + matching_string->length());
length            362 chrome/browser/autocomplete/shortcuts_provider.cc     last_position = find_text.length();
length            366 chrome/browser/autocomplete/shortcuts_provider.cc     if (last_position < text_lowercase.length()) {
length            385 chrome/browser/autocomplete/shortcuts_provider.cc   while (last_position < text_lowercase.length()) {
length            391 chrome/browser/autocomplete/shortcuts_provider.cc       size_t word_end = last_position + word.length();
length            392 chrome/browser/autocomplete/shortcuts_provider.cc       if ((word_end <= text_lowercase.length()) &&
length            393 chrome/browser/autocomplete/shortcuts_provider.cc           !text_lowercase.compare(last_position, word.length(), word)) {
length            400 chrome/browser/autocomplete/shortcuts_provider.cc         if (word_end < text_lowercase.length()) {
length            432 chrome/browser/autocomplete/shortcuts_provider.cc   DCHECK_LE(terms.length(), shortcut.text.length());
length            441 chrome/browser/autocomplete/shortcuts_provider.cc       sqrt(static_cast<double>(terms.length()) / shortcut.text.length());
length            243 chrome/browser/autocomplete/zero_suggest_provider.cc       match.contents.length(), ACMatchClassification::URL,
length            249 chrome/browser/autocomplete/zero_suggest_provider.cc       match.description.length(), ACMatchClassification::NONE,
length            289 chrome/browser/background/background_application_list_model.cc                                                    id_hash.length());
length            461 chrome/browser/bookmarks/bookmark_codec.cc                       str.length() * sizeof(str[0])));
length            197 chrome/browser/bookmarks/bookmark_html_writer.cc     if (!text.length())
length            199 chrome/browser/bookmarks/bookmark_html_writer.cc     size_t wrote = file_->WriteAtCurrentPos(text.c_str(), text.length());
length            200 chrome/browser/bookmarks/bookmark_html_writer.cc     bool result = (wrote == text.length());
length             29 chrome/browser/bookmarks/bookmark_index.cc   icu::UnicodeString unicode_text(text.data(), text.length());
length             35 chrome/browser/bookmarks/bookmark_index.cc                         unicode_normalized_text.length());
length             35 chrome/browser/bookmarks/enhanced_bookmarks_features.cc     DCHECK_EQ(id_hash.length(), base::kSHA1Length);
length             36 chrome/browser/bookmarks/enhanced_bookmarks_features.cc     std::string hash = base::HexEncode(id_hash.c_str(), id_hash.length());
length            176 chrome/browser/browser_keyevents_browsertest.cc   void GetResultLength(int tab_index, int* length) {
length            181 chrome/browser/browser_keyevents_browsertest.cc         length));
length            184 chrome/browser/browser_keyevents_browsertest.cc   void CheckResult(int tab_index, int length, const char* const result[]) {
length            188 chrome/browser/browser_keyevents_browsertest.cc     ASSERT_GE(actual_length, length);
length            198 chrome/browser/browser_keyevents_browsertest.cc       if (i < length)
length           1050 chrome/browser/browser_process_impl.cc       if (switch_value.length() > 0) {
length            263 chrome/browser/browser_shutdown.cc     int len = static_cast<int>(shutdown_ms.length()) + 1;
length             84 chrome/browser/browsing_data/cookies_tree_model.cc   if (!retval.length())  // Is an IP address or other special origin.
length           1087 chrome/browser/browsing_data/cookies_tree_model.cc       if (domain.length() > 1 && domain[0] == '.')
length            271 chrome/browser/browsing_data/cookies_tree_model_unittest.cc     if (retval.length() && retval[retval.length() - 1] == ',')
length            272 chrome/browser/browsing_data/cookies_tree_model_unittest.cc       retval.erase(retval.length() - 1);
length             19 chrome/browser/captive_portal/testing_utils.cc                                         response_headers.length());
length            319 chrome/browser/chrome_content_browser_client.cc                        url_parse::Component(0, host.length()));
length            321 chrome/browser/chrome_content_browser_client.cc                        url_parse::Component(0, path.length()));
length             68 chrome/browser/chrome_process_finder_win.cc   escaped.reserve(text.length() * 3);
length             69 chrome/browser/chrome_process_finder_win.cc   for (unsigned int i = 0; i < text.length(); ++i) {
length            180 chrome/browser/chrome_process_finder_win.cc   cds.cbData = static_cast<DWORD>((to_send.length() + 1) * sizeof(wchar_t));
length            216 chrome/browser/chromeos/attestation/attestation_policy_observer.cc                                             certificate.length()));
length            470 chrome/browser/chromeos/attestation/platform_verification_flow.cc                                             certificate.length()));
length             21 chrome/browser/chromeos/chromeos_utils.cc     if (board.compare(0, chromebox.length(), chromebox) == 0)
length             41 chrome/browser/chromeos/drive/drive_file_stream_reader.cc                              int64* start, int64* length) {
length             45 chrome/browser/chromeos/drive/drive_file_stream_reader.cc     *length = 0;
length             53 chrome/browser/chromeos/drive/drive_file_stream_reader.cc   *length = range.last_byte_position() - range.first_byte_position() + 1;
length             95 chrome/browser/chromeos/drive/drive_file_stream_reader.cc     scoped_ptr<util::LocalFileReader> file_reader, int64 length)
length             97 chrome/browser/chromeos/drive/drive_file_stream_reader.cc       remaining_length_(length),
length            215 chrome/browser/chromeos/drive/drive_file_stream_reader.cc   if (remaining_offset_ >= static_cast<int64>(data->length())) {
length            217 chrome/browser/chromeos/drive/drive_file_stream_reader.cc     remaining_offset_ -= data->length();
length            430 chrome/browser/chromeos/drive/drive_file_stream_reader.cc     int64 length,
length            443 chrome/browser/chromeos/drive/drive_file_stream_reader.cc       new internal::LocalReaderProxy(file_reader.Pass(), length));
length             61 chrome/browser/chromeos/drive/drive_file_stream_reader.h       scoped_ptr<util::LocalFileReader> file_reader, int64 length);
length            189 chrome/browser/chromeos/drive/drive_file_stream_reader.h       int64 length,
length             51 chrome/browser/chromeos/drive/dummy_file_system.h                             int64 length,
length            105 chrome/browser/chromeos/drive/fake_file_system.cc                                   int64 length,
length             80 chrome/browser/chromeos/drive/fake_file_system.h                             int64 length,
length            528 chrome/browser/chromeos/drive/file_system.cc                               int64 length,
length            532 chrome/browser/chromeos/drive/file_system.cc   truncate_operation_->Truncate(file_path, length, callback);
length            120 chrome/browser/chromeos/drive/file_system.h                             int64 length,
length             35 chrome/browser/chromeos/drive/file_system/truncate_operation.cc                                  int64 length) {
length             49 chrome/browser/chromeos/drive/file_system/truncate_operation.cc   if (!file.SetLength(length))
length             81 chrome/browser/chromeos/drive/file_system/truncate_operation.cc                                  int64 length,
length             86 chrome/browser/chromeos/drive/file_system/truncate_operation.cc   if (length < 0) {
length            101 chrome/browser/chromeos/drive/file_system/truncate_operation.cc                  weak_ptr_factory_.GetWeakPtr(), length, callback));
length            105 chrome/browser/chromeos/drive/file_system/truncate_operation.cc     int64 length,
length            129 chrome/browser/chromeos/drive/file_system/truncate_operation.cc                  metadata_, cache_, entry->local_id(), local_file_path, length),
length             52 chrome/browser/chromeos/drive/file_system/truncate_operation.h                 int64 length,
length             57 chrome/browser/chromeos/drive/file_system/truncate_operation.h       int64 length,
length            303 chrome/browser/chromeos/drive/file_system_interface.h                             int64 length,
length            291 chrome/browser/chromeos/drive/file_system_util.cc     if (c == '%' && i + 2 < filename.length()) {
length            258 chrome/browser/chromeos/drive/fileapi/async_file_util.cc     int64 length,
length            271 chrome/browser/chromeos/drive/fileapi/async_file_util.cc                  file_path, length, google_apis::CreateRelayCallback(callback)),
length             57 chrome/browser/chromeos/drive/fileapi/async_file_util.h       int64 length,
length            303 chrome/browser/chromeos/drive/fileapi/fileapi_worker.cc               int64 length,
length            308 chrome/browser/chromeos/drive/fileapi/fileapi_worker.cc       file_path, length,
length            149 chrome/browser/chromeos/drive/fileapi/fileapi_worker.h               int64 length,
length             83 chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc   int64 length = reader->GetLength(callback.callback());
length             84 chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc   length = callback.GetResult(length);
length             85 chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc   EXPECT_EQ(content.size(), static_cast<size_t>(length));
length            100 chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc   int64 length = reader->GetLength(callback.callback());
length            101 chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc   length = callback.GetResult(length);
length            105 chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc   EXPECT_EQ(content.size(), static_cast<size_t>(length));
length            124 chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc   int64 length = reader->GetLength(callback.callback());
length            125 chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc   length = callback.GetResult(length);
length            126 chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc   EXPECT_EQ(content.size() + kOffset, static_cast<size_t>(length));
length             86 chrome/browser/chromeos/extensions/input_method_api.cc   size_t prefix_length = xkb_prefix.length();
length             92 chrome/browser/chromeos/external_metrics.cc   int size = static_cast<int>(group_char.length());
length            650 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc       origin.resize(origin.length() - 1);
length             22 chrome/browser/chromeos/first_run/step.cc   for (size_t i = 0; i < name.length(); ++i) {
length            845 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc               mock_input_context->last_delete_surrounding_text_arg().length);
length            492 chrome/browser/chromeos/input_method/input_method_util_unittest.cc     EXPECT_TRUE(language_code.length() == 2 ||
length            493 chrome/browser/chromeos/input_method/input_method_util_unittest.cc                 (language_code.length() == 5 && language_code[2] == '-'))
length             79 chrome/browser/chromeos/input_method/textinput_surroundingtext_browsertest.cc   composition_text.selection.set_start(expected_range.length());
length             80 chrome/browser/chromeos/input_method/textinput_surroundingtext_browsertest.cc   composition_text.selection.set_end(expected_range.length());
length             94 chrome/browser/chromeos/login/default_user_images.cc   if (base::StringToInt(base::StringPiece(s.begin() + prefix.length(),
length             25 chrome/browser/chromeos/login/hwid_checker.cc       data.length()));
length             67 chrome/browser/chromeos/login/hwid_checker.cc   if (bom.length() < 2)
length             71 chrome/browser/chromeos/login/hwid_checker.cc   LOG_ASSERT(hwid_without_dashes.length() >= 2);
length             73 chrome/browser/chromeos/login/hwid_checker.cc       hwid_without_dashes.substr(0, hwid_without_dashes.length() - 2);
length             75 chrome/browser/chromeos/login/hwid_checker.cc       hwid_without_dashes.substr(hwid_without_dashes.length() - 2);
length             47 chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.cc   int bytes = base::WriteFile(token_file, token.c_str(), token.length());
length             45 chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.cc   int bytes = base::WriteFile(token_file, token.c_str(), token.length());
length            123 chrome/browser/chromeos/login/merge_session_load_page.cc   if (command.length() > 1 && command[0] == '"')
length            124 chrome/browser/chromeos/login/merge_session_load_page.cc     command = command.substr(1, command.length() - 2);
length            245 chrome/browser/chromeos/login/oobe_localization_browsertest.cc       expected_keyboard_select.replace(pos, repl_old.length(), repl_new);
length            246 chrome/browser/chromeos/login/oobe_localization_browsertest.cc       pos += repl_new.length();
length            670 chrome/browser/chromeos/mobile/mobile_activator.cc   if (new_state == PLAN_ACTIVATION_ERROR && !error_description->length())
length            137 chrome/browser/chromeos/offline/offline_load_page.cc   if (command.length() > 1 && command[0] == '"') {
length            138 chrome/browser/chromeos/offline/offline_load_page.cc     command = command.substr(1, command.length() - 2);
length            417 chrome/browser/chromeos/options/wifi_config_view.cc       passphrase_textfield_->text().length() < kMinWirelessPasswordLen)
length            519 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc   if ((read_success && key->length() == 0) ||
length            520 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc       (!read_success && key->length() == kKeySizeLimit)) {
length            315 chrome/browser/chromeos/power/cpu_data_collector.cc             possible_string.length() > 2 &&
length            107 chrome/browser/chromeos/profiles/profile_helper.cc   return profile_dir.substr(prefix.length(),
length            108 chrome/browser/chromeos/profiles/profile_helper.cc                             profile_dir.length() - prefix.length());
length             67 chrome/browser/chromeos/system/automatic_reboot_manager.cc   ssize_t length;
length             68 chrome/browser/chromeos/system/automatic_reboot_manager.cc   while ((length = HANDLE_EINTR(read(fd.get(), buffer, sizeof(buffer)))) > 0)
length             69 chrome/browser/chromeos/system/automatic_reboot_manager.cc     contents.append(buffer, length);
length            156 chrome/browser/chromeos/system/syslogs_provider.cc   while (data.length() > 0) {
length             67 chrome/browser/chromeos/system/timezone_util.cc       return base::string16(city.getBuffer(), city.length());
length            118 chrome/browser/chromeos/system/timezone_util.cc       base::string16(name.getBuffer(), name.length()),
length             59 chrome/browser/chromeos/ui/echo_dialog_view.cc       gfx::Range(offsets[0], offsets[0] + service_name.length()),
length             65 chrome/browser/chromeos/ui/echo_dialog_view.cc   label_->AddStyleRange(gfx::Range(offsets[1], offsets[1] + link.length()),
length             89 chrome/browser/chromeos/ui/echo_dialog_view.cc   label_->AddStyleRange(gfx::Range(offset, offset + link.length()), link_style);
length            116 chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc   EXPECT_EQ(name, text.substr(0, name.length()));
length            218 chrome/browser/component_updater/component_patcher_operation.cc   hasher->Update(output_file_mmapped.data(), output_file_mmapped.length());
length            187 chrome/browser/component_updater/test/url_request_post_interceptor.cc     const int size = reader->length();
length            160 chrome/browser/component_updater/update_response.cc   if (result->manifest.browser_min_version.length()) {
length            277 chrome/browser/component_updater/update_response.cc   if (response_xml.length() < 1) {
length            219 chrome/browser/devtools/adb/android_rsa.cc   std::vector<uint8> pk_data(pk.data() + 10, pk.data() + pk.length());
length            108 chrome/browser/devtools/adb/android_usb_device.cc   int count = data.length();
length            115 chrome/browser/devtools/adb/android_usb_device.cc void DumpMessage(bool outgoing, const char* data, size_t length) {
length            118 chrome/browser/devtools/adb/android_usb_device.cc   if (length == kHeaderSize) {
length            132 chrome/browser/devtools/adb/android_usb_device.cc     result = base::StringPrintf("%d: ", (int)length);
length            133 chrome/browser/devtools/adb/android_usb_device.cc     for (size_t i = 0; i < length; ++i) {
length            387 chrome/browser/devtools/adb/android_usb_device.cc   size_t body_length = message->body.length() + (append_zero ? 1 : 0);
length            398 chrome/browser/devtools/adb/android_usb_device.cc     memcpy(body_buffer->data(), message->body.data(), message->body.length());
length             17 chrome/browser/devtools/adb/android_usb_socket.cc     int length,
length             20 chrome/browser/devtools/adb/android_usb_socket.cc       length(length),
length            106 chrome/browser/devtools/adb/android_usb_socket.cc                            int length,
length            112 chrome/browser/devtools/adb/android_usb_socket.cc     read_requests_.push_back(IORequest(buffer, length, callback));
length            116 chrome/browser/devtools/adb/android_usb_socket.cc   size_t bytes_to_copy = static_cast<size_t>(length) > read_buffer_.length() ?
length            117 chrome/browser/devtools/adb/android_usb_socket.cc       read_buffer_.length() : static_cast<size_t>(length);
length            119 chrome/browser/devtools/adb/android_usb_socket.cc   if (read_buffer_.length() > bytes_to_copy)
length            127 chrome/browser/devtools/adb/android_usb_socket.cc                             int length,
length            132 chrome/browser/devtools/adb/android_usb_socket.cc   if (length > kMaxPayload)
length            133 chrome/browser/devtools/adb/android_usb_socket.cc     length = kMaxPayload;
length            134 chrome/browser/devtools/adb/android_usb_socket.cc   write_requests_.push_back(IORequest(NULL, length, callback));
length            136 chrome/browser/devtools/adb/android_usb_socket.cc                  std::string(buffer->data(), length));
length            229 chrome/browser/devtools/adb/android_usb_socket.cc         static_cast<size_t>(read_request.length) > read_buffer_.length() ?
length            230 chrome/browser/devtools/adb/android_usb_socket.cc             read_buffer_.length() : static_cast<size_t>(read_request.length);
length            232 chrome/browser/devtools/adb/android_usb_socket.cc     if (read_buffer_.length() > bytes_to_copy)
length            244 chrome/browser/devtools/adb/android_usb_socket.cc     write_request.callback.Run(write_request.length);
length             62 chrome/browser/devtools/adb/android_usb_socket.h               int length,
length             67 chrome/browser/devtools/adb/android_usb_socket.h     int length;
length             31 chrome/browser/devtools/adb_client_socket.cc   size_t length = message.length();
length             33 chrome/browser/devtools/adb_client_socket.cc   char b = reinterpret_cast<const char*>(&length)[1];
length             36 chrome/browser/devtools/adb_client_socket.cc   b = reinterpret_cast<const char*>(&length)[0];
length            182 chrome/browser/devtools/adb_client_socket.cc     if (bytes_total == static_cast<int>(response_.length())) {
length            243 chrome/browser/devtools/adb_client_socket.cc     if (query.length() > 0xFFFF) {
length            391 chrome/browser/devtools/adb_client_socket.cc     if (data.length() >= 4 &&
length             59 chrome/browser/devtools/adb_web_socket.cc   if (request_buffer_.length() == encoded_frame.length())
length            125 chrome/browser/devtools/devtools_file_helper.cc   base::WriteFile(path, content.c_str(), content.length());
length            132 chrome/browser/devtools/devtools_file_helper.cc   base::AppendToFile(path, content.c_str(), content.length());
length            245 chrome/browser/devtools/devtools_file_helper.cc     if (suggested_file_name.length() > 64)
length           2744 chrome/browser/download/download_browsertest.cc   ASSERT_TRUE(VerifyFile(file, expected_contents, expected_contents.length()));
length             85 chrome/browser/download/download_dir_policy_handler.cc         base::FilePath::StringType(kDriveNamePolicyVariableName).length(),
length            175 chrome/browser/drive/drive_api_util.cc     if (index == query.length()) {
length            191 chrome/browser/drive/drive_api_util.cc         end_token = query.length();
length            200 chrome/browser/drive/drive_api_util.cc         end_token = query.length();
length            667 chrome/browser/enumerate_modules_model_win.cc                               location.substr(prefix.length() - 1);
length            668 chrome/browser/enumerate_modules_model_win.cc       size_t length = new_location.length() - mapping->second.length();
length            669 chrome/browser/enumerate_modules_model_win.cc       if (length < min_length) {
length            671 chrome/browser/enumerate_modules_model_win.cc         min_length = length;
length            313 chrome/browser/extensions/activity_log/counting_policy.cc       if (args.length() > 10000) {
length            168 chrome/browser/extensions/api/app_window/app_window_api.cc       if (options->id->length() > 256) {
length            567 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc   if (url_string.length())
length             93 chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc   der_cert.len = certificate.length();
length            127 chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc   signature_item.len = signature.length();
length             71 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   return msg.length() - kMessageHeaderSize;
length            200 chrome/browser/extensions/api/cookies/cookies_helpers.cc        sub_domain.length() >= details_->domain->length();) {
length            150 chrome/browser/extensions/api/declarative/deduping_factory.h   size_t length = 0;
length            162 chrome/browser/extensions/api/declarative/deduping_factory.h     ++length;
length            165 chrome/browser/extensions/api/declarative/deduping_factory.h   if (length >= max_number_prototypes_)
length            350 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc   const size_t length = array.size();
length            351 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc   CHECK(length % 2 == 0);
length            354 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc   for (size_t i = 0; i < length; i += 2) {
length            708 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc                                    int length) {
length            712 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc         base::WriteFile(temp_file, data, length) != length) {
length             84 chrome/browser/extensions/api/file_system/file_system_api.cc       NULL, (const UInt8*)path.value().c_str(), path.value().length(), true));
length            132 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc         redirect_path_prefix_.length(), std::string::npos);
length            174 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc     GURL url(title.substr(prefix.length(), std::string::npos));
length            166 chrome/browser/extensions/api/image_writer_private/test_utils.cc                                        const int length) {
length            167 chrome/browser/extensions/api/image_writer_private/test_utils.cc   scoped_ptr<char[]> buffer(new char[length]);
length            168 chrome/browser/extensions/api/image_writer_private/test_utils.cc   memset(buffer.get(), pattern, length);
length            170 chrome/browser/extensions/api/image_writer_private/test_utils.cc   return base::WriteFile(file, buffer.get(), length) == length;
length            107 chrome/browser/extensions/api/image_writer_private/test_utils.h                 const int length);
length            766 chrome/browser/extensions/api/input_ime/input_ime_api.cc   engine->DeleteSurroundingText(params.context_id, params.offset, params.length,
length            111 chrome/browser/extensions/api/media_galleries_private/media_galleries_watch_apitest.cc                                      content.length());
length            112 chrome/browser/extensions/api/media_galleries_private/media_galleries_watch_apitest.cc     return (write_size == static_cast<int>(content.length()));
length             73 chrome/browser/extensions/api/notifications/notifications_api.cc   const size_t rgba_data_length = rgba_data->length();
length            121 chrome/browser/extensions/api/notifications/notifications_api.cc   size_t index_of_separator = extension_id.length() + 1;
length            122 chrome/browser/extensions/api/notifications/notifications_api.cc   DCHECK_LT(index_of_separator, id.length());
length             73 chrome/browser/extensions/api/notifications/notifications_apitest.cc     ASSERT_TRUE(notification_id.length() > 0);
length            206 chrome/browser/extensions/api/notifications/notifications_apitest.cc     ASSERT_TRUE(notification_id.length() > 0);
length            245 chrome/browser/extensions/api/notifications/notifications_apitest.cc     ASSERT_TRUE(notification_id.length() > 0);
length            376 chrome/browser/extensions/api/notifications/notifications_apitest.cc   ASSERT_TRUE(notification_id.length() > 0);
length            526 chrome/browser/extensions/api/notifications/notifications_apitest.cc     EXPECT_TRUE(notification_id.length() > 0);
length            662 chrome/browser/extensions/api/notifications/notifications_apitest.cc     ASSERT_TRUE(notification_id.length() > 0);
length            324 chrome/browser/extensions/api/omnibox/omnibox_api.cc     std::vector<int> styles(description.length(), 0);
length            331 chrome/browser/extensions/api/omnibox/omnibox_api.cc       int length = description.length();
length            332 chrome/browser/extensions/api/omnibox/omnibox_api.cc       if (style->length)
length            333 chrome/browser/extensions/api/omnibox/omnibox_api.cc         length = *style->length;
length            336 chrome/browser/extensions/api/omnibox/omnibox_api.cc           std::max(0, static_cast<int>(description.length()) + style->offset);
length            354 chrome/browser/extensions/api/omnibox/omnibox_api.cc       for (size_t j = offset; j < offset + length && j < styles.size(); ++j)
length            396 chrome/browser/extensions/api/omnibox/omnibox_api.cc     description.replace(placeholder, kPlaceholderText.length(), replacement);
length            400 chrome/browser/extensions/api/omnibox/omnibox_api.cc         description_styles[i].offset += replacement.length() - 2;
length            191 chrome/browser/extensions/api/processes/processes_api.cc   int length = model->GetGroupRangeForResource(index).second;
length            192 chrome/browser/extensions/api/processes/processes_api.cc   for (int i = 0; i < length; ++i) {
length            296 chrome/browser/extensions/api/processes/processes_api.cc void ProcessesEventRouter::OnItemsAdded(int start, int length) {
length            298 chrome/browser/extensions/api/processes/processes_api.cc   DCHECK_EQ(length, 1);
length            325 chrome/browser/extensions/api/processes/processes_api.cc void ProcessesEventRouter::OnItemsChanged(int start, int length) {
length            344 chrome/browser/extensions/api/processes/processes_api.cc   for (int i = start; i < start + length; i++) {
length            393 chrome/browser/extensions/api/processes/processes_api.cc void ProcessesEventRouter::OnItemsToBeRemoved(int start, int length) {
length            395 chrome/browser/extensions/api/processes/processes_api.cc   DCHECK_EQ(length, 1);
length             59 chrome/browser/extensions/api/processes/processes_api.h   virtual void OnItemsAdded(int start, int length) OVERRIDE;
length             61 chrome/browser/extensions/api/processes/processes_api.h   virtual void OnItemsChanged(int start, int length) OVERRIDE;
length             62 chrome/browser/extensions/api/processes/processes_api.h   virtual void OnItemsRemoved(int start, int length) OVERRIDE {}
length             63 chrome/browser/extensions/api/processes/processes_api.h   virtual void OnItemsToBeRemoved(int start, int length) OVERRIDE;
length             88 chrome/browser/extensions/api/serial/serial_apitest.cc     callback.Run(data.length(), api::serial::SEND_ERROR_NONE);
length            242 chrome/browser/extensions/api/serial/serial_connection_win.cc   if (port_name.length() > std::string("COM9").length())
length             96 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc   if (data.length() > 0) {
length             48 chrome/browser/extensions/api/serial/serial_io_handler.cc   pending_write_buffer_ = new net::IOBuffer(data.length());
length             49 chrome/browser/extensions/api/serial/serial_io_handler.cc   pending_write_buffer_len_ = data.length();
length            240 chrome/browser/extensions/api/usb/usb_api.cc     const int* length = input.length.get();
length            241 chrome/browser/extensions/api/usb/usb_api.cc     if (length && *length >= 0 &&
length            242 chrome/browser/extensions/api/usb/usb_api.cc         static_cast<size_t>(*length) < kMaxTransferLength) {
length            243 chrome/browser/extensions/api/usb/usb_api.cc       *output = *length;
length            344 chrome/browser/extensions/api/usb/usb_api.cc     size_t length) {
length            348 chrome/browser/extensions/api/usb/usb_api.cc                                                                   length));
length            491 chrome/browser/extensions/api/usb/usb_api.cc                                               size_t length) {
length            495 chrome/browser/extensions/api/usb/usb_api.cc   SetResult(CreateTransferInfo(status, data, length));
length             65 chrome/browser/extensions/api/usb/usb_api.h                    size_t length);
length             42 chrome/browser/extensions/api/usb/usb_apitest.cc       net::IOBuffer* buffer, const size_t length, const unsigned int timeout,
length             46 chrome/browser/extensions/api/usb/usb_apitest.cc       const uint8 endpoint, net::IOBuffer* buffer, const size_t length,
length             50 chrome/browser/extensions/api/usb/usb_apitest.cc       const uint8 endpoint, net::IOBuffer* buffer, const size_t length,
length             54 chrome/browser/extensions/api/usb/usb_apitest.cc       const uint8 endpoint, net::IOBuffer* buffer, const size_t length,
length            383 chrome/browser/extensions/api/web_request/form_data_parser.cc   if (source_.length() > 0) {
length             72 chrome/browser/extensions/api/web_request/upload_data_presenter.cc     FeedNextBytes(bytes_reader->bytes(), bytes_reader->length());
length            125 chrome/browser/extensions/api/web_request/upload_data_presenter.cc                                             bytes_reader->length()))) {
length            388 chrome/browser/extensions/api/webview/webview_api.cc                     params->search_text.length(),
length             39 chrome/browser/extensions/blob_reader.cc void BlobReader::SetByteRange(int64 offset, int64 length) {
length             42 chrome/browser/extensions/blob_reader.cc   CHECK_GT(length, 0);
length             43 chrome/browser/extensions/blob_reader.cc   CHECK_LE(offset, kint64max - length);
length             49 chrome/browser/extensions/blob_reader.cc                          offset + length - 1));
length             62 chrome/browser/extensions/blob_reader.cc   int64 first = 0, last = 0, length = 0;
length             64 chrome/browser/extensions/blob_reader.cc   source->GetResponseHeaders()->GetContentRange(&first, &last, &length);
length             65 chrome/browser/extensions/blob_reader.cc   callback_.Run(response.Pass(), length);
length             37 chrome/browser/extensions/blob_reader.h   void SetByteRange(int64 offset, int64 length);
length            549 chrome/browser/extensions/component_loader.cc       field_trial_result.compare(0, enable_prefix.length(), enable_prefix) == 0;
length            684 chrome/browser/extensions/crx_installer.cc         install_directory_.value().length(), 0, 500, 100);
length             77 chrome/browser/extensions/extension_action_icon_factory_unittest.cc   gfx::PNGCodec::Decode(data, file_contents.length(), &bitmap);
length             74 chrome/browser/extensions/extension_context_menu_model.cc         extensions::ManifestURL::GetOptionsPage(extension).spec().length() > 0;
length             46 chrome/browser/extensions/extension_creator_filter.cc       base_name.value()[base_name.value().length() - 1];
length            482 chrome/browser/extensions/extension_protocols.cc   DCHECK(path.length() > 0 && path[0] == '/');
length            400 chrome/browser/extensions/extension_service.cc                               install_directory_.value().length(), 0, 500, 100);
length           4574 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_FALSE(unloaded_id_.length());
length            292 chrome/browser/extensions/extension_web_ui.cc                           it.key() + url->spec().substr(override.length()));
length            101 chrome/browser/extensions/image_loader.cc   gfx::PNGCodec::Decode(data, file_contents.length(), bitmap);
length            105 chrome/browser/extensions/install_signer.cc   if (input.length() != 10)
length             60 chrome/browser/extensions/isolated_app_browsertest.cc   url_parse::Component query(0, query_string.length()), key_pos, value_pos;
length            179 chrome/browser/extensions/menu_manager.cc   if (result.length() > max_length)
length            653 chrome/browser/extensions/menu_manager.cc   if (params.selection_text.length() > 0)
length             41 chrome/browser/extensions/requirements_checker_browsertest.cc     CHECK(load_error.length() == 0u);
length             55 chrome/browser/extensions/sandboxed_unpacker.cc     UMA_HISTOGRAM_CUSTOM_COUNTS(name, path.value().length(), 0, 500, 100)
length            376 chrome/browser/extensions/updater/extension_downloader.cc         fetch_data->full_url().possibly_invalid_spec().length());
length            439 chrome/browser/extensions/updater/extension_downloader.cc       (response_code == 200 || (url.SchemeIsFile() && data.length() > 0))) {
length            589 chrome/browser/extensions/updater/extension_downloader.cc     if (update->browser_min_version.length() > 0) {
length             48 chrome/browser/extensions/user_script_master.cc   std::string temp(line.data() + index + prefix.length(),
length             49 chrome/browser/extensions/user_script_master.cc                    line.length() - index - prefix.length());
length             87 chrome/browser/extensions/user_script_master.cc   while (line_start < script_text.length()) {
length             92 chrome/browser/extensions/user_script_master.cc       line_end = script_text.length() - 1;
length            279 chrome/browser/extensions/user_script_master.cc       pickle.WriteData(contents.data(), contents.length());
length            283 chrome/browser/extensions/user_script_master.cc       pickle.WriteData(contents.data(), contents.length());
length            208 chrome/browser/external_protocol/external_protocol_handler.cc   if (scheme.length() == 1) {
length            108 chrome/browser/feedback/feedback_data.cc   if (content.length() > kFeedbackMaxLength)
length            480 chrome/browser/file_select_helper.cc   if (accept_type.length() <= 1 ||
length            141 chrome/browser/google/google_url_tracker.cc   if (!url.is_valid() || (url.path().length() > 1) || url.has_query() ||
length             57 chrome/browser/google/google_url_tracker_infobar_delegate.cc     replacements.SetHost(host.data(), url_parse::Component(0, host.length()));
length            850 chrome/browser/google/google_url_tracker_unittest.cc                          url_parse::Component(0, scheme.length()));
length             60 chrome/browser/google/google_util.cc   url_parse::Component query(0, str.length()), key, value;
length            216 chrome/browser/google/google_util.cc   std::string host_minus_tld(host, 0, host.length() - tld_length);
length             31 chrome/browser/history/in_memory_url_index_types.cc   if (url.length() <= kCleanedUpUrlMaxLength)
length             61 chrome/browser/history/in_memory_url_index_types.cc       (cleaned_string.length() > kMaxCompareLength) ?
length             67 chrome/browser/history/in_memory_url_index_types.cc     matches.push_back(TermMatch(term_num, location, term.length()));
length             85 chrome/browser/history/in_memory_url_index_types.cc     if (iter->offset >= last_match.offset + last_match.length) {
length            148 chrome/browser/history/in_memory_url_index_types.cc         initial_whitespace = word.length() - trimmed_word.length();
length             29 chrome/browser/history/in_memory_url_index_types.h   TermMatch() : term_num(0), offset(0), length(0) {}
length             30 chrome/browser/history/in_memory_url_index_types.h   TermMatch(int term_num, size_t offset, size_t length)
length             33 chrome/browser/history/in_memory_url_index_types.h         length(length) {}
length             37 chrome/browser/history/in_memory_url_index_types.h   size_t length;  // The length of the substring match.
length            320 chrome/browser/history/query_parser.cc                                last_word->position + last_word->word.length()));
length            387 chrome/browser/history/query_parser.cc   if (lower_text.length() != text.length()) {
length             78 chrome/browser/history/url_index_private_data.cc   return string_a.length() > string_b.length();
length            163 chrome/browser/history/url_index_private_data.cc       (cursor_position < search_string.length()) &&
length            560 chrome/browser/history/url_index_private_data.cc   size_t term_length = term.length();
length            569 chrome/browser/history/url_index_private_data.cc            cache_iter->first.length() > best_prefix->first.length()))
length            580 chrome/browser/history/url_index_private_data.cc       size_t prefix_length = best_prefix->first.length();
length             51 chrome/browser/history/url_utils.cc   if (p1.length() > p2.length())
length             80 chrome/browser/history/url_utils.cc   comp.len = new_scheme.length();
length             64 chrome/browser/icon_loader_linux.cc         icon_data.length(),
length            569 chrome/browser/importer/ie_importer_browsertest_win.cc     int length;
length            603 chrome/browser/importer/ie_importer_browsertest_win.cc               key.WriteValue(L"Order", kBadBinary[i].data, kBadBinary[i].length,
length            129 chrome/browser/importer/in_process_importer_bridge.cc         xml_iter->data(), xml_iter->length(), &param_filter);
length             52 chrome/browser/install_verification/win/module_ids.cc   if (digest_piece.length() != 32)
length            114 chrome/browser/local_discovery/cloud_print_printer_list_unittest.cc   int length = 0;
length            116 chrome/browser/local_discovery/cloud_print_printer_list_unittest.cc        i != printer_list_->end(); i++, length++) {
length            121 chrome/browser/local_discovery/cloud_print_printer_list_unittest.cc   EXPECT_EQ(1, length);
length             18 chrome/browser/local_discovery/storage/path_util.cc   for (size_t i = 0; i < str.length(); i++) {
length            105 chrome/browser/local_discovery/storage/privet_filesystem_async_util.cc     int64 length,
length             52 chrome/browser/local_discovery/storage/privet_filesystem_async_util.h       int64 length,
length             25 chrome/browser/local_discovery/storage/privet_volume_lister.cc   for (size_t i = 0; i < str.length(); i++) {
length             46 chrome/browser/local_discovery/storage/privet_volume_lister.cc   for (size_t i = 0; i < str.length(); i++) {
length            152 chrome/browser/mac/security_wrappers.cc   UInt32 length;
length            158 chrome/browser/mac/security_wrappers.cc                                                          &length,
length            397 chrome/browser/mac/security_wrappers.cc                                        attributes_and_data.length,
length             86 chrome/browser/mac/security_wrappers.h   UInt32 length;
length            123 chrome/browser/mac/security_wrappers.h   UInt32 length() const {
length            124 chrome/browser/mac/security_wrappers.h     return attributes_and_data_->length;
length            128 chrome/browser/mac/security_wrappers.h     return &attributes_and_data_->length;
length            218 chrome/browser/managed_mode/managed_mode_url_filter.cc   return base::HexEncode(hash.data(), hash.length());
length            233 chrome/browser/managed_mode/managed_mode_url_filter.cc     trimmed_pattern.erase(trimmed_pattern.length() - 2);
length            234 chrome/browser/managed_mode/managed_mode_url_filter.cc     trimmed_host.erase(trimmed_host.length() - (registry_length + 1));
length            251 chrome/browser/managed_mode/managed_mode_url_filter.cc     int pos = trimmed_host.length() - trimmed_pattern.length();
length            322 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc   EXPECT_LT(reference_file.value().length(), 128u);
length            323 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc   EXPECT_LT(actual_file.value().length(), 128u);
length            360 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc   std::size_t first_number_pos = anchor_pos + result_anchor.length();
length            227 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc         command.replace(command.length() - 1, 1, "\"");
length            112 chrome/browser/media/media_capture_devices_dispatcher.cc   DCHECK_EQ(origin_hash.length(), base::kSHA1Length);
length            114 chrome/browser/media/media_capture_devices_dispatcher.cc       base::HexEncode(origin_hash.data(), origin_hash.length());
length            136 chrome/browser/media/media_capture_devices_dispatcher.cc   DCHECK_EQ(origin_hash.length(), base::kSHA1Length);
length            138 chrome/browser/media/media_capture_devices_dispatcher.cc       base::HexEncode(origin_hash.data(), origin_hash.length());
length            110 chrome/browser/media/webrtc_log_uploader.cc     uint32 length,
length            119 chrome/browser/media/webrtc_log_uploader.cc       &compressed_log, reinterpret_cast<uint8*>(&log_buffer[0]), length);
length            394 chrome/browser/media/webrtc_log_uploader.cc     contents.insert(pos + time_now_str.length() + 1, report_id);
length             76 chrome/browser/media/webrtc_log_uploader.h       uint32 length,
length            417 chrome/browser/media/webrtc_logging_handler_host.cc   circular_buffer_->Write(message.c_str(), message.length());
length            171 chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc     int64 length,
length             77 chrome/browser/media_galleries/fileapi/device_media_async_file_util.h       int64 length,
length             32 chrome/browser/media_galleries/fileapi/native_media_file_util.cc base::File::Error IsMediaHeader(const char* buf, size_t length) {
length             33 chrome/browser/media_galleries/fileapi/native_media_file_util.cc   if (length == 0)
length             37 chrome/browser/media_galleries/fileapi/native_media_file_util.cc   if (!net::SniffMimeTypeFromLocalData(buf, length, &mime_type))
length             78 chrome/browser/media_galleries/fileapi/native_media_file_util.cc     net::IOBuffer* buf, size_t length) {
length             79 chrome/browser/media_galleries/fileapi/native_media_file_util.cc   return IsMediaHeader(buf->data(), length);
length            160 chrome/browser/media_galleries/fileapi/native_media_file_util.cc     int64 length,
length             31 chrome/browser/media_galleries/fileapi/native_media_file_util.h                                                      size_t length);
length             66 chrome/browser/media_galleries/fileapi/native_media_file_util.h       int64 length,
length             76 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.cc     int64 request_id, int64 byte_start, int64 length) {
length             82 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.cc                  request_id, byte_start, length));
length             86 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.cc     int64 request_id, int64 byte_start, int64 length) {
length             92 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.cc   reader->SetByteRange(byte_start, length);
length             63 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.h                                         int64 length);
length             65 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.h                                  int64 length);
length            246 chrome/browser/media_galleries/linux/mtp_device_task_helper.cc   CHECK_LE(base::checked_cast<int>(data.length()), request.buf_len);
length            252 chrome/browser/media_galleries/linux/mtp_device_task_helper.cc                                               file_info, data.length()));
length            383 chrome/browser/media_galleries/win/mtp_device_operations_util.cc   CHECK_LE(bytes_read, buffer.length());
length            387 chrome/browser/media_galleries/win/mtp_device_operations_util.cc                    base::checked_cast<DWORD>(buffer.length())));
length            319 chrome/browser/memory_details.cc       if (!title.length())
length            160 chrome/browser/memory_details_mac.cc         if (proc_info.command.length() > 1 && proc_info.command[0] == '/') {
length            264 chrome/browser/metrics/metrics_log.cc   size_t i = thread_name.length();
length            270 chrome/browser/metrics/metrics_log.cc   if (i == thread_name.length())
length            842 chrome/browser/metrics/metrics_log.cc   omnibox_event->set_typed_length(log.text.length());
length            121 chrome/browser/metrics/metrics_log_serializer.cc       size_t log_size = it->log_text().length();
length           1739 chrome/browser/metrics/metrics_service.cc   const size_t log_size = log_manager_.staged_log_text().length();
length            135 chrome/browser/metrics/metrics_service_unittest.cc   EXPECT_EQ(36U, clientid.length());
length            137 chrome/browser/metrics/metrics_service_unittest.cc   for (size_t i = 0; i < clientid.length(); ++i) {
length            227 chrome/browser/metrics/variations/variations_http_header_provider.cc   const std::string host_minus_tld(host, 0, host.length() - tld_length);
length             49 chrome/browser/net/connect_interceptor.cc         if (request->original_url().path().length() <= 1 &&
length             85 chrome/browser/net/firefox_proxy_settings.cc     start_key += kUserPrefString.length();
length            140 chrome/browser/net/http_pipelining_compatibility_client.cc   read_buffer_ = new net::IOBuffer(info_.expected_response.length());
length            151 chrome/browser/net/http_pipelining_compatibility_client.cc     if (response_.length() <= info_.expected_response.length()) {
length            163 chrome/browser/net/http_pipelining_compatibility_client.cc   if (url_request_->Read(read_buffer_.get(), info_.expected_response.length(),
length            170 chrome/browser/net/http_pipelining_compatibility_client.cc   if (response_.length() != info_.expected_response.length()) {
length            270 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc   if (auth_info->realm.length() > strlen(kAuthenticationRealmName)) {
length             35 chrome/browser/net/spdyproxy/data_saving_metrics.cc                         int64 length,
length             45 chrome/browser/net/spdyproxy/data_saving_metrics.cc   value += length;
length            187 chrome/browser/net/spdyproxy/data_saving_metrics.cc void MaintainContentLengthPrefsWindow(base::ListValue* list, size_t length) {
length            189 chrome/browser/net/spdyproxy/data_saving_metrics.cc   while (list->GetSize() > length)
length            193 chrome/browser/net/spdyproxy/data_saving_metrics.cc   while (list->GetSize() < length)
length            195 chrome/browser/net/spdyproxy/data_saving_metrics.cc   DCHECK_EQ(length, list->GetSize());
length            113 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc   if (credentials->password().length() == 0) {
length            219 chrome/browser/net/url_info.cc   size_t length = output.length();
length            220 chrome/browser/net/url_info.cc   for (size_t i = 0; i < length; i++) {
length            116 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc     DCHECK_GT(key.length(), 0U);
length            222 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc     DCHECK_GT(key.length(), 0U);
length            168 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service.cc   DCHECK_GT(name.length(), 0U);
length            169 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service.cc   if (name.length() == 0) {
length            249 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service.cc   if (display_name.length() == 0)
length             29 chrome/browser/parsers/metadata_parser_filebase_unittest.cc                                      content.length());
length             30 chrome/browser/parsers/metadata_parser_filebase_unittest.cc     ASSERT_EQ(static_cast<int>(content.length()), write_size);
length             63 chrome/browser/password_manager/native_backend_kwallet_x.cc                           size_t length,
length             67 chrome/browser/password_manager/native_backend_kwallet_x.cc   if (length < sizeof(*header) ||
length             68 chrome/browser/password_manager/native_backend_kwallet_x.cc       header->payload_size > length - sizeof(*header)) {
length            398 chrome/browser/password_manager/native_backend_kwallet_x.cc     size_t length = 0;
length            399 chrome/browser/password_manager/native_backend_kwallet_x.cc     if (!reader.PopArrayOfBytes(&bytes, &length)) {
length            404 chrome/browser/password_manager/native_backend_kwallet_x.cc     if (!bytes || !CheckSerializedValue(bytes, length, signon_realm))
length            408 chrome/browser/password_manager/native_backend_kwallet_x.cc     Pickle pickle(reinterpret_cast<const char*>(bytes), length);
length            508 chrome/browser/password_manager/native_backend_kwallet_x.cc     size_t length = 0;
length            509 chrome/browser/password_manager/native_backend_kwallet_x.cc     if (!reader.PopArrayOfBytes(&bytes, &length)) {
length            516 chrome/browser/password_manager/native_backend_kwallet_x.cc     if (!CheckSerializedValue(bytes, length, signon_realm)) {
length            525 chrome/browser/password_manager/native_backend_kwallet_x.cc     Pickle pickle(reinterpret_cast<const char*>(bytes), length);
length            616 chrome/browser/password_manager/native_backend_kwallet_x.cc     size_t length = 0;
length            617 chrome/browser/password_manager/native_backend_kwallet_x.cc     if (!reader.PopArrayOfBytes(&bytes, &length)) {
length            622 chrome/browser/password_manager/native_backend_kwallet_x.cc     if (!bytes || !CheckSerializedValue(bytes, length, signon_realm))
length            626 chrome/browser/password_manager/native_backend_kwallet_x.cc     Pickle pickle(reinterpret_cast<const char*>(bytes), length);
length            432 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     size_t length = 0;
length            437 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     EXPECT_TRUE(reader.PopArrayOfBytes(&bytes, &length));
length            444 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc                            TestKWallet::Blob(bytes, length)) ? 0 : 1);
length             87 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = strlen(server);
length             95 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = sizeof(port);
length            103 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = sizeof(protocol);
length            111 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = sizeof(auth_type);
length            119 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = strlen(security_domain);
length            127 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = strlen(path);
length            135 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = strlen(username);
length            143 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = sizeof(creator);
length            295 chrome/browser/password_manager/password_store_mac.cc         base::UTF8ToUTF16(static_cast<const char *>(attr.data), attr.length,
length            299 chrome/browser/password_manager/password_store_mac.cc         server.assign(static_cast<const char *>(attr.data), attr.length);
length            305 chrome/browser/password_manager/password_store_mac.cc         path.assign(static_cast<const char *>(attr.data), attr.length);
length            323 chrome/browser/password_manager/password_store_mac.cc                                attr.length);
length            328 chrome/browser/password_manager/password_store_mac.cc         TimeFromKeychainTimeString(static_cast<char*>(attr.data), attr.length,
length            545 chrome/browser/password_manager/password_store_mac.cc     if (realm_as_url.path().length() > 0)
length            145 chrome/browser/platform_util_win.cc   if (escaped_url.length() > kMaxUrlLength) {
length             77 chrome/browser/policy/cloud/device_management_service_browsertest.cc                       bytes_reader->length(),
length             87 chrome/browser/policy/cloud/test_request_interceptor.cc   std::string data(reader->bytes(), reader->length());
length             25 chrome/browser/policy/policy_path_parser_linux.cc   if (result.length() == 0)
length             28 chrome/browser/policy/policy_path_parser_linux.cc   if (result.length() > 1 &&
length             29 chrome/browser/policy/policy_path_parser_linux.cc       ((result[0] == '"' && result[result.length() - 1] == '"') ||
length             30 chrome/browser/policy/policy_path_parser_linux.cc       (result[0] == '\'' && result[result.length() - 1] == '\''))) {
length             32 chrome/browser/policy/policy_path_parser_linux.cc     result = result.substr(1, result.length() - 2);
length             69 chrome/browser/policy/policy_path_parser_win.cc   if (result.length() == 0)
length             72 chrome/browser/policy/policy_path_parser_win.cc   if (result.length() > 1 &&
length             73 chrome/browser/policy/policy_path_parser_win.cc       ((result[0] == L'"' && result[result.length() - 1] == L'"') ||
length             74 chrome/browser/policy/policy_path_parser_win.cc        (result[0] == L'\'' && result[result.length() - 1] == L'\''))) {
length             76 chrome/browser/policy/policy_path_parser_win.cc     result = result.substr(1, result.length() - 2);
length            110 chrome/browser/predictors/autocomplete_action_predictor.cc   if (user_text.length() < kMinimumUserTextLength)
length            325 chrome/browser/predictors/autocomplete_action_predictor.cc   if (log.text.length() < kMinimumUserTextLength)
length            352 chrome/browser/predictors/autocomplete_action_predictor.cc       DCHECK(it->user_text.length() >= kMinimumUserTextLength);
length            557 chrome/browser/predictors/autocomplete_action_predictor.cc   if (user_text.length() < kMinimumUserTextLength)
length            202 chrome/browser/prefs/pref_hash_store_impl.cc   const size_t common_part_length = keyed_path.length();
length            263 chrome/browser/prefs/pref_hash_store_impl.cc     const size_t common_part_length = keyed_path.length();
length            204 chrome/browser/prefs/profile_pref_store_manager_unittest.cc       EXPECT_EQ(static_cast<int>(contents.length()),
length            205 chrome/browser/prefs/profile_pref_store_manager_unittest.cc                 base::WriteFile(path, contents.c_str(), contents.length()));
length             99 chrome/browser/prerender/prerender_util.cc   url_parse::ParseStandardURL(url.spec().c_str(), url.spec().length(),
length            113 chrome/browser/prerender/prerender_util.cc     GURL new_url(base::string16(decoded_url.data(), decoded_url.length()));
length            125 chrome/browser/prerender/prerender_util.cc   url_parse::ParseStandardURL(url.spec().c_str(), url.spec().length(),
length            137 chrome/browser/process_singleton_linux.cc bool WriteToSocket(int fd, const char *message, size_t length) {
length            139 chrome/browser/process_singleton_linux.cc   DCHECK(length);
length            143 chrome/browser/process_singleton_linux.cc         write(fd, message + bytes_written, length - bytes_written));
length            155 chrome/browser/process_singleton_linux.cc   } while (bytes_written < length);
length            210 chrome/browser/process_singleton_linux.cc   CHECK(path.length() < arraysize(addr->sun_path))
length            444 chrome/browser/process_singleton_linux.cc     void FinishWithACK(const char *message, size_t length);
length            662 chrome/browser/process_singleton_linux.cc     const char *message, size_t length) {
length            663 chrome/browser/process_singleton_linux.cc   if (message && length) {
length            665 chrome/browser/process_singleton_linux.cc     WriteToSocket(fd_, message, length);
length            790 chrome/browser/process_singleton_linux.cc   if (!WriteToSocket(socket.fd(), to_send.data(), to_send.length())) {
length            116 chrome/browser/process_singleton_win.cc     LOG(WARNING) << "Invalid WM_COPYDATA, length = " << msg.length() <<
length            129 chrome/browser/process_singleton_win.cc         first_null == msg.length() - 1 || second_null == msg.length()) {
length            142 chrome/browser/process_singleton_win.cc         third_null == msg.length()) {
length            161 chrome/browser/profiles/profile_io_data.cc     relative_path.assign(spec.substr(offset + bundled_path_prefix.length()));
length            265 chrome/browser/profiles/profile_shortcut_manager_win.cc   const size_t length = GetLongPathName(path.value().c_str(), NULL, 0);
length            266 chrome/browser/profiles/profile_shortcut_manager_win.cc   if (length != 0 && length != path.value().length()) {
length            267 chrome/browser/profiles/profile_shortcut_manager_win.cc     std::vector<wchar_t> long_path(length);
length            268 chrome/browser/profiles/profile_shortcut_manager_win.cc     if (GetLongPathName(path.value().c_str(), &long_path[0], length) != 0)
length            384 chrome/browser/renderer_context_menu/spelling_menu_observer.cc       result_.replace(it->location, it->length, it->replacement);
length            314 chrome/browser/renderer_host/pepper/pepper_flash_clipboard_message_filter.cc     if (data[i].length() > kMaxClipboardWriteSize) {
length            102 chrome/browser/safe_browsing/binary_feature_extractor_win.cc   if (!pe_image.Initialize(file.data(), file.length()))
length            131 chrome/browser/safe_browsing/download_feedback.cc   file_size_ = report_metadata.download_request().length();
length            981 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_EQ(item.GetReceivedBytes(), request.length());
length           1068 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_EQ(item.GetReceivedBytes(), request.length());
length           1157 chrome/browser/safe_browsing/download_protection_service_unittest.cc     EXPECT_EQ(item.GetReceivedBytes(), request.length());
length           1232 chrome/browser/safe_browsing/download_protection_service_unittest.cc     EXPECT_EQ(item.GetReceivedBytes(), request.length());
length             87 chrome/browser/safe_browsing/malware_details_unittest.cc   int len = data.length();
length             89 chrome/browser/safe_browsing/malware_details_unittest.cc   memcpy(buf->data(), data.data(), data.length());
length             36 chrome/browser/safe_browsing/pe_image_reader_win_unittest.cc                                          data_file_.length()));
length            239 chrome/browser/safe_browsing/protocol_manager.cc           static_cast<int>(data.length()),
length            284 chrome/browser/safe_browsing/protocol_manager.cc           source->GetURL(), data.data(), static_cast<int>(data.length()));
length            360 chrome/browser/safe_browsing/protocol_manager.cc                                                         int length) {
length            372 chrome/browser/safe_browsing/protocol_manager.cc       if (!parser.ParseUpdate(data, length, &next_update_sec,
length            421 chrome/browser/safe_browsing/protocol_manager.cc       UMA_HISTOGRAM_COUNTS("SB2.ChunkSize", length);
length            422 chrome/browser/safe_browsing/protocol_manager.cc       update_size_ += length;
length            423 chrome/browser/safe_browsing/protocol_manager.cc       if (!parser.ParseChunk(chunk_url.list_name, data, length,
length            427 chrome/browser/safe_browsing/protocol_manager.cc         data_str.assign(data, length);
length            432 chrome/browser/safe_browsing/protocol_manager.cc                 << ", length: " << length;
length            252 chrome/browser/safe_browsing/protocol_manager.h   bool HandleServiceResponse(const GURL& url, const char* data, int length);
length             49 chrome/browser/safe_browsing/protocol_parser.cc   int length = chunk_len;
length             54 chrome/browser/safe_browsing/protocol_parser.cc   while (length > 0) {
length             55 chrome/browser/safe_browsing/protocol_parser.cc     if (!GetLine(data, length, &line))
length             60 chrome/browser/safe_browsing/protocol_parser.cc     length -= offset;
length             75 chrome/browser/safe_browsing/protocol_parser.cc       length -= full_hash_len;
length             84 chrome/browser/safe_browsing/protocol_parser.cc       length -= sizeof(SBFullHash);
length             89 chrome/browser/safe_browsing/protocol_parser.cc   return length == 0;
length            117 chrome/browser/safe_browsing/protocol_parser.cc   int length = chunk_len;
length            123 chrome/browser/safe_browsing/protocol_parser.cc   while (length > 0) {
length            125 chrome/browser/safe_browsing/protocol_parser.cc     if (!GetLine(data, length, &cmd_line))
length            138 chrome/browser/safe_browsing/protocol_parser.cc     length -= consumed;
length            139 chrome/browser/safe_browsing/protocol_parser.cc     if (length < 0)
length            195 chrome/browser/safe_browsing/protocol_parser.cc                                             int length,
length            197 chrome/browser/safe_browsing/protocol_parser.cc   int remaining = length;
length            205 chrome/browser/safe_browsing/protocol_parser.cc     const int line_len = static_cast<int>(cmd_line.length()) + 1;
length             26 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(add_chunk.length()),
length             77 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(add_chunk.length()),
length            106 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(add_chunk.length()),
length            166 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(add_chunk.length()),
length            239 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(truncated_chunks.length()),
length            257 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(sub_chunk.length()),
length            316 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(sub_chunk.length()),
length            345 chrome/browser/safe_browsing/protocol_parser_unittest.cc                                  static_cast<int>(add_del.length()),
length            371 chrome/browser/safe_browsing/protocol_parser_unittest.cc                                   static_cast<int>(add_del.length()),
length            390 chrome/browser/safe_browsing/protocol_parser_unittest.cc                                  static_cast<int>(redirects.length()),
length            417 chrome/browser/safe_browsing/protocol_parser_unittest.cc                                  static_cast<int>(headers.length()),
length            435 chrome/browser/safe_browsing/protocol_parser_unittest.cc                                   static_cast<int>(get_hash.length()),
length            459 chrome/browser/safe_browsing/protocol_parser_unittest.cc                                   static_cast<int>(get_hash2.length()),
length            550 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(add_chunk.length()),
length            565 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(add_chunks.length()),
length            596 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(sub_chunk.length()),
length            613 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(sub_chunks.length()),
length            646 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(add_chunk.length()),
length            682 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(add_chunk.length()),
length            705 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(sub_chunk.length()),
length            733 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(add_chunk.length()),
length            771 chrome/browser/safe_browsing/protocol_parser_unittest.cc       static_cast<int>(sub_chunk.length()),
length            867 chrome/browser/safe_browsing/protocol_parser_unittest.cc                                     static_cast<int>(chunk_data.length()),
length            881 chrome/browser/safe_browsing/protocol_parser_unittest.cc                                     static_cast<int>(chunk_data.length()),
length            277 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc   if (command.length() > 1 && command[0] == '"') {
length            278 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc     command = command.substr(1, command.length() - 2);
length            271 chrome/browser/safe_browsing/safe_browsing_util.cc   for (size_t i = 0; i < url.length(); i++) {
length            331 chrome/browser/safe_browsing/safe_browsing_util.cc       url_unescaped_str.length(), &parsed);
length            355 chrome/browser/safe_browsing/safe_browsing_util.cc   url_parse::Component(0, host_without_consecutive_dots.length()));
length            357 chrome/browser/safe_browsing/safe_browsing_util.cc   url_parse::Component(0, path_without_consecutive_slash.length()));
length            363 chrome/browser/safe_browsing/safe_browsing_util.cc                               url_unescaped_str.length(), parsed,
length            375 chrome/browser/safe_browsing/safe_browsing_util.cc                               escaped_canon_url_str.length(), &final_parsed);
length            684 chrome/browser/search/search.cc                          url_parse::Component(0, search_scheme.length()));
length            693 chrome/browser/search/search.cc                          url_parse::Component(0, remote_ntp_host.length()));
length            187 chrome/browser/search_engines/template_url.cc   return (param.length() > 2) && (*(param.begin()) == kStartParameter) &&
length            541 chrome/browser/search_engines/template_url.cc   size_t length = end - start - 1;
length            545 chrome/browser/search_engines/template_url.cc     length--;
length            547 chrome/browser/search_engines/template_url.cc   std::string parameter(url->substr(start + 1, length));
length            693 chrome/browser/search_engines/template_url.cc         ParseParameter(0, value.length() - 1, &value, replacements);
length            138 chrome/browser/search_engines/template_url_fetcher.cc       data.data(), data.length(), NULL));
length            478 chrome/browser/search_engines/template_url_parser.cc     size_t length,
length            492 chrome/browser/search_engines/template_url_parser.cc                                     static_cast<int>(length));
length             43 chrome/browser/search_engines/template_url_parser.h                             size_t length,
length            105 chrome/browser/search_engines/template_url_parser_unittest.cc                                                contents.length(), filter));
length            271 chrome/browser/search_engines/template_url_service.cc         (elem2.first.compare(0, elem1.first.length(), elem1.first) > 0) :
length            342 chrome/browser/search_engines/template_url_service.cc                                static_cast<int>(keyword.length()),
length            357 chrome/browser/search_engines/template_url_service.cc     if (result.compare(0, after_scheme.length(), after_scheme) == 0)
length            358 chrome/browser/search_engines/template_url_service.cc       result.erase(0, after_scheme.length());
length            365 chrome/browser/search_engines/template_url_service.cc   return (result.length() > 0 && result[result.length() - 1] == '/') ?
length            366 chrome/browser/search_engines/template_url_service.cc       result.substr(0, result.length() - 1) : result;
length             90 chrome/browser/sessions/better_session_restore_browsertest.cc             std::string(bytes_reader->bytes(), bytes_reader->length());
length            159 chrome/browser/shell_integration_linux.cc                                                     contents.length());
length            163 chrome/browser/shell_integration_linux.cc   if (bytes_written != static_cast<ssize_t>(contents.length())) {
length            201 chrome/browser/shell_integration_linux.cc                                         directory_contents.length());
length            203 chrome/browser/shell_integration_linux.cc     if (bytes_written != static_cast<int>(directory_contents.length()))
length            210 chrome/browser/shell_integration_linux.cc                                       contents.length());
length            212 chrome/browser/shell_integration_linux.cc   if (bytes_written != static_cast<int>(contents.length()))
length            344 chrome/browser/shell_integration_linux.cc     path_version.erase(path_version.length() - 1, 1);
length            819 chrome/browser/shell_integration_linux.cc   gsize length = 0;
length            820 chrome/browser/shell_integration_linux.cc   gchar* data_dump = g_key_file_to_data(key_file, &length, NULL);
length            853 chrome/browser/shell_integration_linux.cc   gsize length = 0;
length            854 chrome/browser/shell_integration_linux.cc   gchar* data_dump = g_key_file_to_data(key_file, &length, NULL);
length             75 chrome/browser/shell_integration_win.cc   for (size_t i = 0; i < basenames.length(); ++i) {
length            192 chrome/browser/shell_integration_win.cc   url_spec.erase(url_spec.length() - 1);
length            224 chrome/browser/shell_integration_win.cc                                                     url_spec.length() - 1);
length             37 chrome/browser/signin/local_auth.cc   DCHECK_EQ(kHash1Bytes, salt.length());
length             51 chrome/browser/signin/local_auth.cc   DCHECK_EQ(kHash1Bytes, password_hash.length());
length             82 chrome/browser/signin/local_auth.cc   if (encoded.length() < 1)
length            110 chrome/browser/signin/local_auth.cc   DCHECK(password.length());
length            116 chrome/browser/signin/local_auth.cc   DCHECK_EQ(kHash1Bytes, salt_str.length());
length            121 chrome/browser/signin/local_auth.cc   DCHECK_EQ(kHash1Bytes, password_hash.length());
length            159 chrome/browser/signin/local_auth.cc   if (encodedhash.length() == 0 && password.length() == 0)
length            171 chrome/browser/signin/local_auth.cc     if (record.length() != 2 * kHash1Bytes)
length             80 chrome/browser/spellchecker/feedback_sender.cc                                result.length,
length             85 chrome/browser/spellchecker/feedback_sender.cc                      result.length,
length            283 chrome/browser/spellchecker/feedback_sender.cc     if (!IsInBounds(result_it->location, result_it->length, text.length()))
length             53 chrome/browser/spellchecker/feedback_sender_unittest.cc        pos = haystack.find(needle, pos + needle.length())) {
length             35 chrome/browser/spellchecker/misspelling.cc     : location(0), length(0), hash(0), timestamp(base::Time::Now()) {
length             40 chrome/browser/spellchecker/misspelling.cc                          size_t length,
length             45 chrome/browser/spellchecker/misspelling.cc       length(length),
length             59 chrome/browser/spellchecker/misspelling.cc   result->SetInteger("misspelledLength", length);
length             71 chrome/browser/spellchecker/misspelling.cc   if (location > context.length())
length             73 chrome/browser/spellchecker/misspelling.cc   return context.substr(location, length);
length             36 chrome/browser/spellchecker/misspelling.h               size_t length,
length             57 chrome/browser/spellchecker/misspelling.h   size_t length;
length             18 chrome/browser/spellchecker/misspelling_unittest.cc   misspelling.length = 7;
length             40 chrome/browser/spellchecker/misspelling_unittest.cc   misspelling.length = 7;
length             43 chrome/browser/spellchecker/misspelling_unittest.cc   misspelling.length = 0;
length             46 chrome/browser/spellchecker/misspelling_unittest.cc   misspelling.location = misspelling.context.length();
length             47 chrome/browser/spellchecker/misspelling_unittest.cc   misspelling.length = 7;
length             50 chrome/browser/spellchecker/misspelling_unittest.cc   misspelling.location = misspelling.context.length() + 1;
length             80 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc       word.length() >
length            228 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   base::WriteFile(path, content.c_str(), content.length());
length            241 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   base::WriteFile(path, content.c_str(), content.length());
length            259 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   base::WriteFile(path, content.c_str(), content.length());
length            276 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   base::WriteFile(path, content.c_str(), content.length());
length            289 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   base::WriteFile(path, content.c_str(), content.length());
length             42 chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc       base::WriteFile(path, data->data(), data->length());
length             43 chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc   if (bytes_written != data->length()) {
length             51 chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc         base::WriteFile(fallback_file_path, data->data(), data->length());
length             52 chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc     if (bytes_written == data->length())
length            278 chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc                                 map.length());
length            123 chrome/browser/spellchecker/spellcheck_message_filter.cc           std::not1(SpellCheckMarker::IsValidPredicate(text.length()))),
length            153 chrome/browser/spellchecker/spellcheck_message_filter.cc             text_copy.substr(iter->location, iter->length))) {
length            243 chrome/browser/spellchecker/spellcheck_message_filter_mac.cc         local_iter->length == remote_iter->length) {
length            284 chrome/browser/spellchecker/spellcheck_message_filter_mac.cc           std::not1(SpellCheckMarker::IsValidPredicate(text.length()))),
length             62 chrome/browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc   EXPECT_EQ(sent_results[0].length, 2);
length            120 chrome/browser/spellchecker/spellcheck_message_filter_unittest.cc   EXPECT_EQ(kLength, sent_results[0].length);
length            213 chrome/browser/spellchecker/spelling_service_client.cc     int length = 0;
length            216 chrome/browser/spellchecker/spelling_service_client.cc         !misspelling->GetInteger("charLength", &length) ||
length            228 chrome/browser/spellchecker/spelling_service_client.cc         SpellCheckResult::SPELLING, start, length, replacement);
length            160 chrome/browser/spellchecker/spelling_service_client_unittest.cc       text.replace(it->location, it->length, it->replacement);
length             16 chrome/browser/spellchecker/word_trimmer.cc   if (*start > text.length() || *start > end)
length            246 chrome/browser/sync/glue/favicon_cache_unittest.cc   std::string temp = tag.substr(kPrefix.length());
length             88 chrome/browser/sync/glue/session_model_associator.cc       SessionTagPrefix().length(),
length             89 chrome/browser/sync/glue/session_model_associator.cc       session_tag.length());
length             69 chrome/browser/sync/glue/tab_node_pool.cc   DCHECK_GT(machine_tag_.length(), 0U);
length             63 chrome/browser/sync/sessions2/tab_node_pool2.cc   DCHECK_GT(machine_tag_.length(), 0U);
length            766 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc   EXPECT_EQ(static_cast<int64>(content.length()), versions[0].metadata.size);
length            246 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc     const FileSystemURL& url, int64 length,
length            260 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc                  url, length,
length             65 chrome/browser/sync_file_system/local/syncable_file_system_operation.h   virtual void Truncate(const fileapi::FileSystemURL& url, int64 length,
length            854 chrome/browser/task_manager/task_manager.cc           static_cast<int>(title1.length()),
length            856 chrome/browser/task_manager/task_manager.cc           static_cast<int>(title2.length()),
length            865 chrome/browser/task_manager/task_manager.cc       return profile1.compare(0, profile1.length(), profile2, 0,
length            866 chrome/browser/task_manager/task_manager.cc                               profile2.length());
length            116 chrome/browser/task_manager/task_manager.h   virtual void OnItemsChanged(int start, int length) = 0;
length            119 chrome/browser/task_manager/task_manager.h   virtual void OnItemsAdded(int start, int length) = 0;
length            122 chrome/browser/task_manager/task_manager.h   virtual void OnItemsRemoved(int start, int length) = 0;
length            127 chrome/browser/task_manager/task_manager.h   virtual void OnItemsToBeRemoved(int start, int length) {}
length             40 chrome/browser/task_manager/task_manager_browsertest_util.cc   virtual void OnItemsChanged(int start, int length) OVERRIDE {
length             44 chrome/browser/task_manager/task_manager_browsertest_util.cc   virtual void OnItemsAdded(int start, int length) OVERRIDE {
length             48 chrome/browser/task_manager/task_manager_browsertest_util.cc   virtual void OnItemsRemoved(int start, int length) OVERRIDE {
length            422 chrome/browser/themes/browser_theme_pack.cc       int64 length = file.GetLength();
length            423 chrome/browser/themes/browser_theme_pack.cc       if (length > 0 && length < INT_MAX) {
length            424 chrome/browser/themes/browser_theme_pack.cc         int size = static_cast<int>(length);
length            428 chrome/browser/themes/browser_theme_pack.cc         if (file.ReadAtCurrentPos(data, size) == length)
length            112 chrome/browser/ui/app_list/search/history_data.cc                 query.length()) != 0) {
length             60 chrome/browser/ui/app_list/search/omnibox_provider.cc         tag_styles, tag_start, text.length()));
length             32 chrome/browser/ui/app_list/search/search_webstore_result.cc   details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
length             92 chrome/browser/ui/app_list/search/tokenized_string_match.cc   if (text.text().length())
length             93 chrome/browser/ui/app_list/search/tokenized_string_match.cc     relevance_ /= text.text().length();
length            157 chrome/browser/ui/app_list/search/webstore/webstore_result.cc   details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
length            217 chrome/browser/ui/autofill/autofill_dialog_common.cc         inputs->back().length = DetailInput::NONE;
length           1198 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     if (it->length != DetailInput::NONE)
length           1283 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       if (input->length != DetailInput::NONE) {
length             58 chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc     DetailInput::Length length = LengthFromHint(component.length_hint);
length             60 chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc     DetailInput input = { length, server_type, placeholder };
length             70 chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc       DetailInput input = { length, server_type, placeholder };
length             54 chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc   EXPECT_NE(inputs[input_index - 1].length, DetailInput::SHORT);
length             58 chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc   EXPECT_EQ(city.length, DetailInput::SHORT);
length             62 chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc   EXPECT_EQ(state.length, DetailInput::SHORT);
length             66 chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc   EXPECT_EQ(zip.length, DetailInput::SHORT);
length             68 chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc   EXPECT_NE(inputs[input_index].length, DetailInput::SHORT);
length             30 chrome/browser/ui/autofill/autofill_dialog_types.cc       length == DetailInput::LONG;
length             42 chrome/browser/ui/autofill/autofill_dialog_types.h   Length length;
length             65 chrome/browser/ui/browser_navigator_browsertest.cc   url_string.replace(0, long_prefix.length(), short_prefix);
length             43 chrome/browser/ui/cocoa/table_row_nsimage_cache.h   void OnItemsChanged(int start, int length);
length             44 chrome/browser/ui/cocoa/table_row_nsimage_cache.h   void OnItemsAdded(int start, int length);
length             45 chrome/browser/ui/cocoa/table_row_nsimage_cache.h   void OnItemsRemoved(int start, int length);
length             74 chrome/browser/ui/cocoa/task_manager_mac.h   virtual void OnItemsChanged(int start, int length) OVERRIDE;
length             75 chrome/browser/ui/cocoa/task_manager_mac.h   virtual void OnItemsAdded(int start, int length) OVERRIDE;
length             76 chrome/browser/ui/cocoa/task_manager_mac.h   virtual void OnItemsRemoved(int start, int length) OVERRIDE;
length            210 chrome/browser/ui/elide_url.cc   if ((url_path_elements.at(url_path_number_of_elements - 1)).length() > 0) {
length           1342 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc       gint length = gtk_selection_data_get_length(selection_data);
length           1344 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc           gtk_selection_data_get_data(selection_data)), length);
length            357 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc                              utf8_text.length());
length            414 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc     gint length = gtk_selection_data_get_length(selection_data);
length            415 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc     if (length > 0) {
length            425 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc               gtk_selection_data_get_data(selection_data)), length);
length             22 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk_unittest.cc   data.length = 0;
length             31 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk_unittest.cc   data.length = 0;
length             38 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk_unittest.cc   data.length = 0;
length             49 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk_unittest.cc   data.length = 0;
length             51 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk_unittest.cc   std::string selection(reinterpret_cast<char*>(data.data), data.length);
length            639 chrome/browser/ui/gtk/bubble/bubble_gtk.cc           msg.length = 0;
length             32 chrome/browser/ui/gtk/edit_search_engine_dialog.cc                                 gint length, gint *position, gpointer data) {
length            198 chrome/browser/ui/gtk/edit_search_engine_dialog.cc                           reversed_percent.length(),
length            416 chrome/browser/ui/gtk/find_bar_gtk.cc     SetFindTextAndSelectedRange(find_text, gfx::Range(0, find_text.length()));
length            619 chrome/browser/ui/gtk/find_bar_gtk.cc   if (new_contents.length() > 0) {
length            246 chrome/browser/ui/gtk/gtk_tree.cc void TableAdapter::OnItemsChanged(int start, int length) {
length            247 chrome/browser/ui/gtk/gtk_tree.cc   if (length == 0)
length            256 chrome/browser/ui/gtk/gtk_tree.cc   for (int i = 0; i < length; ++i) {
length            274 chrome/browser/ui/gtk/gtk_tree.cc void TableAdapter::OnItemsAdded(int start, int length) {
length            276 chrome/browser/ui/gtk/gtk_tree.cc   for (int i = 0; i < length; ++i) {
length            282 chrome/browser/ui/gtk/gtk_tree.cc void TableAdapter::OnItemsRemoved(int start, int length) {
length            283 chrome/browser/ui/gtk/gtk_tree.cc   if (length == 0)
length            301 chrome/browser/ui/gtk/gtk_tree.cc   for (int i = 0; i < length; ++i) {
length            116 chrome/browser/ui/gtk/gtk_tree.h   virtual void OnItemsChanged(int start, int length) OVERRIDE;
length            117 chrome/browser/ui/gtk/gtk_tree.h   virtual void OnItemsAdded(int start, int length) OVERRIDE;
length            118 chrome/browser/ui/gtk/gtk_tree.h   virtual void OnItemsRemoved(int start, int length) OVERRIDE;
length            718 chrome/browser/ui/gtk/gtk_util.cc   if (text_utf8.length() > 2000)
length            721 chrome/browser/ui/gtk/gtk_util.cc   pango_layout_set_text(layout, text_utf8.data(), text_utf8.length());
length            101 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   return base::UTF16ToUTF8(text.substr(0, text_offset)).length();
length            385 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   if (localized_text.length() > 2000)
length            396 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   size_t additional_offset = prefix_text.length();  // Length in utf-8 bytes.
length            433 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc         additional_offset += lre.length();
length            453 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   pango_layout_set_text(layout, text_utf8.data(), text_utf8.length());
length            244 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kContents.length(), RunLengthForAttrType(0U, kContents.length(),
length            247 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasColor(0U, kContents.length(), kContentTextColor));
length            251 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   guint weightLength = RunLengthForAttrType(0U, kContents.length(),
length            254 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc     EXPECT_EQ(kContents.length(), weightLength);
length            255 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc     EXPECT_TRUE(RunHasWeight(0U, kContents.length(), PANGO_WEIGHT_NORMAL));
length            275 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kContents.length(), RunLengthForAttrType(0U, kContents.length(),
length            277 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasColor(0U, kContents.length(), kURLTextColor));
length            281 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   guint weightLength = RunLengthForAttrType(0U, kContents.length(),
length            284 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc     EXPECT_EQ(kContents.length(), weightLength);
length            285 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc     EXPECT_TRUE(RunHasWeight(0U, kContents.length(), PANGO_WEIGHT_NORMAL));
length            295 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kRunLength1 + kRunLength2 + kRunLength3, kContents.length());
length            315 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kRunLength1, RunLengthForAttrType(0U, kContents.length(),
length            317 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasColor(0U, kContents.length(), kContentTextColor));
length            318 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kRunLength2, RunLengthForAttrType(kRunLength1, kContents.length(),
length            320 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasColor(kRunLength1, kContents.length(),
length            323 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc                                               kContents.length(),
length            325 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasColor(kRunLength1 + kRunLength2, kContents.length(),
length            330 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   guint weightLength = RunLengthForAttrType(0U, kContents.length(),
length            333 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc     EXPECT_EQ(kContents.length(), weightLength);
length            334 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc     EXPECT_TRUE(RunHasWeight(0U, kContents.length(), PANGO_WEIGHT_NORMAL));
length            345 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kRunLength1 + kRunLength2 + kRunLength3, kContents.length());
length            365 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kRunLength1, RunLengthForAttrType(0U, kContents.length(),
length            367 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasWeight(0U, kContents.length(), PANGO_WEIGHT_NORMAL));
length            368 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kRunLength2, RunLengthForAttrType(kRunLength1, kContents.length(),
length            370 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasWeight(kRunLength1, kContents.length(), PANGO_WEIGHT_BOLD));
length            372 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc                                               kContents.length(),
length            374 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasWeight(kRunLength1 + kRunLength2, kContents.length(),
length            378 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kContents.length(), RunLengthForAttrType(0U, kContents.length(),
length            380 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasColor(0U, kContents.length(), kContentTextColor));
length            389 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kRunLength1 + kRunLength2 + kRunLength3, kContents.length());
length            412 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_EQ(kContents.length(), RunLengthForAttrType(0U, kContents.length(),
length            414 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc   EXPECT_TRUE(RunHasColor(0U, kContents.length(), kURLTextColor));
length            567 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc   SetWindowTextAndCaretPos(display_text, display_text.length(), false, false);
length            642 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc   const int length = GetOmniboxTextLength();
length            649 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc       (new_sel.cp_min == length && new_sel.cp_max == length);
length            665 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc       (text_before_change_.length() > new_text.length()) &&
length           1418 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc                        static_cast<gint>(utf8_text.length()));
length           1949 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc     gtk_text_buffer_set_text(text_buffer_, utf8.data(), utf8.length());
length             23 chrome/browser/ui/gtk/simple_message_box_gtk.cc   gtk_util::GetWidgetSizeFromCharacters(dialog, title.length(), 0,
length            341 chrome/browser/ui/gtk/task_manager_gtk.cc void TaskManagerGtk::OnItemsChanged(int start, int length) {
length            349 chrome/browser/ui/gtk/task_manager_gtk.cc   for (int i = start; i < start + length; i++) {
length            351 chrome/browser/ui/gtk/task_manager_gtk.cc     if (i != start + length - 1) {
length            360 chrome/browser/ui/gtk/task_manager_gtk.cc void TaskManagerGtk::OnItemsAdded(int start, int length) {
length            377 chrome/browser/ui/gtk/task_manager_gtk.cc   for (int i = start + 1; i < start + length; i++) {
length            382 chrome/browser/ui/gtk/task_manager_gtk.cc   process_count_ += length;
length            385 chrome/browser/ui/gtk/task_manager_gtk.cc void TaskManagerGtk::OnItemsRemoved(int start, int length) {
length            393 chrome/browser/ui/gtk/task_manager_gtk.cc     for (int i = 0; i < length; i++) {
length            399 chrome/browser/ui/gtk/task_manager_gtk.cc     process_count_ -= length;
length            672 chrome/browser/ui/gtk/task_manager_gtk.cc   gchar* task_markup = g_markup_escape_text(task.c_str(), task.length());
length             29 chrome/browser/ui/gtk/task_manager_gtk.h   virtual void OnItemsChanged(int start, int length) OVERRIDE;
length             30 chrome/browser/ui/gtk/task_manager_gtk.h   virtual void OnItemsAdded(int start, int length) OVERRIDE;
length             31 chrome/browser/ui/gtk/task_manager_gtk.h   virtual void OnItemsRemoved(int start, int length) OVERRIDE;
length            113 chrome/browser/ui/gtk/validation_message_bubble_gtk.cc     if (sub_text.length() > static_cast<size_t>(max_characters))
length             85 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc   event->key.length = 0;
length            302 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc       text.length() == 1 &&
length             75 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc   size_t prefix_length = match.keyword.length() + 1;
length            118 chrome/browser/ui/omnibox/omnibox_edit_model.cc   size_t avg_length = (old_text.length() + new_text.length()) / 2;
length            122 chrome/browser/ui/omnibox/omnibox_edit_model.cc     size_t shorter_length = std::min(old_text.length(), new_text.length());
length            344 chrome/browser/ui/omnibox/omnibox_edit_model.cc   view_->SetWindowTextAndCaretPos(final_text, final_text.length(), false,
length            483 chrome/browser/ui/omnibox/omnibox_edit_model.cc     if (text->compare(0, http.length(), http) != 0)
length            529 chrome/browser/ui/omnibox/omnibox_edit_model.cc                                   has_focus() ? permanent_text_.length() : 0,
length            548 chrome/browser/ui/omnibox/omnibox_edit_model.cc         user_text_.length() - DisplayTextFromUserText(user_text_).length();
length            561 chrome/browser/ui/omnibox/omnibox_edit_model.cc     cursor_position = user_text_.length();
length            726 chrome/browser/ui/omnibox/omnibox_edit_model.cc         match.inline_autocompletion.length(),
length            879 chrome/browser/ui/omnibox/omnibox_edit_model.cc     view_->SetWindowTextAndCaretPos(window_text.c_str(), keyword_.length(),
length            889 chrome/browser/ui/omnibox/omnibox_edit_model.cc     view_->SetWindowTextAndCaretPos(window_text.c_str(), keyword_.length(),
length           1108 chrome/browser/ui/omnibox/omnibox_edit_model.cc              DisplayTextFromUserText(user_text).length())) {
length           1226 chrome/browser/ui/omnibox/omnibox_edit_model.cc            no_selection && (selection_start == user_text_.length()) &&
length           1352 chrome/browser/ui/omnibox/omnibox_edit_model.cc   size_t keyword_length = new_text.length() - 1;
length           1355 chrome/browser/ui/omnibox/omnibox_edit_model.cc       (keyword_.length() == keyword_length) &&
length           1365 chrome/browser/ui/omnibox/omnibox_edit_model.cc   DCHECK_GE(new_text.length(), caret_position);
length           1369 chrome/browser/ui/omnibox/omnibox_edit_model.cc       (old_text.length() < caret_position) ||
length           1370 chrome/browser/ui/omnibox/omnibox_edit_model.cc       (new_text.length() == caret_position))
length           1376 chrome/browser/ui/omnibox/omnibox_edit_model.cc       !new_text.compare(space_position, new_text.length() - space_position,
length           1378 chrome/browser/ui/omnibox/omnibox_edit_model.cc                         old_text.length() - space_position)) {
length             30 chrome/browser/ui/omnibox/omnibox_view.cc     base::TrimWhitespace(out.substr(kJsPrefix.length()), base::TRIM_LEADING,
length            160 chrome/browser/ui/omnibox/omnibox_view.cc   SetWindowTextAndCaretPos(display_text, display_text.length(), update_popup,
length            723 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc   EXPECT_GT(old_text.length(), arraysize(kInlineAutocompleteText) - 1);
length            848 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc       base::WideToUTF16(L"\x3000"), search_keyword.length() + 1, false, false);
length            863 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc       search_keyword.length() + 1, false, false);
length            904 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc       ASCIIToUTF16(" bar"), search_keyword.length() + 4, false, false);
length            922 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc       search_keyword + ASCIIToUTF16("  "), search_keyword.length());
length           1378 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc   EXPECT_GT(old_text.length(), arraysize(kInlineAutocompleteText) - 1);
length             17 chrome/browser/ui/search/search_ipc_router.cc   if (provider.length() > 8)
length             45 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc   virtual void OnItemsChanged(int start, int length) OVERRIDE {
length             49 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc   virtual void OnItemsAdded(int start, int length) OVERRIDE {
length             53 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc   virtual void OnItemsRemoved(int start, int length) OVERRIDE {
length             58 chrome/browser/ui/search_engines/search_engine_tab_helper.cc   if (!url.SchemeIs(content::kHttpScheme) || (url.path().length() > 1))
length           1356 chrome/browser/ui/tabs/tab_strip_model.cc                                            size_t length) {
length           1358 chrome/browser/ui/tabs/tab_strip_model.cc          start + length <= selection_model_.selected_indices().size());
length           1359 chrome/browser/ui/tabs/tab_strip_model.cc   size_t end = start + length;
length            541 chrome/browser/ui/tabs/tab_strip_model.h   void MoveSelectedTabsToImpl(int index, size_t start, size_t length);
length             89 chrome/browser/ui/tests/elide_url_unittest.cc   ASSERT_GT(expected.length(), std::string("battersbox.com/d").length());
length            116 chrome/browser/ui/toolbar/toolbar_model_impl.cc   if (url.spec().length() > content::kMaxURLDisplayChars)
length            134 chrome/browser/ui/toolbar/toolbar_model_impl.cc   url_parse::Component query(0, query_str.length()), key, value;
length            234 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc     if (text.length() > kMaxLength) {
length           1136 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     label_line_2_->SetText(text.substr(position + line_return.length()));
length           1953 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     if (input.length == DetailInput::NONE) {
length           1958 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     if (input.length == DetailInput::LONG)
length           1991 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     if (input.length == DetailInput::LONG ||
length           1992 chrome/browser/ui/views/autofill/autofill_dialog_views.cc         input.length == DetailInput::SHORT_EOL) {
length             53 chrome/browser/ui/views/bookmarks/bookmark_sync_promo_view.cc   promo_label->AddStyleRange(gfx::Range(offset, offset + link_text.length()),
length             61 chrome/browser/ui/views/bookmarks/bookmark_sync_promo_view.cc   gfx::Range after_link_range(offset + link_text.length(), promo_text.length());
length            131 chrome/browser/ui/views/create_application_shortcut_view.cc   if (text.length() > kMaxLength) {
length           1268 chrome/browser/ui/views/download/download_item_view.cc     if (pos >= original_text.length())
length            216 chrome/browser/ui/views/edit_search_engine_dialog.cc                           reversed_percent.length(),
length            216 chrome/browser/ui/views/extensions/media_galleries_dialog_views.cc     iter->second->secondary_text()->SetVisible(details.length() > 0);
length            173 chrome/browser/ui/views/extensions/media_galleries_scan_result_dialog_views.cc     it->second->secondary_text()->SetVisible(details.length() > 0);
length             71 chrome/browser/ui/views/extensions/media_gallery_checkbox_view.cc   secondary_text_->SetVisible(details.length() > 0);
length            147 chrome/browser/ui/views/hung_renderer_view.cc   range->length = RowCount();
length            361 chrome/browser/ui/views/omnibox/omnibox_result_view.cc   const size_t text_length = render_text->text().length();
length            592 chrome/browser/ui/views/omnibox/omnibox_view_views.cc       sel.GetMax() < text().length() ||
length            617 chrome/browser/ui/views/omnibox/omnibox_view_views.cc   SetWindowTextAndCaretPos(display_text, display_text.length(), false,
length            674 chrome/browser/ui/views/omnibox/omnibox_view_views.cc       (text_before_change_.length() > new_text.length()) &&
length            838 chrome/browser/ui/views/omnibox/omnibox_view_views.cc         (!HasSelection() && GetCursorPosition() == text().length());
length            843 chrome/browser/ui/views/omnibox/omnibox_view_views.cc   if (GetCursorPosition() == text().length()) {
length            991 chrome/browser/ui/views/omnibox/omnibox_view_views.cc   return static_cast<int>(text().length());
length            143 chrome/browser/ui/views/signed_certificate_timestamp_info_view.cc           sct.log_id.length())));
length            148 chrome/browser/ui/views/signed_certificate_timestamp_info_view.cc           sct.signature.signature_data.length())));
length            742 chrome/browser/ui/views/status_bubble_views.cc     } else if (net::FormatUrl(url, languages).length() > url_text_.length()) {
length             90 chrome/browser/ui/views/task_manager_view.cc   virtual void OnItemsChanged(int start, int length) OVERRIDE;
length             91 chrome/browser/ui/views/task_manager_view.cc   virtual void OnItemsAdded(int start, int length) OVERRIDE;
length             92 chrome/browser/ui/views/task_manager_view.cc   virtual void OnItemsRemoved(int start, int length) OVERRIDE;
length            126 chrome/browser/ui/views/task_manager_view.cc   range->length = range_pair.second;
length            134 chrome/browser/ui/views/task_manager_view.cc void TaskManagerTableModel::OnItemsChanged(int start, int length) {
length            136 chrome/browser/ui/views/task_manager_view.cc     observer_->OnItemsChanged(start, length);
length            139 chrome/browser/ui/views/task_manager_view.cc void TaskManagerTableModel::OnItemsAdded(int start, int length) {
length            141 chrome/browser/ui/views/task_manager_view.cc     observer_->OnItemsAdded(start, length);
length            144 chrome/browser/ui/views/task_manager_view.cc void TaskManagerTableModel::OnItemsRemoved(int start, int length) {
length            146 chrome/browser/ui/views/task_manager_view.cc     observer_->OnItemsRemoved(start, length);
length            638 chrome/browser/ui/webui/about_ui.cc     if (full_name.length() == 0)
length            114 chrome/browser/ui/webui/certificate_viewer_webui.cc     if (usagestr.length() > 0) {
length            341 chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc   if (new_user_password.length() == 0) {
length            130 chrome/browser/ui/webui/devtools_ui.cc       StartBundledDataRequest(path.substr(bundled_path_prefix.length()),
length            139 chrome/browser/ui/webui/devtools_ui.cc       StartRemoteDataRequest(path.substr(remote_path_prefix.length()),
length            105 chrome/browser/ui/webui/extensions/extension_icon_source.cc   return ToBitmap(data, contents.length());
length            120 chrome/browser/ui/webui/help/help_handler.cc     if (at_pos != std::string::npos && at_pos + 1 < user.length())
length            367 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc   ASSERT_GT(log_contents.length(), 0u);
length             88 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc   size_t slash = path.find("/", prefix.length());
length            142 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc   double length;
length            147 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc   if (!args->GetDouble(1, &length)) {
length            157 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc     insets.Set(insets.top(), insets.left() + length,
length            158 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc                insets.bottom(), insets.right() - length);
length            160 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc     insets.Set(insets.top() + length, insets.left(),
length            161 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc                insets.bottom() - length, insets.right());
length            173 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc   double length;
length            178 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc   if (!args->GetDouble(1, &length)) {
length            188 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc     insets.Set(insets.top(), insets.left() + length,
length            189 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc                insets.bottom(), insets.right() + length);
length            191 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc     insets.Set(insets.top() + length, insets.left(),
length            192 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc                insets.bottom() + length, insets.right());
length             32 chrome/browser/ui/webui/options/geolocation_options_handler.cc           enable_prefix.length(),
length            209 chrome/browser/ui/webui/options/options_ui.cc     size_t length) {
length            210 chrome/browser/ui/webui/options/options_ui.cc   for (size_t i = 0; i < length; ++i) {
length             86 chrome/browser/ui/webui/options/options_ui.h                               size_t length);
length            171 chrome/browser/ui/webui/options/password_manager_handler.cc           base::string16(password_list[i]->password_value.length(), ' ')));
length            156 chrome/browser/ui/webui/options/search_engine_manager_handler.cc void SearchEngineManagerHandler::OnItemsChanged(int start, int length) {
length            160 chrome/browser/ui/webui/options/search_engine_manager_handler.cc void SearchEngineManagerHandler::OnItemsAdded(int start, int length) {
length            164 chrome/browser/ui/webui/options/search_engine_manager_handler.cc void SearchEngineManagerHandler::OnItemsRemoved(int start, int length) {
length             35 chrome/browser/ui/webui/options/search_engine_manager_handler.h   virtual void OnItemsChanged(int start, int length) OVERRIDE;
length             36 chrome/browser/ui/webui/options/search_engine_manager_handler.h   virtual void OnItemsAdded(int start, int length) OVERRIDE;
length             37 chrome/browser/ui/webui/options/search_engine_manager_handler.h   virtual void OnItemsRemoved(int start, int length) OVERRIDE;
length            121 chrome/browser/ui/webui/options/startup_pages_handler.cc void StartupPagesHandler::OnItemsChanged(int start, int length) {
length            125 chrome/browser/ui/webui/options/startup_pages_handler.cc void StartupPagesHandler::OnItemsAdded(int start, int length) {
length            129 chrome/browser/ui/webui/options/startup_pages_handler.cc void StartupPagesHandler::OnItemsRemoved(int start, int length) {
length             43 chrome/browser/ui/webui/options/startup_pages_handler.h   virtual void OnItemsChanged(int start, int length) OVERRIDE;
length             44 chrome/browser/ui/webui/options/startup_pages_handler.h   virtual void OnItemsAdded(int start, int length) OVERRIDE;
length             45 chrome/browser/ui/webui/options/startup_pages_handler.h   virtual void OnItemsRemoved(int start, int length) OVERRIDE;
length            167 chrome/browser/usb/usb_device_handle.cc   size_t length;
length            222 chrome/browser/usb/usb_device_handle.cc   DCHECK(transfer.length >= actual_length) <<
length            232 chrome/browser/usb/usb_device_handle.cc         CHECK(transfer.length >= LIBUSB_CONTROL_SETUP_SIZE) <<
length            235 chrome/browser/usb/usb_device_handle.cc         if (transfer.length >= actual_length &&
length            263 chrome/browser/usb/usb_device_handle.cc                     transfer.length);
length            271 chrome/browser/usb/usb_device_handle.cc           packet_buffer_start += packet->length;
length            400 chrome/browser/usb/usb_device_handle.cc     net::IOBuffer* buffer, const size_t length, const unsigned int timeout,
length            407 chrome/browser/usb/usb_device_handle.cc   const size_t resized_length = LIBUSB_CONTROL_SETUP_SIZE + length;
length            411 chrome/browser/usb/usb_device_handle.cc          length);
length            417 chrome/browser/usb/usb_device_handle.cc                             converted_type, request, value, index, length);
length            440 chrome/browser/usb/usb_device_handle.cc     const uint8 endpoint, net::IOBuffer* buffer, const size_t length,
length            450 chrome/browser/usb/usb_device_handle.cc       reinterpret_cast<uint8*>(buffer->data()), length,
length            461 chrome/browser/usb/usb_device_handle.cc                  length,
length            467 chrome/browser/usb/usb_device_handle.cc     const uint8 endpoint, net::IOBuffer* buffer, const size_t length,
length            477 chrome/browser/usb/usb_device_handle.cc       reinterpret_cast<uint8*>(buffer->data()), length,
length            487 chrome/browser/usb/usb_device_handle.cc                  length,
length            493 chrome/browser/usb/usb_device_handle.cc     const uint8 endpoint, net::IOBuffer* buffer, const size_t length,
length            502 chrome/browser/usb/usb_device_handle.cc   CHECK(packets <= length && total_length <= length) <<
length            508 chrome/browser/usb/usb_device_handle.cc       reinterpret_cast<uint8*>(buffer->data()), length, packets,
length            520 chrome/browser/usb/usb_device_handle.cc                  length,
length            553 chrome/browser/usb/usb_device_handle.cc     const size_t length,
length            567 chrome/browser/usb/usb_device_handle.cc   transfer.length = length;
length             88 chrome/browser/usb/usb_device_handle.h                                const size_t length,
length             95 chrome/browser/usb/usb_device_handle.h                             const size_t length,
length            102 chrome/browser/usb/usb_device_handle.h                                  const size_t length,
length            109 chrome/browser/usb/usb_device_handle.h                                    const size_t length,
length            151 chrome/browser/usb/usb_device_handle.h                       const size_t length,
length            205 chrome/browser/web_applications/update_shortcut_worker_win.cc     if (shortcut_info_.description.length() >= MAX_PATH)
length            296 chrome/browser/web_applications/web_app.cc   if (app_name.substr(0, prefix.length()) != prefix)
length            298 chrome/browser/web_applications/web_app.cc   return app_name.substr(prefix.length());
length            202 chrome/browser/web_applications/web_app_win.cc   if (description.length() >= MAX_PATH)
length             53 chrome/browser/web_resource/promo_resource_service_unittest.cc                            static_cast<size_t>(date_unicode_string.length()),
length             49 chrome/common/auto_start_linux.cc   std::string::size_type content_length = autostart_file_contents.length();
length             85 chrome/common/auto_start_linux.cc     if (tokenizer.token().substr(0, token.length()) == token) {
length             86 chrome/common/auto_start_linux.cc       *value = tokenizer.token().substr(token.length());
length             55 chrome/common/cloud_print/cloud_print_helpers.cc   if (url.has_path() && (ret[ret.length() - 1] != '/'))
length             20 chrome/common/cloud_print/cloud_print_helpers_unittest.cc   if (expected_url_base[expected_url_base.length() - 1] != '/')
length             44 chrome/common/content_settings_pattern.cc       (match + domain.length() != sub_domain.length())) {
length            196 chrome/common/extensions/api/networking_private/networking_private_crypto.cc       data.length(),
length             49 chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/IRCProxyWebSocket.java     public void onMessage(byte frame, byte[] data,int offset, int length) {}
length             23 chrome/common/extensions/extension_constants.cc     gallery_prefix = gallery_prefix.substr(0, gallery_prefix.length() - 1);
length            135 chrome/common/extensions/extension_file_util_unittest.cc                               data.c_str(), data.length()));
length             42 chrome/common/extensions/extension_l10n_util_unittest.cc   ASSERT_TRUE(base::WriteFile(messages_file, data.c_str(), data.length()));
length             99 chrome/common/extensions/extension_l10n_util_unittest.cc       data.c_str(), data.length()));
length            190 chrome/common/extensions/extension_l10n_util_unittest.cc   ASSERT_TRUE(base::WriteFile(messages_file, data.c_str(), data.length()));
length            223 chrome/common/extensions/extension_l10n_util_unittest.cc                               data.c_str(), data.length()));
length            229 chrome/common/extensions/extension_l10n_util_unittest.cc                               data.c_str(), data.length()));
length             41 chrome/common/extensions/update_manifest.cc   if (errors_.length() > 0) {
length            133 chrome/common/extensions/update_manifest.cc   if (result->extension_id.length() == 0) {
length            166 chrome/common/extensions/update_manifest.cc   if (result->version.length() == 0) {
length            180 chrome/common/extensions/update_manifest.cc   if (result->browser_min_version.length()) {
length            220 chrome/common/extensions/update_manifest.cc   if (manifest_xml.length() < 1) {
length             29 chrome/common/favicon/favicon_url_parser.cc   return path.compare(start_index, search.length(), search) == 0;
length            198 chrome/common/importer/firefox_importer_utils.cc   size_t start = prop_index + pref_key.length();
length            264 chrome/common/importer/firefox_importer_utils.cc   size_t start = prop_index + search_for.length();
length            317 chrome/common/importer/firefox_importer_utils.cc         } else if (lines[i].length() > 0 && lines[i][0] == '[') {
length             79 chrome/common/mac/mock_launchd.cc   len = info_plist_data.length();
length             88 chrome/common/mac/mock_launchd.cc                                               bundle_root->value().length(),
length            110 chrome/common/mac/mock_launchd.cc   while (socket_path.value().length() + pipe_suffix.length() >
length            199 chrome/common/mac/mock_launchd.cc   DCHECK_EQ(pipe_name_.length(), path_len);
length            181 chrome/common/metrics/metrics_log_manager.cc       size_t log_size = it->log_text().length();
length             39 chrome/common/multi_process_lock_linux.cc     if (name_.length() > max_len) {
length             40 chrome/common/multi_process_lock_linux.cc       LOG(ERROR) << "Socket name too long (" << name_.length()
length             59 chrome/common/multi_process_lock_linux.cc     size_t length = SUN_LEN(&address);
length             74 chrome/common/multi_process_lock_linux.cc              length) == 0) {
length             80 chrome/common/multi_process_lock_linux.cc                << " Length: " << length;
length             29 chrome/common/multi_process_lock_mac.cc     if (name_.length() >= BOOTSTRAP_MAX_NAME_LEN) {
length             30 chrome/common/multi_process_lock_mac.cc       LOG(ERROR) << "Socket name too long (" << name_.length()
length             27 chrome/common/multi_process_lock_win.cc     if (name_.length() >= MAX_PATH) {
length             28 chrome/common/multi_process_lock_win.cc       LOG(ERROR) << "Socket name too long (" << name_.length()
length             46 chrome/common/net/url_fixer_upper.cc   url_parse::Component component_16(before_component_string_16.length(),
length             47 chrome/common/net/url_fixer_upper.cc                                     component_string_16.length());
length            123 chrome/common/net/url_fixer_upper.cc   DCHECK(text.length() > 0 && text[0] == '~');
length            125 chrome/common/net/url_fixer_upper.cc   if (text.length() == 1 || text[1] == '/') {
length            163 chrome/common/net/url_fixer_upper.cc   if (filename.length() > 1 && filename[1] == '|')
length            168 chrome/common/net/url_fixer_upper.cc   if (filename.length() > 0 && filename[0] == '~')
length            208 chrome/common/net/url_fixer_upper.cc   const size_t domain_length(domain->length());
length            217 chrome/common/net/url_fixer_upper.cc   if (domain->compare(0, prefix.length(), prefix) != 0) {
length            265 chrome/common/net/url_fixer_upper.cc     if (last_nondot < domain.length())
length            326 chrome/common/net/url_fixer_upper.cc   while ((port_end < original_text.length()) &&
length            351 chrome/common/net/url_fixer_upper.cc   if (!url_parse::ExtractScheme(text.data(), static_cast<int>(text.length()),
length            398 chrome/common/net/url_fixer_upper.cc   int trimmed_length = static_cast<int>(trimmed.length());
length            436 chrome/common/net/url_fixer_upper.cc             url_parse::Component(0, static_cast<int>(scheme.length())))))
length            442 chrome/common/net/url_fixer_upper.cc         static_cast<int>(text->length()), parts);
length            448 chrome/common/net/url_fixer_upper.cc     url_parse::ParseStandardURL(text->data(), static_cast<int>(text->length()),
length            468 chrome/common/net/url_fixer_upper.cc                               static_cast<int>(text_to_parse.length()),
length            472 chrome/common/net/url_fixer_upper.cc   const int offset = -static_cast<int>(inserted_text.length());
length            520 chrome/common/net/url_fixer_upper.cc           FixupURL(trimmed.substr(scheme.length() + 1),
length            543 chrome/common/net/url_fixer_upper.cc           url_parse::Component(0, static_cast<int>(scheme.length())))) {
length            234 chrome/common/net/url_fixer_upper_unittest.cc   if (url.length() <= 8)
length             21 chrome/common/net/x509_certificate_model.cc   input16.reserve(input.length());
length             94 chrome/common/net/x509_certificate_model_openssl.cc       num->data, num->length, kSerialNumberSeparator, kSerialNumberSeparator);
length             27 chrome/common/pepper_permission_util.cc   DCHECK_EQ(id_hash.length(), base::kSHA1Length);
length             28 chrome/common/pepper_permission_util.cc   return base::HexEncode(id_hash.c_str(), id_hash.length());
length             21 chrome/common/pref_names_util.cc   if (pos == std::string::npos || pos + 1 == pref_path.length())
length            113 chrome/common/service_process_util.cc   std::string hex_hash = base::HexEncode(hash.c_str(), hash.length());
length            213 chrome/common/service_process_util.cc   if (version_info.Version().length() >= kMaxVersionStringLength) {
length            215 chrome/common/service_process_util.cc         version_info.Version().length() << "which is longer than" <<
length            239 chrome/common/service_process_util.cc          version_info.Version().length());
length             50 chrome/common/service_process_util_posix.cc     int length = read(fd, &buffer, sizeof(buffer));
length             51 chrome/common/service_process_util_posix.cc     if ((length == sizeof(buffer)) && (buffer == kTerminateMessage)) {
length             54 chrome/common/service_process_util_posix.cc     } else if (length > 0) {
length             56 chrome/common/service_process_util_posix.cc     } else if (length == 0) {
length             58 chrome/common/service_process_util_posix.cc     } else if (length < 0) {
length             59 chrome/common/service_process_util_win.cc     DCHECK(event_name.length() <= MAX_PATH);
length            123 chrome/common/service_process_util_win.cc   DCHECK(event_name.length() <= MAX_PATH);
length             21 chrome/common/spellcheck_messages.h   IPC_STRUCT_TRAITS_MEMBER(length)
length             33 chrome/common/spellcheck_result.h       : decoration(d), location(loc), length(len), replacement(rep), hash(h) {
length             38 chrome/common/spellcheck_result.h   int length;
length            399 chrome/installer/mini_installer/mini_installer.cc       archive_path->length() == 0)
length            403 chrome/installer/mini_installer/mini_installer.cc   if (setup_path->length() > 0) {
length            446 chrome/installer/mini_installer/mini_installer.cc   if (setup_path->length() > 0) {
length            471 chrome/installer/mini_installer/mini_installer.cc   if (setup_path->length() > 0) {
length            483 chrome/installer/mini_installer/mini_installer.cc   return setup_path->length() > 0;
length            544 chrome/installer/mini_installer/mini_installer.cc   size_t end = work_dir->length();
length            623 chrome/installer/mini_installer/mini_installer.cc   size_t end = path->length();
length            105 chrome/installer/mini_installer/mini_string.h   size_t length() const {
length             34 chrome/installer/mini_installer/mini_string_test.cc   EXPECT_EQ(str.length(), compare_str.length());
length             39 chrome/installer/mini_installer/mini_string_test.cc   while ((str.length() + (arraysize(kTestString) - 1)) <= max_chars) {
length             42 chrome/installer/mini_installer/mini_string_test.cc     EXPECT_EQ(str.length(), compare_str.length());
length             46 chrome/installer/mini_installer/mini_string_test.cc   EXPECT_GT(static_cast<size_t>(MAX_PATH), str.length());
length             54 chrome/installer/mini_installer/mini_string_test.cc   EXPECT_EQ(str.length(), compare_str.length());
length             60 chrome/installer/mini_installer/mini_string_test.cc   EXPECT_EQ(str.length(), compare_str.length());
length            218 chrome/installer/setup/setup_util.cc     size = (path.value().length() + 1) * sizeof(path.value()[0]);
length             46 chrome/installer/test/resource_updater.cc                        const_cast<uint8*>(input.data()), input.length())
length             69 chrome/installer/util/channel_info.cc                   std::wstring::size_type* length) {
length             73 chrome/installer/util/channel_info.cc       std::wstring::traits_type::length(kModifiers[index]);
length             93 chrome/installer/util/channel_info.cc   if (length != NULL)
length             94 chrome/installer/util/channel_info.cc     *length = pos - mod_position;
length            122 chrome/installer/util/channel_info.cc   std::wstring::size_type length;
length            123 chrome/installer/util/channel_info.cc   bool have_modifier = FindModifier(index, *ap_value, &position, &length);
length            131 chrome/installer/util/channel_info.cc       ap_value->erase(position, length);
length            235 chrome/installer/util/channel_info.cc   std::wstring::size_type length;
length            236 chrome/installer/util/channel_info.cc   bool have_modifier = FindModifier(MOD_STAGE, value_, &position, &length);
length            244 chrome/installer/util/channel_info.cc     if (value_.compare(position, length, stage_str) != 0) {
length            245 chrome/installer/util/channel_info.cc       value_.replace(position, length, stage_str);
length            250 chrome/installer/util/channel_info.cc       value_.erase(position, length);
length            259 chrome/installer/util/channel_info.cc   std::wstring::size_type length;
length            261 chrome/installer/util/channel_info.cc   if (FindModifier(MOD_STAGE, value_, &position, &length)) {
length            264 chrome/installer/util/channel_info.cc         std::wstring::traits_type::length(kModStage);
length            265 chrome/installer/util/channel_info.cc     DCHECK_LE(pfx_length, length);
length            266 chrome/installer/util/channel_info.cc     return value_.substr(position + pfx_length, length - pfx_length);
length            187 chrome/installer/util/delete_after_reboot_helper.cc       data += str_from.length() + 1;
length            190 chrome/installer/util/delete_after_reboot_helper.cc         data += str_to.length() + 1;
length            212 chrome/installer/util/delete_after_reboot_helper.cc       total_wchars += iter->first.length();
length            214 chrome/installer/util/delete_after_reboot_helper.cc       total_wchars += iter->second.length();
length            230 chrome/installer/util/delete_after_reboot_helper.cc     size_t string_length = copy_iter->first.length() + 1;
length            235 chrome/installer/util/delete_after_reboot_helper.cc     string_length = copy_iter->second.length() + 1;
length            249 chrome/installer/util/delete_after_reboot_helper.cc   DWORD length = GetShortPathName(path.value().c_str(),
length            253 chrome/installer/util/delete_after_reboot_helper.cc   DLOG_IF(WARNING, length == 0 && last_error != ERROR_PATH_NOT_FOUND)
length            255 chrome/installer/util/delete_after_reboot_helper.cc   if (length == 0) {
length            262 chrome/installer/util/delete_after_reboot_helper.cc   short_path.resize(length);
length             81 chrome/installer/util/delete_after_reboot_helper_unittest.cc     size_t length = 0;
length             84 chrome/installer/util/delete_after_reboot_helper_unittest.cc       length += iter->first.size() + 1;  // +1 for the null char.
length             85 chrome/installer/util/delete_after_reboot_helper_unittest.cc       length += iter->second.size() + 1;  // +1 for the null char.
length             87 chrome/installer/util/delete_after_reboot_helper_unittest.cc     length++;  // for the additional null char.
length             88 chrome/installer/util/delete_after_reboot_helper_unittest.cc     return length * sizeof(wchar_t);
length            105 chrome/installer/util/delete_after_reboot_helper_unittest.cc     DWORD length;
length            117 chrome/installer/util/delete_after_reboot_helper_unittest.cc                                   tests[i].length, &string_list)))
length            125 chrome/installer/util/delete_after_reboot_helper_unittest.cc                 tests[i].length)) << tests[i].test_name;
length            135 chrome/installer/util/delete_after_reboot_helper_unittest.cc                                   failures[i].length, &string_list)))
length            149 chrome/installer/util/google_update_util.cc   if (data_string.length() > kUntrustedDataMaxLength ||
length            171 chrome/installer/util/install_util.cc     DCHECK_EQ('"', params[program.length() + 1]);
length            172 chrome/installer/util/install_util.cc     DCHECK_EQ(program, params.substr(1, program.length()));
length            173 chrome/installer/util/install_util.cc     params = params.substr(program.length() + 2);
length            175 chrome/installer/util/install_util.cc     DCHECK_EQ(program, params.substr(0, program.length()));
length            176 chrome/installer/util/install_util.cc     params = params.substr(program.length());
length             59 chrome/installer/util/install_util_unittest.cc   EXPECT_EQ(8, date.length());
length             60 chrome/installer/util/install_util_unittest.cc   if (date.length() == 8) {
length             28 chrome/installer/util/set_reg_value_work_item.cc   value_.assign(data, data + (value_data.length() + 1) * sizeof(wchar_t));
length            117 chrome/installer/util/shell_util.cc       suffix == new_style_suffix && chrome_html.length() > 39) {
length            156 chrome/installer/util/shell_util.cc   base::MD5Sum(user_sid_ascii.c_str(), user_sid_ascii.length(), &md5_digest);
length            164 chrome/installer/util/shell_util.cc   DCHECK_EQ(base32_md5.length(), 26U);
length            165 chrome/installer/util/shell_util.cc   suffix_.reserve(base32_md5.length() + 1);
length           1743 chrome/installer/util/shell_util.cc     if (component.length() > max_component_length) {
length           1749 chrome/installer/util/shell_util.cc                     component.length() - ((max_component_length + 1) / 2),
length           2271 chrome/installer/util/shell_util.cc   DCHECK_EQ(ret.length(), encoded_length);
length            110 chrome/installer/util/shell_util.h       DCHECK(arguments_in.length() < MAX_PATH);
length            120 chrome/installer/util/shell_util.h       DCHECK(description_in.length() < MAX_PATH);
length            839 chrome/installer/util/shell_util_unittest.cc   ASSERT_LE(constructed_app_id.length(), installer::kMaxAppModelIdLength);
length            848 chrome/installer/util/shell_util_unittest.cc   ASSERT_EQ(27, suffix.length());
length            264 chrome/renderer/autofill/password_autofill_agent_browsertest.cc       username_input.setSelectionRange(username.length(), username.length());
length           1223 chrome/renderer/chrome_content_renderer_client.cc     const char* canonical_url, size_t length) {
length           1224 chrome/renderer/chrome_content_renderer_client.cc   return visited_link_slave_->ComputeURLFingerprint(canonical_url, length);
length            111 chrome/renderer/chrome_content_renderer_client.h                                              size_t length) OVERRIDE;
length            131 chrome/renderer/chrome_render_process_observer.cc                               DWORD length) {
length            132 chrome/renderer/chrome_render_process_observer.cc   int rv = GetFontData(hdc, table, offset, buffer, length);
length            140 chrome/renderer/chrome_render_process_observer.cc       rv = GetFontData(hdc, table, offset, buffer, length);
length            182 chrome/renderer/chrome_render_view_observer.cc     for (unsigned i = 0; i < children.length(); ++i) {
length            577 chrome/renderer/chrome_render_view_observer.cc   for (size_t i = 0; i < children.length(); ++i) {
length            106 chrome/renderer/content_settings_observer.cc           (host.length() == domain.length() ||
length            107 chrome/renderer/content_settings_observer.cc            (host.length() > domain.length() &&
length            108 chrome/renderer/content_settings_observer.cc             host[host.length() - domain.length() - 1] == '.')));
length           1234 chrome/renderer/extensions/dispatcher.cc                                                         id_hash.length());
length            130 chrome/renderer/extensions/extension_localization_peer_unittest.cc   filter_peer_->OnReceivedData(data_chunk.c_str(), data_chunk.length(), -1);
length            134 chrome/renderer/extensions/extension_localization_peer_unittest.cc   filter_peer_->OnReceivedData(data_chunk.c_str(), data_chunk.length(), -1);
length            177 chrome/renderer/extensions/extension_localization_peer_unittest.cc               OnReceivedData(StrEq(data.data()), data.length(), -1)).Times(2);
length            214 chrome/renderer/extensions/extension_localization_peer_unittest.cc               OnReceivedData(StrEq(data.data()), data.length(), -1));
length            243 chrome/renderer/extensions/extension_localization_peer_unittest.cc               OnReceivedData(StrEq(message.data()), message.length(), -1));
length             82 chrome/renderer/extensions/module_system.cc         stack_trace.assign(*stack_value, stack_value.length());
length            106 chrome/renderer/extensions/module_system.cc     resource_name.assign(*resource_name_v8, resource_name_v8.length());
length            112 chrome/renderer/extensions/module_system.cc     error_message.assign(*error_message_v8, error_message_v8.length());
length            134 chrome/renderer/extensions/webstore_bindings.cc   for (unsigned i = 0; i < children.length(); ++i) {
length            170 chrome/renderer/extensions/webstore_bindings.cc         webstore_base_url.path().length());
length            120 chrome/renderer/external_extension.cc   if (!utf8name.length()) return;
length            236 chrome/renderer/media/chrome_key_systems.cc                              codecs_string16.length(),
length            206 chrome/renderer/net/net_error_helper.cc   if (!base::UTF8ToUTF16(js.c_str(), js.length(), &js16)) {
length             37 chrome/renderer/net/predictor_queue.cc   BufferSize length = static_cast<BufferSize>(unsigned_length);
length             38 chrome/renderer/net/predictor_queue.cc   if (0 > length+1)  // Avoid overflows in conversion to signed.
length             44 chrome/renderer/net/predictor_queue.cc   if (0 < size_ && readable_ + length < buffer_sentinel_ &&
length             54 chrome/renderer/net/predictor_queue.cc   DCHECK(!length || '\0' != source[length - 1]);
length             64 chrome/renderer/net/predictor_queue.cc   if (length + 1 >= available_space) {
length             71 chrome/renderer/net/predictor_queue.cc   if (space_till_wrap < length + 1) {
length             79 chrome/renderer/net/predictor_queue.cc     length -= space_till_wrap;
length             85 chrome/renderer/net/predictor_queue.cc   std::memcpy(&buffer_[dest], source, length);
length             86 chrome/renderer/net/predictor_queue.cc   DCHECK(dest + length < buffer_sentinel_);
length             87 chrome/renderer/net/predictor_queue.cc   buffer_[dest + length] = '\0';  // We need termination in our buffer.
length             89 chrome/renderer/net/predictor_queue.cc   DCHECK(static_cast<size_t>(length) == strlen(&buffer_[dest]));
length             91 chrome/renderer/net/predictor_queue.cc   dest += length + 1;
length             60 chrome/renderer/net/predictor_queue.h   PushResult Push(const char* source, const size_t length);
length             63 chrome/renderer/net/predictor_queue.h     return Push(source.c_str(), source.length());
length             59 chrome/renderer/net/prescient_networking_dispatcher.cc   net_predictor_.Resolve(hostname_utf8.data(), hostname_utf8.length());
length             43 chrome/renderer/net/renderer_net_predictor.cc void RendererNetPredictor::Resolve(const char* name, size_t length) {
length             44 chrome/renderer/net/renderer_net_predictor.cc   if (!length)
length             46 chrome/renderer/net/renderer_net_predictor.cc   if (is_numeric_ip(name, length))
length             50 chrome/renderer/net/renderer_net_predictor.cc   DnsQueue::PushResult result = c_string_queue_.Push(name, length);
length            155 chrome/renderer/net/renderer_net_predictor.cc bool RendererNetPredictor::is_numeric_ip(const char* name, size_t length) {
length            157 chrome/renderer/net/renderer_net_predictor.cc   while (length-- > 0) {
length             37 chrome/renderer/net/renderer_net_predictor.h   void Resolve(const char* name, size_t length);
length             50 chrome/renderer/net/renderer_net_predictor.h   static bool is_numeric_ip(const char* name, size_t length);
length             59 chrome/renderer/pepper/pepper_flash_font_file_host.cc     size_t length = 0;
length             60 chrome/renderer/pepper/pepper_flash_font_file_host.cc     if (content::GetFontTable(fd_, table, 0 /* offset */, NULL, &length)) {
length             61 chrome/renderer/pepper/pepper_flash_font_file_host.cc       contents.resize(length);
length             65 chrome/renderer/pepper/pepper_flash_font_file_host.cc                                 contents_ptr, &length)) {
length             38 chrome/renderer/pepper/pepper_uma_host.cc   DCHECK_EQ(id_hash.length(), base::kSHA1Length);
length             39 chrome/renderer/pepper/pepper_uma_host.cc   return base::HexEncode(id_hash.c_str(), id_hash.length());
length            275 chrome/renderer/pepper/ppb_pdf_impl.cc     result.length = matched_length;
length             92 chrome/renderer/principals_extension_bindings.cc                                 v8::String::kNormalString, it->length()));
length            120 chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc     if (it->length() >= kMinPathComponentLength)
length             83 chrome/renderer/searchbox/searchbox.cc   DCHECK_GT(raw_path.length(), (size_t) 0);
length            134 chrome/renderer/searchbox/searchbox.cc   DCHECK_GT(path.length(), (size_t) 0);
length             62 chrome/renderer/searchbox/searchbox_extension.cc   return base::string16(reinterpret_cast<const base::char16*>(*s), s.length());
length             52 chrome/renderer/spellchecker/custom_dictionary_engine.cc       size_t(misspelling_start + misspelling_len) <= text.length() &&
length             68 chrome/renderer/spellchecker/hunspell_engine.cc     hunspell_.reset(new Hunspell(bdict_file_->data(), bdict_file_->length()));
length             86 chrome/renderer/spellchecker/hunspell_engine.cc   if (word_to_check_utf8.length() <= kMaxCheckedLen) {
length            102 chrome/renderer/spellchecker/hunspell_engine.cc   if (wrong_word_utf8.length() > kMaxSuggestLen)
length            205 chrome/renderer/spellchecker/spellcheck.cc   size_t length = text.length();
length            215 chrome/renderer/spellchecker/spellcheck.cc   while (offset <= length) {
length            217 chrome/renderer/spellchecker/spellcheck.cc                        length - offset,
length            362 chrome/renderer/spellchecker/spellcheck.cc     int word_length = spellcheck_results[i].length;
length            108 chrome/renderer/spellchecker/spellcheck_language.cc   contraction_iterator_.SetText(contraction.c_str(), contraction.length());
length            131 chrome/renderer/spellchecker/spellcheck_provider.cc     int& length,
length            137 chrome/renderer/spellchecker/spellcheck_provider.cc       &offset, &length, optional_suggestions ? & suggestions : NULL);
length            145 chrome/renderer/spellchecker/spellcheck_provider.cc     Send(new SpellCheckHostMsg_NotifyChecked(routing_id(), word, 0 < length));
length            163 chrome/renderer/spellchecker/spellcheck_provider.cc   UMA_HISTOGRAM_COUNTS("SpellCheck.api.paragraph", text.length());
length            177 chrome/renderer/spellchecker/spellcheck_provider.cc   UMA_HISTOGRAM_COUNTS("SpellCheck.api.async", text.length());
length            183 chrome/renderer/spellchecker/spellcheck_provider.cc     UMA_HISTOGRAM_COUNTS("SpellCheck.api.autocorrect", word.length());
length            246 chrome/renderer/spellchecker/spellcheck_provider.cc   int length = text.length();
length            247 chrome/renderer/spellchecker/spellcheck_provider.cc   while (index < length) {
length            249 chrome/renderer/spellchecker/spellcheck_provider.cc     U16_NEXT(data, index, length, code);
length            312 chrome/renderer/spellchecker/spellcheck_provider.cc   size_t last_length = last_request_.length();
length            320 chrome/renderer/spellchecker/spellcheck_provider.cc   size_t text_length = request.length();
length            328 chrome/renderer/spellchecker/spellcheck_provider.cc     int length = static_cast<int>(text_length);
length            329 chrome/renderer/spellchecker/spellcheck_provider.cc     U16_PREV(text.data(), 0, length, code);
length            343 chrome/renderer/spellchecker/spellcheck_provider.cc       size_t end = start + last_results_[i].length;
length            352 chrome/renderer/spellchecker/spellcheck_provider.cc         results[i].length = last_results_[i].length;
length             74 chrome/renderer/spellchecker/spellcheck_provider.h       int& length,
length             99 chrome/renderer/spellchecker/spellcheck_unittest.cc       EXPECT_EQ(results[j].length, expected[j].length);
length            903 chrome/renderer/spellchecker/spellcheck_unittest.cc     int word_length = static_cast<int>(word.length());
length           1037 chrome/renderer/spellchecker/spellcheck_unittest.cc   EXPECT_EQ(completion.last_results_[0].length, 2);
length           1052 chrome/renderer/spellchecker/spellcheck_unittest.cc   EXPECT_EQ(completion.last_results_[0].length, 2);
length           1054 chrome/renderer/spellchecker/spellcheck_unittest.cc   EXPECT_EQ(completion.last_results_[1].length, 2);
length           1077 chrome/renderer/spellchecker/spellcheck_unittest.cc     EXPECT_EQ(completion[i].last_results_[0].length, 2);
length           1148 chrome/renderer/spellchecker/spellcheck_unittest.cc     EXPECT_EQ(spellcheck_results[0].length, textcheck_results[0].length);
length           1168 chrome/renderer/spellchecker/spellcheck_unittest.cc     EXPECT_EQ(spellcheck_results[0].length, textcheck_results[0].length);
length            326 chrome/renderer/spellchecker/spellcheck_worditerator.cc   iterator_ = ubrk_openRules(rule.c_str(), rule.length(), NULL, 0,
length            342 chrome/renderer/spellchecker/spellcheck_worditerator.cc bool SpellcheckWordIterator::SetText(const base::char16* text, size_t length) {
length            347 chrome/renderer/spellchecker/spellcheck_worditerator.cc   ubrk_setText(iterator_, text, length, &status);
length            359 chrome/renderer/spellchecker/spellcheck_worditerator.cc   length_ = static_cast<int>(length);
length            125 chrome/renderer/spellchecker/spellcheck_worditerator.h   bool SetText(const base::char16* text, size_t length);
length            126 chrome/renderer/spellchecker/spellcheck_worditerator_unittest.cc     EXPECT_TRUE(iterator.SetText(input.c_str(), input.length()));
length            156 chrome/renderer/spellchecker/spellcheck_worditerator_unittest.cc   EXPECT_TRUE(iterator.SetText(input.c_str(), input.length()));
length            220 chrome/renderer/spellchecker/spellcheck_worditerator_unittest.cc     EXPECT_TRUE(iterator.SetText(input_word.c_str(), input_word.length()));
length             20 chrome/renderer/static_v8_external_string_resource.cc   return buffer_.length();
length             22 chrome/renderer/static_v8_external_string_resource.h   virtual size_t length() const OVERRIDE;
length            323 chrome/renderer/translate/translate_helper.cc   int length = v8_str->Utf8Length() + 1;
length            324 chrome/renderer/translate/translate_helper.cc   scoped_ptr<char[]> str(new char[length]);
length            325 chrome/renderer/translate/translate_helper.cc   v8_str->WriteUtf8(str.get(), length);
length            369 chrome/renderer/translate/translate_helper.cc   for (size_t i = 0; i < children.length(); ++i) {
length            671 chrome/renderer/translate/translate_helper.cc   if (data_length + data_offset > s_cld_mmap_.Get().value->length()
length            675 chrome/renderer/translate/translate_helper.cc         << ", mmap->length()=" << s_cld_mmap_.Get().value->length();
length             51 chrome/renderer/web_apps.cc   for (size_t i = 1; i < text.length(); ++i) {
length            137 chrome/renderer/web_apps.cc   for (unsigned i = 0; i < children.length(); ++i) {
length            397 chrome/service/cloud_print/cloud_print_proxy_backend.cc     DCHECK(pos == notification.length() - strlen(kNotificationUpdateSettings));
length             19 chrome/service/cloud_print/cloud_print_service_helpers_unittest.cc   if (expected_url_base[expected_url_base.length() - 1] != '/')
length            489 chrome/service/cloud_print/print_system_win.cc                                             print_ticket.length(),
length            492 chrome/service/cloud_print/print_system_win.cc       DCHECK_EQ(print_ticket.length(), print_bytes_written);
length            500 chrome/service/cloud_print/print_system_win.cc                                     document_data.length(),
length            503 chrome/service/cloud_print/print_system_win.cc       DCHECK_EQ(document_data.length(), doc_bytes_written);
length            736 chrome/service/cloud_print/print_system_win.cc                                print_ticket_data.length(),
length            738 chrome/service/cloud_print/print_system_win.cc     DCHECK(bytes_written == print_ticket_data.length());
length            391 chrome/service/cloud_print/printer_job_handler.cc                               data.c_str(), data.length());
length            394 chrome/service/cloud_print/printer_job_handler.cc     DCHECK(ret == static_cast<int>(data.length()));
length            395 chrome/service/cloud_print/printer_job_handler.cc     if (ret == static_cast<int>(data.length())) {
length             63 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TestHttpServerClient.java             int length = is.read(buffer);
length             65 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TestHttpServerClient.java                     -1, expectedResponse.length());
length             67 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TestHttpServerClient.java                     expectedResponse, new String(buffer, 0, length).trim());
length             38 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java             spannable.getSpans(0, spannable.length() -1, ClickableSpan.class);
length             39 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java         if (clickable.length <= 0) {
length             99 chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/SyncTestUtil.java         for (int i = 0; i < detailsArray.length(); i++) {
length            103 chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/SyncTestUtil.java             for (int j = 0; j < dataArray.length(); j++) {
length            200 chrome/test/base/v8_unit_test.cc                               var_name.length()),
length            202 chrome/test/base/v8_unit_test.cc           isolate_, value.c_str(), v8::String::kNormalString, value.length()));
length            292 chrome/test/base/v8_unit_test.cc   EXPECT_EQ("testResult", std::string(*message, message.length()));
length            397 chrome/test/chromedriver/capabilities.cc     if (value.length()) {
length            584 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc   ASSERT_TRUE(response.error.length());
length            596 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc   ASSERT_FALSE(response.error.length());
length            112 chrome/test/chromedriver/chrome/devtools_http_client.cc   std::string stripped_version = devtools_version.substr(prefix.length());
length             28 chrome/test/chromedriver/chrome/log.cc   if (data->length() > kMaxLength) {
length             93 chrome/test/chromedriver/chrome/log.cc   if (json.length())
length             94 chrome/test/chromedriver/chrome/log.cc     json.resize(json.length() - 1);
length            243 chrome/test/chromedriver/chrome/navigation_tracker_unittest.cc     if (send_event_first_.length()) {
length             68 chrome/test/chromedriver/chrome_launcher.cc   int size = static_cast<int>(decoded_extension.length());
length            514 chrome/test/chromedriver/chrome_launcher.cc   int size = static_cast<int>(decoded_extension.length());
length            578 chrome/test/chromedriver/chrome_launcher.cc   if (value.length())
length            602 chrome/test/chromedriver/chrome_launcher.cc     if (bg_page.length())
length            653 chrome/test/chromedriver/chrome_launcher.cc   if (static_cast<int>(prefs_str.length()) != base::WriteFile(
length            654 chrome/test/chromedriver/chrome_launcher.cc           path, prefs_str.c_str(), prefs_str.length())) {
length            194 chrome/test/chromedriver/commands.cc             << (result.length() ? " " + result : "");
length            146 chrome/test/chromedriver/key_converter.cc   if (key_str_utf8.length() != 1)
length            325 chrome/test/chromedriver/key_converter.cc     if (unmodified_text.length() || modified_text.length()) {
length             69 chrome/test/chromedriver/key_converter_unittest.cc   ASSERT_EQ(1u, it->modified_text.length()) << "Char: " << character;
length             70 chrome/test/chromedriver/key_converter_unittest.cc   ASSERT_EQ(1u, it->unmodified_text.length()) << "Char: " << character;
length             91 chrome/test/chromedriver/key_converter_unittest.cc   ASSERT_EQ(1u, it->modified_text.length()) << "Char: " << character;
length             92 chrome/test/chromedriver/key_converter_unittest.cc   ASSERT_EQ(1u, it->unmodified_text.length()) << "Char: " << character;
length            295 chrome/test/chromedriver/key_converter_unittest.cc   for (size_t i = 0; i < kLowerSymbols.length(); ++i)
length            297 chrome/test/chromedriver/key_converter_unittest.cc   for (size_t i = 0; i < kUpperSymbols.length(); ++i)
length            304 chrome/test/chromedriver/key_converter_unittest.cc   for (size_t i = 0; i < kLowerChars.length(); ++i) {
length            313 chrome/test/chromedriver/key_converter_unittest.cc   for (size_t i = 0; i < kUpperChars.length(); ++i) {
length            371 chrome/test/chromedriver/key_converter_unittest.cc         ASSERT_EQ(1u, it->unmodified_text.length()) << "Index: " << i;
length             32 chrome/test/chromedriver/net/adb_client_socket.cc   size_t length = message.length();
length             34 chrome/test/chromedriver/net/adb_client_socket.cc   char b = reinterpret_cast<const char*>(&length)[1];
length             37 chrome/test/chromedriver/net/adb_client_socket.cc   b = reinterpret_cast<const char*>(&length)[0];
length            202 chrome/test/chromedriver/net/adb_client_socket.cc     if (bytes_total == static_cast<int>(response_.length())) {
length            264 chrome/test/chromedriver/net/adb_client_socket.cc     if (query.length() > 0xFFFF) {
length            444 chrome/test/chromedriver/net/adb_client_socket.cc     if (data.length() >= 4 &&
length             95 chrome/test/chromedriver/net/port_server.cc   memcpy(addr.sun_path, &path_[0], path_.length());
length             98 chrome/test/chromedriver/net/port_server.cc               sizeof(sa_family_t) + path_.length())) {
length            106 chrome/test/chromedriver/net/port_server.cc   if (sock.Send(request.c_str(), request.length()) != request.length())
length            123 chrome/test/chromedriver/net/port_server.cc       !base::StringToInt(response.substr(0, response.length() - 1), &new_port))
length             76 chrome/test/chromedriver/net/port_server_unittest.cc   memcpy(addr.sun_path, &path[0], path.length());
length             80 chrome/test/chromedriver/net/port_server_unittest.cc                  sizeof(sa_family_t) + path.length()));
length            102 chrome/test/chromedriver/net/port_server_unittest.cc   sock.Send(response.c_str(), response.length());
length             95 chrome/test/chromedriver/net/sync_websocket_impl_unittest.cc   ASSERT_EQ(wrote_message.length(), message.length());
length            103 chrome/test/chromedriver/net/websocket.cc   header.payload_length = message.length();
length            109 chrome/test/chromedriver/net/websocket.cc       header, &masking_key, &header_str[0], header_str.length()));
length            113 chrome/test/chromedriver/net/websocket.cc       masking_key, 0, &masked_message[0], masked_message.length());
length            169 chrome/test/chromedriver/net/websocket.cc         pending_write_.length());
length            232 chrome/test/chromedriver/net/websocket.cc     OnReadDuringOpen(leftover_message.c_str(), leftover_message.length());
length            247 chrome/test/chromedriver/server/chromedriver_server.cc   if (url_base[url_base.length() - 1] != '/')
length            558 chrome/test/chromedriver/server/http_handler.cc   path.erase(0, url_base_.length());
length            611 chrome/test/chromedriver/server/http_handler.cc   if (request.data.length()) {
length            721 chrome/test/chromedriver/server/http_handler.cc     CHECK(command_path_parts[i].length());
length            725 chrome/test/chromedriver/server/http_handler.cc       CHECK(name.length());
length             49 chrome/test/chromedriver/session_commands.cc       std::string(kWindowHandlePrefix).length());
length             92 chrome/test/chromedriver/util.cc   int length = bytes.length();
length             93 chrome/test/chromedriver/util.cc   if (base::WriteFile(archive, bytes.c_str(), length) != length)
length            116 chrome/test/chromedriver/util.cc     WriteBytes(data.c_str(), data.length());
length            122 chrome/test/chromedriver/util.cc     size_t next = buffer_.length();
length            148 chrome/test/chromedriver/util.cc   bool ReadString(std::string* data, int length) {
length            149 chrome/test/chromedriver/util.cc     if (length < 0)
length            152 chrome/test/chromedriver/util.cc     if (iter_ + length > size_)
length            154 chrome/test/chromedriver/util.cc     data->resize(length);
length            155 chrome/test/chromedriver/util.cc     if (length == 0)
length            157 chrome/test/chromedriver/util.cc     return ReadBytes(&(*data)[0], length);
length            185 chrome/test/chromedriver/util.cc     DataInputStream stream(bytes.c_str(), bytes.length());
length            267 chrome/test/chromedriver/util.cc       if (compressed_size != zip->compressed_data.length()) {
length            300 chrome/test/chromedriver/util.cc     stream.WriteUInt32(compressed_data.length());
length            302 chrome/test/chromedriver/util.cc     stream.WriteUInt16(name.length());
length            303 chrome/test/chromedriver/util.cc     stream.WriteUInt16(fields.length());
length            307 chrome/test/chromedriver/util.cc     uint32 entry_size = stream.buffer().length();
length            318 chrome/test/chromedriver/util.cc     stream.WriteUInt32(compressed_data.length());
length            320 chrome/test/chromedriver/util.cc     stream.WriteUInt16(name.length());
length            321 chrome/test/chromedriver/util.cc     stream.WriteUInt16(fields.length());
length            329 chrome/test/chromedriver/util.cc     uint32 cd_size = stream.buffer().length() - entry_size;
length            113 chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc     if (sleep_str.length() > 0) {
length             23 chrome/test/logging/win/mof_data_parser_unittest.cc   EVENT_TRACE* MakeEventWithString(const char* a_string, size_t length);
length             54 chrome/test/logging/win/mof_data_parser_unittest.cc                                                     size_t length) {
length             55 chrome/test/logging/win/mof_data_parser_unittest.cc   EVENT_TRACE* event = MakeEventWithDataOfSize(length);
length             56 chrome/test/logging/win/mof_data_parser_unittest.cc   ::memcpy(event->MofData, a_string, length);
length            413 chrome/test/remoting/remote_desktop_browsertest.cc   for (size_t i = 0; i < input.length(); ++i)
length             48 chrome/test/security_tests/ipc_security_tests.cc   size_t dst = cl.length() - pos;
length             35 chrome/tools/convert_dict/aff_reader.cc   for (size_t i = 0; i < str->length(); i++) {
length            211 chrome/tools/convert_dict/aff_reader.cc   for (size_t i = 0; i < rule->length(); i++) {
length            221 chrome/tools/convert_dict/aff_reader.cc           part_start = i - token.length();
length             84 chrome/tools/convert_dict/convert_dict_unittest.cc   base::WriteFile(aff_file, aff_data.c_str(), aff_data.length());
length             88 chrome/tools/convert_dict/convert_dict_unittest.cc   base::WriteFile(dic_file, dic_data.c_str(), dic_data.length());
length            123 chrome/tools/profile_reset/jtl_parser.cc       compacted_source_.size() - state_->remaining_compacted_source.length());
length            216 chrome/utility/chrome_content_utility_client.cc     HDC hdc, DWORD table, DWORD offset, LPVOID buffer, DWORD length) {
length            217 chrome/utility/chrome_content_utility_client.cc   int rv = GetFontData(hdc, table, offset, buffer, length);
length            224 chrome/utility/chrome_content_utility_client.cc       rv = GetFontData(hdc, table, offset, buffer, length);
length            622 chrome/utility/chrome_content_utility_client.cc   DWORD length = ::GetFileSize(file, NULL);
length            623 chrome/utility/chrome_content_utility_client.cc   if (length == INVALID_FILE_SIZE)
length            627 chrome/utility/chrome_content_utility_client.cc   buffer.resize(length);
length            629 chrome/utility/chrome_content_utility_client.cc   if (!ReadFile(pdf_file, &buffer.front(), length, &bytes_read, NULL) ||
length            630 chrome/utility/chrome_content_utility_client.cc       (bytes_read != length)) {
length             61 chrome/utility/extensions/unpacker.cc                                          file_contents.length());
length             74 chrome/utility/extensions/unpacker.cc   for (size_t i = 0; i < value.length(); ) {
length             78 chrome/utility/extensions/unpacker.cc           (i+1 < value.length() || kSeparators.find(value[i+1]) == npos)) {
length            425 chrome/utility/importer/bookmark_html_reader.cc     if (charset.length() != 0) {
length            439 chrome/utility/importer/firefox_importer.cc         file = app_path.AppendASCII(engine.substr(index + kAppPrefix.length()));
length            443 chrome/utility/importer/firefox_importer.cc               engine.substr(index + kProfilePrefix.length()));
length            570 chrome/utility/importer/ie_importer_win.cc     DWORD length = 0;
length            573 chrome/utility/importer/ie_importer_win.cc                               item_name, &length, &buffer, NULL, 0);
length            579 chrome/utility/importer/ie_importer_win.cc                   length / sizeof(wchar_t));
length             74 chrome/utility/media_galleries/itunes_library_parser.cc                                          url.path().length() - 1,
length             78 chrome/utility/media_galleries/itunes_library_parser.cc                               decoded_location.length());
length             81 chrome/utility/media_galleries/itunes_library_parser.cc                                 decoded_location.length());
length            115 chrome_elf/breakpad.cc   DWORD length = GetTempPath(MAX_PATH, temp_directory);
length            116 chrome_elf/breakpad.cc   if (length == 0)
length            257 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc     size_t length = 0;
length            258 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc     if (!variant_reader.PopArrayOfBytes(&bytes, &length)) {
length            268 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc     std::vector<uint8> value(bytes, bytes + length);
length            254 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc     size_t length = 0;
length            255 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc     if (!variant_reader.PopArrayOfBytes(&bytes, &length)) {
length            265 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc     std::vector<uint8> value(bytes, bytes + length);
length             66 chromeos/dbus/bluetooth_profile_manager_client.cc     if (options.service.length()) {
length            128 chromeos/dbus/bluetooth_profile_manager_client.cc     if (options.service_record.length()) {
length            363 chromeos/dbus/cryptohome_client.cc     size_t length = 0;
length            364 chromeos/dbus/cryptohome_client.cc     if (!reader.PopArrayOfBytes(&bytes, &length) ||
length            367 chromeos/dbus/cryptohome_client.cc     value->assign(bytes, bytes + length);
length            850 chromeos/dbus/cryptohome_client.cc     size_t length = 0;
length            851 chromeos/dbus/cryptohome_client.cc     if (!reader.PopArrayOfBytes(&bytes, &length)) {
length            856 chromeos/dbus/cryptohome_client.cc                  std::vector<uint8>(bytes, bytes + length));
length             49 chromeos/dbus/pipe_reader.h   virtual void AcceptData(const char *data, int length) = 0;
length             72 chromeos/dbus/pipe_reader.h   virtual void AcceptData(const char *data, int length) OVERRIDE;
length            401 chromeos/dbus/session_manager_client.cc     size_t length = 0;
length            402 chromeos/dbus/session_manager_client.cc     if (!reader.PopArrayOfBytes(&values, &length)) {
length            407 chromeos/dbus/session_manager_client.cc     extracted->assign(reinterpret_cast<const char*>(values), length);
length            132 chromeos/disks/disk_mount_manager.cc     int device_path_len = device_path.length();
length            259 chromeos/disks/disk_mount_manager.cc     if (mount_path[mount_path.length() - 1] != '/')
length             35 chromeos/network/network_configuration_handler.cc   size_t len = in_str.length();
length             44 chromeos/network/network_event_log.cc                              static_cast<size_t>(formatted.length()));
length            127 chromeos/network/network_state_unittest.cc       base::HexEncode(wifi_latin1.c_str(), wifi_latin1.length());
length            140 chromeos/network/network_state_unittest.cc       base::HexEncode(wifi_hex_result.c_str(), wifi_hex_result.length());
length             52 chromeos/process_proxy/process_output_watcher_unittest.cc     EXPECT_LT(received_from_out_, out_expectations_.length());
length             53 chromeos/process_proxy/process_output_watcher_unittest.cc     if (received_from_out_ >= out_expectations_.length())
length             59 chromeos/process_proxy/process_output_watcher_unittest.cc     received_from_out_ += data.length();
length             64 chromeos/process_proxy/process_output_watcher_unittest.cc     return received_from_out_ >= out_expectations_.length();
length            117 chromeos/process_proxy/process_output_watcher_unittest.cc       ssize_t test_size = test_str.length() * sizeof(*test_str.c_str());
length            161 chromeos/process_proxy/process_proxy.cc   size_t data_size = text.length() * sizeof(*text.c_str());
length             70 chromeos/process_proxy/process_proxy_unittest.cc     for (size_t i = 0; i < output.length(); i++) {
length             94 chromeos/process_proxy/process_proxy_unittest.cc     bool success = left_to_check_index_[stream] < expected_line_.length() &&
length             98 chromeos/process_proxy/process_proxy_unittest.cc     if (left_to_check_index_[stream] == expected_line_.length() &&
length            109 chromeos/process_proxy/process_proxy_unittest.cc     return left_to_check_index_[0] == expected_line_.length() &&
length            110 chromeos/process_proxy/process_proxy_unittest.cc         left_to_check_index_[1] == expected_line_.length() &&
length            461 chromeos/settings/timezone_settings.cc   return base::string16(id.getBuffer(), id.length());
length              9 cloud_print/gcp20/prototype/dns_packet_parser.cc DnsPacketParser::DnsPacketParser(const char* packet, size_t length)
length             11 cloud_print/gcp20/prototype/dns_packet_parser.cc       length_(length),
length             12 cloud_print/gcp20/prototype/dns_packet_parser.cc       record_parser_(packet, length, sizeof(header_)) {
length             13 cloud_print/gcp20/prototype/dns_packet_parser.cc   base::BigEndianReader reader(packet, length);
length             28 cloud_print/gcp20/prototype/dns_packet_parser.h   DnsPacketParser(const char* packet, size_t length);
length            292 cloud_print/service/win/cloud_print_service_config.cc   size_t length = item.GetWindowTextLength();
length            293 cloud_print/service/win/cloud_print_service_config.cc   base::string16 result(length + 1, L'\0');
length            566 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc     dll_path_len = static_cast<DWORD>(dll_path.value().length());
length            183 components/autofill/content/browser/wallet/wallet_service_url.cc   url_parse::Component query(0, query_str.length());
length            114 components/autofill/content/renderer/autofill_agent.cc     if ((*strings)[i].length() > kMaxDataLength)
length            537 components/autofill/content/renderer/autofill_agent.cc       (value.length() > kMaxDataLength ||
length            541 components/autofill/content/renderer/autofill_agent.cc          element.selectionEnd() != static_cast<int>(value.length()))))) {
length            642 components/autofill/content/renderer/autofill_agent.cc   node->setSelectionRange(node->value().length(),
length            643 components/autofill/content/renderer/autofill_agent.cc                           node->suggestedValue().length());
length            551 components/autofill/content/renderer/form_autofill_util.cc     int length = field->value().length();
length            552 components/autofill/content/renderer/form_autofill_util.cc     field->setSelectionRange(length, length);
length            585 components/autofill/content/renderer/form_autofill_util.cc     int start = field->value().length();
length            586 components/autofill/content/renderer/form_autofill_util.cc     int end = field->suggestedValue().length();
length            617 components/autofill/content/renderer/form_autofill_util.cc   size_t length = children.length();
length            618 components/autofill/content/renderer/form_autofill_util.cc   for (size_t i = 0; i < length; ++i) {
length           1087 components/autofill/content/renderer/form_autofill_util.cc         int length = control_element.value().length();
length           1088 components/autofill/content/renderer/form_autofill_util.cc         control_element.setSelectionRange(length, length);
length           1143 components/autofill/content/renderer/form_autofill_util.cc   for (size_t i = 0; i < children.length(); ++i) {
length            205 components/autofill/content/renderer/form_cache.cc         int length = input_element->value().length();
length            206 components/autofill/content/renderer/form_cache.cc         input_element->setSelectionRange(length, length);
length            322 components/autofill/content/renderer/password_autofill_agent.cc   if (element.value().length() > kMaximumTextSizeForAutocomplete)
length            811 components/autofill/content/renderer/password_autofill_agent.cc       username_element->setSelectionRange(current_username.length(),
length            812 components/autofill/content/renderer/password_autofill_agent.cc                                           username.length());
length            849 components/autofill/content/renderer/password_autofill_agent.cc       username.selectionEnd() != static_cast<int>(username.value().length())) {
length            110 components/autofill/core/browser/address.cc              (value.length() == 2u && IsStringASCII(value)));
length           1027 components/autofill/core/browser/autofill_country.cc   icu::UnicodeString icu_str(str.c_str(), str.length());
length            240 components/autofill/core/browser/autofill_download.cc     total_size += forms_in_query[i].length();
length            317 components/autofill/core/browser/autofill_download.cc       parser.Parse(response_body.data(), response_body.length(), true);
length            209 components/autofill/core/browser/autofill_field.cc   if (number.length() ==
length            304 components/autofill/core/browser/autofill_field.cc   DCHECK_EQ(20U, hash_bin.length());
length             59 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc   if (data.length() <= kMacLen)
length             68 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc   if (salt.length() != 20)
length             70 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc   for (size_t i = 0; i < salt.length(); ++i) {
length             53 components/autofill/core/browser/autofill_regexes.cc     const icu::UnicodeString icu_pattern(pattern.data(), pattern.length());
length             75 components/autofill/core/browser/autofill_regexes.cc   icu::UnicodeString icu_input(input.data(), input.length());
length             29 components/autofill/core/browser/autofill_xml_parser_unittest.cc     parser.Parse(xml.c_str(), xml.length(), true);
length             47 components/autofill/core/browser/autofill_xml_parser_unittest.cc     parser.Parse(xml.c_str(), xml.length(), true);
length             90 components/autofill/core/browser/credit_card.cc                                         months[i].length());
length            100 components/autofill/core/browser/credit_card.cc                                         months[i].length());
length             37 components/autofill/core/browser/crypto/rc4_decryptor.h     int data_size = data.length() * sizeof(wchar_t);
length             39 components/autofill/core/browser/crypto/rc4_decryptor.h     scoped_ptr<wchar_t[]> buffer(new wchar_t[data.length() + 1]);
length             40 components/autofill/core/browser/crypto/rc4_decryptor.h     memset(buffer.get(), 0, (data.length() + 1) * sizeof(wchar_t));
length             28 components/autofill/core/browser/data_driven_test.cc                                    static_cast<int>(content.length()));
length             29 components/autofill/core/browser/data_driven_test.cc   return write_size == static_cast<int>(content.length());
length            303 components/autofill/core/browser/form_structure.cc   icu::UnicodeString icu_input(input.data(), input.length());
length            311 components/autofill/core/browser/form_structure.cc                     static_cast<size_t>(replaced_string.length()),
length            539 components/autofill/core/browser/form_structure.cc   parser.Parse(response_xml.c_str(), response_xml.length(), true);
length            936 components/autofill/core/browser/form_structure.cc   DCHECK_EQ(20U, hash_bin.length());
length             25 components/autofill/core/browser/phone_number_i18n.cc   if (region.length() == 2)
length            144 components/autofill/core/browser/phone_number_i18n.cc     if (normalized_number.length() <= national_significant_number.length() &&
length             33 components/autofill/core/browser/validation.cc   if (year_cleaned.length() != 4)
length            136 components/autofill/core/browser/validation.cc   return code.length() == required_length;
length            185 components/autofill/core/browser/validation.cc   if (number_string.length() != 9 || !IsStringASCII(number_string))
length             31 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   if (sanitized_value.length() > AutofillTable::kMaxDataLength)
length            133 components/autofill/core/browser/webdata/autofill_table.cc               static_cast<int>(encrypted_data.length()));
length            479 components/autofill/core/browser/webdata/autofill_table.cc     next_prefix[next_prefix.length() - 1]++;
length            334 components/breakpad/browser/crash_handler_host_linux.cc   info->process_type_length = process_type_.length();
length            411 components/breakpad/browser/crash_handler_host_linux.cc   char* minidump_filename_str = new char[minidump_filename.length() + 1];
length            412 components/breakpad/browser/crash_handler_host_linux.cc   minidump_filename.copy(minidump_filename_str, minidump_filename.length());
length            413 components/breakpad/browser/crash_handler_host_linux.cc   minidump_filename_str[minidump_filename.length()] = '\0';
length            416 components/breakpad/browser/crash_handler_host_linux.cc   char* minidump_log_filename_str = new char[minidump_filename.length() + 1];
length            417 components/breakpad/browser/crash_handler_host_linux.cc   minidump_filename.copy(minidump_log_filename_str, minidump_filename.length());
length            418 components/breakpad/browser/crash_handler_host_linux.cc   memcpy(minidump_log_filename_str + minidump_filename.length() - 3, "log", 3);
length            419 components/breakpad/browser/crash_handler_host_linux.cc   minidump_log_filename_str[minidump_filename.length()] = '\0';
length             64 components/breakpad/tools/crash_service.cc     file.write(line.c_str(), static_cast<std::streamsize>(line.length()));
length            163 components/nacl/browser/nacl_file_host.cc   if (filename.length() > kMaxFileLength)
length            171 components/nacl/browser/nacl_file_host.cc   for (size_t i = 0; i < filename.length(); ++i) {
length             35 components/nacl/browser/nacl_validation_cache.cc   if (signature.length() == kValidationCacheEntrySize) {
length             50 components/nacl/browser/nacl_validation_cache.cc   if (signature.length() == kValidationCacheEntrySize) {
length             90 components/nacl/loader/nacl_helper_linux.cc   const size_t len = switch_prefix.length();
length            123 components/nacl/loader/nacl_ipc_adapter.cc                                           int64_t length) {
length            124 components/nacl/loader/nacl_ipc_adapter.cc   if (offset < 0 || length < 0)
length            126 components/nacl/loader/nacl_ipc_adapter.cc   if (std::numeric_limits<int64_t>::max() - length < offset)
length            128 components/nacl/loader/nacl_ipc_adapter.cc   int64_t max_offset = offset + length;
length            136 components/nacl/loader/nacl_ipc_adapter.cc     return length;
length            143 components/nacl/loader/nacl_ipc_adapter.cc                                               int64_t length) {
length            286 components/nacl/loader/nacl_ipc_adapter.cc   size_t dest_buffer_size = msg->iov[0].length;
length            364 components/nacl/loader/nacl_ipc_adapter.cc   size_t input_data_len = msg->iov[0].length;
length            404 components/nacl/loader/nacl_listener.cc     CHECK_EQ(params.validation_cache_key.length(), (size_t) 64);
length             23 components/nacl/loader/nacl_validation_query.cc   CHECK(profile_key.length() >= 8);
length             24 components/nacl/loader/nacl_validation_query.cc   CHECK(nacl_version.length() >= 4);
length             60 components/nacl/loader/nacl_validation_query.cc void NaClValidationQuery::AddData(const char* data, size_t length) {
length             72 components/nacl/loader/nacl_validation_query.cc   CHECK(hasher_.Sign(base::StringPiece(data, length),
length             78 components/nacl/loader/nacl_validation_query.cc void NaClValidationQuery::AddData(const unsigned char* data, size_t length) {
length             79 components/nacl/loader/nacl_validation_query.cc   AddData(reinterpret_cast<const char*>(data), length);
length             83 components/nacl/loader/nacl_validation_query.cc   AddData(data.data(), data.length());
length            123 components/nacl/loader/nacl_validation_query.cc static void AddData(void* query, const uint8* data, size_t length) {
length            124 components/nacl/loader/nacl_validation_query.cc   static_cast<NaClValidationQuery*>(query)->AddData(data, length);
length            148 components/nacl/loader/nacl_validation_query.cc     *file_path = static_cast<char*>(malloc(path.length() + 1));
length            150 components/nacl/loader/nacl_validation_query.cc     memcpy(*file_path, path.data(), path.length());
length            151 components/nacl/loader/nacl_validation_query.cc     (*file_path)[path.length()] = 0;
length            152 components/nacl/loader/nacl_validation_query.cc     *file_path_length = static_cast<uint32>(path.length());
length             49 components/nacl/loader/nacl_validation_query.h   void AddData(const char* data, size_t length);
length             50 components/nacl/loader/nacl_validation_query.h   void AddData(const unsigned char* data, size_t length);
length             46 components/nacl/loader/nacl_validation_query_unittest.cc               (int) signature.length());
length             59 components/nacl/loader/nacl_validation_query_unittest.cc               (int) signature.length());
length            309 components/nacl/zygote/nacl_fork_delegate_linux.cc                                     channel_switch.length()));
length            310 components/nacl/zygote/nacl_fork_delegate_linux.cc   if (nwritten != static_cast<int>(channel_switch.length())) {
length             34 components/os_crypt/os_crypt_win.cc   input.cbData = static_cast<DWORD>(plaintext.length());
length             55 components/os_crypt/os_crypt_win.cc   input.cbData = static_cast<DWORD>(ciphertext.length());
length            260 components/password_manager/core/browser/login_database.cc               static_cast<int>(encrypted_password.length()));
length            311 components/password_manager/core/browser/login_database.cc              static_cast<int>(encrypted_password.length()));
length            124 components/password_manager/core/browser/password_form_manager.cc                                                   form.origin.scheme().length();
length            127 components/password_manager/core/browser/password_form_manager.cc           observed_form_.origin.scheme().length();
length            453 components/password_manager/core/browser/password_form_manager.cc   if (observed_form_.old_password_element.length() != 0) {
length            558 components/password_manager/core/browser/password_form_manager.cc              (observed_form_.origin.spec().length() >
length            559 components/password_manager/core/browser/password_form_manager.cc               observed_form_.signon_realm.length()) &&
length             51 components/plugins/renderer/mobile_youtube_plugin.cc   if (path.length() <= len)
length             61 components/plugins/renderer/mobile_youtube_plugin.cc   for (unsigned i = len; i < path.length(); i++) {
length            127 components/plugins/renderer/plugin_placeholder.cc       width_str = width_str.substr(0, width_str.length() - 2);
length            134 components/plugins/renderer/plugin_placeholder.cc       height_str = height_str.substr(0, height_str.length() - 2);
length            231 components/plugins/renderer/plugin_placeholder.cc   if (message_.length() > 0)
length             78 components/plugins/renderer/webview_plugin.cc           it->c_str(), base::checked_cast<int, size_t>(it->length()));
length             79 components/plugins/renderer/webview_plugin.cc       total_bytes += it->length();
length             45 components/policy/core/browser/browser_policy_connector.cc   const icu::UnicodeString icu_pattern(pattern.data(), pattern.length());
length             48 components/policy/core/browser/browser_policy_connector.cc   icu::UnicodeString icu_input(domain.data(), domain.length());
length            251 components/policy/core/browser/url_blacklist_manager.cc   size_t host_length = lhs.host.length();
length            252 components/policy/core/browser/url_blacklist_manager.cc   size_t other_host_length = rhs.host.length();
length            256 components/policy/core/browser/url_blacklist_manager.cc   size_t path_length = lhs.path.length();
length            257 components/policy/core/browser/url_blacklist_manager.cc   size_t other_path_length = rhs.path.length();
length            228 components/policy/core/common/preg_parser_win.cc   if (mapped_file.length() > kMaxPRegFileSize) {
length            230 components/policy/core/common/preg_parser_win.cc                << mapped_file.length();
length            237 components/policy/core/common/preg_parser_win.cc   if (mapped_file.length() < kHeaderSize ||
length            248 components/policy/core/common/preg_parser_win.cc   const uint8* end = mapped_file.data() + mapped_file.length();
length            289 components/signin/core/browser/signin_manager.cc   const icu::UnicodeString icu_pattern(pattern.data(), pattern.length());
length            298 components/signin/core/browser/signin_manager.cc   icu::UnicodeString icu_input(username16.data(), username16.length());
length             86 components/signin/core/browser/webdata/token_service_table.cc              static_cast<int>(encrypted_token.length()));
length            309 components/storage_monitor/portable_device_watcher_win.cc   return ((device_name.length() >= 2) && (device_name[1] == L':') &&
length             63 components/storage_monitor/test_volume_mount_watcher_win.cc   if (device_path.value().length() > 3)
length             71 components/storage_monitor/volume_mount_watcher_win.cc     device = mount_point.substr(0, mount_point.length() - 1);
length            692 components/visitedlink/browser/visitedlink_master.cc   header->length = table_length_;
length            967 components/visitedlink/browser/visitedlink_master.cc         url.spec().data(), url.spec().length(), salt_));
length             88 components/visitedlink/common/visitedlink_common.h     uint32 length;
length             55 components/visitedlink/renderer/visitedlink_slave.cc   int32 table_len = header->length;
length           1204 components/wifi/wifi_service_win.cc   if (network_guid.length() <= DOT11_SSID_MAX_LENGTH) {
length           1205 components/wifi/wifi_service_win.cc     ssid.uSSIDLength = static_cast<ULONG>(network_guid.length());
length            130 components/wifi/wifi_test.cc     if (network_guid.length() > 0) {
length            187 components/wifi/wifi_test.cc     if (network_guid.length() > 0) {
length            196 components/wifi/wifi_test.cc     if (network_guid.length() > 0) {
length            367 content/browser/accessibility/browser_accessibility_android.cc   while (index < old_value_.length() &&
length            368 content/browser/accessibility/browser_accessibility_android.cc          index < new_value_.length() &&
length            376 content/browser/accessibility/browser_accessibility_android.cc   size_t old_len = old_value_.length();
length            377 content/browser/accessibility/browser_accessibility_android.cc   size_t new_len = new_value_.length();
length            394 content/browser/accessibility/browser_accessibility_android.cc   size_t old_len = old_value_.length();
length            395 content/browser/accessibility/browser_accessibility_android.cc   size_t new_len = new_value_.length();
length            428 content/browser/accessibility/browser_accessibility_android.cc   return value().length();
length           1900 content/browser/accessibility/browser_accessibility_win.cc   *n_characters = TextForIAccessibleText().length();
length           2032 content/browser/accessibility/browser_accessibility_win.cc   LONG len = text_str.length();
length             37 content/browser/android/date_time_chooser_android.cc                         static_cast<size_t>(sanitized.length()));
length             70 content/browser/android/interstitial_page_delegate_android.cc     if (sanitized_command.length() > 1 && sanitized_command[0] == '"') {
length             72 content/browser/android/interstitial_page_delegate_android.cc           1, sanitized_command.length() - 2);
length           1685 content/browser/appcache/appcache_storage_impl_unittest.cc       EXPECT_EQ(static_cast<int>(kCorruptData.length()),
length           1687 content/browser/appcache/appcache_storage_impl_unittest.cc                     index_file, kCorruptData.data(), kCorruptData.length()));
length            114 content/browser/appcache/view_appcache_internals_job.cc                         url_parse::Component(0, query.length()));
length            229 content/browser/appcache/view_appcache_internals_job.cc                         url_parse::Component(0, query.length()));
length            120 content/browser/byte_stream.cc                            size_t* length) OVERRIDE;
length            346 content/browser/byte_stream.cc                            size_t* length) {
length            351 content/browser/byte_stream.cc     *length = available_contents_.front().second;
length            353 content/browser/byte_stream.cc     unreported_consumed_bytes_ += *length;
length            179 content/browser/byte_stream.h                            size_t* length) = 0;
length            110 content/browser/dom_storage/dom_storage_database.cc                          value.string().length() * sizeof(base::char16));
length            300 content/browser/dom_storage/session_storage_database.cc         key.substr(0, current_namespace_start_key.length()) !=
length            306 content/browser/dom_storage/session_storage_database.cc           key.substr(namespace_prefix.length(),
length            307 content/browser/dom_storage/session_storage_database.cc                      key.length() - namespace_prefix.length() - 1);
length            314 content/browser/dom_storage/session_storage_database.cc       std::string origin = key.substr(current_namespace_start_key.length());
length            463 content/browser/dom_storage/session_storage_database.cc     std::string origin = key.substr(namespace_start_key.length());
length            575 content/browser/dom_storage/session_storage_database.cc         base::UTF8ToUTF16(key.substr(map_start_key.length()));
length            119 content/browser/dom_storage/session_storage_database_unittest.cc   size_t second_dash = key.find('-', namespace_prefix.length());
length            120 content/browser/dom_storage/session_storage_database_unittest.cc   if (second_dash != key.length() - 1)
length            125 content/browser/dom_storage/session_storage_database_unittest.cc       namespace_prefix.length(),
length            126 content/browser/dom_storage/session_storage_database_unittest.cc       second_dash - namespace_prefix.length());
length            137 content/browser/dom_storage/session_storage_database_unittest.cc   size_t second_dash = key.find('-', namespace_prefix.length());
length            138 content/browser/dom_storage/session_storage_database_unittest.cc   if (second_dash == std::string::npos || second_dash == key.length() - 1)
length            144 content/browser/dom_storage/session_storage_database_unittest.cc       namespace_prefix.length(),
length            145 content/browser/dom_storage/session_storage_database_unittest.cc       second_dash - namespace_prefix.length());
length            155 content/browser/dom_storage/session_storage_database_unittest.cc   size_t second_dash = key.find('-', map_prefix.length());
length            156 content/browser/dom_storage/session_storage_database_unittest.cc   if (second_dash != key.length() - 1)
length            159 content/browser/dom_storage/session_storage_database_unittest.cc   std::string map_id_str = key.substr(map_prefix.length(),
length            160 content/browser/dom_storage/session_storage_database_unittest.cc                                       second_dash - map_prefix.length());
length            172 content/browser/dom_storage/session_storage_database_unittest.cc   size_t second_dash = key.find('-', map_prefix.length());
length            173 content/browser/dom_storage/session_storage_database_unittest.cc   if (second_dash == std::string::npos || second_dash == key.length() - 1)
length            176 content/browser/dom_storage/session_storage_database_unittest.cc   std::string map_id_str = key.substr(map_prefix.length(),
length            177 content/browser/dom_storage/session_storage_database_unittest.cc                                       second_dash - map_prefix.length());
length             89 content/browser/download/base_file_unittest.cc   void UpdateHash(const char* data, size_t length) {
length             90 content/browser/download/base_file_unittest.cc     secure_hash_->Update(data, length);
length            182 content/browser/download/download_file_unittest.cc       size_t length = strlen(source_data);
length            183 content/browser/download/download_file_unittest.cc       scoped_refptr<net::IOBuffer> data = new net::IOBuffer(length);
length            184 content/browser/download/download_file_unittest.cc       memcpy(data->data(), source_data, length);
length            188 content/browser/download/download_file_unittest.cc                           SetArgPointee<1>(length),
length            594 content/browser/download/download_stats.cc void RecordFileBandwidth(size_t length,
length            606 content/browser/download/download_stats.cc       (1000 * length / elapsed_time_ms), 1, 50000000, 50);
length            609 content/browser/download/download_stats.cc       (1000 * length / disk_write_time_ms), 1, 50000000, 50);
length            199 content/browser/download/download_stats.h void RecordFileBandwidth(size_t length,
length             35 content/browser/download/file_metadata_linux.cc         source.spec().c_str(), source.spec().length(), 0);
length             39 content/browser/download/file_metadata_linux.cc         referrer.spec().c_str(), referrer.spec().length(), 0);
length            172 content/browser/download/save_package.cc          saved_main_file_path_.value().length() <= kMaxFilePathLength);
length            174 content/browser/download/save_package.cc          saved_main_directory_path_.value().length() < kMaxFilePathLength);
length            403 content/browser/download/save_package.cc                   static_cast<uint32>(base_dir.value().length()) +
length            434 content/browser/download/save_package.cc                                           dir_path.value().length() -
length            435 content/browser/download/save_package.cc                                           file_name_ext.length());
length            441 content/browser/download/save_package.cc   if (static_cast<int>(pure_file_name->length()) <= available_length)
length           1273 content/browser/download/save_package.cc   base::FilePath::StringType ext = name.Extension().length() ?
length            110 content/browser/download/save_package_unittest.cc     long_file_name.reserve(kMaxFilePathLength + long_file_name.length());
length            111 content/browser/download/save_package_unittest.cc     while (long_file_name.length() < kMaxFilePathLength)
length            114 content/browser/download/save_package_unittest.cc         kMaxFilePathLength - 9 - temp_dir_.path().value().length());
length            217 content/browser/download/save_package_unittest.cc   EXPECT_TRUE(filename.length() < long_file.length());
length            223 content/browser/download/save_package_unittest.cc   EXPECT_TRUE(filename.length() < long_file.length());
length            231 content/browser/download/save_package_unittest.cc   EXPECT_TRUE(filename2.length() < long_file.length());
length            256 content/browser/download/save_package_unittest.cc   EXPECT_TRUE(filename.length() <= kMaxFileNameLength-ext.length());
length            290 content/browser/fileapi/blob_url_request_job_unittest.cc       int64 length = base::checked_cast<int64>(it->length());
length            291 content/browser/fileapi/blob_url_request_job_unittest.cc       CHECK(length <= kint64max - total);
length            292 content/browser/fileapi/blob_url_request_job_unittest.cc       total += length;
length            432 content/browser/fileapi/blob_url_request_job_unittest.cc   int64 first = 0, last = 0, length = 0;
length            434 content/browser/fileapi/blob_url_request_job_unittest.cc       request_->response_headers()->GetContentRange(&first, &last, &length));
length            437 content/browser/fileapi/blob_url_request_job_unittest.cc   EXPECT_EQ(GetTotalBlobLength(), length);
length            448 content/browser/fileapi/blob_url_request_job_unittest.cc   expected_response_ = result.substr(result.length() - 10);
length            454 content/browser/fileapi/blob_url_request_job_unittest.cc   int64 first = 0, last = 0, length = 0;
length            456 content/browser/fileapi/blob_url_request_job_unittest.cc       request_->response_headers()->GetContentRange(&first, &last, &length));
length            459 content/browser/fileapi/blob_url_request_job_unittest.cc   EXPECT_EQ(total, length);
length            190 content/browser/fileapi/file_system_dir_url_request_job_unittest.cc   void TruncateFile(const base::StringPiece file_name, int64 length) {
length            194 content/browser/fileapi/file_system_dir_url_request_job_unittest.cc         context.get(), CreateURL(path), length));
length            235 content/browser/fileapi/file_system_dir_url_request_job_unittest.cc     base::UTF16ToUTF8(date_ustr.getBuffer(), date_ustr.length(), &date_str);
length           1050 content/browser/fileapi/file_system_operation_impl_unittest.cc   int length = 17;
length           1051 content/browser/fileapi/file_system_operation_impl_unittest.cc   operation_runner()->Truncate(file, length, RecordStatusCallback());
length           1060 content/browser/fileapi/file_system_operation_impl_unittest.cc   EXPECT_EQ(length, GetFileSize("file"));
length           1062 content/browser/fileapi/file_system_operation_impl_unittest.cc   EXPECT_EQ(length, base::ReadFile(platform_path, data, length));
length           1063 content/browser/fileapi/file_system_operation_impl_unittest.cc   for (int i = 0; i < length; ++i) {
length           1071 content/browser/fileapi/file_system_operation_impl_unittest.cc   length = 3;
length           1072 content/browser/fileapi/file_system_operation_impl_unittest.cc   operation_runner()->Truncate(file, length, RecordStatusCallback());
length           1080 content/browser/fileapi/file_system_operation_impl_unittest.cc   EXPECT_EQ(length, GetFileSize("file"));
length           1081 content/browser/fileapi/file_system_operation_impl_unittest.cc   EXPECT_EQ(length, base::ReadFile(platform_path, data, length));
length           1082 content/browser/fileapi/file_system_operation_impl_unittest.cc   for (int i = 0; i < length; ++i)
length            172 content/browser/fileapi/file_writer_delegate_unittest.cc         remaining_bytes_(content.length()),
length            424 content/browser/fileapi/fileapi_message_filter.cc     int64 length) {
length            435 content/browser/fileapi/fileapi_message_filter.cc       url, length,
length            539 content/browser/fileapi/fileapi_message_filter.cc   if (item.length() == 0) {
length            632 content/browser/fileapi/fileapi_message_filter.cc   stream->AddData(item.bytes(), item.length());
length            118 content/browser/fileapi/fileapi_message_filter.h   void OnTruncate(int request_id, const GURL& path, int64 length);
length            341 content/browser/fileapi/obfuscated_file_util_unittest.cc     const int length = arraysize(data) - 1;
length            350 content/browser/fileapi/obfuscated_file_util_unittest.cc     ASSERT_EQ(length, base::WritePlatformFile(file_handle, 0, data, length));
length            354 content/browser/fileapi/obfuscated_file_util_unittest.cc     EXPECT_EQ(length, GetSize(data_path));
length            365 content/browser/fileapi/obfuscated_file_util_unittest.cc     EXPECT_EQ(length, file_info1.size);
length            370 content/browser/fileapi/obfuscated_file_util_unittest.cc               ofu()->Truncate(context.get(), url, length * 2));
length            371 content/browser/fileapi/obfuscated_file_util_unittest.cc     EXPECT_EQ(length * 2, GetSize(data_path));
length           2391 content/browser/fileapi/obfuscated_file_util_unittest.cc   const int length = 33;
length           2394 content/browser/fileapi/obfuscated_file_util_unittest.cc                 AllowUsageIncrease(length)->context(), file, length));
length           2395 content/browser/fileapi/obfuscated_file_util_unittest.cc   ASSERT_EQ(length, ComputeTotalFileSize());
length           2400 content/browser/fileapi/obfuscated_file_util_unittest.cc                 AllowUsageIncrease(-length)->context(), file,
length           2409 content/browser/fileapi/obfuscated_file_util_unittest.cc                 AllowUsageIncrease(length)->context(), file, length));
length           2410 content/browser/fileapi/obfuscated_file_util_unittest.cc   ASSERT_EQ(length, ComputeTotalFileSize());
length           2415 content/browser/fileapi/obfuscated_file_util_unittest.cc                 AllowUsageIncrease(-length)->context(), file,
length            555 content/browser/frame_host/navigation_controller_impl_unittest.cc   const int length = 5;
length            556 content/browser/frame_host/navigation_controller_impl_unittest.cc   std::vector<unsigned char> post_data_vector(raw_data, raw_data+length);
length           1308 content/browser/frame_host/navigation_controller_impl_unittest.cc   const int length = 11;
length           1309 content/browser/frame_host/navigation_controller_impl_unittest.cc   std::vector<unsigned char> post_data_vector(raw_data, raw_data+length);
length            202 content/browser/frame_host/navigation_entry_impl_unittest.cc   const int length = 11;
length            205 content/browser/frame_host/navigation_entry_impl_unittest.cc   std::vector<unsigned char> post_data_vector(raw_data, raw_data+length);
length             16 content/browser/gamepad/gamepad_platform_data_fetcher.cc   pads->length = 0;
length             93 content/browser/gamepad/gamepad_platform_data_fetcher_linux.cc   data_.length = WebGamepads::itemsLengthCap;
length            104 content/browser/gamepad/gamepad_platform_data_fetcher_linux.cc   pads->length = data_.length;
length            117 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc       pads->length++;
length            151 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc       pads->length++;
length            163 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc     pads->length = 0;
length             69 content/browser/gamepad/gamepad_provider_unittest.cc   test_data.length = 1;
length            104 content/browser/gamepad/gamepad_provider_unittest.cc   EXPECT_EQ(1u, output.length);
length            116 content/browser/gamepad/gamepad_provider_unittest.cc   no_button_data.length = 1;
length            449 content/browser/gamepad/xbox_data_fetcher_mac.cc   const UInt8 length = 3;
length            453 content/browser/gamepad/xbox_data_fetcher_mac.cc   UInt8* buffer = new UInt8[length];
length            455 content/browser/gamepad/xbox_data_fetcher_mac.cc   buffer[1] = length;
length            460 content/browser/gamepad/xbox_data_fetcher_mac.cc                                                    (UInt32)length,
length            516 content/browser/gamepad/xbox_data_fetcher_mac.cc void XboxController::ProcessXbox360Packet(size_t length) {
length            517 content/browser/gamepad/xbox_data_fetcher_mac.cc   if (length < 2)
length            519 content/browser/gamepad/xbox_data_fetcher_mac.cc   DCHECK(length <= read_buffer_size_);
length            520 content/browser/gamepad/xbox_data_fetcher_mac.cc   if (length > read_buffer_size_) {
length            526 content/browser/gamepad/xbox_data_fetcher_mac.cc   if (buffer[1] != length)
length            532 content/browser/gamepad/xbox_data_fetcher_mac.cc   length -= 2;
length            535 content/browser/gamepad/xbox_data_fetcher_mac.cc       if (length != sizeof(Xbox360ButtonData))
length            544 content/browser/gamepad/xbox_data_fetcher_mac.cc       if (length != 3)
length            557 content/browser/gamepad/xbox_data_fetcher_mac.cc void XboxController::ProcessXboxOnePacket(size_t length) {
length            558 content/browser/gamepad/xbox_data_fetcher_mac.cc   if (length < 2)
length            560 content/browser/gamepad/xbox_data_fetcher_mac.cc   DCHECK(length <= read_buffer_size_);
length            561 content/browser/gamepad/xbox_data_fetcher_mac.cc   if (length > read_buffer_size_) {
length            569 content/browser/gamepad/xbox_data_fetcher_mac.cc   length -= 4;
length            572 content/browser/gamepad/xbox_data_fetcher_mac.cc       if (length != sizeof(XboxOneButtonData))
length            602 content/browser/gamepad/xbox_data_fetcher_mac.cc   const UInt8 length = 2;
length            606 content/browser/gamepad/xbox_data_fetcher_mac.cc   UInt8* buffer = new UInt8[length];
length            612 content/browser/gamepad/xbox_data_fetcher_mac.cc                                                    (UInt32)length,
length             92 content/browser/gamepad/xbox_data_fetcher_mac.h   void ProcessXbox360Packet(size_t length);
length             93 content/browser/gamepad/xbox_data_fetcher_mac.h   void ProcessXboxOnePacket(size_t length);
length           1211 content/browser/gpu/gpu_process_host.cc   if (!key.compare(0, prefix.length(), prefix))
length            228 content/browser/gpu/shader_disk_cache.cc       shader_.length(),
length            534 content/browser/indexed_db/indexed_db_backing_store.cc   size_t component_length = leveldb_dir.BaseName().value().length();
length            633 content/browser/indexed_db/indexed_db_backing_store.cc       base::WritePlatformFile(file, 0, output_js.c_str(), output_js.length());
length            635 content/browser/indexed_db/indexed_db_backing_store.cc   return size_t(written) == output_js.length();
length            281 content/browser/indexed_db/indexed_db_leveldb_coding.cc   size_t length = value.length();
length            283 content/browser/indexed_db/indexed_db_leveldb_coding.cc   into->resize(into->size() + length * sizeof(base::char16));
length            288 content/browser/indexed_db/indexed_db_leveldb_coding.cc   for (unsigned i = 0; i < length; ++i)
length            293 content/browser/indexed_db/indexed_db_leveldb_coding.cc   EncodeVarInt(value.length(), into);
length            299 content/browser/indexed_db/indexed_db_leveldb_coding.cc   EncodeVarInt(value.length(), into);
length            315 content/browser/indexed_db/indexed_db_leveldb_coding.cc       size_t length = value.array().size();
length            316 content/browser/indexed_db/indexed_db_leveldb_coding.cc       EncodeVarInt(length, into);
length            317 content/browser/indexed_db/indexed_db_leveldb_coding.cc       for (size_t i = 0; i < length; ++i)
length            441 content/browser/indexed_db/indexed_db_leveldb_coding.cc   size_t length = slice->size() / sizeof(base::char16);
length            443 content/browser/indexed_db/indexed_db_leveldb_coding.cc   decoded.reserve(length);
length            446 content/browser/indexed_db/indexed_db_leveldb_coding.cc   for (unsigned i = 0; i < length; ++i)
length            450 content/browser/indexed_db/indexed_db_leveldb_coding.cc   slice->remove_prefix(length * sizeof(base::char16));
length            458 content/browser/indexed_db/indexed_db_leveldb_coding.cc   int64 length = 0;
length            459 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (!DecodeVarInt(slice, &length) || length < 0)
length            461 content/browser/indexed_db/indexed_db_leveldb_coding.cc   size_t bytes = length * sizeof(base::char16);
length            477 content/browser/indexed_db/indexed_db_leveldb_coding.cc   int64 length = 0;
length            478 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (!DecodeVarInt(slice, &length) || length < 0)
length            480 content/browser/indexed_db/indexed_db_leveldb_coding.cc   size_t size = length;
length            502 content/browser/indexed_db/indexed_db_leveldb_coding.cc       int64 length = 0;
length            503 content/browser/indexed_db/indexed_db_leveldb_coding.cc       if (!DecodeVarInt(slice, &length) || length < 0)
length            506 content/browser/indexed_db/indexed_db_leveldb_coding.cc       while (length--) {
length            619 content/browser/indexed_db/indexed_db_leveldb_coding.cc       int64 length;
length            620 content/browser/indexed_db/indexed_db_leveldb_coding.cc       if (!DecodeVarInt(slice, &length))
length            622 content/browser/indexed_db/indexed_db_leveldb_coding.cc       while (length--) {
length            629 content/browser/indexed_db/indexed_db_leveldb_coding.cc       int64 length = 0;
length            630 content/browser/indexed_db/indexed_db_leveldb_coding.cc       if (!DecodeVarInt(slice, &length) || length < 0)
length            632 content/browser/indexed_db/indexed_db_leveldb_coding.cc       if (slice->size() < static_cast<size_t>(length))
length            634 content/browser/indexed_db/indexed_db_leveldb_coding.cc       slice->remove_prefix(length);
length            638 content/browser/indexed_db/indexed_db_leveldb_coding.cc       int64 length = 0;
length            639 content/browser/indexed_db/indexed_db_leveldb_coding.cc       if (!DecodeVarInt(slice, &length) || length < 0)
length            641 content/browser/indexed_db/indexed_db_leveldb_coding.cc       if (slice->size() < static_cast<size_t>(length) * sizeof(base::char16))
length            643 content/browser/indexed_db/indexed_db_leveldb_coding.cc       slice->remove_prefix(length * sizeof(base::char16));
length            447 content/browser/loader/resource_dispatcher_host_browsertest.cc       "Location", request.relative_url.substr(request_path.length()));
length             28 content/browser/loader/upload_data_stream_builder.cc       : net::UploadBytesElementReader(element.bytes(), element.length()),
length             52 content/browser/loader/upload_data_stream_builder.cc                                      element.length(),
length            129 content/browser/loader/upload_data_stream_builder.cc                 element.length(),
length             36 content/browser/loader/upload_data_stream_builder_unittest.cc           element.length() == bytes_reader->length() &&
length             37 content/browser/loader/upload_data_stream_builder_unittest.cc           std::equal(element.bytes(), element.bytes() + element.length(),
length             45 content/browser/loader/upload_data_stream_builder_unittest.cc           file_reader->range_length() == element.length() &&
length             83 content/browser/loader/upload_data_stream_builder_unittest.cc   EXPECT_EQ(kData, std::string(r1->bytes(), r1->length()));
length            121 content/browser/loader/upload_data_stream_builder_unittest.cc       static_cast<int>(blob_data->items().at(0).length()));
length            125 content/browser/loader/upload_data_stream_builder_unittest.cc       blob_data->items().at(1).length(),
length            135 content/browser/loader/upload_data_stream_builder_unittest.cc   request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
length            138 content/browser/loader/upload_data_stream_builder_unittest.cc                                 upload_element2.length(),
length            178 content/browser/loader/upload_data_stream_builder_unittest.cc   request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
length            181 content/browser/loader/upload_data_stream_builder_unittest.cc                                 upload_element2.length(),
length            197 content/browser/loader/upload_data_stream_builder_unittest.cc   request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
length            200 content/browser/loader/upload_data_stream_builder_unittest.cc                                 upload_element2.length(),
length            217 content/browser/loader/upload_data_stream_builder_unittest.cc   request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
length            221 content/browser/loader/upload_data_stream_builder_unittest.cc                                 upload_element2.length(),
length            238 content/browser/loader/upload_data_stream_builder_unittest.cc   request_body->AppendBytes(upload_element1.bytes(), upload_element1.length());
length            243 content/browser/loader/upload_data_stream_builder_unittest.cc                                 upload_element2.length(),
length             43 content/browser/media/capture/desktop_capture_device_aura_unittest.cc                     int length,
length             49 content/browser/media/capture/desktop_capture_device_unittest.cc                     int length,
length             53 content/browser/media/capture/web_contents_capture_util.cc                                      device_id.length() - sep_pos - 1);
length            340 content/browser/media/capture/web_contents_video_capture_device_unittest.cc       int length,
length           1009 content/browser/net/sqlite_persistent_cookie_store.cc                            static_cast<int>(encrypted_value.length()));
length            549 content/browser/net/sqlite_persistent_cookie_store_unittest.cc   EXPECT_NE(0U, contents.length());
length            603 content/browser/net/sqlite_persistent_cookie_store_unittest.cc   EXPECT_NE(0U, contents.length());
length            584 content/browser/plugin_service_impl.cc       plugin_name.erase(plugin_name.length() - kPluginExtension.length());
length            364 content/browser/renderer_host/gtk_im_context_wrapper.cc   return !is_composing_text_ && commit_text_.length() == 1;
length            368 content/browser/renderer_host/gtk_im_context_wrapper.cc   return commit_text_.length() || is_composition_changed_;
length            421 content/browser/renderer_host/gtk_im_context_wrapper.cc   if (commit_text_.length()) {
length            453 content/browser/renderer_host/gtk_im_context_wrapper.cc     if (composition_.text.length()) {
length            539 content/browser/renderer_host/gtk_im_context_wrapper.cc   if (composition_.text.length())
length            563 content/browser/renderer_host/gtk_im_context_wrapper.cc   if (composition_.text.length()) {
length            593 content/browser/renderer_host/gtk_im_context_wrapper.cc   gtk_im_context_set_surrounding(context, text.c_str(), text.length(),
length             66 content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc       event.length = 0;
length            149 content/browser/renderer_host/ime_adapter_android.cc       blink::WebCompositionUnderline(0, text16.length(), SK_ColorBLACK,
length            155 content/browser/renderer_host/ime_adapter_android.cc     new_cursor_pos = text16.length() + new_cursor_pos - 1;
length            218 content/browser/renderer_host/java/java_bound_object.cc       size_t length = str.length();
length            221 content/browser/renderer_host/java/java_bound_object.cc       char* buffer = static_cast<char*>(malloc(length));
length            222 content/browser/renderer_host/java/java_bound_object.cc       str.copy(buffer, length, 0);
length            223 content/browser/renderer_host/java/java_bound_object.cc       STRINGN_TO_NPVARIANT(buffer, length, *result);
length            466 content/browser/renderer_host/java/java_bound_object.cc jobject CreateJavaArray(const JavaType& type, jsize length) {
length            470 content/browser/renderer_host/java/java_bound_object.cc       return env->NewBooleanArray(length);
length            472 content/browser/renderer_host/java/java_bound_object.cc       return env->NewByteArray(length);
length            474 content/browser/renderer_host/java/java_bound_object.cc       return env->NewCharArray(length);
length            476 content/browser/renderer_host/java/java_bound_object.cc       return env->NewShortArray(length);
length            478 content/browser/renderer_host/java/java_bound_object.cc       return env->NewIntArray(length);
length            480 content/browser/renderer_host/java/java_bound_object.cc       return env->NewLongArray(length);
length            482 content/browser/renderer_host/java/java_bound_object.cc       return env->NewFloatArray(length);
length            484 content/browser/renderer_host/java/java_bound_object.cc       return env->NewDoubleArray(length);
length            487 content/browser/renderer_host/java/java_bound_object.cc       return env->NewObjectArray(length, clazz.obj(), NULL);
length            601 content/browser/renderer_host/java/java_bound_object.cc   jsize length = -1;
length            604 content/browser/renderer_host/java/java_bound_object.cc     length = NPVARIANT_TO_INT32(length_variant);
length            608 content/browser/renderer_host/java/java_bound_object.cc     length = static_cast<jsize>(NPVARIANT_TO_DOUBLE(length_variant));
length            611 content/browser/renderer_host/java/java_bound_object.cc   if (length == -1) {
length            617 content/browser/renderer_host/java/java_bound_object.cc   jobject result = CreateJavaArray(target_inner_type, length);
length            620 content/browser/renderer_host/java/java_bound_object.cc   for (jsize i = 0; i < length; ++i) {
length             68 content/browser/renderer_host/media/audio_renderer_host_unittest.cc   MOCK_METHOD2(OnStreamCreated, void(int stream_id, int length));
length            109 content/browser/renderer_host/media/audio_renderer_host_unittest.cc                        uint32 length) {
length            112 content/browser/renderer_host/media/audio_renderer_host_unittest.cc     CHECK(shared_memory_->Map(length));
length            114 content/browser/renderer_host/media/audio_renderer_host_unittest.cc     shared_memory_length_ = length;
length            126 content/browser/renderer_host/media/audio_renderer_host_unittest.cc     OnStreamCreated(stream_id, length);
length            146 content/browser/renderer_host/media/midi_host.cc     size_t length,
length            157 content/browser/renderer_host/media/midi_host.cc   received_messages_queues_[port]->Add(data, length);
length             41 content/browser/renderer_host/media/midi_host.h                                size_t length,
length            127 content/browser/renderer_host/media/video_capture_controller.cc                                       int length,
length            291 content/browser/renderer_host/media/video_capture_controller.cc     int length,
length            398 content/browser/renderer_host/media/video_capture_controller.cc                         length,
length             43 content/browser/renderer_host/media/video_capture_controller_event_handler.h                                int length,
length             54 content/browser/renderer_host/media/video_capture_controller_unittest.cc                                int length, int buffer_id) OVERRIDE {
length             59 content/browser/renderer_host/media/video_capture_host.cc     int length,
length             64 content/browser/renderer_host/media/video_capture_host.cc                  this, controller_id, handle, length, buffer_id));
length            120 content/browser/renderer_host/media/video_capture_host.cc     int length,
length            128 content/browser/renderer_host/media/video_capture_host.cc                                      length, buffer_id));
length             83 content/browser/renderer_host/media/video_capture_host.h                                int length,
length            147 content/browser/renderer_host/media/video_capture_host.h       int length,
length            122 content/browser/renderer_host/media/video_capture_host_unittest.cc                     int length,
length            201 content/browser/renderer_host/media/video_capture_host_unittest.cc                                   uint32 length,
length            203 content/browser/renderer_host/media/video_capture_host_unittest.cc     OnNewBufferCreated(device_id, handle, length, buffer_id);
length            205 content/browser/renderer_host/media/video_capture_host_unittest.cc     dib->Map(length);
length             53 content/browser/renderer_host/media/video_capture_manager_unittest.cc                                int length, int buffer_id) OVERRIDE {}
length             58 content/browser/renderer_host/p2p/socket_host.cc bool ValidateRtpHeader(char* rtp, int length) {
length             61 content/browser/renderer_host/p2p/socket_host.cc   if (rtp_hdr_len_without_extn > length) {
length             78 content/browser/renderer_host/p2p/socket_host.cc   if (rtp_hdr_len_without_extn + kRtpExtnHdrLen + extn_length > length) {
length            167 content/browser/renderer_host/p2p/socket_host.cc bool ApplyPacketOptions(char* data, int length,
length            171 content/browser/renderer_host/p2p/socket_host.cc   DCHECK(length > 0);
length            179 content/browser/renderer_host/p2p/socket_host.cc   DCHECK(!IsDtlsPacket(data, length));
length            188 content/browser/renderer_host/p2p/socket_host.cc       data, length, &rtp_start_pos, &rtp_length)) {
length            210 content/browser/renderer_host/p2p/socket_host.cc     char* packet, int length, int* rtp_start_pos, int* rtp_packet_length) {
length            223 content/browser/renderer_host/p2p/socket_host.cc     if (length < kTurnChannelHdrLen) {
length            229 content/browser/renderer_host/p2p/socket_host.cc     if (length < rtp_length + kTurnChannelHdrLen) {
length            233 content/browser/renderer_host/p2p/socket_host.cc     if (length <= P2PSocketHost::kStunHeaderSize) {
length            239 content/browser/renderer_host/p2p/socket_host.cc     if (stun_msg_len + P2PSocketHost::kStunHeaderSize != length) {
length            268 content/browser/renderer_host/p2p/socket_host.cc       if (length < attr_length + rtp_begin) {
length            284 content/browser/renderer_host/p2p/socket_host.cc       if (length < rtp_length + rtp_begin) {
length            300 content/browser/renderer_host/p2p/socket_host.cc     rtp_length = length;
length            316 content/browser/renderer_host/p2p/socket_host.cc bool UpdateRtpAbsSendTimeExtn(char* rtp, int length,
length            413 content/browser/renderer_host/p2p/socket_host.cc   uint16 length = base::NetToHost16(*reinterpret_cast<const uint16*>(data + 2));
length            414 content/browser/renderer_host/p2p/socket_host.cc   if (length != data_size - kStunHeaderSize)
length             34 content/browser/renderer_host/p2p/socket_host.h CONTENT_EXPORT bool ApplyPacketOptions(char* data, int length,
length             40 content/browser/renderer_host/p2p/socket_host.h CONTENT_EXPORT bool GetRtpPacketStartPositionAndLength(char* data, int length,
length             44 content/browser/renderer_host/p2p/socket_host.h CONTENT_EXPORT bool UpdateRtpAbsSendTimeExtn(char* rtp, int length,
length            294 content/browser/renderer_host/pepper/pepper_file_io_host.cc     int64_t length) {
length            299 content/browser/renderer_host/pepper/pepper_file_io_host.cc   if (length < 0)
length            308 content/browser/renderer_host/pepper/pepper_file_io_host.cc       length,
length             63 content/browser/renderer_host/pepper/pepper_file_io_host.h                              int64_t length);
length            106 content/browser/renderer_host/pepper/pepper_file_io_host.h                      int64_t length);
length             75 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc   EXPECT_EQ(AddressDiff(&web_gamepads.length, &web_gamepads),
length             76 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc             AddressDiff(&ppapi_gamepads.length, &ppapi_gamepads));
length            131 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc   default_data.length = 1;
length            190 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc   EXPECT_EQ(button_down_data.length, buffer->buffer.length);
length            105 content/browser/renderer_host/pepper/pepper_socket_utils.cc                                                 serial_number.length()));
length            113 content/browser/renderer_host/pepper/pepper_socket_utils.cc       base::BinaryValue::CreateWithCopiedBuffer(der.data(), der.length()));
length            118 content/browser/renderer_host/pepper/pepper_socket_utils.cc                           uint32_t length,
length            121 content/browser/renderer_host/pepper/pepper_socket_utils.cc       net::X509Certificate::CreateFromBytes(der, length);
length             46 content/browser/renderer_host/pepper/pepper_socket_utils.h                           uint32_t length,
length            337 content/browser/renderer_host/pepper/pepper_tcp_socket.cc                                                 serial_number.length()));
length            345 content/browser/renderer_host/pepper/pepper_tcp_socket.cc       base::BinaryValue::CreateWithCopiedBuffer(der.data(), der.length()));
length            352 content/browser/renderer_host/pepper/pepper_tcp_socket.cc     uint32_t length,
length            355 content/browser/renderer_host/pepper/pepper_tcp_socket.cc       net::X509Certificate::CreateFromBytes(der, length);
length           1224 content/browser/renderer_host/render_message_filter.cc   ExtTextOut(hdc, 0, 0, ETO_GLYPH_INDEX, 0, str.c_str(), str.length(), NULL);
length           1267 content/browser/renderer_host/render_view_host_impl.cc   if (title.length() > kMaxTitleChars) {
length            548 content/browser/renderer_host/render_widget_host_view_android.cc   size_t n = range.length();
length            550 content/browser/renderer_host/render_widget_host_view_android.cc   DCHECK(pos + n <= text.length()) << "The text can not fully cover range.";
length            551 content/browser/renderer_host/render_widget_host_view_android.cc   if (pos >= text.length()) {
length           1070 content/browser/renderer_host/render_widget_host_view_aura.cc   size_t n = range.length();
length           1072 content/browser/renderer_host/render_widget_host_view_aura.cc   DCHECK(pos + n <= text.length()) << "The text can not fully cover range.";
length           1073 content/browser/renderer_host/render_widget_host_view_aura.cc   if (pos >= text.length()) {
length           2370 content/browser/renderer_host/render_widget_host_view_aura.cc   range->set_end(selection_text_offset_ + selection_text_.length());
length           2403 content/browser/renderer_host/render_widget_host_view_aura.cc       selection_text_offset_ + selection_text_.length());
length           2415 content/browser/renderer_host/render_widget_host_view_aura.cc         range.length());
length            449 content/browser/renderer_host/render_widget_host_view_base.cc       selection_range_.length());
length            960 content/browser/renderer_host/render_widget_host_view_gtk.cc   size_t n = range.length();
length            962 content/browser/renderer_host/render_widget_host_view_gtk.cc   DCHECK(pos + n <= text.length()) << "The text can not fully cover range.";
length            963 content/browser/renderer_host/render_widget_host_view_gtk.cc   if (pos >= text.length()) {
length           1421 content/browser/renderer_host/render_widget_host_view_gtk.cc   DCHECK(offset <= selection_text_.length());
length           1423 content/browser/renderer_host/render_widget_host_view_gtk.cc   if (offset == selection_text_.length()) {
length           1425 content/browser/renderer_host/render_widget_host_view_gtk.cc     *cursor_index = text->length();
length            462 content/browser/session_history_browsertest.cc   int length;
length            466 content/browser/session_history_browsertest.cc       &length));
length            467 content/browser/session_history_browsertest.cc   EXPECT_EQ(1, length);
length            474 content/browser/session_history_browsertest.cc       &length));
length            475 content/browser/session_history_browsertest.cc   EXPECT_EQ(2, length);
length            483 content/browser/session_history_browsertest.cc       &length));
length            484 content/browser/session_history_browsertest.cc   EXPECT_EQ(3, length);
length            495 content/browser/session_history_browsertest.cc       &length));
length            496 content/browser/session_history_browsertest.cc   EXPECT_EQ(2, length);
length             16 content/browser/speech/audio_buffer.cc AudioChunk::AudioChunk(const uint8* data, size_t length, int bytes_per_sample)
length             17 content/browser/speech/audio_buffer.cc     : data_string_(reinterpret_cast<const char*>(data), length),
length             19 content/browser/speech/audio_buffer.cc   DCHECK_EQ(length % bytes_per_sample, 0U);
length             55 content/browser/speech/audio_buffer.cc void AudioBuffer::Enqueue(const uint8* data, size_t length) {
length             56 content/browser/speech/audio_buffer.cc   chunks_.push_back(new AudioChunk(data, length, bytes_per_sample_));
length             73 content/browser/speech/audio_buffer.cc     resulting_length += (*it)->data_string_.length();
length             22 content/browser/speech/audio_buffer.h   AudioChunk(const uint8* data, size_t length, int bytes_per_sample);
length             50 content/browser/speech/audio_buffer.h   void Enqueue(const uint8* data, size_t length);
length             40 content/browser/speech/chunked_byte_buffer.cc void ChunkedByteBuffer::Append(const uint8* start, size_t length) {
length             41 content/browser/speech/chunked_byte_buffer.cc   size_t remaining_bytes = length;
length             70 content/browser/speech/chunked_byte_buffer.cc     DCHECK_LE(next_data + insert_length, start + length);
length             94 content/browser/speech/chunked_byte_buffer.cc   DCHECK_EQ(next_data, start + length);
length             95 content/browser/speech/chunked_byte_buffer.cc   total_bytes_stored_ += length;
length             34 content/browser/speech/chunked_byte_buffer.h   void Append(const uint8* start, size_t length);
length            163 content/browser/web_contents/web_drag_source_gtk.cc                                   utf8_text.length());
length            175 content/browser/web_contents/web_drag_source_gtk.cc                              utf8_text.length());
length            192 content/browser/web_contents/web_drag_source_gtk.cc           drop_data_->file_contents.length());
length            321 content/browser/web_contents/web_drag_source_gtk.cc                         generated_download_file_name.value().length());
length             20 content/child/blink_glue.cc   web_file_info->length = file_info.size;
length            783 content/child/blink_platform_impl.cc     unsigned char* buffer, size_t length) {
length            784 content/child/blink_platform_impl.cc   base::RandBytes(buffer, length);
length            126 content/child/blink_platform_impl.h       unsigned char* buffer, size_t length);
length             26 content/child/fileapi/webfilewriter_base.cc void WebFileWriterBase::truncate(long long length) {
length             30 content/child/fileapi/webfilewriter_base.cc   DoTruncate(path_, length);
length             27 content/child/fileapi/webfilewriter_base.h   virtual void truncate(long long length);
length            114 content/child/ftp_directory_listing_response_delegate.cc   if (response_url.path().length() > 1) {
length            122 content/child/ftp_directory_listing_response_delegate.cc   client_->didReceiveData(loader_, data.data(), data.length(), -1);
length            407 content/child/npapi/npobject_stub.cc   script_string.UTF8Length = static_cast<unsigned int>(script.length());
length            206 content/child/npapi/plugin_host.cc                              uint32 length,
length            286 content/child/npapi/plugin_host.cc           size_t new_body_size = length - static_cast<int>(start - buf);
length            992 content/child/npapi/plugin_host.cc   *value = static_cast<char*>(NPN_MemAlloc(result.length() + 1));
length            993 content/child/npapi/plugin_host.cc   base::strlcpy(*value, result.c_str(), result.length() + 1);
length            994 content/child/npapi/plugin_host.cc   *len = result.length();
length             40 content/child/npapi/plugin_host.h                           uint32 length,
length            414 content/child/npapi/plugin_instance.cc void PluginInstance::DidReceiveManualData(const char* buffer, int length) {
length            417 content/child/npapi/plugin_instance.cc     plugin_data_stream_->DidReceiveData(buffer, length, 0);
length            534 content/child/npapi/plugin_instance.cc         base::IntToString(range_list->offset + range_list->length - 1);
length            216 content/child/npapi/plugin_instance.h   void DidReceiveManualData(const char* buffer, int length);
length             50 content/child/npapi/plugin_stream.cc                         uint32 length,
length             55 content/child/npapi/plugin_stream.cc   stream_.end = length;
length            110 content/child/npapi/plugin_stream.cc int PluginStream::Write(const char* buffer, const int length,
length            120 content/child/npapi/plugin_stream.cc   if (WriteToFile(buffer, length) &&
length            121 content/child/npapi/plugin_stream.cc       WriteToPlugin(buffer, length, data_offset)) {
length            122 content/child/npapi/plugin_stream.cc     return length;
length            128 content/child/npapi/plugin_stream.cc bool PluginStream::WriteToFile(const char* buf, size_t length) {
length            134 content/child/npapi/plugin_stream.cc       bytes = WriteBytes(buf, length);
length            136 content/child/npapi/plugin_stream.cc     } while (bytes > 0U && totalBytesWritten < length);
length            138 content/child/npapi/plugin_stream.cc     if (totalBytesWritten != length) {
length            146 content/child/npapi/plugin_stream.cc bool PluginStream::WriteToPlugin(const char* buf, const int length,
length            155 content/child/npapi/plugin_stream.cc   int written = TryWriteToPlugin(buf, length, data_offset);
length            159 content/child/npapi/plugin_stream.cc   if (written < length) {
length            161 content/child/npapi/plugin_stream.cc     size_t remaining = length - written;
length            188 content/child/npapi/plugin_stream.cc int PluginStream::TryWriteToPlugin(const char* buf, const int length,
length            195 content/child/npapi/plugin_stream.cc   while (byte_offset < length) {
length            196 content/child/npapi/plugin_stream.cc     int bytes_remaining = length - byte_offset;
length            227 content/child/npapi/plugin_stream.cc   return length;
length             41 content/child/npapi/plugin_stream.h             uint32 length,
length            100 content/child/npapi/plugin_stream.h   size_t WriteBytes(const char* buf, size_t length);
length            103 content/child/npapi/plugin_stream.h   bool WriteToFile(const char* buf, size_t length);
length            107 content/child/npapi/plugin_stream.h   bool WriteToPlugin(const char* buf, const int length, const int data_offset);
length            111 content/child/npapi/plugin_stream.h   int TryWriteToPlugin(const char* buf, const int length,
length             29 content/child/npapi/plugin_stream_posix.cc size_t PluginStream::WriteBytes(const char* buf, size_t length) {
length             30 content/child/npapi/plugin_stream_posix.cc   return fwrite(buf, sizeof(char), length, temp_file_);
length            129 content/child/npapi/plugin_stream_url.cc void PluginStreamUrl::DidReceiveData(const char* buffer, int length,
length            138 content/child/npapi/plugin_stream_url.cc   if (length > 0) {
length            141 content/child/npapi/plugin_stream_url.cc     if (Write(const_cast<char*>(buffer), length, data_offset) > 0) {
length             54 content/child/npapi/plugin_stream_url.h                               int length,
length             25 content/child/npapi/plugin_stream_win.cc size_t PluginStream::WriteBytes(const char *buf, size_t length) {
length             28 content/child/npapi/plugin_stream_win.cc   if (!WriteFile(temp_file_handle_, buf, length, &bytes, 0))
length             28 content/child/npapi/plugin_string_stream.cc   int length = static_cast<int>(data.length());
length             29 content/child/npapi/plugin_string_stream.cc   if (Open(mime_type, std::string(), length, 0, false)) {
length             31 content/child/npapi/plugin_string_stream.cc     int written = Write(data.c_str(), length, 0);
length             32 content/child/npapi/plugin_string_stream.cc     NPReason reason = written == length ? NPRES_DONE : NPRES_NETWORK_ERR;
length            112 content/child/npapi/webplugin_delegate.h   virtual void DidReceiveManualData(const char* buffer, int length) = 0;
length            234 content/child/npapi/webplugin_delegate_impl.cc                                                  int length) {
length            235 content/child/npapi/webplugin_delegate_impl.cc   instance()->DidReceiveManualData(buffer, length);
length            114 content/child/npapi/webplugin_delegate_impl.h   virtual void DidReceiveManualData(const char* buffer, int length) OVERRIDE;
length            155 content/child/npapi/webplugin_delegate_impl_win.cc     ULONG  length,
length             79 content/child/npapi/webplugin_ime_win.cc     composition_attributes_.assign(text.length(), ATTR_CONVERTED);
length             83 content/child/npapi/webplugin_ime_win.cc     composition_attributes_.assign(text.length(), ATTR_INPUT);
length            117 content/child/npapi/webplugin_ime_win.cc     for (size_t i = 0; i < result_text_.length(); ++i) {
length            128 content/child/npapi/webplugin_ime_win.cc   result_clauses_[1] = result_text_.length();
length            223 content/child/npapi/webplugin_ime_win.cc       src_size = instance->composition_text_.length() * sizeof(wchar_t);
length            228 content/child/npapi/webplugin_ime_win.cc       src_size = instance->composition_attributes_.length();
length            244 content/child/npapi/webplugin_ime_win.cc       src_size = instance->result_text_.length() * sizeof(wchar_t);
length             29 content/child/npapi/webplugin_resource_client.h   virtual void DidReceiveData(const char* buffer, int length,
length             62 content/child/site_isolation_policy.cc   size_t length = data.length();
length             66 content/child/site_isolation_policy.cc     size_t signature_length = signature.length();
length             67 content/child/site_isolation_policy.cc     if (length < signature_length)
length            422 content/child/site_isolation_policy.cc   while (data.length() > 0) {
length            472 content/child/site_isolation_policy.cc   size_t length = data.length();
length            473 content/child/site_isolation_policy.cc   for (size_t i = 0; i < length && state < kColonState; ++i) {
length            100 content/child/site_isolation_policy.h       int length, std::string* alternative_data);
length            147 content/child/web_url_loader_impl.cc     info->content_length = data->length();
length             53 content/child/webblobregistry_impl.cc         DCHECK(!data_item.offset && data_item.length == -1);
length             58 content/child/webblobregistry_impl.cc         if (data_item.length) {
length             63 content/child/webblobregistry_impl.cc               static_cast<uint64>(data_item.length),
length             70 content/child/webblobregistry_impl.cc         if (data_item.length) {
length             75 content/child/webblobregistry_impl.cc               static_cast<uint64>(data_item.length));
length             81 content/child/webblobregistry_impl.cc         if (data_item.length) {
length             88 content/child/webblobregistry_impl.cc               static_cast<uint64>(data_item.length),
length            343 content/child/webcrypto/shared_crypto_unittest.cc     unsigned short length) {
length            345 content/child/webcrypto/shared_crypto_unittest.cc       aes_alg_id, new blink::WebCryptoAesKeyGenParams(length));
length            738 content/child/webcrypto/shared_crypto_unittest.cc     size_t length = test_input.size();
length            744 content/child/webcrypto/shared_crypto_unittest.cc       size_t chunk_length = std::min(kChunkSizeBytes, length - chunk_index);
length            294 content/common/android/address_parser_internal.cc     char length;
length            346 content/common/android/address_parser_internal.cc   int length = first_word.end - first_word.begin;
length            347 content/common/android/address_parser_internal.cc   if (length < 2 || !IsAsciiAlpha(*first_word.begin))
length            359 content/common/android/address_parser_internal.cc   if (length == 2 && IsAsciiAlpha(*(first_word.begin + 1))) {
length            378 content/common/android/address_parser_internal.cc     if (state_names[state].first_word_length != length)
length            389 content/common/android/address_parser_internal.cc       if (pos >= state_names[state].length) {
length            416 content/common/android/address_parser_internal.cc   size_t length = word.end - word.begin;
length            417 content/common/android/address_parser_internal.cc   if (length != kZipDigits && length != kZipPlus4Digits + 1)
length            517 content/common/android/address_parser_internal.cc     char length;
length            605 content/common/android/address_parser_internal.cc   int length = std::distance(word.begin, word.end);
length            608 content/common/android/address_parser_internal.cc     if (location_names[i].length != length &&
length            610 content/common/android/address_parser_internal.cc          location_names[i].length + 1 != length)) {
length            224 content/common/cc_messages.cc   int length = 0;
length            225 content/common/cc_messages.cc   if (!m->ReadData(iter, &data, &length))
length            228 content/common/cc_messages.cc   if ((length > 0) &&
length            231 content/common/cc_messages.cc         data, length, SkImageFilter::GetFlattenableType());
length             13 content/common/child_process_sandbox_support_impl_shm_linux.cc int MakeSharedMemorySegmentViaIPC(size_t length, bool executable) {
length             16 content/common/child_process_sandbox_support_impl_shm_linux.cc   request.WriteUInt32(length);
length             14 content/common/dom_storage/dom_storage_map.cc   return (key.length() + value.length()) * sizeof(base::char16);
length            756 content/common/gpu/client/gl_helper.cc   GLint length = strlen(source);
length            757 content/common/gpu/client/gl_helper.cc   gl_->ShaderSource(shader, 1, &source, &length);
length            727 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   GLsizei length = 0;
length            731 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc       program, index, max_name_length, &length, &size, &type, name.get());
length            735 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   info.name = blink::WebString::fromUTF8(name.get(), length);
length            753 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   GLsizei length = 0;
length            757 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc       program, index, max_name_length, &length, &size, &type, name.get());
length            761 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   info.name = blink::WebString::fromUTF8(name.get(), length);
length            969 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   GLint length = strlen(string);
length            970 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   gl_->ShaderSource(shader, 1, &string, &length);
length            578 content/common/gpu/media/exynos_video_encode_accelerator.cc     dqbuf.length   = arraysize(planes);
length            607 content/common/gpu/media/exynos_video_encode_accelerator.cc     dqbuf.length   = 2;
length            685 content/common/gpu/media/exynos_video_encode_accelerator.cc     dqbuf.length   = 2;
length            711 content/common/gpu/media/exynos_video_encode_accelerator.cc     dqbuf.length   = 1;
length            794 content/common/gpu/media/exynos_video_encode_accelerator.cc       qbuf.m.planes[0].length    = input_allocated_size_.GetArea();
length            798 content/common/gpu/media/exynos_video_encode_accelerator.cc       qbuf.m.planes[1].length    = input_allocated_size_.GetArea() / 4;
length            802 content/common/gpu/media/exynos_video_encode_accelerator.cc       qbuf.m.planes[2].length    = input_allocated_size_.GetArea() / 4;
length            805 content/common/gpu/media/exynos_video_encode_accelerator.cc       qbuf.length = 3;
length            845 content/common/gpu/media/exynos_video_encode_accelerator.cc   qbuf.length           = 2;
length            871 content/common/gpu/media/exynos_video_encode_accelerator.cc   qbuf.length    = 2;
length            898 content/common/gpu/media/exynos_video_encode_accelerator.cc   qbuf.length                = 1;
length           1441 content/common/gpu/media/exynos_video_encode_accelerator.cc     buffer.length   = arraysize(planes);
length           1443 content/common/gpu/media/exynos_video_encode_accelerator.cc     void* address = mmap(NULL, buffer.m.planes[0].length,
length           1451 content/common/gpu/media/exynos_video_encode_accelerator.cc     mfc_output_buffer_map_[i].length = buffer.m.planes[0].length;
length           1524 content/common/gpu/media/exynos_video_encode_accelerator.cc              mfc_output_buffer_map_[i].length);
length             91 content/common/gpu/media/exynos_video_encode_accelerator.h     size_t length;
length             28 content/common/gpu/media/tegra_v4l2_video_device.cc                                size_t length,
length             33 content/common/gpu/media/tegra_v4l2_video_device.cc typedef int32 (*TegraV4L2Munmap)(void* addr, size_t length);
length            127 content/common/gpu/media/v4l2_video_decode_accelerator.cc       length(0),
length            778 content/common/gpu/media/v4l2_video_decode_accelerator.cc     if (input_record.bytes_used + size > input_record.length) {
length            817 content/common/gpu/media/v4l2_video_decode_accelerator.cc   if (size > input_record.length - input_record.bytes_used) {
length           1020 content/common/gpu/media/v4l2_video_decode_accelerator.cc     dqbuf.length = 1;
length           1051 content/common/gpu/media/v4l2_video_decode_accelerator.cc     dqbuf.length = output_planes_count_;
length           1107 content/common/gpu/media/v4l2_video_decode_accelerator.cc   qbuf.length                = 1;
length           1156 content/common/gpu/media/v4l2_video_decode_accelerator.cc   qbuf.length = output_planes_count_;
length           1685 content/common/gpu/media/v4l2_video_decode_accelerator.cc     buffer.length   = 1;
length           1688 content/common/gpu/media/v4l2_video_decode_accelerator.cc                                   buffer.m.planes[0].length,
length           1697 content/common/gpu/media/v4l2_video_decode_accelerator.cc     input_buffer_map_[i].length = buffer.m.planes[0].length;
length           1767 content/common/gpu/media/v4l2_video_decode_accelerator.cc                       input_buffer_map_[i].length);
length            147 content/common/gpu/media/v4l2_video_decode_accelerator.h     size_t length;          // mmap() length.
length            168 content/common/gpu/media/video_decode_accelerator_unittest.cc       if (!md5_string->length())
length            174 content/common/gpu/media/video_decode_accelerator_unittest.cc       CHECK_EQ(static_cast<int>(md5_string->length()),
length            728 content/common/gpu/media/video_decode_accelerator_unittest.cc   output->WriteAtCurrentPos(s.data(), s.length());
length            735 content/common/gpu/media/video_decode_accelerator_unittest.cc     output->WriteAtCurrentPos(s.data(), s.length());
length           1146 content/common/gpu/media/video_decode_accelerator_unittest.cc   file.WriteAtCurrentPos(content.data(), content.length());
length            456 content/common/gpu/media/video_encode_accelerator_unittest.cc   num_frames_in_stream_ = test_stream_.input_file.length() / input_buffer_size_;
length            460 content/common/gpu/media/video_encode_accelerator_unittest.cc            test_stream_.input_file.length());
length            536 content/common/gpu/media/video_encode_accelerator_unittest.cc   CHECK_LE(position + input_buffer_size_, test_stream_.input_file.length());
length            574 content/common/gpu/media/video_encode_accelerator_unittest.cc     size_t bytes_left = test_stream_.input_file.length() - pos_in_input_stream_;
length             87 content/common/indexed_db/indexed_db_key.cc                      (binary.length() * sizeof(std::string::value_type))) {}
length             93 content/common/indexed_db/indexed_db_key.cc                      (string.length() * sizeof(base::string16::value_type))) {}
length            205 content/common/page_state_serialization.cc void WriteData(const void* data, int length, SerializeObject* obj) {
length            206 content/common/page_state_serialization.cc   obj->pickle.WriteData(static_cast<const char*>(data), length);
length            209 content/common/page_state_serialization.cc void ReadData(SerializeObject* obj, const void** data, int* length) {
length            211 content/common/page_state_serialization.cc   if (obj->pickle.ReadData(&obj->iter, &tmp, length)) {
length            216 content/common/page_state_serialization.cc     *length = 0;
length            258 content/common/page_state_serialization.cc   int length = 0;
length            260 content/common/page_state_serialization.cc   ReadData(obj, &tmp, &length);
length            261 content/common/page_state_serialization.cc   if (length == static_cast<int>(sizeof(double))) {
length            322 content/common/page_state_serialization.cc     size_t length_in_bytes = str.string().length() * sizeof(base::char16);
length            456 content/common/page_state_serialization.cc       int length = -1;
length            457 content/common/page_state_serialization.cc       ReadData(obj, &data, &length);
length            458 content/common/page_state_serialization.cc       if (length >= 0) {
length            460 content/common/page_state_serialization.cc                              length);
length            382 content/common/page_state_serialization_unittest.cc     size_t length = std::min(base64.size() - offset, kRowSize);
length            383 content/common/page_state_serialization_unittest.cc     std::string segment(&base64[offset], length);
length             42 content/common/resource_messages.cc       m->WriteData(p.bytes(), static_cast<int>(p.length()));
length             48 content/common/resource_messages.cc       WriteParam(m, p.length());
length             55 content/common/resource_messages.cc       WriteParam(m, p.length());
length             63 content/common/resource_messages.cc       WriteParam(m, p.length());
length             85 content/common/resource_messages.cc       uint64 offset, length;
length             91 content/common/resource_messages.cc       if (!ReadParam(m, iter, &length))
length             95 content/common/resource_messages.cc       r->SetToFilePathRange(file_path, offset, length,
length            101 content/common/resource_messages.cc       uint64 offset, length;
length            107 content/common/resource_messages.cc       if (!ReadParam(m, iter, &length))
length            111 content/common/resource_messages.cc       r->SetToFileSystemUrlRange(file_system_url, offset, length,
length            118 content/common/resource_messages.cc       uint64 offset, length;
length            123 content/common/resource_messages.cc       if (!ReadParam(m, iter, &length))
length            125 content/common/resource_messages.cc       r->SetToBlobRange(blob_uuid, offset, length);
length             22 content/common/resource_request_body.cc     uint64 offset, uint64 length,
length             25 content/common/resource_request_body.cc   elements_.back().SetToFilePathRange(file_path, offset, length,
length             35 content/common/resource_request_body.cc     const GURL& url, uint64 offset, uint64 length,
length             38 content/common/resource_request_body.cc   elements_.back().SetToFileSystemUrlRange(url, offset, length,
length             35 content/common/resource_request_body.h                        uint64 offset, uint64 length,
length             38 content/common/resource_request_body.h   void AppendFileSystemFileRange(const GURL& url, uint64 offset, uint64 length,
length            175 content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc     size_t length) {
length             29 content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h                                              size_t length);
length            300 content/public/android/java/src/org/chromium/content/browser/ChildProcessConnectionImpl.java             ParcelFileDescriptor[] parcelFiles = new ParcelFileDescriptor[fileInfos.length];
length            301 content/public/android/java/src/org/chromium/content/browser/ChildProcessConnectionImpl.java             for (int i = 0; i < fileInfos.length; i++) {
length            284 content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java                 return command.substring(switchKeyPrefix.length());
length            313 content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java         assert fileIds.length == fileFds.length && fileFds.length == fileAutoClose.length;
length            314 content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java         FileDescriptorInfo[] filesToBeMapped = new FileDescriptorInfo[fileFds.length];
length            315 content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java         for (int i = 0; i < fileFds.length; i++) {
length           2415 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         assert items.length == enabled.length;
length           2417 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         for (int i = 0; i < items.length; i++) {
length            199 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java                     if (values.length > 4) {
length            266 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java         if (R.length != 9)
length            274 content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java             if (headerBuilder.length() > 0) headerBuilder.append(delimiter);
length            123 content/public/android/java/src/org/chromium/content/browser/PepperPluginManager.java             if (ret.length() > 0) {
length             73 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java                     &&  filenames.size() >= sMandatoryPaks.length) {
length             88 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java                 if (p.length() > 0) p.append('|');
length             93 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java                 if (p.length() > 0) p.append('|');
length            137 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java                         if (output.length() == 0) {
length            217 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java             if (timestamps.length != 1) {
length            354 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java         return sMandatoryPaks.length == 1 && "".equals(sMandatoryPaks[0]);
length            372 content/public/android/java/src/org/chromium/content/browser/accessibility/AccessibilityInjector.java             for (int i = 0; i < pattern.length; ++i) {
length            498 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java             spannable.setSpan(new URLSpan(""), 0, spannable.length(), 0);
length             26 content/public/android/java/src/org/chromium/content/browser/crypto/ByteArrayGenerator.java             if (bytes.length != fis.read(bytes)) {
length            145 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         selectionStart = Math.min(selectionStart, text.length());
length            146 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         selectionEnd = Math.min(selectionEnd, text.length());
length            147 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         compositionStart = Math.min(compositionStart, text.length());
length            148 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         compositionEnd = Math.min(compositionEnd, text.length());
length            154 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java             mEditable.replace(0, mEditable.length(), text);
length            227 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java                 newCursorPosition, text.length() > 0);
length            279 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         et.partialEndOffset = mEditable.length();
length            317 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         int availableAfter = mEditable.length() - Selection.getSelectionEnd(mEditable);
length            398 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         int textLength = mEditable.length();
length            421 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         int textLength = mEditable.length();
length            286 content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java         if (text.length() != 1) return COMPOSITION_KEY_CODE;
length            222 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java             mPasteViews = new View[POPUP_LAYOUT_ATTRS.length];
length            223 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java             mPasteViewLayouts = new int[POPUP_LAYOUT_ATTRS.length];
length            226 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java             for (int i = 0; i < attrs.length(); ++i) {
length             72 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java             for (int i = 0; i < selected.length; ++i) {
length             85 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java             if (selected.length > 0) {
length            134 content/public/android/javatests/src/org/chromium/content/browser/ContentCommandLineTest.java         String[] args = new String[INIT_SWITCHES.length - 1];
length            135 content/public/android/javatests/src/org/chromium/content/browser/ContentCommandLineTest.java         System.arraycopy(INIT_SWITCHES, 1, args, 0, args.length);
length            307 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java         assertEquals(expectedAngles.length, values.length);
length            309 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java         for (int i = 0; i < expectedAngles.length; ++i) {
length             73 content/public/android/javatests/src/org/chromium/content/browser/DownloadInfoTest.java         if (method.getParameterTypes().length == 0) {
length            100 content/public/android/javatests/src/org/chromium/content/browser/DownloadInfoTest.java         if (method.getParameterTypes().length == 1) {
length             21 content/public/android/javatests/src/org/chromium/content/browser/EncodeHtmlDataUriTest.java         return dataUri.substring(DATA_URI_PREFIX.length());
length             48 content/public/android/javatests/src/org/chromium/content/browser/ImportantFileWriterAndroidTest.java             byte[] fileData = new byte[(int) testFile.length()];
length             53 content/public/android/javatests/src/org/chromium/content/browser/ImportantFileWriterAndroidTest.java             assertEquals("Data length wrong", data.length, fileData.length);
length             54 content/public/android/javatests/src/org/chromium/content/browser/ImportantFileWriterAndroidTest.java             for (int i = 0; i < data.length; i++) {
length            100 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java         assertEquals(3, result.length);
length            124 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java         assertEquals(0, mTestObject.waitForIntArray().length);
length            160 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java         assertEquals(3, result.length);
length            185 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java         long length = Integer.MAX_VALUE + 1L;
length            186 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java         executeJavaScript("testObject.setIntArray({length: " + length + "});");
length            191 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java         length = Integer.MAX_VALUE + 1L - Integer.MIN_VALUE + 1L;
length            192 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java         executeJavaScript("testObject.setIntArray({length: " + length + "});");
length            201 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java         assertEquals(4, result.length);
length            236 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java         assertEquals(2, result.length);
length             86 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationIntegrationTest.java         for (int i = 0; i < values.length; ++i) {
length             46 content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java             if (mFrameCount >= mFramePeriods.length) {
length            104 content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java         Arrays.sort(collector.mFramePeriods, 0, collector.mFramePeriods.length);
length            105 content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java         long medianFramePeriod = collector.mFramePeriods[collector.mFramePeriods.length / 2];
length             23 content/public/common/child_process_sandbox_support_linux.h CONTENT_EXPORT int MakeSharedMemorySegmentViaIPC(size_t length,
length             57 content/public/common/common_param_traits.cc   DCHECK(p.possibly_invalid_spec().length() <= content::GetMaxURLChars());
length             76 content/public/common/common_param_traits.cc   if (!m->ReadString(iter, &s) || s.length() > content::GetMaxURLChars()) {
length            128 content/public/renderer/content_renderer_client.cc     const char* canonical_url, size_t length) {
length            222 content/public/renderer/content_renderer_client.h                                              size_t length);
length             23 content/public/test/unittest_test_suite.cc                                              size_t length) OVERRIDE {
length             24 content/public/test/unittest_test_suite.cc     base::RandBytes(buffer, length);
length            178 content/renderer/accessibility/blink_ax_tree_source.cc   if (src.valueDescription().length()) {
length            220 content/renderer/accessibility/blink_ax_tree_source.cc   if (src.accessKey().length()) {
length            224 content/renderer/accessibility/blink_ax_tree_source.cc   if (src.actionVerb().length())
length            232 content/renderer/accessibility/blink_ax_tree_source.cc   if (src.accessibilityDescription().length()) {
length            240 content/renderer/accessibility/blink_ax_tree_source.cc   if (src.helpText().length())
length            242 content/renderer/accessibility/blink_ax_tree_source.cc   if (src.keyboardShortcut().length()) {
length             60 content/renderer/android/content_detector.cc   for (size_t start_offset = 0; start_offset < content.length();) {
length             68 content/renderer/android/content_detector.cc       DCHECK(content_end <= content.length());
length             52 content/renderer/android/email_detector.cc   icu::UnicodeString input(utf16_input.data(), utf16_input.length());
length             66 content/renderer/android/email_detector.cc     base::UTF16ToUTF8(content_ustr.getBuffer(), content_ustr.length(),
length             82 content/renderer/android/phone_number_detector.cc         base::UTF8ToUTF16(utf8_input.substr(0, match.start())).length();
length             83 content/renderer/android/phone_number_detector.cc     *end_pos = *start_pos + base::UTF8ToUTF16(match.raw_string()).length();
length             55 content/renderer/browser_plugin/browser_plugin_bindings.cc   size_t length = in.size();
length             56 content/renderer/browser_plugin/browser_plugin_bindings.cc   NPUTF8 *chars = static_cast<NPUTF8 *>(malloc(length));
length             61 content/renderer/browser_plugin/browser_plugin_bindings.cc   memcpy(chars, in.c_str(), length);
length             62 content/renderer/browser_plugin/browser_plugin_bindings.cc   STRINGN_TO_NPVARIANT(chars, length, *variant);
length            131 content/renderer/browser_plugin/browser_plugin_browsertest.cc   int length = v8_str->Utf8Length() + 1;
length            132 content/renderer/browser_plugin/browser_plugin_browsertest.cc   scoped_ptr<char[]> str(new char[length]);
length            133 content/renderer/browser_plugin/browser_plugin_browsertest.cc   v8_str->WriteUtf8(str.get(), length);
length            107 content/renderer/dom_serializer_browsertest.cc   charset_info.erase(0, charset_info.length());
length            118 content/renderer/dom_serializer_browsertest.cc       int remaining_length = content.length() - pos - 7;
length            252 content/renderer/dom_serializer_browsertest.cc       WebData data(contents.data(), contents.length());
length            516 content/renderer/dom_serializer_browsertest.cc       pos += htmlTag.length();
length            563 content/renderer/dom_serializer_browsertest.cc       pos += htmlTag.length();
length            708 content/renderer/dom_serializer_browsertest.cc     ASSERT_TRUE(head_element.childNodes().length() == 0);
length            727 content/renderer/dom_serializer_browsertest.cc     ASSERT_TRUE(head_element.childNodes().length() == 1);
length             62 content/renderer/dom_storage/dom_storage_cached_area.cc   if (key.length() + value.length() > kPerStorageAreaQuota)
length             27 content/renderer/dom_storage/webstoragearea_impl.h   virtual unsigned length();
length            388 content/renderer/gpu/gpu_benchmarking_extension.cc     if (dirname.length() == 0)
length            400 content/renderer/gpu/gpu_benchmarking_extension.cc         base::FilePath::StringType(*dirname, *dirname + dirname.length()));
length            407 content/renderer/gpu/gpu_benchmarking_extension.cc           isolate, msg.c_str(), v8::String::kNormalString, msg.length())));
length            145 content/renderer/media/android/audio_decoder_android.cc   uint32_t ReadUnsignedInteger(const uint8_t* buffer, size_t length);
length            198 content/renderer/media/android/audio_decoder_android.cc                                           size_t length) {
length            201 content/renderer/media/android/audio_decoder_android.cc   if (length == 0 || length > sizeof(value)) {
length            202 content/renderer/media/android/audio_decoder_android.cc     DCHECK(false) << "ReadUnsignedInteger: Invalid length: " << length;
length            207 content/renderer/media/android/audio_decoder_android.cc   for (size_t k = length; k > 0; --k)
length            292 content/renderer/media/android/renderer_media_player_manager.cc   if (web_session_id.length() > kMaxWebSessionIdLength) {
length            124 content/renderer/media/audio_input_message_filter.cc     uint32 length,
length            144 content/renderer/media/audio_input_message_filter.cc   delegate->OnStreamCreated(handle, socket_handle, length, total_segments);
length             70 content/renderer/media/audio_input_message_filter.h                        uint32 length,
length            176 content/renderer/media/audio_message_filter.cc     uint32 length) {
length            195 content/renderer/media/audio_message_filter.cc   delegate->OnStreamCreated(handle, socket_handle, length);
length             85 content/renderer/media/audio_message_filter.h                        uint32 length);
length             31 content/renderer/media/audio_message_filter_unittest.cc                                int length) OVERRIDE {
length             34 content/renderer/media/audio_message_filter_unittest.cc     length_ = length;
length            102 content/renderer/media/audio_message_filter_unittest.cc   EXPECT_EQ(kLength, delegate.length());
length            697 content/renderer/media/buffered_resource_loader.cc       content_range_str.substr(kUpThroughBytesUnit.length());
length            702 content/renderer/media/buffered_resource_loader.cc       slash_offset < dash_offset || slash_offset + 1 == range_spec.length()) {
length            712 content/renderer/media/buffered_resource_loader.cc   if (slash_offset == range_spec.length() - 2 &&
length             16 content/renderer/media/media_stream_audio_level_calculator.cc int MaxAmplitude(const int16* audio_data, int length) {
length             18 content/renderer/media/media_stream_audio_level_calculator.cc   for (int i = 0; i < length; ++i) {
length             41 content/renderer/media/media_stream_audio_processor_unittest.cc void ReadDataFromSpeechFile(char* data, int length) {
length             51 content/renderer/media/media_stream_audio_processor_unittest.cc   EXPECT_EQ(length, base::ReadFile(file, data, length));
length             52 content/renderer/media/media_stream_audio_processor_unittest.cc   DCHECK(data_file_size64 > length);
length             73 content/renderer/media/media_stream_audio_processor_unittest.cc     const size_t length = packet_size * kNumberOfPacketsForTest;
length             74 content/renderer/media/media_stream_audio_processor_unittest.cc     scoped_ptr<char[]> capture_data(new char[length]);
length             75 content/renderer/media/media_stream_audio_processor_unittest.cc     ReadDataFromSpeechFile(capture_data.get(), length);
length            185 content/renderer/media/midi_message_filter.cc                                      size_t length,
length            187 content/renderer/media/midi_message_filter.cc   if (length > kMaxUnacknowledgedBytesSent) {
length            193 content/renderer/media/midi_message_filter.cc   std::vector<uint8> v(data, data + length);
length             41 content/renderer/media/midi_message_filter.h                     size_t length,
length             30 content/renderer/media/renderer_webmidiaccessor_impl.cc     size_t length,
length             35 content/renderer/media/renderer_webmidiaccessor_impl.cc       length,
length             28 content/renderer/media/renderer_webmidiaccessor_impl.h                             size_t length,
length             98 content/renderer/media/rtc_data_channel_handler.cc   talk_base::Buffer buffer(utf8_buffer.c_str(), utf8_buffer.length());
length            104 content/renderer/media/rtc_data_channel_handler.cc bool RtcDataChannelHandler::sendRawData(const char* data, size_t length) {
length            105 content/renderer/media/rtc_data_channel_handler.cc   talk_base::Buffer buffer(data, length);
length            152 content/renderer/media/rtc_data_channel_handler.cc     webkit_client_->didReceiveRawData(buffer.data.data(), buffer.data.length());
length            155 content/renderer/media/rtc_data_channel_handler.cc     if (!base::UTF8ToUTF16(buffer.data.data(), buffer.data.length(), &utf16)) {
length             44 content/renderer/media/rtc_data_channel_handler.h   virtual bool sendRawData(const char* data, size_t length) OVERRIDE;
length            212 content/renderer/media/video_capture_impl.cc     int length, int buffer_id) {
length            223 content/renderer/media/video_capture_impl.cc   if (!shm->Map(length)) {
length            232 content/renderer/media/video_capture_impl.cc                                                   length))).second;
length            103 content/renderer/media/video_capture_impl.h                                int length,
length            106 content/renderer/media/video_capture_message_filter.cc     int length,
length            120 content/renderer/media/video_capture_message_filter.cc   delegate->OnBufferCreated(handle, length, buffer_id);
length             34 content/renderer/media/video_capture_message_filter.h                                  int length,
length             97 content/renderer/media/video_capture_message_filter.h                        int length,
length             29 content/renderer/media/video_capture_message_filter_unittest.cc                                      int length,
length             64 content/renderer/media/webrtc/webrtc_local_audio_track_adapter_unittest.cc   const int length = params_.frames_per_buffer() * params_.channels();
length             65 content/renderer/media/webrtc/webrtc_local_audio_track_adapter_unittest.cc   scoped_ptr<int16[]> data(new int16[length]);
length             67 content/renderer/media/webrtc/webrtc_local_audio_track_adapter_unittest.cc   memset(data.get(), 0, length * sizeof(data[0]));
length             28 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc     const int length =
length             30 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc     source_data_.reset(new int16[length]);
length             74 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc   const int length =
length             76 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc   std::fill(source_data_.get(), source_data_.get() + length, 1);
length             74 content/renderer/media/websourcebuffer_impl.cc     unsigned length,
length             77 content/renderer/media/websourcebuffer_impl.cc   demuxer_->AppendData(id_, data, length,
length             31 content/renderer/media/websourcebuffer_impl.h       unsigned length,
length             56 content/renderer/mhtml_generator.cc   while (total_bytes_written < mhtml.length()) {
length             58 content/renderer/mhtml_generator.cc         std::min(mhtml.length() - total_bytes_written, chunk_size);
length            154 content/renderer/npapi/webplugin_delegate_proxy.cc                               int length,
length            157 content/renderer/npapi/webplugin_delegate_proxy.cc     DCHECK_GT(length, 0);
length            159 content/renderer/npapi/webplugin_delegate_proxy.cc     data.resize(static_cast<size_t>(length));
length            160 content/renderer/npapi/webplugin_delegate_proxy.cc     memcpy(&data.front(), buffer, length);
length            422 content/renderer/npapi/webplugin_delegate_proxy.cc                                                   int length) {
length            423 content/renderer/npapi/webplugin_delegate_proxy.cc   DCHECK_GT(length, 0);
length            425 content/renderer/npapi/webplugin_delegate_proxy.cc   data.resize(static_cast<size_t>(length));
length            426 content/renderer/npapi/webplugin_delegate_proxy.cc   memcpy(&data.front(), buffer, length);
length           1089 content/renderer/npapi/webplugin_delegate_proxy.cc   if (params.target.length())
length            123 content/renderer/npapi/webplugin_delegate_proxy.h   virtual void DidReceiveManualData(const char* buffer, int length) OVERRIDE;
length            636 content/renderer/npapi/webplugin_impl.cc                                 uint32 length) {
length            640 content/renderer/npapi/webplugin_impl.cc   bool rv = PluginHost::SetPostData(buf, length, &names, &values, &body);
length             67 content/renderer/npapi/webplugin_impl.h                                          uint32 length);
length             62 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "bar").length());
length             63 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "Content-length").length());
length             75 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(100U, GetHeader(request, "foo").length());
length            119 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "foo").length());
length            120 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "bar").length());
length            121 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "Content-length").length());
length            134 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "bar").length());
length            135 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "Content-length").length());
length            136 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetBodyText(request).length());
length            191 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "bar").length());
length            204 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "bar").length());
length            221 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "bar").length());
length            222 content/renderer/npapi/webplugin_impl_unittest.cc   EXPECT_EQ(0U, GetHeader(request, "Content-length").length());
length            513 content/renderer/pepper/event_conversion.cc       DCHECK_EQ(web_char_text.length(), 1U);
length             77 content/renderer/pepper/pepper_platform_audio_input.cc     int length,
length             86 content/renderer/pepper/pepper_platform_audio_input.cc   DCHECK(length);
length             97 content/renderer/pepper/pepper_platform_audio_input.cc                    handle, socket_handle, length, total_segments));
length            102 content/renderer/pepper/pepper_platform_audio_input.cc       client_->StreamCreated(handle, length, socket_handle);
length             64 content/renderer/pepper/pepper_platform_audio_input.h                                int length,
length             77 content/renderer/pepper/pepper_platform_audio_output.cc     int length) {
length             85 content/renderer/pepper/pepper_platform_audio_output.cc   DCHECK(length);
length             92 content/renderer/pepper/pepper_platform_audio_output.cc       client_->StreamCreated(handle, length, socket_handle);
length             96 content/renderer/pepper/pepper_platform_audio_output.cc                    socket_handle, length));
length             55 content/renderer/pepper/pepper_platform_audio_output.h                                int length) OVERRIDE;
length            426 content/renderer/pepper/pepper_plugin_instance_impl.cc     document_loader->didReceiveData(NULL, it->c_str(), it->length(),
length           2287 content/renderer/pepper/pepper_plugin_instance_impl.cc   np_script.UTF8Length = script_string->value().length();
length             44 content/renderer/pepper/pepper_truetype_font_win.cc                     DWORD length);
length            143 content/renderer/pepper/pepper_truetype_font_win.cc                                          DWORD length) {
length            145 content/renderer/pepper/pepper_truetype_font_win.cc   if (buffer && !length)
length            148 content/renderer/pepper/pepper_truetype_font_win.cc   DWORD result = ::GetFontData(hdc, table, offset, buffer, length);
length            160 content/renderer/pepper/pepper_truetype_font_win.cc     result = ::GetFontData(hdc, table, offset, buffer, length);
length            219 content/renderer/pepper/v8_var_converter.cc     *result = StringVar::StringToPPVar(std::string(*utf8, utf8.length()));
length            382 content/renderer/pepper/v8_var_converter.cc                                                key.length()),
length            530 content/renderer/pepper/v8_var_converter.cc             std::string(*name_utf8, name_utf8.length()), child_var);
length             98 content/renderer/pepper/v8_var_converter_unittest.cc     return std::string(*utf8, utf8.length()) == string_var->value();
length            137 content/renderer/pepper/v8_var_converter_unittest.cc                 std::string(*name_utf8, name_utf8.length())));
length            382 content/renderer/pepper/v8_var_converter_unittest.cc             isolate_, key.c_str(), v8::String::kNormalString, key.length()),
length            714 content/renderer/render_frame_impl.cc           WebData(data.c_str(), data.length()),
length           1082 content/renderer/render_frame_impl.cc     const size_t length = selection_range.length();
length           1083 content/renderer/render_frame_impl.cc     if (start >= 0 && start + length <= selection_text.length()) {
length           1084 content/renderer/render_frame_impl.cc       base::TrimWhitespace(selection_text.substr(start, length), base::TRIM_ALL,
length           2038 content/renderer/render_frame_impl.cc     selection_range_ = gfx::Range(0, selection_text_.length());
length           3038 content/renderer/render_frame_impl.cc     size_t location, length;
length           3040 content/renderer/render_frame_impl.cc             &location, &length)) {
length           3044 content/renderer/render_frame_impl.cc     range = gfx::Range(location, location + length);
length           3055 content/renderer/render_frame_impl.cc       length = location + length - offset + kExtraCharsBeforeAndAfterSelection;
length           3056 content/renderer/render_frame_impl.cc       WebRange webrange = WebRange::fromDocumentRange(frame_, offset, length);
length           3059 content/renderer/render_frame_impl.cc             frame_, offset, length).toPlainText();
length           3067 content/renderer/render_frame_impl.cc       range.set_end(range.start() + text.length());
length            168 content/renderer/render_view_browsertest.cc     int length = mock_keyboard_->GetCharacters(layout, key_code, modifiers,
length            170 content/renderer/render_view_browsertest.cc     if (length != 1)
length            206 content/renderer/render_view_browsertest.cc     return length;
length            352 content/renderer/render_view_browsertest.cc   const unsigned int length = 11;
length            353 content/renderer/render_view_browsertest.cc   const std::vector<unsigned char> post_data(raw_data, raw_data + length);
length            378 content/renderer/render_view_browsertest.cc   EXPECT_EQ(length, element.data.size());
length            379 content/renderer/render_view_browsertest.cc   EXPECT_EQ(0, memcmp(raw_data, element.data.data(), length));
length           4114 content/renderer/render_view_impl.cc           frame, replacement_range.start(), replacement_range.length());
length           2220 content/renderer/render_widget.cc   if (text.length())
length           2652 content/renderer/render_widget.cc   size_t location, length;
length           2653 content/renderer/render_widget.cc   if (webwidget_->compositionRange(&location, &length)) {
length           2655 content/renderer/render_widget.cc     range->set_end(location + length);
length           2656 content/renderer/render_widget.cc   } else if (webwidget_->caretOrSelectionRange(&location, &length)) {
length           2658 content/renderer/render_widget.cc     range->set_end(location + length);
length            303 content/renderer/render_widget_fullscreen_pepper.cc   virtual bool compositionRange(size_t* location, size_t* length) {
length            323 content/renderer/render_widget_fullscreen_pepper.cc   virtual bool caretOrSelectionRange(size_t* location, size_t* length) {
length            308 content/renderer/renderer_webkitplatformsupport_impl.cc     size_t length) {
length            309 content/renderer/renderer_webkitplatformsupport_impl.cc   return GetContentClient()->renderer()->VisitedLinkHash(canonical_url, length);
length             68 content/renderer/renderer_webkitplatformsupport_impl.h       const char* canonicalURL, size_t length);
length             81 content/renderer/text_input_client_observer.cc       frame->firstRectForCharacterRange(range.start(), range.length(),
length             95 content/renderer/text_input_client_observer.cc         frame, range.start(), range.length());
length            162 content/renderer/v8_value_converter_impl.cc           isolate, val.c_str(), v8::String::kNormalString, val.length());
length            216 content/renderer/v8_value_converter_impl.cc             isolate, key.c_str(), v8::String::kNormalString, key.length()),
length            263 content/renderer/v8_value_converter_impl.cc     return new base::StringValue(std::string(*utf8, utf8.length()));
length            358 content/renderer/v8_value_converter_impl.cc   size_t length = 0;
length            365 content/renderer/v8_value_converter_impl.cc     length = array_buffer->byteLength();
length            370 content/renderer/v8_value_converter_impl.cc       length = view->byteLength();
length            375 content/renderer/v8_value_converter_impl.cc     return base::BinaryValue::CreateWithCopiedBuffer(data, length);
length            470 content/renderer/v8_value_converter_impl.cc     result->SetWithoutPathExpansion(std::string(*name_utf8, name_utf8.length()),
length             82 content/renderer/v8_value_converter_impl_unittest.cc     return std::string(*utf8, utf8.length());
length            101 content/renderer/v8_value_converter_impl_unittest.cc     return std::string(*utf8, utf8.length());
length            643 content/renderer/v8_value_converter_impl_unittest.cc           isolate_, key.c_str(), v8::String::kNormalString, key.length()),
length             20 content/renderer/webpublicsuffixlist_impl.cc   return result ? result : host.length();
length             69 content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java             for (int n = 0; n < cmdline.length; ++n) {
length             47 content/shell/app/webkit_test_platform_support_win.cc                              font_buffer.length(),
length             53 content/shell/browser/shell_javascript_dialog_win.cc             int length =
length             56 content/shell/browser/shell_javascript_dialog_win.cc                            WriteInto(&user_input, length), length);
length            178 content/shell/browser/webkit_test_controller.cc   *output_ << "Content-Length: " << data_base64.length() << "\n";
length            179 content/shell/browser/webkit_test_controller.cc   output_->write(data_base64.c_str(), data_base64.length());
length             33 content/shell/renderer/test_runner/MockGrammarCheck.cpp         int length;
length             52 content/shell/renderer/test_runner/MockGrammarCheck.cpp             results->push_back(WebTextCheckingResult(WebTextDecorationTypeGrammar, offset + grammarErrors[i].location, grammarErrors[i].length));
length             53 content/shell/renderer/test_runner/MockGrammarCheck.cpp             offset += grammarErrors[i].length;
length             63 content/shell/renderer/test_runner/MockSpellCheck.cpp         int maxWordLength = static_cast<int>(stringText.length()) - wordOffset;
length             73 content/shell/renderer/test_runner/MockSpellCheck.cpp             wordLength = static_cast<int>(m_misspelledWords.at(i).length()) > maxWordLength ? maxWordLength : static_cast<int>(m_misspelledWords.at(i).length());
length             75 content/shell/renderer/test_runner/MockSpellCheck.cpp             if (word == m_misspelledWords.at(i) && (static_cast<int>(stringText.length()) == wordOffset + wordLength || isNotASCIIAlpha(stringText[wordOffset + wordLength]))) {
length             87 content/shell/renderer/test_runner/MockSpellCheck.cpp             wordLength = static_cast<int>(stringText.length()) - wordOffset;
length             31 content/shell/renderer/test_runner/MockWebMIDIAccessor.h         size_t length,
length             64 content/shell/renderer/test_runner/SpellCheckClient.cpp         while (offset < data.length()) {
length             73 content/shell/renderer/test_runner/SpellCheckClient.cpp             result.length = misspelledLength;
length            114 content/shell/renderer/test_runner/SpellCheckClient.cpp         while (text.length()) {
length             29 content/shell/renderer/test_runner/SpellCheckClient.h     virtual void spellCheck(const blink::WebString&, int& offset, int& length, blink::WebVector<blink::WebString>* optionalSuggestions);
length             32 content/shell/renderer/test_runner/TestCommon.cpp         result.replace(dataUrlPatternSize, url.length(), path);
length             88 content/shell/renderer/test_runner/TestPlugin.cpp void printTouchList(WebTestDelegate* delegate, const WebTouchPoint* points, int length)
length             90 content/shell/renderer/test_runner/TestPlugin.cpp     for (int i = 0; i < length; ++i) {
length             86 content/shell/renderer/test_runner/WebTestProxy.cpp         if (!name8.length()) {
length             93 content/shell/renderer/test_runner/WebTestProxy.cpp     if (!name8.length()) {
length           1222 content/shell/renderer/test_runner/event_sender.cc       DCHECK_EQ(1u, web_code_str.length());
length            159 content/shell/renderer/test_runner/gamepad_controller.cc   gamepads_.length = 0;
length            162 content/shell/renderer/test_runner/gamepad_controller.cc       gamepads_.length = i + 1;
length            181 content/shell/renderer/test_runner/gamepad_controller.cc   gamepads_.length = 0;
length            184 content/shell/renderer/test_runner/gamepad_controller.cc       gamepads_.length = i + 1;
length             56 content/shell/renderer/test_runner/test_runner.cc   int length = v8_str->Utf8Length() + 1;
length             57 content/shell/renderer/test_runner/test_runner.cc   scoped_ptr<char[]> chars(new char[length]);
length             58 content/shell/renderer/test_runner/test_runner.cc   v8_str->WriteUtf8(chars.get(), length);
length           1864 content/shell/renderer/test_runner/test_runner.cc         WebData(html_.data(), html_.length()),
length             41 content/shell/renderer/test_runner/text_input_controller.cc   void SetMarkedText(const std::string& text, int start, int length);
length             46 content/shell/renderer/test_runner/text_input_controller.cc                                               unsigned length);
length            115 content/shell/renderer/test_runner/text_input_controller.cc                                                 int length) {
length            117 content/shell/renderer/test_runner/text_input_controller.cc     controller_->SetMarkedText(text, start, length);
length            134 content/shell/renderer/test_runner/text_input_controller.cc     unsigned length) {
length            135 content/shell/renderer/test_runner/text_input_controller.cc   return controller_ ? controller_->FirstRectForCharacterRange(location, length)
length            174 content/shell/renderer/test_runner/text_input_controller.cc                                         int length) {
length            181 content/shell/renderer/test_runner/text_input_controller.cc     underline.endOffset = length;
length            186 content/shell/renderer/test_runner/text_input_controller.cc     underline.endOffset = start + length;
length            190 content/shell/renderer/test_runner/text_input_controller.cc   if (start + length < static_cast<int>(web_text.length())) {
length            192 content/shell/renderer/test_runner/text_input_controller.cc     underline.endOffset = web_text.length();
length            197 content/shell/renderer/test_runner/text_input_controller.cc   view_->setComposition(web_text, underlines, start, start + length);
length            230 content/shell/renderer/test_runner/text_input_controller.cc     unsigned length) {
length            234 content/shell/renderer/test_runner/text_input_controller.cc           location, length, rect)) {
length            259 content/shell/renderer/test_runner/text_input_controller.cc   view_->setComposition(web_text, underlines, 0, web_text.length());
length             39 content/shell/renderer/test_runner/text_input_controller.h   void SetMarkedText(const std::string& text, int start, int length);
length             44 content/shell/renderer/test_runner/text_input_controller.h                                               unsigned length);
length            327 content/shell/renderer/test_runner/web_ax_object_proxy.cc     end += inline_text_box.stringValue().length();
length            335 content/shell/renderer/test_runner/web_ax_object_proxy.cc            character_offsets.size() == inline_text_box.stringValue().length());
length            405 content/shell/renderer/test_runner/web_ax_object_proxy.cc     end += inline_text_box.stringValue().length();
length            866 content/shell/renderer/test_runner/web_ax_object_proxy.cc                                             int length) {
length            868 content/shell/renderer/test_runner/web_ax_object_proxy.cc                                               selection_start + length);
length            111 content/shell/renderer/test_runner/web_ax_object_proxy.h   void SetSelectedTextRange(int selection_start, int length);
length            241 content/shell/tools/plugin/PluginObject.cpp   size_t length = NPVARIANT_TO_STRING(*variant).UTF8Length;
length            242 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* result = (NPUTF8*)malloc(length + 1);
length            243 content/shell/tools/plugin/PluginObject.cpp   memcpy(result, NPVARIANT_TO_STRING(*variant).UTF8Characters, length);
length            244 content/shell/tools/plugin/PluginObject.cpp   result[length] = '\0';
length            226 content/shell/tools/plugin/main.cpp                 int length = 26 + strlen(argv[j]) + 1;
length            227 content/shell/tools/plugin/main.cpp                 char* buffer = (char*) malloc(length);
length            228 content/shell/tools/plugin/main.cpp                 snprintf(buffer, length, "xWebkitTestNetscapeLog('%s')", argv[j]);
length            144 content/test/image_decoder_test.cc   return (path.value().length() > (kBadSuffix.length() + format_.length()) &&
length            145 content/test/image_decoder_test.cc           !path.value().compare(path.value().length() - format_.length() -
length            146 content/test/image_decoder_test.cc                                     kBadSuffix.length(),
length            147 content/test/image_decoder_test.cc                                 kBadSuffix.length(), kBadSuffix));
length            159 content/test/mock_keyboard_driver_win.cc   int length = ToUnicodeEx(key_code, MapVirtualKey(key_code, 0),
length            162 content/test/mock_keyboard_driver_win.cc   if (length > 0)
length            164 content/test/mock_keyboard_driver_win.cc   return length;
length             86 content/test/mock_webclipboard_impl.cc   *fragmentEnd = static_cast<unsigned>(m_htmlText.string().length());
length             41 content/test/plugin/plugin_execute_stream_javascript.cc   size_t js_length = javascript.length();
length             88 content/test/plugin/plugin_get_javascript_url_test.cc   script_string.UTF8Length = static_cast<unsigned int>(script.length());
length            174 content/test/plugin/plugin_geturl_test.cc     script_string.UTF8Length = static_cast<unsigned int>(script.length());
length            165 content/test/plugin/plugin_npobject_lifetime_test.cc       static_cast<unsigned int>(script.length());
length             45 content/test/plugin/plugin_request_read_test.cc     requested_ranges_[0].length = 6;
length             66 content/test/plugin/plugin_request_read_test.cc     result += requested_ranges_[i].length;
length             87 content/test/plugin/plugin_request_read_test.cc   if (static_cast<int32>(it->length) < len)
length             88 content/test/plugin/plugin_request_read_test.cc     it->length = 0;
length             90 content/test/plugin/plugin_request_read_test.cc     it->length -= len;
length             91 content/test/plugin/plugin_request_read_test.cc   if (it->length == 0)
length             56 content/test/plugin/plugin_test.cc   const size_t length = sIn.length();
length             57 content/test/plugin/plugin_test.cc   for (size_t idx = 0; idx < length;) {
length            104 content/test/plugin/plugin_test.cc   script_string.UTF8Length = static_cast<unsigned int>(script.length());
length             48 content/test/plugin/plugin_test.h   bool Succeeded() { return test_status_.length() == 0; }
length             93 content/test/plugin/plugin_windowed_test.cc         static_cast<unsigned int>(script.length());
length            173 content/test/plugin/plugin_windowless_test.cc   size_t script_length = script_url.length();
length             44 content/test/weburl_loader_mock_factory.cc         file_path_16.data(), file_path_16.length()));
length            134 content/worker/worker_webkitplatformsupport_impl.cc     size_t length) {
length             48 content/worker/worker_webkitplatformsupport_impl.h                                              size_t length);
length            469 content/zygote/zygote_linux.cc     if (arg.compare(0, channel_id_prefix.length(), channel_id_prefix) == 0)
length             15 courgette/bsdiff_memory_unittest.cc   std::string GenerateSyntheticInput(size_t length, int seed) const;
length             22 courgette/bsdiff_memory_unittest.cc   old1.Init(old_text.c_str(), old_text.length());
length             23 courgette/bsdiff_memory_unittest.cc   new1.Init(new_text.c_str(), new_text.length());
length             31 courgette/bsdiff_memory_unittest.cc   old2.Init(old_text.c_str(), old_text.length());
length             37 courgette/bsdiff_memory_unittest.cc   EXPECT_EQ(new_text.length(), new2.Length());
length             38 courgette/bsdiff_memory_unittest.cc   EXPECT_EQ(0, memcmp(new_text.c_str(), new2.Buffer(), new_text.length()));
length             41 courgette/bsdiff_memory_unittest.cc std::string BSDiffMemoryTest::GenerateSyntheticInput(size_t length, int seed)
length             45 courgette/bsdiff_memory_unittest.cc   while (result.length() < length) {
length             49 courgette/bsdiff_memory_unittest.cc   result.resize(length);
length            101 courgette/courgette.h Status DetectExecutableType(const void* buffer, size_t length,
length            109 courgette/courgette.h Status ParseDetectedExecutable(const void* buffer, size_t length,
length             79 courgette/courgette_tool.cc       courgette::ParseDetectedExecutable(buffer.c_str(), buffer.length(),
length            117 courgette/courgette_tool.cc   DetectExecutableType(buffer.c_str(), buffer.length(),
length            163 courgette/courgette_tool.cc                                          program_buffer.length(),
length            171 courgette/courgette_tool.cc                                          model_buffer.length(),
length            219 courgette/courgette_tool.cc                                          model_buffer.length(),
length            227 courgette/courgette_tool.cc                                          program_buffer.length(),
length            293 courgette/courgette_tool.cc   if (!sources.Init(buffer.c_str(), buffer.length()))
length             31 courgette/difference_estimator.cc   if (a.length() != b.length())
length             33 courgette/difference_estimator.cc   return memcmp(a.start(), b.start(), a.length()) == 0;
length             26 courgette/disassembler.cc Disassembler* DetectDisassembler(const void* buffer, size_t length) {
length             29 courgette/disassembler.cc   disassembler = new DisassemblerWin32X86(buffer, length);
length             35 courgette/disassembler.cc   disassembler = new DisassemblerWin32X64(buffer, length);
length             41 courgette/disassembler.cc   disassembler = new DisassemblerElf32X86(buffer, length);
length             47 courgette/disassembler.cc   disassembler = new DisassemblerElf32ARM(buffer, length);
length             56 courgette/disassembler.cc Status DetectExecutableType(const void* buffer, size_t length,
length             60 courgette/disassembler.cc   Disassembler* disassembler = DetectDisassembler(buffer, length);
length             64 courgette/disassembler.cc     *detected_length = disassembler->length();
length             75 courgette/disassembler.cc Status ParseDetectedExecutable(const void* buffer, size_t length,
length             79 courgette/disassembler.cc   Disassembler* disassembler = DetectDisassembler(buffer, length);
length            102 courgette/disassembler.cc Disassembler::Disassembler(const void* start, size_t length)
length            106 courgette/disassembler.cc   length_ = length;
length             43 courgette/disassembler.h   size_t length() const { return length_; }
length             52 courgette/disassembler.h   Disassembler(const void* start, size_t length);
length             21 courgette/disassembler_elf_32.cc DisassemblerElf32::DisassemblerElf32(const void* start, size_t length)
length             22 courgette/disassembler_elf_32.cc   : Disassembler(start, length),
length             32 courgette/disassembler_elf_32.cc   if (length() < sizeof(Elf32_Ehdr))
length             57 courgette/disassembler_elf_32.cc   if (header_->e_shoff >= length())
length             63 courgette/disassembler_elf_32.cc   if ((header_->e_shoff + header_->e_shnum ) >= length())
length             66 courgette/disassembler_elf_32.cc   if (header_->e_phoff >= length())
length             72 courgette/disassembler_elf_32.cc   if ((header_->e_phoff + header_->e_phnum) >= length())
length            313 courgette/disassembler_elf_32.cc                          length(),
length             78 courgette/disassembler_elf_32.h   explicit DisassemblerElf32(const void* start, size_t length);
length            267 courgette/disassembler_elf_32_arm.cc DisassemblerElf32ARM::DisassemblerElf32ARM(const void* start, size_t length)
length            268 courgette/disassembler_elf_32_arm.cc   : DisassemblerElf32(start, length) {
length             49 courgette/disassembler_elf_32_arm.h   explicit DisassemblerElf32ARM(const void* start, size_t length);
length             20 courgette/disassembler_elf_32_x86.cc DisassemblerElf32X86::DisassemblerElf32X86(const void* start, size_t length)
length             21 courgette/disassembler_elf_32_x86.cc   : DisassemblerElf32(start, length) {
length             37 courgette/disassembler_elf_32_x86.h   explicit DisassemblerElf32X86(const void* start, size_t length);
length             23 courgette/disassembler_elf_32_x86_unittest.cc       new courgette::DisassemblerElf32X86(file1.c_str(), file1.length()));
length             31 courgette/disassembler_elf_32_x86_unittest.cc   EXPECT_EQ(file1.length(), disassembler->length());
length             20 courgette/disassembler_win32_x64.cc DisassemblerWin32X64::DisassemblerWin32X64(const void* start, size_t length)
length             21 courgette/disassembler_win32_x64.cc   : Disassembler(start, length),
length             49 courgette/disassembler_win32_x64.cc   if (length() < kOffsetOfFileAddressOfNewExeHeader + 4 /*size*/)
length             60 courgette/disassembler_win32_x64.cc   if (offset >= length())
length            140 courgette/disassembler_win32_x64.cc   if (size_of_code_ >= length() ||
length            141 courgette/disassembler_win32_x64.cc       size_of_initialized_data_ >= length() ||
length            142 courgette/disassembler_win32_x64.cc       size_of_code_ + size_of_initialized_data_ >= length()) {
length            337 courgette/disassembler_win32_x64.cc   while (file_offset < length()) {
length            387 courgette/disassembler_win32_x64.cc   while (file_offset < length()) {
length             23 courgette/disassembler_win32_x64.h   explicit DisassemblerWin32X64(const void* start, size_t length);
length             21 courgette/disassembler_win32_x64_unittest.cc       new courgette::DisassemblerWin32X64(file1.c_str(), file1.length()));
length             27 courgette/disassembler_win32_x64_unittest.cc   EXPECT_EQ(file1.length(), disassembler->length());
length             62 courgette/disassembler_win32_x64_unittest.cc       new courgette::DisassemblerWin32X64(file1.c_str(), file1.length()));
length             68 courgette/disassembler_win32_x64_unittest.cc   EXPECT_EQ(file1.length(), disassembler->length());
length             80 courgette/disassembler_win32_x64_unittest.cc       new courgette::DisassemblerWin32X64(file1.c_str(), file1.length()));
length             86 courgette/disassembler_win32_x64_unittest.cc   EXPECT_EQ(file1.length(), disassembler->length());
length             20 courgette/disassembler_win32_x86.cc DisassemblerWin32X86::DisassemblerWin32X86(const void* start, size_t length)
length             21 courgette/disassembler_win32_x86.cc   : Disassembler(start, length),
length             49 courgette/disassembler_win32_x86.cc   if (length() < kOffsetOfFileAddressOfNewExeHeader + 4 /*size*/)
length             60 courgette/disassembler_win32_x86.cc   if (offset >= length())
length            140 courgette/disassembler_win32_x86.cc   if (size_of_code_ >= length() ||
length            141 courgette/disassembler_win32_x86.cc       size_of_initialized_data_ >= length() ||
length            142 courgette/disassembler_win32_x86.cc       size_of_code_ + size_of_initialized_data_ >= length()) {
length            337 courgette/disassembler_win32_x86.cc   while (file_offset < length()) {
length            387 courgette/disassembler_win32_x86.cc   while (file_offset < length()) {
length             23 courgette/disassembler_win32_x86.h   explicit DisassemblerWin32X86(const void* start, size_t length);
length             21 courgette/disassembler_win32_x86_unittest.cc       new courgette::DisassemblerWin32X86(file1.c_str(), file1.length()));
length             27 courgette/disassembler_win32_x86_unittest.cc   EXPECT_EQ(file1.length(), disassembler->length());
length             62 courgette/disassembler_win32_x86_unittest.cc       new courgette::DisassemblerWin32X86(file1.c_str(), file1.length()));
length             68 courgette/disassembler_win32_x86_unittest.cc   EXPECT_EQ(file1.length(), disassembler->length());
length             80 courgette/disassembler_win32_x86_unittest.cc       new courgette::DisassemblerWin32X86(file1.c_str(), file1.length()));
length             86 courgette/disassembler_win32_x86_unittest.cc   EXPECT_EQ(file1.length(), disassembler->length());
length             19 courgette/encode_decode_unittest.cc   size_t original_length = file.length();
length             46 courgette/encode_decode_unittest.cc   size_t length = sink.Length();
length             48 courgette/encode_decode_unittest.cc   EXPECT_EQ(expected_encoded_lenth, length);
length             51 courgette/encode_decode_unittest.cc   bool can_get_source_streams = sources.Init(buffer, length);
length             39 courgette/encoded_program_fuzz_unittest.cc   size_t original_length = file1.length();
length             64 courgette/encoded_program_fuzz_unittest.cc   size_t length = sink.Length();
length             66 courgette/encoded_program_fuzz_unittest.cc   std::string base_buffer(reinterpret_cast<const char*>(sink.Buffer()), length);
length             77 courgette/encoded_program_fuzz_unittest.cc   for ( ;  position < 100 && position < length;  position += 1) {
length             81 courgette/encoded_program_fuzz_unittest.cc   for ( ;  position < length;  position += 900) {
length            149 courgette/encoded_program_fuzz_unittest.cc     size_t base_length = base_output.length();
length            150 courgette/encoded_program_fuzz_unittest.cc     size_t modified_length = modified_output.length();
length            175 courgette/encoded_program_fuzz_unittest.cc   bool can_get_source_streams = sources.Init(buffer.c_str(), buffer.length());
length             39 courgette/encoded_program_unittest.cc   size_t length = sink.Length();
length             42 courgette/encoded_program_unittest.cc   bool can_get_source_streams = sources.Init(buffer, length);
length             28 courgette/ensemble.cc       + base::Uint64ToString(region().length()) + ")";
length             35 courgette/ensemble.cc   size_t length = region_.length();
length             39 courgette/ensemble.cc   while (position < length) {
length             44 courgette/ensemble.cc                                          length - position,
length             53 courgette/ensemble.cc       position += region.length();
length            120 courgette/ensemble_apply.cc   uint32 checksum = CalculateCrc(base_region_.start(), base_region_.length());
length            242 courgette/ensemble_apply.cc   if (!basic_elements->Write(base_region_.start(), base_region_.length()))
length            393 courgette/ensemble_apply.cc   patch_header_stream.Init(patch_file.data(), patch_file.length());
length            408 courgette/ensemble_apply.cc   old_source_stream.Init(old_file.data(), old_file.length());
length            409 courgette/ensemble_apply.cc   patch_source_stream.Init(patch_file.data(), patch_file.length());
length            127 courgette/ensemble_create.cc   size_t old_size = old_element->region().length();
length            128 courgette/ensemble_create.cc   size_t new_size = new_element->region().length();
length            441 courgette/ensemble_create.cc                                                old_region.length())) ||
length            443 courgette/ensemble_create.cc                                                new_region.length())) ||
length             34 courgette/patch_generator_x86_32.h         !parameter_stream->WriteSizeVarint32(old_element_->region().length())) {
length             67 courgette/patch_generator_x86_32.h                                 old_element_->region().length(),
length             77 courgette/patch_generator_x86_32.h                                 new_element_->region().length(),
length             32 courgette/patcher_x86_32.h     if (base_offset_ > ensemble_region_.length())
length             34 courgette/patcher_x86_32.h     if (base_length_ > ensemble_region_.length() - base_offset_)
length             23 courgette/region.h   Region(const void* start, size_t length)
length             25 courgette/region.h         length_(length) {
length             32 courgette/region.h         length_(string.length()) {
length             49 courgette/region.h   size_t length() const { return length_; }
length            160 courgette/streams.cc bool SourceStream::ShareSubstream(size_t offset, size_t length,
length            164 courgette/streams.cc   if (length > Remaining() - offset)
length            166 courgette/streams.cc   substream->Init(current_ + offset, length);
length            170 courgette/streams.cc bool SourceStream::ReadSubstream(size_t length, SourceStream* substream) {
length            171 courgette/streams.cc   if (!ShareSubstream(0, length, substream))
length            173 courgette/streams.cc   current_ += length;
length            352 courgette/streams.cc   size_t length = header.Length();
length            354 courgette/streams.cc     length += stream(i)->Length();
length            356 courgette/streams.cc   ret = combined_stream->Reserve(length);
length             43 courgette/streams.h   void Init(const void* pointer, size_t length) {
length             45 courgette/streams.h     end_ = start_ + length;
length             52 courgette/streams.h   void Init(const Region& region) { Init(region.start(), region.length()); }
length             88 courgette/streams.h   bool ShareSubstream(size_t offset, size_t length, SourceStream* substream);
length             93 courgette/streams.h   bool ShareSubstream(size_t length, SourceStream* substream) {
length             94 courgette/streams.h     return ShareSubstream(0, length, substream);
length            100 courgette/streams.h   bool ReadSubstream(size_t length, SourceStream* substream);
length            152 courgette/streams.h   CheckBool Reserve(size_t length) WARN_UNUSED_RESULT {
length            153 courgette/streams.h     return buffer_.reserve(length + buffer_.size());
length             18 courgette/streams_unittest.cc   size_t length = sink.Length();
length             21 courgette/streams_unittest.cc   source.Init(sink_buffer, length);
length            183 courgette/third_party/bsdiff_apply.cc   old_file_stream.Init(old_file.data(), old_file.length());
length            191 courgette/third_party/bsdiff_apply.cc   patch_file_stream.Init(patch_file.data(), patch_file.length());
length             61 crypto/apple_keychain.h       UInt32* length,
length             67 crypto/apple_keychain.h       UInt32 length,
length             15 crypto/encryptor.cc   CHECK(sizeof(counter_) == counter.length());
length             53 crypto/encryptor.cc   if (counter.length() != 16u)
length            197 crypto/encryptor_nss.cc       input.length(), output_data, output_data);
length            198 crypto/encryptor_nss.cc   output->resize(input.length());
length             20 crypto/encryptor_openssl.cc   switch (key->key().length()) {
length            103 crypto/encryptor_openssl.cc   DCHECK_EQ(EVP_CIPHER_iv_length(cipher), static_cast<int>(iv_.length()));
length            104 crypto/encryptor_openssl.cc   DCHECK_EQ(EVP_CIPHER_key_length(cipher), static_cast<int>(key.length()));
length            122 crypto/encryptor_openssl.cc                         input.length()))
length             79 crypto/ghash.cc void GaloisHash::UpdateAdditional(const uint8* data, size_t length) {
length             81 crypto/ghash.cc   additional_bytes_ += length;
length             82 crypto/ghash.cc   Update(data, length);
length             85 crypto/ghash.cc void GaloisHash::UpdateCiphertext(const uint8* data, size_t length) {
length             98 crypto/ghash.cc   ciphertext_bytes_ += length;
length             99 crypto/ghash.cc   Update(data, length);
length            232 crypto/ghash.cc void GaloisHash::Update(const uint8* data, size_t length) {
length            234 crypto/ghash.cc     const size_t n = std::min(length, sizeof(buf_) - buf_used_);
length            237 crypto/ghash.cc     length -= n;
length            246 crypto/ghash.cc   if (length >= 16) {
length            247 crypto/ghash.cc     const size_t n = length / 16;
length            249 crypto/ghash.cc     length -= n*16;
length            253 crypto/ghash.cc   if (length > 0) {
length            254 crypto/ghash.cc     memcpy(buf_, data, length);
length            255 crypto/ghash.cc     buf_used_ = length;
length             39 crypto/ghash.h   void UpdateAdditional(const uint8* data, size_t length);
length             42 crypto/ghash.h   void UpdateCiphertext(const uint8* data, size_t length);
length             75 crypto/ghash.h   void Update(const uint8* bytes, size_t length);
length            102 crypto/hmac_nss.cc                     data.length()) != SECSuccess) {
length             62 crypto/mock_apple_keychain.h       UInt32* length,
length             68 crypto/mock_apple_keychain.h       UInt32 length,
length            173 crypto/mock_apple_keychain.h       size_t length);
length            193 crypto/mock_apple_keychain.h                                 size_t length);
length            206 crypto/mock_apple_keychain.h     KeychainPasswordData() : data(NULL), length(0) {}
length            208 crypto/mock_apple_keychain.h     UInt32 length;
length             61 crypto/mock_apple_keychain_mac.cc       keychain_attr_list_[key].attr[i].length = data_size;
length            103 crypto/mock_apple_keychain_mac.cc                                          size_t length) {
length            106 crypto/mock_apple_keychain_mac.cc   attribute->length = length;
length            107 crypto/mock_apple_keychain_mac.cc   if (length > 0) {
length            110 crypto/mock_apple_keychain_mac.cc     attribute->data = malloc(length);
length            112 crypto/mock_apple_keychain_mac.cc     memcpy(attribute->data, data, length);
length            167 crypto/mock_apple_keychain_mac.cc                                                  size_t length) {
length            168 crypto/mock_apple_keychain_mac.cc   keychain_data_[item].length = length;
length            169 crypto/mock_apple_keychain_mac.cc   if (length > 0) {
length            172 crypto/mock_apple_keychain_mac.cc     keychain_data_[item].data = malloc(length);
length            173 crypto/mock_apple_keychain_mac.cc     memcpy(keychain_data_[item].data, data, length);
length            189 crypto/mock_apple_keychain_mac.cc     UInt32* length,
length            202 crypto/mock_apple_keychain_mac.cc     DCHECK(length);
length            203 crypto/mock_apple_keychain_mac.cc     *length = keychain_data_[key].length;
length            213 crypto/mock_apple_keychain_mac.cc     UInt32 length,
length            217 crypto/mock_apple_keychain_mac.cc   if (length == strlen(fail_trigger) &&
length            218 crypto/mock_apple_keychain_mac.cc       memcmp(data, fail_trigger, length) == 0) {
length            239 crypto/mock_apple_keychain_mac.cc     mutable_this->SetTestDataPasswordBytes(key, data, length);
length            284 crypto/mock_apple_keychain_mac.cc       if (mock_attribute->length != attrList->attr[search_attr].length ||
length            286 crypto/mock_apple_keychain_mac.cc                  attrList->attr[search_attr].length) != 0) {
length            319 crypto/mock_apple_keychain_mac.cc     if ((attribute->length != serverNameLength) ||
length            328 crypto/mock_apple_keychain_mac.cc     if ((attribute->length != securityDomainLength) ||
length            337 crypto/mock_apple_keychain_mac.cc     if ((attribute->length != accountNameLength) ||
length            346 crypto/mock_apple_keychain_mac.cc     if ((attribute->length != pathLength) ||
length            257 crypto/openpgp_symmetric_encryption.cc       size_t length = 0;
length            262 crypto/openpgp_symmetric_encryption.cc         length <<= 8;
length            263 crypto/openpgp_symmetric_encryption.cc         length |= length_byte;
length            266 crypto/openpgp_symmetric_encryption.cc       return reader->Prefix(length, out_contents);
length            271 crypto/openpgp_symmetric_encryption.cc     size_t length;
length            273 crypto/openpgp_symmetric_encryption.cc     if (!ParseLength(reader, &length, &is_partial))
length            276 crypto/openpgp_symmetric_encryption.cc       return ParseStreamContents(reader, length, out_contents);
length            277 crypto/openpgp_symmetric_encryption.cc     return reader->Prefix(length, out_contents);
length            283 crypto/openpgp_symmetric_encryption.cc                            size_t length,
length            286 crypto/openpgp_symmetric_encryption.cc     const size_t first_chunk_length = length;
length            289 crypto/openpgp_symmetric_encryption.cc     if (!reader->Skip(length))
length            298 crypto/openpgp_symmetric_encryption.cc       if (length + chunk_length < length)
length            300 crypto/openpgp_symmetric_encryption.cc       length += chunk_length;
length            308 crypto/openpgp_symmetric_encryption.cc     char* buf = reinterpret_cast<char*>(malloc(length));
length            335 crypto/openpgp_symmetric_encryption.cc     *out_contents = base::StringPiece(buf, length);
length            640 crypto/openpgp_symmetric_encryption.cc       size_t length = contents.size();
length            641 crypto/openpgp_symmetric_encryption.cc       length -= 192;
length            642 crypto/openpgp_symmetric_encryption.cc       header.push_back(192 + (length >> 8));
length            643 crypto/openpgp_symmetric_encryption.cc       header.push_back(length & 0xff);
length            645 crypto/openpgp_symmetric_encryption.cc       size_t length = contents.size();
length            647 crypto/openpgp_symmetric_encryption.cc       header.push_back(length >> 24);
length            648 crypto/openpgp_symmetric_encryption.cc       header.push_back(length >> 16);
length            649 crypto/openpgp_symmetric_encryption.cc       header.push_back(length >> 8);
length            650 crypto/openpgp_symmetric_encryption.cc       header.push_back(length);
length            113 crypto/p224_spake.cc   SHA256HashString(std::string(password.data(), password.length()),
length             11 crypto/random.cc void RandBytes(void *bytes, size_t length) {
length             15 crypto/random.cc   base::RandBytes(bytes, length);
length             17 crypto/random.h CRYPTO_EXPORT void RandBytes(void *bytes, size_t length);
length            251 crypto/rsa_private_key.cc   uint32 length = 0;
length            252 crypto/rsa_private_key.cc   if (!ReadTypeHeaderAndLength(pos, end, kIntegerTag, &length) || !length)
length            258 crypto/rsa_private_key.cc     --length;
length            261 crypto/rsa_private_key.cc   if (length)
length            262 crypto/rsa_private_key.cc     out->insert(out->end(), *pos, (*pos) + length);
length            264 crypto/rsa_private_key.cc   (*pos) += length;
length            300 crypto/rsa_private_key.cc                                                      uint32 length,
length            302 crypto/rsa_private_key.cc   PrependLength(length, output);
length            321 crypto/rsa_private_key.cc   int length = 0;
length            325 crypto/rsa_private_key.cc     length = **pos;
length            334 crypto/rsa_private_key.cc     length = 0;
length            336 crypto/rsa_private_key.cc       length <<= 8;
length            337 crypto/rsa_private_key.cc       length |= **pos;
length            342 crypto/rsa_private_key.cc   READ_ASSERT(*pos + length <= end);
length            343 crypto/rsa_private_key.cc   if (result) *result = length;
length            350 crypto/rsa_private_key.cc                                                   uint32* length) {
length            355 crypto/rsa_private_key.cc   return ReadLength(pos, end, length);
length            371 crypto/rsa_private_key.cc   uint32 length = 0;
length            372 crypto/rsa_private_key.cc   if (!ReadTypeHeaderAndLength(pos, end, kIntegerTag, &length))
length            376 crypto/rsa_private_key.cc   for (uint32 i = 0; i < length; ++i) {
length            125 crypto/rsa_private_key.h                                   uint32 length,
length            139 crypto/rsa_private_key.h                                uint32* length);
length             15 crypto/sha2.cc   ctx->Update(str.data(), str.length());
length           1008 crypto/signature_verifier_unittest.cc   uint8 length = public_exponent_e.size();
length           1009 crypto/signature_verifier_unittest.cc   public_key_info->insert(public_key_info->begin(), length);
length             59 crypto/symmetric_key_openssl.cc   int rv = PKCS5_PBKDF2_HMAC_SHA1(password.data(), password.length(),
length             61 crypto/symmetric_key_openssl.cc                                   salt.length(), iterations,
length             35 crypto/third_party/nss/rsawrapr.c     rounds = (maskLen + hash->length - 1) / hash->length;
length             48 crypto/third_party/nss/rsawrapr.c         tempHash = mask + counter * hash->length;
length             50 crypto/third_party/nss/rsawrapr.c             (*hash->end)(hashContext, tempHash, &digestLen, hash->length);
length             52 crypto/third_party/nss/rsawrapr.c             temp = (unsigned char *)PORT_Alloc(hash->length);
length             53 crypto/third_party/nss/rsawrapr.c             (*hash->end)(hashContext, temp, &digestLen, hash->length);
length             54 crypto/third_party/nss/rsawrapr.c             PORT_Memcpy(tempHash, temp, maskLen - counter * hash->length);
length             86 crypto/third_party/nss/rsawrapr.c     dbMaskLen = emLen - hash->length - 1;
length             89 crypto/third_party/nss/rsawrapr.c     if ((emLen < (hash->length + sLen + 2)) ||
length            103 crypto/third_party/nss/rsawrapr.c     MGF1(maskHashAlg, db, dbMaskLen, &em[dbMaskLen], hash->length);
length            128 crypto/third_party/nss/rsawrapr.c     H_ = (unsigned char *)PORT_Alloc(hash->length);
length            143 crypto/third_party/nss/rsawrapr.c     (*hash->update)(hash_context, mHash, hash->length);
length            145 crypto/third_party/nss/rsawrapr.c     (*hash->end)(hash_context, H_, &i, hash->length);
length            151 crypto/third_party/nss/rsawrapr.c     if (PORT_Memcmp(H_, &em[dbMaskLen], hash->length) != 0) {
length            591 dbus/message.cc void MessageWriter::AppendArrayOfBytes(const uint8* values, size_t length) {
length            599 dbus/message.cc       static_cast<int>(length));
length            810 dbus/message.cc bool MessageReader::PopArrayOfBytes(const uint8** bytes, size_t* length) {
length            816 dbus/message.cc     *length = 0;
length            826 dbus/message.cc   *length = static_cast<int>(int_length);
length            311 dbus/message.h   void AppendArrayOfBytes(const uint8* values, size_t length);
length            414 dbus/message.h   bool PopArrayOfBytes(const uint8** bytes, size_t* length);
length            212 dbus/message_unittest.cc   size_t length = 0;
length            213 dbus/message_unittest.cc   ASSERT_TRUE(reader.PopArrayOfBytes(&output_bytes, &length));
length            215 dbus/message_unittest.cc   ASSERT_EQ(3U, length);
length            229 dbus/message_unittest.cc   size_t length = 0;
length            230 dbus/message_unittest.cc   ASSERT_TRUE(reader.PopArrayOfBytes(&output_bytes, &length));
length            232 dbus/message_unittest.cc   ASSERT_EQ(0U, length);
length            464 dbus/property.cc   size_t length = 0;
length            465 dbus/property.cc   if (!variant_reader.PopArrayOfBytes(&bytes, &length))
length            467 dbus/property.cc   value_.assign(bytes, bytes + length);
length             27 device/bluetooth/bluetooth_service_record_win.cc       sequence_data.data.sequence.length,
length             53 device/bluetooth/bluetooth_socket_mac.h                       size_t length);
length            385 device/bluetooth/bluetooth_task_manager_win.cc     std::size_t length =
length            388 device/bluetooth/bluetooth_task_manager_win.cc     device_address_context[length] = NULL;
length            224 device/hid/hid_connection_linux.cc   if (parent_path.length() == 0 || *parent_path.rbegin() != '/')
length            234 device/hid/hid_connection_linux.cc         !device_path.compare(0, parent_path.length(), parent_path)) {
length            235 device/hid/hid_connection_linux.cc       std::string sub_path = device_path.substr(parent_path.length());
length            388 extensions/browser/extension_prefs.cc       parent.value().length());
length             23 extensions/browser/image_util.cc   if (color_string.length() == 4) {
length             28 extensions/browser/image_util.cc   } else if (color_string.length() == 7) {
length             80 extensions/browser/quota_service.cc   DCHECK_GT(error.length(), 0u);
length            169 extensions/browser/value_store/leveldb_value_store_unittest.cc     ASSERT_NE(base::WriteFile(file, kLolCats.c_str(), kLolCats.length()),
length             47 extensions/common/csp_validator.cc     size_t length = source.length();
length             48 extensions/common/csp_validator.cc     for (size_t i = 0; i < length; ++i) {
length             55 extensions/common/csp_validator.cc         bool isWildcardSubdomain = i + 1 < length && source[i + 1] == L'.';
length            222 extensions/common/extension.cc   if (input.length() == 0)
length            240 extensions/common/extension.cc     if (working.length() == 0)
length            261 extensions/common/extension.cc   if (input.length() == 0)
length            270 extensions/common/extension.cc   for (size_t i = 0; i < input.length(); ) {
length            271 extensions/common/extension.cc     int slice = std::min<int>(input.length() - i, kPEMOutputColumns);
length            404 extensions/common/extension_api.cc         if (result.length() < full_name.length())
length            405 extensions/common/extension_api.cc           *child_name = full_name.substr(result.length() + 1);
length            105 extensions/common/extension_resource.cc   for (size_t i = 0; i < win_path.length(); i++) {
length            126 extensions/common/extension_resource_unittest.cc   ASSERT_TRUE(base::WriteFile(root_resource, data.c_str(), data.length()));
length            142 extensions/common/extension_resource_unittest.cc         data.c_str(), data.length()));
length            211 extensions/common/features/simple_feature.cc   DCHECK(id_hash.length() == base::kSHA1Length);
length            212 extensions/common/features/simple_feature.cc   return base::HexEncode(id_hash.c_str(), id_hash.length());
length            471 extensions/common/features/simple_feature.cc   if (extension_id.length() != 32)  // 128 bits / 4 = 32 mpdecimal characters
length             87 extensions/common/manifest_handlers/sandboxed_page_info.cc       relative_path = relative_path.substr(1, relative_path.length() - 1);
length             87 extensions/common/manifest_handlers/web_accessible_resources_info.cc       relative_path = relative_path.substr(1, relative_path.length() - 1);
length             33 extensions/common/permissions/socket_permission_entry.cc   if (str.find_last_not_of(base::kWhitespaceASCII) != str.length() - 1)
length             88 extensions/common/permissions/socket_permission_entry.cc       url_parse::Component component(0, lhost.length());
length             97 extensions/common/permissions/socket_permission_entry.cc       int i = lhost.length() - pattern_.host.length();
length            101 extensions/common/permissions/socket_permission_entry.cc       if (lhost.compare(i, pattern_.host.length(), pattern_.host) != 0)
length             77 extensions/common/url_pattern.cc       url_parse::Component(0, static_cast<int>(scheme.length())));
length             85 extensions/common/url_pattern.cc   if (url_canon::DefaultPortForScheme(scheme.c_str(), scheme.length()) ==
length            396 extensions/common/url_pattern.cc   if (test.host().length() <= (host_.length() + 1))
length            399 extensions/common/url_pattern.cc   if (test.host().compare(test.host().length() - host_.length(),
length            400 extensions/common/url_pattern.cc                           host_.length(), host_) != 0)
length            403 extensions/common/url_pattern.cc   return test.host()[test.host().length() - host_.length() - 1] == '.';
length             24 gin/array_buffer.cc void* ArrayBufferAllocator::Allocate(size_t length) {
length             25 gin/array_buffer.cc   return calloc(1, length);
length             28 gin/array_buffer.cc void* ArrayBufferAllocator::AllocateUninitialized(size_t length) {
length             29 gin/array_buffer.cc   return malloc(length);
length             32 gin/array_buffer.cc void ArrayBufferAllocator::Free(void* data, size_t length) {
length            137 gin/array_buffer.cc   num_bytes_ = private_->length();
length             19 gin/array_buffer.h   virtual void* Allocate(size_t length) OVERRIDE;
length             20 gin/array_buffer.h   virtual void* AllocateUninitialized(size_t length) OVERRIDE;
length             21 gin/array_buffer.h   virtual void Free(void* data, size_t length) OVERRIDE;
length            109 gin/converter.cc                              static_cast<uint32_t>(val.length()));
length            122 gin/converter.cc   int length = str->Utf8Length();
length            123 gin/converter.cc   out->resize(length);
length            124 gin/converter.cc   str->WriteUtf8(&(*out)[0], length, NULL, String::NO_NULL_TERMINATION);
length            193 gin/converter.cc                              static_cast<uint32_t>(val.length()));
length            164 gin/converter.h     uint32_t length = array->Length();
length            165 gin/converter.h     for (uint32_t i = 0; i < length; ++i) {
length             46 google_apis/cup/client_update_protocol.cc                       sdata.length(),
length            159 google_apis/cup/client_update_protocol.cc   if (unsafe.length() % 4)
length            160 google_apis/cup/client_update_protocol.cc     unsafe.append(4 - (unsafe.length() % 4), '=');
length            281 google_apis/cup/client_update_protocol.cc   DCHECK_EQ(key_source.length(), PublicKeyLength());
length            291 google_apis/drive/drive_api_requests_unittest.cc       int64 length = 0;
length            295 google_apis/drive/drive_api_requests_unittest.cc               iter->second, &start_position, &end_position, &length)) {
length            301 google_apis/drive/drive_api_requests_unittest.cc       EXPECT_EQ(length, content_length_);
length            129 google_apis/drive/test_util.cc                              int64* length) {
length            132 google_apis/drive/test_util.cc   DCHECK(length);
length            144 google_apis/drive/test_util.cc   if (!base::StringToInt64(parts[1], length))
length            102 google_apis/drive/test_util.h                              int64* length);
length            124 google_apis/drive/time_util.cc         seconds_parts[1].length() == 3 &&
length             63 google_apis/gaia/gaia_auth_util.cc   if (separator_pos != email.npos && separator_pos < email.length() - 1)
length             43 google_apis/gaia/google_service_auth_error.cc     const std::string& alternate, int length)
length             45 google_apis/gaia/google_service_auth_error.cc       field_length(length) {
length            120 google_apis/gaia/google_service_auth_error.h                  int length);
length            633 google_apis/gaia/oauth2_token_service.cc   return cache_entry && cache_entry->access_token.length();
length            110 google_apis/gaia/oauth_request_signer.cc   int length = base::RandUint64() % (kMaxNonceLength - kMinNonceLength + 1) +
length            112 google_apis/gaia/oauth_request_signer.cc   result[length] = '\0';
length            113 google_apis/gaia/oauth_request_signer.cc   for (int index = 0; index < length; ++index)
length             63 google_apis/gaia/oauth_request_signer_unittest.cc     int length = rand() % kLengthLimit;
length             64 google_apis/gaia/oauth_request_signer_unittest.cc     for (int position = 0; position < length; ++position) {
length            221 gpu/command_buffer/client/gles2_c_lib_autogen.h                           GLsizei* length,
length            226 gpu/command_buffer/client/gles2_c_lib_autogen.h       program, index, bufsize, length, size, type, name);
length            231 gpu/command_buffer/client/gles2_c_lib_autogen.h                            GLsizei* length,
length            236 gpu/command_buffer/client/gles2_c_lib_autogen.h       program, index, bufsize, length, size, type, name);
length            272 gpu/command_buffer/client/gles2_c_lib_autogen.h                             GLsizei* length,
length            274 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->GetProgramInfoLog(program, bufsize, length, infolog);
length            286 gpu/command_buffer/client/gles2_c_lib_autogen.h                            GLsizei* length,
length            288 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->GetShaderInfoLog(shader, bufsize, length, infolog);
length            299 gpu/command_buffer/client/gles2_c_lib_autogen.h                           GLsizei* length,
length            301 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->GetShaderSource(shader, bufsize, length, source);
length            393 gpu/command_buffer/client/gles2_c_lib_autogen.h                        GLsizei length) {
length            394 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->ShaderBinary(n, shaders, binaryformat, binary, length);
length            399 gpu/command_buffer/client/gles2_c_lib_autogen.h                        const GLint* length) {
length            400 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->ShaderSource(shader, count, str, length);
length            656 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2InsertEventMarkerEXT(GLsizei length, const GLchar* marker) {
length            657 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->InsertEventMarkerEXT(length, marker);
length            659 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2PushGroupMarkerEXT(GLsizei length, const GLchar* marker) {
length            660 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->PushGroupMarkerEXT(length, marker);
length            783 gpu/command_buffer/client/gles2_c_lib_autogen.h                                          GLsizei* length,
length            786 gpu/command_buffer/client/gles2_c_lib_autogen.h       shader, bufsize, length, source);
length           1000 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                   GLsizei length) {
length           1009 gpu/command_buffer/client/gles2_cmd_helper_autogen.h             length);
length            401 gpu/command_buffer/client/gles2_implementation.cc   int length = strlen(ext);
length            404 gpu/command_buffer/client/gles2_implementation.cc     if (n == length && 0 == strncmp(ext, extensions, length)) {
length           1196 gpu/command_buffer/client/gles2_implementation.cc     GLsizei length) {
length           1202 gpu/command_buffer/client/gles2_implementation.cc       << length << ")");
length           1207 gpu/command_buffer/client/gles2_implementation.cc   if (length < 0) {
length           1214 gpu/command_buffer/client/gles2_implementation.cc       shader_id_size + length, helper_, transfer_buffer_);
length           1215 gpu/command_buffer/client/gles2_implementation.cc   if (!buffer.valid() || buffer.num_elements() != shader_id_size + length) {
length           1222 gpu/command_buffer/client/gles2_implementation.cc   memcpy(shader_data, binary, length);
length           1230 gpu/command_buffer/client/gles2_implementation.cc       length);
length           1314 gpu/command_buffer/client/gles2_implementation.cc     GLuint shader, GLsizei count, const GLchar* const* source, const GLint* length) {
length           1319 gpu/command_buffer/client/gles2_implementation.cc       << static_cast<const void*>(length) << ")");
length           1323 gpu/command_buffer/client/gles2_implementation.cc         if (length && length[ii] >= 0) {
length           1324 gpu/command_buffer/client/gles2_implementation.cc           std::string str(source[ii], length[ii]);
length           1347 gpu/command_buffer/client/gles2_implementation.cc       total_size += (length && length[ii] >= 0) ?
length           1348 gpu/command_buffer/client/gles2_implementation.cc           static_cast<size_t>(length[ii]) : strlen(source[ii]);
length           1359 gpu/command_buffer/client/gles2_implementation.cc           (length ? static_cast<size_t>(length[ii]) : strlen(src)) : 1;
length           1947 gpu/command_buffer/client/gles2_implementation.cc     GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size,
length           1968 gpu/command_buffer/client/gles2_implementation.cc     if (length || name) {
length           1974 gpu/command_buffer/client/gles2_implementation.cc       if (length) {
length           1975 gpu/command_buffer/client/gles2_implementation.cc         *length = max_size;
length           1987 gpu/command_buffer/client/gles2_implementation.cc     GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size,
length           1992 gpu/command_buffer/client/gles2_implementation.cc       << static_cast<const void*>(length) << ", "
length           2002 gpu/command_buffer/client/gles2_implementation.cc         this, program, index, bufsize, length, size, type, name);
length           2018 gpu/command_buffer/client/gles2_implementation.cc     GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size,
length           2039 gpu/command_buffer/client/gles2_implementation.cc     if (length || name) {
length           2045 gpu/command_buffer/client/gles2_implementation.cc       if (length) {
length           2046 gpu/command_buffer/client/gles2_implementation.cc         *length = max_size;
length           2058 gpu/command_buffer/client/gles2_implementation.cc     GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size,
length           2063 gpu/command_buffer/client/gles2_implementation.cc       << static_cast<const void*>(length) << ", "
length           2073 gpu/command_buffer/client/gles2_implementation.cc       this, program, index, bufsize, length, size, type, name);
length           3558 gpu/command_buffer/client/gles2_implementation.cc     GLsizei length, const GLchar* marker) {
length           3561 gpu/command_buffer/client/gles2_implementation.cc       << length << ", " << marker << ")");
length           3567 gpu/command_buffer/client/gles2_implementation.cc       (length ? std::string(marker, length) : std::string(marker)));
length           3571 gpu/command_buffer/client/gles2_implementation.cc       length ? std::string(marker, length) : std::string(marker));
length           3575 gpu/command_buffer/client/gles2_implementation.cc     GLsizei length, const GLchar* marker) {
length           3578 gpu/command_buffer/client/gles2_implementation.cc       << length << ", " << marker << ")");
length           3584 gpu/command_buffer/client/gles2_implementation.cc       (length ? std::string(marker, length) : std::string(marker)));
length           3588 gpu/command_buffer/client/gles2_implementation.cc       length ? std::string(marker, length) : std::string(marker));
length            234 gpu/command_buffer/client/gles2_implementation.h       GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
length            237 gpu/command_buffer/client/gles2_implementation.h       GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
length            183 gpu/command_buffer/client/gles2_implementation_autogen.h                              GLsizei* length,
length            191 gpu/command_buffer/client/gles2_implementation_autogen.h                               GLsizei* length,
length            224 gpu/command_buffer/client/gles2_implementation_autogen.h                                GLsizei* length,
length            235 gpu/command_buffer/client/gles2_implementation_autogen.h                               GLsizei* length,
length            245 gpu/command_buffer/client/gles2_implementation_autogen.h                              GLsizei* length,
length            319 gpu/command_buffer/client/gles2_implementation_autogen.h                           GLsizei length) OVERRIDE;
length            324 gpu/command_buffer/client/gles2_implementation_autogen.h                           const GLint* length) OVERRIDE;
length            527 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void InsertEventMarkerEXT(GLsizei length,
length            530 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void PushGroupMarkerEXT(GLsizei length, const GLchar* marker) OVERRIDE;
length            625 gpu/command_buffer/client/gles2_implementation_autogen.h                                             GLsizei* length,
length            742 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                             GLsizei* length,
length            745 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   GPU_CLIENT_VALIDATE_DESTINATION_OPTIONAL_INITALIZATION(GLsizei, length);
length            748 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << static_cast<void*>(length) << ", "
length            762 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (length != NULL) {
length            763 gpu/command_buffer/client/gles2_implementation_impl_autogen.h     *length = max_size;
length            827 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                            GLsizei* length,
length            830 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   GPU_CLIENT_VALIDATE_DESTINATION_OPTIONAL_INITALIZATION(GLsizei, length);
length            833 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << static_cast<void*>(length) << ", "
length            847 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (length != NULL) {
length            848 gpu/command_buffer/client/gles2_implementation_impl_autogen.h     *length = max_size;
length            854 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                           GLsizei* length,
length            857 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   GPU_CLIENT_VALIDATE_DESTINATION_OPTIONAL_INITALIZATION(GLsizei, length);
length            860 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << static_cast<void*>(length) << ", "
length            874 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (length != NULL) {
length            875 gpu/command_buffer/client/gles2_implementation_impl_autogen.h     *length = max_size;
length           1930 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                                          GLsizei* length,
length           1933 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   GPU_CLIENT_VALIDATE_DESTINATION_OPTIONAL_INITALIZATION(GLsizei, length);
length           1936 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << static_cast<void*>(length) << ", "
length           1950 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (length != NULL) {
length           1951 gpu/command_buffer/client/gles2_implementation_impl_autogen.h     *length = max_size;
length            955 gpu/command_buffer/client/gles2_implementation_unittest.cc   GLsizei length = 0;
length            956 gpu/command_buffer/client/gles2_implementation_unittest.cc   gl_->GetShaderSource(kShaderId, sizeof(buf), &length, buf);
length            958 gpu/command_buffer/client/gles2_implementation_unittest.cc   EXPECT_EQ(sizeof(kString) - 1, static_cast<size_t>(length));
length            132 gpu/command_buffer/client/gles2_interface_autogen.h                              GLsizei* length,
length            139 gpu/command_buffer/client/gles2_interface_autogen.h                               GLsizei* length,
length            162 gpu/command_buffer/client/gles2_interface_autogen.h                                GLsizei* length,
length            170 gpu/command_buffer/client/gles2_interface_autogen.h                               GLsizei* length,
length            178 gpu/command_buffer/client/gles2_interface_autogen.h                              GLsizei* length,
length            223 gpu/command_buffer/client/gles2_interface_autogen.h                           GLsizei length) = 0;
length            227 gpu/command_buffer/client/gles2_interface_autogen.h                           const GLint* length) = 0;
length            359 gpu/command_buffer/client/gles2_interface_autogen.h virtual void InsertEventMarkerEXT(GLsizei length, const GLchar* marker) = 0;
length            360 gpu/command_buffer/client/gles2_interface_autogen.h virtual void PushGroupMarkerEXT(GLsizei length, const GLchar* marker) = 0;
length            425 gpu/command_buffer/client/gles2_interface_autogen.h                                             GLsizei* length,
length            132 gpu/command_buffer/client/gles2_interface_stub_autogen.h                              GLsizei* length,
length            139 gpu/command_buffer/client/gles2_interface_stub_autogen.h                               GLsizei* length,
length            162 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                GLsizei* length,
length            170 gpu/command_buffer/client/gles2_interface_stub_autogen.h                               GLsizei* length,
length            178 gpu/command_buffer/client/gles2_interface_stub_autogen.h                              GLsizei* length,
length            233 gpu/command_buffer/client/gles2_interface_stub_autogen.h                           GLsizei length) OVERRIDE;
length            237 gpu/command_buffer/client/gles2_interface_stub_autogen.h                           const GLint* length) OVERRIDE;
length            382 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void InsertEventMarkerEXT(GLsizei length,
length            384 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void PushGroupMarkerEXT(GLsizei length, const GLchar* marker) OVERRIDE;
length            449 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                             GLsizei* length,
length            132 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                              GLsizei* length,
length            139 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                               GLsizei* length,
length            162 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                GLsizei* length,
length            170 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                               GLsizei* length,
length            178 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                              GLsizei* length,
length            233 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                           GLsizei length) OVERRIDE;
length            237 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                           const GLint* length) OVERRIDE;
length            382 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void InsertEventMarkerEXT(GLsizei length,
length            384 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void PushGroupMarkerEXT(GLsizei length, const GLchar* marker) OVERRIDE;
length            449 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                             GLsizei* length,
length            363 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                GLsizei* length,
length            368 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->GetActiveAttrib(program, index, bufsize, length, size, type, name);
length            374 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                 GLsizei* length,
length            379 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->GetActiveUniform(program, index, bufsize, length, size, type, name);
length            442 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                  GLsizei* length,
length            445 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->GetProgramInfoLog(program, bufsize, length, infolog);
length            465 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                 GLsizei* length,
length            468 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->GetShaderInfoLog(shader, bufsize, length, infolog);
length            481 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                GLsizei* length,
length            484 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->GetShaderSource(shader, bufsize, length, source);
length            649 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                             GLsizei length) {
length            651 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->ShaderBinary(n, shaders, binaryformat, binary, length);
length            657 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                             const GLint* length) {
length            659 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->ShaderSource(shader, count, str, length);
length           1091 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::InsertEventMarkerEXT(GLsizei length,
length           1094 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->InsertEventMarkerEXT(length, marker);
length           1097 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::PushGroupMarkerEXT(GLsizei length,
length           1100 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->PushGroupMarkerEXT(length, marker);
length           1295 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                               GLsizei* length,
length           1299 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->GetTranslatedShaderSourceANGLE(shader, bufsize, length, source);
length             43 gpu/command_buffer/client/program_info_manager.cc                                GLsizei* length,
length             52 gpu/command_buffer/client/program_info_manager.cc                                 GLsizei* length,
length             91 gpu/command_buffer/client/program_info_manager.cc     GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
length             94 gpu/command_buffer/client/program_info_manager.cc       program, index, bufsize, length, size, type, name);
length             99 gpu/command_buffer/client/program_info_manager.cc     GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
length            102 gpu/command_buffer/client/program_info_manager.cc       program, index, bufsize, length, size, type, name);
length            131 gpu/command_buffer/client/program_info_manager.cc                                GLsizei* length,
length            140 gpu/command_buffer/client/program_info_manager.cc                                 GLsizei* length,
length            442 gpu/command_buffer/client/program_info_manager.cc     GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
length            456 gpu/command_buffer/client/program_info_manager.cc       if (length || name) {
length            460 gpu/command_buffer/client/program_info_manager.cc         if (length) {
length            461 gpu/command_buffer/client/program_info_manager.cc           *length = max_size;
length            472 gpu/command_buffer/client/program_info_manager.cc       program, index, bufsize, length, size, type, name);
length            477 gpu/command_buffer/client/program_info_manager.cc     GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
length            490 gpu/command_buffer/client/program_info_manager.cc       if (length || name) {
length            494 gpu/command_buffer/client/program_info_manager.cc         if (length) {
length            495 gpu/command_buffer/client/program_info_manager.cc           *length = max_size;
length            506 gpu/command_buffer/client/program_info_manager.cc       program, index, bufsize, length, size, type, name);
length             38 gpu/command_buffer/client/program_info_manager.h       GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
length             43 gpu/command_buffer/client/program_info_manager.h       GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
length             14 gpu/command_buffer/common/bitfield_helpers.h template<int shift, int length> class BitField {
length             17 gpu/command_buffer/common/bitfield_helpers.h   static const unsigned int kLength = length;
length             20 gpu/command_buffer/common/bitfield_helpers.h   static const unsigned int kMask = 1U + ((1U << (length-1)) - 1U) * 2U;
length           4860 gpu/command_buffer/common/gles2_cmd_format_autogen.h     length = _length;
length           4888 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 length;
length           4905 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ShaderBinary, length) == 28,
length           1588 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(17), cmd.length);
length            784 gpu/command_buffer/service/feature_info.cc          pos + str.length() < extensions_.length() &&
length            785 gpu/command_buffer/service/feature_info.cc          extensions_.substr(pos + str.length(), 1) != " ") {
length            787 gpu/command_buffer/service/feature_info.cc     pos = extensions_.find(str, pos + str.length());
length           1457 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoInsertEventMarkerEXT(GLsizei length, const GLchar* marker);
length           1458 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoPushGroupMarkerEXT(GLsizei length, const GLchar* group);
length           8981 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei length = static_cast<GLsizei>(c.length);
length           8982 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (length < 0) {
length           8994 gpu/command_buffer/service/gles2_cmd_decoder.cc       c.binary_shm_id, c.binary_shm_offset, length);
length           10206 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei length, const GLchar* marker) {
length           10211 gpu/command_buffer/service/gles2_cmd_decoder.cc       length ? std::string(marker, length) : std::string(marker));
length           10215 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei length, const GLchar* marker) {
length           10219 gpu/command_buffer/service/gles2_cmd_decoder.cc   std::string name = length ? std::string(marker, length) : std::string(marker);
length            155 gpu/command_buffer/service/memory_program_cache.cc                   value->length());
length            175 gpu/command_buffer/service/memory_program_cache.cc     proto->set_program(value->data(), value->length());
length            194 gpu/command_buffer/service/memory_program_cache.cc   GLsizei length = 0;
length            195 gpu/command_buffer/service/memory_program_cache.cc   glGetProgramiv(program, GL_PROGRAM_BINARY_LENGTH_OES, &length);
length            196 gpu/command_buffer/service/memory_program_cache.cc   if (length == 0 || static_cast<unsigned int>(length) > max_size_bytes_) {
length            199 gpu/command_buffer/service/memory_program_cache.cc   scoped_ptr<char[]> binary(new char[length]);
length            201 gpu/command_buffer/service/memory_program_cache.cc                      length,
length            205 gpu/command_buffer/service/memory_program_cache.cc   UMA_HISTOGRAM_COUNTS("GPU.ProgramCache.ProgramBinarySizeBytes", length);
length            232 gpu/command_buffer/service/memory_program_cache.cc   while (curr_size_bytes_ + length > max_size_bytes_) {
length            244 gpu/command_buffer/service/memory_program_cache.cc     proto->set_program(binary.get(), length);
length            252 gpu/command_buffer/service/memory_program_cache.cc              new ProgramCacheValue(length,
length            308 gpu/command_buffer/service/memory_program_cache.cc     scoped_ptr<char[]> binary(new char[proto->program().length()]);
length            309 gpu/command_buffer/service/memory_program_cache.cc     memcpy(binary.get(), proto->program().c_str(), proto->program().length());
length            312 gpu/command_buffer/service/memory_program_cache.cc                new ProgramCacheValue(proto->program().length(),
length            334 gpu/command_buffer/service/memory_program_cache.cc     GLsizei length,
length            347 gpu/command_buffer/service/memory_program_cache.cc     : length_(length),
length             53 gpu/command_buffer/service/memory_program_cache.h     ProgramCacheValue(GLsizei length,
length             67 gpu/command_buffer/service/memory_program_cache.h     GLsizei length() const {
length             31 gpu/command_buffer/service/memory_program_cache_unittest.cc   ProgramBinaryEmulator(GLsizei length,
length             34 gpu/command_buffer/service/memory_program_cache_unittest.cc       : length_(length),
length             40 gpu/command_buffer/service/memory_program_cache_unittest.cc                         GLsizei* length,
length             43 gpu/command_buffer/service/memory_program_cache_unittest.cc     if (length) {
length             44 gpu/command_buffer/service/memory_program_cache_unittest.cc       *length = length_;
length             53 gpu/command_buffer/service/memory_program_cache_unittest.cc                      GLsizei length) {
length             55 gpu/command_buffer/service/memory_program_cache_unittest.cc     EXPECT_EQ(0, memcmp(binary_, binary, length));
length            150 gpu/command_buffer/service/memory_program_cache_unittest.cc         .WillOnce(SetArgPointee<2>(emulator->length()));
length            152 gpu/command_buffer/service/memory_program_cache_unittest.cc                 GetProgramBinary(program_id, emulator->length(), _, _, _))
length            163 gpu/command_buffer/service/memory_program_cache_unittest.cc                               emulator->length()))
length            177 gpu/command_buffer/service/memory_program_cache_unittest.cc                               emulator->length()))
length             80 gpu/command_buffer/service/program_cache.cc                       s.length(), reinterpret_cast<unsigned char*>(result));
length             95 gpu/command_buffer/service/program_cache.cc     total += 4 + it->first.length();
length            121 gpu/command_buffer/service/program_cache.cc       const size_t name_size = it->first.length();
length            203 gpu/command_buffer/service/program_manager.cc bool ProgramManager::IsInvalidPrefix(const char* name, size_t length) {
length            205 gpu/command_buffer/service/program_manager.cc   return (length >= sizeof(kInvalidPrefix) &&
length            384 gpu/command_buffer/service/program_manager.cc     GLsizei length = 0;
length            388 gpu/command_buffer/service/program_manager.cc         service_id_, ii, max_len, &length, &size, &type, name_buffer.get());
length            389 gpu/command_buffer/service/program_manager.cc     DCHECK(max_len == 0 || length < max_len);
length            390 gpu/command_buffer/service/program_manager.cc     DCHECK(length == 0 || name_buffer[length] == '\0');
length            391 gpu/command_buffer/service/program_manager.cc     if (!ProgramManager::IsInvalidPrefix(name_buffer.get(), length)) {
length            441 gpu/command_buffer/service/program_manager.cc     GLsizei length = 0;
length            444 gpu/command_buffer/service/program_manager.cc         service_id_, ii, max_len, &length,
length            446 gpu/command_buffer/service/program_manager.cc     DCHECK(max_len == 0 || length < max_len);
length            447 gpu/command_buffer/service/program_manager.cc     DCHECK(length == 0 || name_buffer[length] == '\0');
length            448 gpu/command_buffer/service/program_manager.cc     if (!ProgramManager::IsInvalidPrefix(name_buffer.get(), length)) {
length            396 gpu/command_buffer/service/program_manager.h   static bool IsInvalidPrefix(const char* name, size_t length);
length             46 gpu/command_buffer/tests/gl_test_utils.cc     GLsizei length = 0;
length             47 gpu/command_buffer/tests/gl_test_utils.cc     glGetShaderInfoLog(shader, sizeof(buffer), &length, buffer);
length             48 gpu/command_buffer/tests/gl_test_utils.cc     std::string log(buffer, length);
length             69 gpu/command_buffer/tests/gl_test_utils.cc     GLsizei length = 0;
length             70 gpu/command_buffer/tests/gl_test_utils.cc     glGetProgramInfoLog(program, sizeof(buffer), &length, buffer);
length             71 gpu/command_buffer/tests/gl_test_utils.cc     std::string log(buffer, length);
length             76 gpu/config/gpu_control_list.cc   for (size_t i = 0; i < number_ref.length(); ++i) {
length             78 gpu/config/gpu_control_list.cc     if (i < number.length())
length            540 gpu/config/gpu_info_collector_win.cc   if (id.length() > 20) {
length            593 gpu/config/gpu_info_collector_win.cc   if (id.length() <= 20)
length            146 gpu/config/gpu_test_expectations_parser.cc   size_t len = ref.length();
length            150 gpu/config/gpu_test_expectations_parser.cc     if (test_name.length() > len -1 &&
length            236 gpu/tools/compositor_model_bench/shaders.cc   GLsizei length;
length            237 gpu/tools/compositor_model_bench/shaders.cc   glGetShaderiv(shader, GL_INFO_LOG_LENGTH, &length);
length            238 gpu/tools/compositor_model_bench/shaders.cc   scoped_ptr<GLchar[]> log(new GLchar[length+1]);
length            239 gpu/tools/compositor_model_bench/shaders.cc   glGetShaderInfoLog(shader, length, NULL, log.get());
length            158 ipc/ipc_channel_posix_unittest.cc   DCHECK_EQ(static_cast<int>(name.length()), path_len);
length             59 ipc/ipc_channel_unittest.cc     EXPECT_EQ(kLongMessageStringNumBytes - 1, big_string.length());
length            210 ipc/ipc_message_utils.cc       int length;
length            211 ipc/ipc_message_utils.cc       if (!m->ReadData(iter, &data, &length))
length            213 ipc/ipc_message_utils.cc       *value = base::BinaryValue::CreateWithCopiedBuffer(data, length);
length            211 ipc/sync_socket_unittest.cc                          size_t length, size_t* received) {
length            215 ipc/sync_socket_unittest.cc   *received = socket->Receive(buf, length);
length             37 ipc/unix_domain_socket_util.cc   if (socket_name.length() == 0) {
length             43 ipc/unix_domain_socket_util.cc   if (socket_name.length() >= kMaxSocketNameLength) {
length             66 ipc/unix_domain_socket_util.cc       offsetof(struct sockaddr_un, sun_path) + socket_name.length();
length            117 media/audio/audio_input_device.cc     int length,
length            127 media/audio/audio_input_device.cc   DCHECK_GT(length, 0);
length            141 media/audio/audio_input_device.cc       audio_parameters_, handle, length, total_segments, callback_));
length            104 media/audio/audio_input_device.h                                int length,
length             38 media/audio/audio_input_ipc.h                                int length,
length            212 media/audio/audio_output_device.cc     int length) {
length            221 media/audio/audio_output_device.cc   DCHECK_GT(length, 0);
length            244 media/audio/audio_output_device.cc       audio_parameters_, handle, length, callback_));
length            110 media/audio/audio_output_device.h                                int length) OVERRIDE;
length             43 media/audio/audio_output_ipc.h                                int length) = 0;
length            198 media/audio/pulse/pulse_input.cc                                          size_t length,
length            260 media/audio/pulse/pulse_input.cc     size_t length = 0;
length            262 media/audio/pulse/pulse_input.cc     pa_stream_peek(handle_, &data, &length);
length            263 media/audio/pulse/pulse_input.cc     if (!data || length == 0)
length            266 media/audio/pulse/pulse_input.cc     buffer_->Append(reinterpret_cast<const uint8*>(data), length);
length             47 media/audio/pulse/pulse_input.h   static void ReadCallback(pa_stream* handle, size_t length, void* user_data);
length             70 media/audio/sounds/wav_audio_handler.cc     const int length = ParseSubChunk(wav_data.substr(offset));
length             71 media/audio/sounds/wav_audio_handler.cc     CHECK_LE(0, length) << "can't parse wav sub-chunk";
length             72 media/audio/sounds/wav_audio_handler.cc     offset += length;
length            162 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java             for (int j = 0; j < supportedTypes.length; ++j) {
length            186 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java             for (int j = 0; j < supportedTypes.length; ++j) {
length            323 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         return mInputBuffers.length;
length            328 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         return mOutputBuffers != null ? mOutputBuffers.length : -1;
length            529 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java             int size = mAudioTrack.write(buf, 0, buf.length);
length            530 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java             if (buf.length != size) {
length            532 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java                         buf.length + ", actual size: " + size);
length            126 media/base/android/java/src/org/chromium/media/MediaDrmBridge.java         if (data.length != 16) {
length            687 media/base/android/java/src/org/chromium/media/MediaDrmBridge.java         if (response == null || response.length == 0) {
length            833 media/base/android/java/src/org/chromium/media/MediaDrmBridge.java                 Log.d(TAG, "response length=" + mResponseBody.length);
length            169 media/base/android/java/src/org/chromium/media/MediaPlayerBridge.java         if (headerInfo.length != 2) return false;
length            141 media/base/android/java/src/org/chromium/media/UsbMidiDeviceAndroid.java                     int length = getInputDataLength(buffer);
length            142 media/base/android/java/src/org/chromium/media/UsbMidiDeviceAndroid.java                     if (length > 0) {
length            144 media/base/android/java/src/org/chromium/media/UsbMidiDeviceAndroid.java                         final byte[] bs = new byte[length];
length            145 media/base/android/java/src/org/chromium/media/UsbMidiDeviceAndroid.java                         buffer.get(bs, 0, length);
length            197 media/base/android/java/src/org/chromium/media/UsbMidiDeviceAndroid.java         request.queue(ByteBuffer.wrap(bs), bs.length);
length            351 media/base/android/java/src/org/chromium/media/VideoCapture.java             int length,
length            186 media/base/android/java/src/org/chromium/media/VideoCaptureAndroid.java             if (data.length == mExpectedFrameSize) {
length             52 media/base/android/java/src/org/chromium/media/VideoCaptureTango.java         return s_CAM_PARAMS.length;
length             56 media/base/android/java/src/org/chromium/media/VideoCaptureTango.java         if (index >= s_CAM_PARAMS.length) return null;
length            117 media/base/android/java/src/org/chromium/media/VideoCaptureTango.java             if (data.length == SF_WIDTH * SF_FULL_HEIGHT) {
length            669 media/base/container_names.cc       int length = Read16(buffer + offset + 2) + 2;
length            676 media/base/container_names.cc         RCHECK(length == 8 + 2 * number_components);
length            679 media/base/container_names.cc         offset += length;
length            687 media/base/container_names.cc         offset += length;
length            110 media/cast/cast_receiver_impl.cc   size_t length = packet->size();
length            111 media/cast/cast_receiver_impl.cc   if (length < kMinLengthOfRtcp) {
length            112 media/cast/cast_receiver_impl.cc     VLOG(1) << "Received a packet which is too short " << length;
length            116 media/cast/cast_receiver_impl.cc   if (!Rtcp::IsRtcpPacket(data, length)) {
length            117 media/cast/cast_receiver_impl.cc     if (length < kMinLengthOfRtp) {
length            118 media/cast/cast_receiver_impl.cc       VLOG(1) << "Received a RTP packet which is too short " << length;
length            121 media/cast/cast_receiver_impl.cc     ssrc_of_sender = RtpReceiver::GetSsrcOfSender(data, length);
length            123 media/cast/cast_receiver_impl.cc     ssrc_of_sender = Rtcp::GetSsrcOfSender(data, length);
length            163 media/cast/cast_sender_impl.cc   size_t length = packet->size();
length            165 media/cast/cast_sender_impl.cc   if (!Rtcp::IsRtcpPacket(data, length)) {
length            170 media/cast/cast_sender_impl.cc   uint32 ssrc_of_sender = Rtcp::GetSsrcOfSender(data, length);
length            191 media/cast/rtcp/rtcp.cc bool Rtcp::IsRtcpPacket(const uint8* packet, size_t length) {
length            192 media/cast/rtcp/rtcp.cc   DCHECK_GE(length, kMinLengthOfRtcp) << "Invalid RTCP packet";
length            193 media/cast/rtcp/rtcp.cc   if (length < kMinLengthOfRtcp) return false;
length            204 media/cast/rtcp/rtcp.cc uint32 Rtcp::GetSsrcOfSender(const uint8* rtcp_buffer, size_t length) {
length            205 media/cast/rtcp/rtcp.cc   DCHECK_GE(length, kMinLengthOfRtcp) << "Invalid RTCP packet";
length            208 media/cast/rtcp/rtcp.cc       reinterpret_cast<const char*>(rtcp_buffer), length);
length            221 media/cast/rtcp/rtcp.cc void Rtcp::IncomingRtcpPacket(const uint8* rtcp_buffer, size_t length) {
length            222 media/cast/rtcp/rtcp.cc   RtcpParser rtcp_parser(rtcp_buffer, length);
length             75 media/cast/rtcp/rtcp.h   static bool IsRtcpPacket(const uint8* rtcp_buffer, size_t length);
length             77 media/cast/rtcp/rtcp.h   static uint32 GetSsrcOfSender(const uint8* rtcp_buffer, size_t length);
length             98 media/cast/rtcp/rtcp.h   void IncomingRtcpPacket(const uint8* rtcp_buffer, size_t length);
length            202 media/cast/rtcp/rtcp_receiver_unittest.cc   void InjectRtcpPacket(const uint8* packet, uint16 length) {
length            203 media/cast/rtcp/rtcp_receiver_unittest.cc     RtcpParser rtcp_parser(packet, length);
length            188 media/cast/rtcp/rtcp_sender.cc   DCHECK_LT(c_name_.length(), kRtcpCnameSize) << "Invalid config";
length            297 media/cast/rtcp/rtcp_sender.cc   DCHECK_LT(start_size + 12 + c_name_.length(), kMaxIpPacketSize)
length            316 media/cast/rtcp/rtcp_sender.cc   big_endian_writer.WriteU8(static_cast<uint8>(c_name_.length()));
length            318 media/cast/rtcp/rtcp_sender.cc   size_t sdes_length = 10 + c_name_.length();
length            320 media/cast/rtcp/rtcp_sender.cc       packet->end(), c_name_.c_str(), c_name_.c_str() + c_name_.length());
length            306 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            307 media/cast/rtcp/rtcp_utility.cc   if (length < 8)
length            313 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            325 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            326 media/cast/rtcp/rtcp_utility.cc   if (length < 28) {
length            333 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            356 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            357 media/cast/rtcp/rtcp_utility.cc   if (length < 24 || number_of_blocks_ <= 0) {
length            364 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            392 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            394 media/cast/rtcp/rtcp_utility.cc   if (length < 8) {
length            443 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            445 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            502 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            503 media/cast/rtcp/rtcp_utility.cc   if (length < 4 || number_of_blocks_ == 0) {
length            512 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            517 media/cast/rtcp/rtcp_utility.cc   if (length >= 4 * number_of_blocks_) {
length            525 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            526 media/cast/rtcp/rtcp_utility.cc   if (length < 16 ||
length            537 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            566 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            567 media/cast/rtcp/rtcp_utility.cc   if (length < 12) {
length            575 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            592 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            593 media/cast/rtcp/rtcp_utility.cc   if (length < 4) {
length            608 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            625 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            627 media/cast/rtcp/rtcp_utility.cc   if (length < 4) {
length            634 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            651 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            653 media/cast/rtcp/rtcp_utility.cc   if (length < 12) {  // 4 * 3, RFC4585 section 6.1
length            661 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            754 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            756 media/cast/rtcp/rtcp_utility.cc   if (length < 4) {
length            761 media/cast/rtcp/rtcp_utility.cc   if (length > 2 + kRtcpRpsiDataSize) {
length            771 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            774 media/cast/rtcp/rtcp_utility.cc   big_endian_reader.ReadBytes(&field_.rpsi.native_bit_string, length - 2);
length            776 media/cast/rtcp/rtcp_utility.cc       static_cast<uint16>(length - 2) * 8 - padding_bits;
length            778 media/cast/rtcp/rtcp_utility.cc   rtcp_data_ += length;
length            785 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            786 media/cast/rtcp/rtcp_utility.cc   if (length < 4) {
length            795 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            803 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            805 media/cast/rtcp/rtcp_utility.cc   if (length < 4) {
length            812 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            831 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            833 media/cast/rtcp/rtcp_utility.cc   if (length < 4) {
length            840 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            871 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            872 media/cast/rtcp/rtcp_utility.cc   if (length < 4) {
length            880 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            899 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            900 media/cast/rtcp/rtcp_utility.cc   if (length < 4) {
length            908 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            919 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            921 media/cast/rtcp/rtcp_utility.cc   if (length < 8) {
length            929 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            938 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            939 media/cast/rtcp/rtcp_utility.cc   if (length < 8)
length            945 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            956 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length            957 media/cast/rtcp/rtcp_utility.cc   if (length < 4) {
length            966 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length            996 media/cast/rtcp/rtcp_utility.cc       if (length < block_length * 4) {
length           1008 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length           1009 media/cast/rtcp/rtcp_utility.cc   if (length < 8) {
length           1016 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length           1027 media/cast/rtcp/rtcp_utility.cc   ptrdiff_t length = rtcp_block_end_ - rtcp_data_;
length           1028 media/cast/rtcp/rtcp_utility.cc   if (length < 12) {
length           1040 media/cast/rtcp/rtcp_utility.cc       reinterpret_cast<const char*>(rtcp_data_), length);
length             26 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc                             size_t length,
length             28 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc   if (length == 0)
length             31 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc   if (!ParseCommon(packet, length, rtp_header))
length             36 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc                      length - kRtpCommonHeaderLength,
length             44 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc                             size_t length,
length             46 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc   if (length < kRtpCommonHeaderLength)
length             83 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc                           size_t length,
length             85 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc   if (length < kRtpCastHeaderLength)
length             90 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc   size_t data_length = length;
length             35 media/cast/rtp_receiver/rtp_parser/rtp_parser.h                    size_t length,
length             43 media/cast/rtp_receiver/rtp_parser/rtp_parser.h                    size_t length,
length             46 media/cast/rtp_receiver/rtp_parser/rtp_parser.h   bool ParseCast(const uint8* packet, size_t length, RtpCastHeader* rtp_header);
length             48 media/cast/rtp_receiver/rtp_receiver.cc uint32 RtpReceiver::GetSsrcOfSender(const uint8* rtcp_buffer, size_t length) {
length             49 media/cast/rtp_receiver/rtp_receiver.cc   DCHECK_GE(length, kMinLengthOfRtp) << "Invalid RTP packet";
length             52 media/cast/rtp_receiver/rtp_receiver.cc       reinterpret_cast<const char*>(rtcp_buffer), length);
length             58 media/cast/rtp_receiver/rtp_receiver.cc bool RtpReceiver::ReceivedPacket(const uint8* packet, size_t length) {
length             60 media/cast/rtp_receiver/rtp_receiver.cc   if (!ParsePacket(packet, length, &rtp_header))
length             27 media/cast/rtp_receiver/rtp_receiver.h   static uint32 GetSsrcOfSender(const uint8* rtcp_buffer, size_t length);
length             29 media/cast/rtp_receiver/rtp_receiver.h   bool ReceivedPacket(const uint8* packet, size_t length);
length            162 media/cast/test/utility/audio_utility.cc                           size_t length,
length            166 media/cast/test/utility/audio_utility.cc   for (size_t i = 0; i < length; i++) {
length             98 media/cast/test/utility/barcode.cc   int length = 0;
length            108 media/cast/test/utility/barcode.cc       runs.push_back(length);
length            109 media/cast/test/utility/barcode.cc       length = 1;
length            111 media/cast/test/utility/barcode.cc       length++;
length            114 media/cast/test/utility/barcode.cc   runs.push_back(length);
length            104 media/cast/transport/rtcp/rtcp_builder.cc   if (start_size + 12 + c_name_.length() > kMaxIpPacketSize) {
length            123 media/cast/transport/rtcp/rtcp_builder.cc   big_endian_writer.WriteU8(static_cast<uint8>(c_name_.length()));
length            125 media/cast/transport/rtcp/rtcp_builder.cc   size_t sdes_length = 10 + c_name_.length();
length            127 media/cast/transport/rtcp/rtcp_builder.cc                  c_name_.c_str() + c_name_.length());
length             46 media/cast/transport/rtcp/rtcp_builder_unittest.cc   void SetExpectedRtcpPacket(const uint8* rtcp_buffer, size_t length) {
length             47 media/cast/transport/rtcp/rtcp_builder_unittest.cc     expected_packet_length_ = length;
length             48 media/cast/transport/rtcp/rtcp_builder_unittest.cc     memcpy(expected_packet_, rtcp_buffer, length);
length            283 media/cdm/aes_decryptor.cc     if (it->second.length() !=
length            285 media/cdm/aes_decryptor.cc       DVLOG(1) << "Invalid key length: " << key_string.length();
length            264 media/cdm/aes_decryptor_unittest.cc         session_id, reinterpret_cast<const uint8*>(key.c_str()), key.length());
length             47 media/cdm/json_web_key.cc   size_t num_last_grouping_chars = encoded_text.length() % 4;
length            971 media/cdm/ppapi/cdm_adapter.cc     static_cast<uint32_t>(platform_key_certificate_string.length())
length            343 media/cdm/ppapi/cdm_file_io_impl.cc void CdmFileIOImpl::SetLength(uint32_t length) {
length            348 media/cdm/ppapi/cdm_file_io_impl.cc   CHECK_PP_OK_COMPLETIONPENDING(file_io_.SetLength(length, cb), WRITE_ERROR);
length            110 media/cdm/ppapi/cdm_file_io_impl.h   void SetLength(uint32_t length);
length            119 media/ffmpeg/ffmpeg_unittest.cc         file_data_.data(), file_data_.length(), false));
length            122 media/filters/chunk_demuxer.cc   bool Append(const uint8* data, size_t length,
length            295 media/filters/chunk_demuxer.cc bool SourceState::Append(const uint8* data, size_t length,
length            307 media/filters/chunk_demuxer.cc   bool err = stream_parser_->Parse(data, length);
length           1195 media/filters/chunk_demuxer.cc                               const uint8* data, size_t length,
length           1199 media/filters/chunk_demuxer.cc   DVLOG(1) << "AppendData(" << id << ", " << length << ")";
length           1214 media/filters/chunk_demuxer.cc     if (length == 0u)
length           1222 media/filters/chunk_demuxer.cc         if (!source_state_map_[id]->Append(data, length,
length           1233 media/filters/chunk_demuxer.cc         if (!source_state_map_[id]->Append(data, length,
length            215 media/filters/chunk_demuxer.h   void AppendData(const std::string& id, const uint8* data, size_t length,
length            327 media/filters/chunk_demuxer_unittest.cc   void AppendData(const uint8* data, size_t length) {
length            328 media/filters/chunk_demuxer_unittest.cc     AppendData(kSourceId, data, length);
length            384 media/filters/chunk_demuxer_unittest.cc         timestamp_str = timestamp_str.substr(0, timestamps[i].length() - 1);
length            404 media/filters/chunk_demuxer_unittest.cc                   const uint8* data, size_t length) {
length            409 media/filters/chunk_demuxer_unittest.cc     demuxer_->AppendData(source_id, data, length,
length            415 media/filters/chunk_demuxer_unittest.cc   void AppendDataInPieces(const uint8* data, size_t length) {
length            416 media/filters/chunk_demuxer_unittest.cc     AppendDataInPieces(data, length, 7);
length            419 media/filters/chunk_demuxer_unittest.cc   void AppendDataInPieces(const uint8* data, size_t length, size_t piece_size) {
length            421 media/filters/chunk_demuxer_unittest.cc     const uint8* end = data + length;
length             40 media/filters/file_data_source.cc   int64 file_size = file_.length();
length             55 media/filters/file_data_source.cc   *size_out = file_.length();
length             26 media/filters/h264_parser_unittest.cc   parser.SetStream(stream.data(), stream.length());
length            405 media/filters/source_buffer_stream_unittest.cc         timestamps[i] = timestamps[i].substr(2, timestamps[i].length());
length            411 media/filters/source_buffer_stream_unittest.cc         timestamps[i] = timestamps[i].substr(0, timestamps[i].length() - 1);
length            419 media/filters/source_buffer_stream_unittest.cc         timestamps[i] = timestamps[i].substr(0, timestamps[i].length() - 1);
length            424 media/filters/source_buffer_stream_unittest.cc         timestamps[i] = timestamps[i].substr(0, timestamps[i].length() - 1);
length             60 media/formats/common/stream_parser_test_base.cc                                               size_t length,
length             63 media/formats/common/stream_parser_test_base.cc   const uint8* end = data + length;
length             44 media/formats/common/stream_parser_test_base.h   bool AppendDataInPieces(const uint8* data, size_t length, size_t piece_size);
length            160 media/formats/mp2t/es_parser_h264_unittest.cc       stream_without_aud.data(), stream_without_aud.length());
length            162 media/formats/mp2t/es_parser_h264_unittest.cc   AppendAUD(stream_without_aud.data(), stream_without_aud.length(),
length             43 media/formats/mp2t/mp2t_stream_parser_unittest.cc   bool AppendData(const uint8* data, size_t length) {
length             44 media/formats/mp2t/mp2t_stream_parser_unittest.cc     return parser_->Parse(data, length);
length             47 media/formats/mp2t/mp2t_stream_parser_unittest.cc   bool AppendDataInPieces(const uint8* data, size_t length, size_t piece_size) {
length             49 media/formats/mp2t/mp2t_stream_parser_unittest.cc     const uint8* end = data + length;
length             44 media/formats/mp4/mp4_stream_parser_unittest.cc   bool AppendData(const uint8* data, size_t length) {
length             45 media/formats/mp4/mp4_stream_parser_unittest.cc     return parser_->Parse(data, length);
length             48 media/formats/mp4/mp4_stream_parser_unittest.cc   bool AppendDataInPieces(const uint8* data, size_t length, size_t piece_size) {
length             50 media/formats/mp4/mp4_stream_parser_unittest.cc     const uint8* end = data + length;
length             64 media/formats/webm/tracks_builder.cc         GetUIntMkvSize(value.length()) +
length             65 media/formats/webm/tracks_builder.cc         value.length();
length            132 media/formats/webm/tracks_builder.cc   const uint64 size = value.length();
length            397 media/formats/webm/webm_cluster_parser.cc         content.length(),
length            187 media/formats/webm/webm_cluster_parser_unittest.cc             buffer->decrypt_config()->iv().length());
length            608 media/formats/webm/webm_parser.cc   int length = (end != NULL) ? static_cast<int>(end - buf) : size;
length            609 media/formats/webm/webm_parser.cc   std::string str(reinterpret_cast<const char*>(buf), length);
length             20 media/formats/webm/webm_webvtt_parser_unittest.cc   return Cue(buf, buf + result.length());
length             70 media/midi/midi_manager.cc     size_t length,
length             75 media/midi/midi_manager.cc     (*i)->ReceiveMidiData(port_index, data, length, timestamp);
length             33 media/midi/midi_manager.h                                size_t length,
length             95 media/midi/midi_manager.h                        size_t length,
length             75 media/midi/midi_manager_alsa.cc   size_t Receive(uint8* data, size_t length) {
length             76 media/midi/midi_manager_alsa.cc     return snd_rawmidi_read(midi_in_, reinterpret_cast<void*>(data), length);
length            164 media/midi/midi_manager_mac.cc         packet.length,
length            334 media/midi/midi_manager_win.cc   void OnMessageReceived(const uint8* data, size_t length, DWORD elapsed_ms) {
length            347 media/midi/midi_manager_win.cc     manager_->ReceiveMidiData(port_index_, data, length, timestamp);
length             41 media/midi/midi_message_queue.cc void MidiMessageQueue::Add(const uint8* data, size_t length) {
length             42 media/midi/midi_message_queue.cc   queue_.insert(queue_.end(), data, data + length);
length             50 media/midi/midi_message_queue.h   void Add(const uint8* data, size_t length);
length             89 media/midi/usb_midi_descriptor_parser.cc     uint8 length = current[0];
length             90 media/midi/usb_midi_descriptor_parser.cc     if (length < 2) {
length             94 media/midi/usb_midi_descriptor_parser.cc     if (current + length > data + size) {
length            104 media/midi/usb_midi_descriptor_parser.cc         if (!ParseInterface(current, length))
length            110 media/midi/usb_midi_descriptor_parser.cc         if (!ParseCSInterface(device, current, length))
length            115 media/midi/usb_midi_descriptor_parser.cc         if (!ParseEndpoint(current, length))
length            121 media/midi/usb_midi_descriptor_parser.cc         if (!ParseCSEndpoint(current, length, jacks))
length            168 media/video/capture/android/video_capture_device_android.cc     jint length,
length            170 media/video/capture/android/video_capture_device_android.cc   DVLOG(3) << "VideoCaptureDeviceAndroid::OnFrameAvailable: length =" << length;
length            195 media/video/capture/android/video_capture_device_android.cc                                     length,
length             48 media/video/capture/android/video_capture_device_android.h       jint length,
length            211 media/video/capture/fake_video_capture_device.cc   canvas.drawText(time_string.data(), time_string.length(), 30, 20,
length             40 media/video/capture/file_video_capture_device.cc   *denominator = ParseY4MInt(token.substr(index_divider + 1, token.length()));
length            232 media/video/capture/linux/video_capture_device_linux.cc   DCHECK_EQ(0, unique_id_.compare(0, dev_dir.length(), dev_dir));
length            234 media/video/capture/linux/video_capture_device_linux.cc       unique_id_.substr(dev_dir.length(), unique_id_.length());
length            565 media/video/capture/linux/video_capture_device_linux.cc     buffer_pool_[i].start = mmap(NULL, buffer.length, PROT_READ | PROT_WRITE,
length            570 media/video/capture/linux/video_capture_device_linux.cc     buffer_pool_[i].length = buffer.length;
length            585 media/video/capture/linux/video_capture_device_linux.cc     munmap(buffer_pool_[i].start, buffer_pool_[i].length);
length             44 media/video/capture/linux/video_capture_device_linux.h     Buffer() : start(0), length(0) {}
length             46 media/video/capture/linux/video_capture_device_linux.h     size_t length;
length            161 media/video/capture/video_capture_device.h                                         int length,
length             77 media/video/capture/video_capture_device_unittest.cc                                       int length,
length             17 media/video/capture/win/sink_filter_observer_win.h   virtual void FrameReceived(const uint8* buffer, int length) = 0;
length            130 media/video/capture/win/sink_input_pin_win.cc   const int length = sample->GetActualDataLength();
length            135 media/video/capture/win/sink_input_pin_win.cc   observer_->FrameReceived(buffer, length);
length            221 media/video/capture/win/video_capture_device_mf_win.cc         DWORD length = 0, max_length = 0;
length            223 media/video/capture/win/video_capture_device_mf_win.cc         buffer->Lock(&data, &max_length, &length);
length            224 media/video/capture/win/video_capture_device_mf_win.cc         observer_->OnIncomingCapturedData(data, length, 0, stamp);
length            464 media/video/capture/win/video_capture_device_mf_win.cc     int length,
length            470 media/video/capture/win/video_capture_device_mf_win.cc         data, length, capture_format_, rotation, time_stamp);
length             60 media/video/capture/win/video_capture_device_mf_win.h                               int length,
length            662 media/video/capture/win/video_capture_device_win.cc                                           int length) {
length            664 media/video/capture/win/video_capture_device_win.cc       buffer, length, capture_format_, 0, base::TimeTicks::Now());
length             61 media/video/capture/win/video_capture_device_win.h   virtual void FrameReceived(const uint8* buffer, int length);
length            511 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                      GLsizei* length,
length            517 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glGetActiveAttrib(program, index, bufsize, length, size, type, name);
length            525 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                       GLsizei* length,
length            531 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glGetActiveUniform(program, index, bufsize, length, size, type, name);
length            621 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                        GLsizei* length,
length            625 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glGetProgramInfoLog(program, bufsize, length, infolog);
length            652 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                       GLsizei* length,
length            656 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glGetShaderInfoLog(shader, bufsize, length, infolog);
length            674 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                      GLsizei* length,
length            678 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glGetShaderSource(shader, bufsize, length, source);
length            925 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                   GLsizei length) {
length            928 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glShaderBinary(n, shaders, binaryformat, binary, length);
length            936 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                   const GLint* length) {
length            939 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glShaderSource(shader, count, str, length);
length            196 mojo/public/c/gles2/gles2_call_visitor_autogen.h                GLsizei* length,
length            200 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (program, index, bufsize, length, size, type, name))
length            206 mojo/public/c/gles2/gles2_call_visitor_autogen.h                GLsizei* length,
length            210 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (program, index, bufsize, length, size, type, name))
length            241 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (GLuint program, GLsizei bufsize, GLsizei* length, char* infolog),
length            242 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (program, bufsize, length, infolog))
length            253 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (GLuint shader, GLsizei bufsize, GLsizei* length, char* infolog),
length            254 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (shader, bufsize, length, infolog))
length            262 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (GLuint shader, GLsizei bufsize, GLsizei* length, char* source),
length            263 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (shader, bufsize, length, source))
length            342 mojo/public/c/gles2/gles2_call_visitor_autogen.h                GLsizei length),
length            343 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (n, shaders, binaryformat, binary, length))
length            349 mojo/public/c/gles2/gles2_call_visitor_autogen.h                const GLint* length),
length            350 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (shader, count, str, length))
length             25 mojo/system/raw_shared_buffer.cc                                                         size_t length) {
length             26 mojo/system/raw_shared_buffer.cc   if (!IsValidMap(offset, length))
length             29 mojo/system/raw_shared_buffer.cc   return MapNoCheck(offset, length);
length             32 mojo/system/raw_shared_buffer.cc bool RawSharedBuffer::IsValidMap(size_t offset, size_t length) {
length             33 mojo/system/raw_shared_buffer.cc   if (offset > num_bytes_ || length == 0)
length             38 mojo/system/raw_shared_buffer.cc   if (length > num_bytes_ - offset)
length             45 mojo/system/raw_shared_buffer.cc                                                                size_t length) {
length             46 mojo/system/raw_shared_buffer.cc   DCHECK(IsValidMap(offset, length));
length             49 mojo/system/raw_shared_buffer.cc   return MapImplNoLock(offset, length);
length             48 mojo/system/raw_shared_buffer.h   scoped_ptr<RawSharedBufferMapping> Map(size_t offset, size_t length);
length             51 mojo/system/raw_shared_buffer.h   bool IsValidMap(size_t offset, size_t length);
length             55 mojo/system/raw_shared_buffer.h   scoped_ptr<RawSharedBufferMapping> MapNoCheck(size_t offset, size_t length);
length             72 mojo/system/raw_shared_buffer.h                                                    size_t length);
length             95 mojo/system/raw_shared_buffer.h   size_t length() const { return length_; }
length            101 mojo/system/raw_shared_buffer.h                          size_t length,
length            104 mojo/system/raw_shared_buffer.h       : base_(base), length_(length),
length             87 mojo/system/raw_shared_buffer_posix.cc     size_t length) {
length             92 mojo/system/raw_shared_buffer_posix.cc   size_t real_length = length + offset_rounding;
length            110 mojo/system/raw_shared_buffer_posix.cc       new RawSharedBufferMapping(base, length, real_base, real_length));
length             49 mojo/system/raw_shared_buffer_win.cc     size_t length) {
length             54 mojo/system/raw_shared_buffer_win.cc   size_t real_length = length + offset_rounding;
length             71 mojo/system/raw_shared_buffer_win.cc       new RawSharedBufferMapping(base, length, real_base, real_length));
length            110 mojo/system/shared_buffer_dispatcher_unittest.cc   EXPECT_EQ(100u, mapping1->length());
length            120 mojo/system/shared_buffer_dispatcher_unittest.cc   EXPECT_EQ(50u, mapping2->length());
length            113 native_client_sdk/src/examples/api/file_io/file_io.cc     if (file_name.length() == 0 || file_name[0] != '/') {
length            176 native_client_sdk/src/examples/api/file_io/file_io.cc       if (file_contents.length() > INT32_MAX) {
length            185 native_client_sdk/src/examples/api/file_io/file_io.cc                                    file_contents.length(),
length            193 native_client_sdk/src/examples/api/file_io/file_io.cc       } while (bytes_written < static_cast<int64_t>(file_contents.length()));
length            136 native_client_sdk/src/examples/api/gamepad/gamepad.cc   for (size_t p = 0; p < gamepad_data.length; ++p) {
length            137 native_client_sdk/src/examples/api/gamepad/gamepad.cc     int width2 = width() / gamepad_data.length / 2;
length            119 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     GLsizei length;
length            120 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     glGetShaderInfoLog(shader, sizeof(buffer), &length, &buffer[0]);
length            139 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     GLsizei length;
length            140 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     glGetProgramInfoLog(program, sizeof(buffer), &length, &buffer[0]);
length            384 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   GLint length = strlen(source) + 1;
length            385 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   glShaderSource(shader, 1, &source, &length);
length             77 native_client_sdk/src/examples/api/socket/socket.cc   if (message.length() < 2 || message[1] != ';')
length             66 native_client_sdk/src/examples/api/websocket/websocket.cc   if (message.length() < 2 || message[1] != ';')
length             39 native_client_sdk/src/examples/demo/drive/drive.cc   for (size_t i = 0; i < s.length(); ++i) {
length            178 native_client_sdk/src/examples/demo/drive/drive.cc   if (params.page_token.length())
length             91 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c   int length;
length             96 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c   length = vsnprintf(NULL, 0, format, args);
length             97 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c   buffer = (char*)malloc(length + 1); /* +1 for NULL-terminator. */
length             98 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c   result = vsnprintf(&buffer[0], length + 1, format, args_copy);
length             99 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c   if (result != length) {
length            153 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c uint32_t VarToCStr(struct PP_Var var, char* buffer, uint32_t length) {
length            158 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c     uint32_t min_length = MIN(var_length, length - 1);
length             15 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h uint32_t VarToCStr(struct PP_Var var, char* buffer, uint32_t length);
length            120 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     GLsizei length;
length            121 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     glGetShaderInfoLog(shader, sizeof(buffer), &length, &buffer[0]);
length            140 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     GLsizei length;
length            141 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     glGetProgramInfoLog(program, sizeof(buffer), &length, &buffer[0]);
length             12 native_client_sdk/src/libraries/error_handling/string_stream.c   stream->length = 0;
length             18 native_client_sdk/src/libraries/error_handling/string_stream.c   stream->length = 0;
length             29 native_client_sdk/src/libraries/error_handling/string_stream.c   outstr = malloc(stream->length + len + 1);
length             31 native_client_sdk/src/libraries/error_handling/string_stream.c     memcpy(outstr, stream->data, stream->length);
length             36 native_client_sdk/src/libraries/error_handling/string_stream.c   vsprintf(&stream->data[stream->length], format, hold);
length             37 native_client_sdk/src/libraries/error_handling/string_stream.c   stream->length += len;
length             20 native_client_sdk/src/libraries/error_handling/string_stream.h   size_t length;
length             85 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc       int num_bytes = message->length;
length            170 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc   size_t num_bytes = message->length;
length             71 native_client_sdk/src/libraries/nacl_io/dir_node.cc   if (name.length() >= MEMBER_SIZE(dirent, d_name))
length            121 native_client_sdk/src/libraries/nacl_io/dir_node.cc     cache_.AddDirent(ino, name.c_str(), name.length());
length            293 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FileFuseFsNode::FTruncate(off_t length) {
length            297 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc   int result = fuse_ops_->ftruncate(path_.c_str(), length, &info_);
length             76 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error FTruncate(off_t length);
length             35 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc   for (size_t i = 0; i < s.length(); ++i) {
length             45 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc   assert(url_root_.empty() || url_root_[url_root_.length() - 1] == '/');
length             70 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc   assert(url_root_.empty() || url_root_[url_root_.length() - 1] == '/');
length            162 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc                          var_interface->VarFromUtf8(url.c_str(), url.length()));
length            194 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc       var_interface->VarFromUtf8(headers.c_str(), headers.length()));
length            218 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc       if (!url_root_.empty() && url_root_[url_root_.length() - 1] != '/') {
length             41 native_client_sdk/src/libraries/nacl_io/ioctl.h   size_t length;
length            225 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_ftruncate(int fd, off_t length) {
length            227 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->ftruncate(fd, length);
length            265 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_truncate(const char* path, off_t length) {
length            267 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->truncate(path, length);
length            305 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc void* ki_mmap(void* addr, size_t length, int prot, int flags, int fd,
length            308 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->mmap(addr, length, prot, flags, fd, offset);
length            311 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_munmap(void* addr, size_t length) {
length            313 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->munmap(addr, length);
length             93 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_ftruncate(int fd, off_t length);
length             99 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_truncate(const char* path, off_t length);
length            107 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h void* ki_mmap(void* addr, size_t length, int prot, int flags, int fd,
length            109 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_munmap(void* addr, size_t length);
length            550 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::ftruncate(int fd, off_t length) {
length            558 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   error = handle->node()->FTruncate(length);
length            825 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc                         size_t length,
length            842 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   error = handle->node()->MMap(addr, length, prot, flags, offset, &new_addr);
length            851 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::munmap(void* addr, size_t length) {
length            114 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int ftruncate(int fd, off_t length);
length            142 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h                      size_t length,
length            147 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int munmap(void* addr, size_t length);
length             64 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int ftruncate(int fd, off_t length) NOTHROW;
length             82 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h void* mmap(void* addr, size_t length, int prot, int flags, int fd,
length             86 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int munmap(void* addr, size_t length) NOTHROW;
length            257 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(mmap)(void** addr, size_t length, int prot, int flags, int fd,
length            260 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc     return REAL(mmap)(addr, length, prot, flags, fd, offset);
length            262 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   *addr = ki_mmap(*addr, length, prot, flags, fd, offset);
length            266 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(munmap)(void* addr, size_t length) {
length            269 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   ki_munmap(addr, length);
length            270 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return REAL(munmap)(addr, length);
length            456 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_mmap(void** addr, size_t length, int prot, int flags, int fd,
length            459 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return REAL(mmap)(addr, length, prot, flags, fd, offset);
length            462 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_munmap(void* addr, size_t length) {
length            464 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return REAL(munmap)(addr, length);
length             38 native_client_sdk/src/libraries/nacl_io/kernel_wrap_dummy.cc int _real_mmap(void** addr, size_t length, int prot, int flags, int fd,
length             43 native_client_sdk/src/libraries/nacl_io/kernel_wrap_dummy.cc int _real_munmap(void* addr, size_t length) {
length            221 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int WRAP(mmap)(void** addr, size_t length, int prot, int flags, int fd,
length            224 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc     return REAL(mmap)(addr, length, prot, flags, fd, offset);
length            226 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   *addr = ki_mmap(*addr, length, prot, flags, fd, offset);
length            230 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int WRAP(munmap)(void* addr, size_t length) {
length            233 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   ki_munmap(addr, length);
length            234 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return REAL(munmap)(addr, length);
length            367 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int _real_mmap(void** addr, size_t length, int prot, int flags, int fd,
length            370 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return REAL(mmap)(addr, length, prot, flags, fd, offset);
length            373 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int _real_munmap(void* addr, size_t length) {
length            375 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return REAL(munmap)(addr, length);
length            158 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(ftruncate)(int fd, off_t length) {
length            159 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_ftruncate(fd, length) < 0) ? errno : 0;
length            169 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(mmap)(void** addr, size_t length, int prot, int flags, int fd,
length            172 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc     return REAL(mmap)(addr, length, prot, flags, fd, offset);
length            174 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   *addr = ki_mmap(*addr, length, prot, flags, fd, offset);
length            178 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(munmap)(void* addr, size_t length) {
length            181 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   ki_munmap(addr, length);
length            182 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return REAL(munmap)(addr, length);
length            217 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(truncate)(const char* pathname, off_t length) {
length            218 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_truncate(pathname, length) < 0) ? errno : 0;
length            307 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int _real_mmap(void** addr, size_t length, int prot, int flags, int fd,
length            310 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return REAL(mmap)(addr, length, prot, flags, fd, offset);
length            313 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int _real_munmap(void* addr, size_t length) {
length            315 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return REAL(munmap)(addr, length);
length             22 native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h int _real_mmap(void** addr, size_t length, int prot, int flags, int fd,
length             24 native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h int _real_munmap(void* addr, size_t length);
length             76 native_client_sdk/src/libraries/nacl_io/node.cc Error Node::FTruncate(off_t length) { return EINVAL; }
length            119 native_client_sdk/src/libraries/nacl_io/node.cc                  size_t length,
length            136 native_client_sdk/src/libraries/nacl_io/node.cc       &new_addr, length, prot | PROT_WRITE, flags | MAP_ANONYMOUS, -1, 0);
length            138 native_client_sdk/src/libraries/nacl_io/node.cc     _real_munmap(new_addr, length);
length            146 native_client_sdk/src/libraries/nacl_io/node.cc   Error read_error = Read(data, new_addr, length, &bytes_read);
length            148 native_client_sdk/src/libraries/nacl_io/node.cc     _real_munmap(new_addr, length);
length             59 native_client_sdk/src/libraries/nacl_io/node.h   virtual Error FTruncate(off_t length);
length             82 native_client_sdk/src/libraries/nacl_io/node.h                      size_t length,
length            107 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc              size_t length,
length            113 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc     int err = _real_mmap(out_addr, length, prot, flags, real_fd_, offset);
length             62 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc                        size_t length,
length             58 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h                      size_t length,
length              8 native_client_sdk/src/libraries/nacl_io/syscalls/ftruncate.c int ftruncate(int fd, off_t length) {
length              9 native_client_sdk/src/libraries/nacl_io/syscalls/ftruncate.c   return ki_ftruncate(fd, length);
length             12 native_client_sdk/src/libraries/nacl_io/syscalls/truncate.c int truncate(const char* pathname, off_t length) {
length             13 native_client_sdk/src/libraries/nacl_io/syscalls/truncate.c   return ki_truncate(pathname, length);
length            409 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   ioctl_message.length = buffer.size();
length             71 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.cc                                                 fake_hostname.length());
length            117 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc int32_t FakeHtml5FsNode::SetLength(int64_t length) {
length            118 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   contents_.resize(length);
length            119 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   info_.size = length;
length            415 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc                                        int64_t length,
length            430 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   int32_t result = file_io_resource->node->SetLength(length);
length             44 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   int32_t SetLength(int64_t length);
length            123 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h                             int64_t length,
length            352 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc   size_t max_readable = std::max<size_t>(0, body.length() - offset);
length             16 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.cc   var_data->buffer_value.length = size_in_bytes;
length             29 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.cc   *byte_length = data->buffer_value.length;
length             57 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc PP_Bool FakeVarArrayInterface::SetLength(PP_Var var, uint32_t length) {
length             61 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc   data->array_value.resize(length);
length             26 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.h   virtual PP_Bool SetLength(PP_Var array, uint32_t length);
length             45 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.cc   *out_len = var_data->string_value.length();
length             61 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc       rtn << "ArrayBuffer of size " << var_data.buffer_value.length
length             88 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc       var_data->buffer_value.length = 0;
length             23 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.h     uint32_t length;
length             57 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   packaged_message.length = message.size();
length            179 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   input.length = strlen(input.buffer);
length            600 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc                      size_t length,
length             56 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   packaged_message.length = message.size();
length            138 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   input.length = strlen(input.buffer);
length            189 net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java                     if (result.length() != 0)
length            367 net/android/java/src/org/chromium/net/X509Util.java         if (certChain == null || certChain.length == 0 || certChain[0] == null) {
length            379 net/android/java/src/org/chromium/net/X509Util.java         X509Certificate[] serverCertificates = new X509Certificate[certChain.length];
length            381 net/android/java/src/org/chromium/net/X509Util.java             for (int i = 0; i < certChain.length; ++i) {
length             64 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java             if (builder.length() > 0)
length             59 net/android/javatests/src/org/chromium/net/X509UtilTest.java         byte[] bytes = new byte[(int) file.length()];
length             61 net/android/javatests/src/org/chromium/net/X509UtilTest.java         if (bytesRead != bytes.length)
length            100 net/android/keystore.cc                       digest.length());
length             47 net/base/address_tracker_linux.cc   size_t length = IFA_PAYLOAD(header);
length             50 net/base/address_tracker_linux.cc        RTA_OK(attr, length);
length             51 net/base/address_tracker_linux.cc        attr = RTA_NEXT(attr, length)) {
length            265 net/base/address_tracker_linux.cc                                         size_t length,
length            271 net/base/address_tracker_linux.cc        NLMSG_OK(header, length);
length            272 net/base/address_tracker_linux.cc        header = NLMSG_NEXT(header, length)) {
length             74 net/base/address_tracker_linux.h                      size_t length,
length             98 net/base/address_tracker_linux_unittest.cc   void AddPayload(const void* data, size_t length) {
length            101 net/base/address_tracker_linux_unittest.cc     Append(data, length);
length            105 net/base/address_tracker_linux_unittest.cc   void AddAttribute(uint16 type, const void* data, size_t length) {
length            107 net/base/address_tracker_linux_unittest.cc     attr.nla_len = NLA_HDRLEN + length;
length            111 net/base/address_tracker_linux_unittest.cc     Append(data, length);
length            122 net/base/address_tracker_linux_unittest.cc   void Append(const void* data, size_t length) {
length            124 net/base/address_tracker_linux_unittest.cc     buffer_.insert(buffer_.end(), chardata, chardata + length);
length            105 net/base/data_url.cc     size_t length = temp_data.length();
length            106 net/base/data_url.cc     size_t padding_needed = 4 - (length % 4);
length            113 net/base/data_url.cc         temp_data[length - 1] != '=') {
length            114 net/base/data_url.cc       temp_data.resize(length + padding_needed, '=');
length             85 net/base/dns_util.cc   size_t len = host_trimmed.length();
length             46 net/base/escape.cc   escaped.reserve(text.length() * 3);
length             47 net/base/escape.cc   for (unsigned int i = 0; i < text.length(); ++i) {
length            130 net/base/escape.cc                   base::LimitOffset<STR>(escaped_text.length()));
length            140 net/base/escape.cc   result.reserve(escaped_text.length());
length            375 net/base/escape.cc                                         unescaped_url.length(),
length            414 net/base/escape.cc           text.replace(iter, iter + ampersand_chars[i].length(),
length            159 net/base/keygen_handler_mac.cc     spkac.pkac.challenge_string.Length = challenge_.length();
length             44 net/base/keygen_handler_unittest.cc   ASSERT_GT(result.length(), 0U);
length             53 net/base/keygen_handler_unittest.cc   ASSERT_GE(spkac.length(), 200U);
length             54 net/base/keygen_handler_unittest.cc   ASSERT_LE(spkac.length(), 300U);
length            466 net/base/mime_sniffer.cc     if (url_path.length() < kOfficeExtensionTypes[i].extension_len)
length            470 net/base/mime_sniffer.cc         &url_path[url_path.length() - kOfficeExtensionTypes[i].extension_len];
length            219 net/base/mime_util.cc   if (ext.length() > kMaxFilePathSize)
length            611 net/base/mime_util.cc   if (base_type.length() < base_pattern.length() - 1)
length            621 net/base/mime_util.cc       base_type.rfind(right) != base_type.length() - right.length())
length            651 net/base/mime_util.cc         type_string.length() > strlen(legal_top_level_types[i])) {
length            660 net/base/mime_util.cc       slash == std::string::npos || slash == type_string.length() - 1) {
length            942 net/base/mime_util.cc     std::string leading_mime_type = mime_type.substr(0, mime_type.length() - 1);
length            456 net/base/net_util.cc     size_t original_length = out->length();
length            495 net/base/net_util.cc                   base::LimitOffset<base::string16>(str.length()));
length            511 net/base/net_util.cc   input16.reserve(host.length());
length            520 net/base/net_util.cc          component_start < input16.length();
length            525 net/base/net_util.cc         component_end = input16.length();  // For getting the last component.
length            527 net/base/net_util.cc       size_t new_component_start = out16.length();
length            535 net/base/net_util.cc       size_t new_component_length = out16.length() - new_component_start;
length            543 net/base/net_util.cc       if (component_end < input16.length())
length            643 net/base/net_util.cc                               url_str.length(), offsets_into_underlying_url,
length            644 net/base/net_util.cc                               kViewSourceLength, result.length(),
length            731 net/base/net_util.cc     size_t output_component_begin = output->length();
length            746 net/base/net_util.cc                                 output->length(), offsets_for_adjustment);
length            752 net/base/net_util.cc           static_cast<int>(output->length() - output_component_begin);
length            767 net/base/net_util.cc     size_t length = filename->size();
length            773 net/base/net_util.cc     size_t trimmed = length - filename->size();
length            842 net/base/net_util.cc       (extension_lower[extension_lower.length() - 1] == FILE_PATH_LITERAL('}')))
length           1058 net/base/net_util.cc   begin += match.length();
length           1076 net/base/net_util.cc       0, static_cast<int>(host.length()));
length           1086 net/base/net_util.cc     DCHECK_EQ(host_info->out_host.len, static_cast<int>(canon_host.length()));
length           1196 net/base/net_util.cc   return StartsWith(text, www, true) ? text.substr(www.length()) : text;
length           1802 net/base/net_util.cc     *prefix_end = static_cast<size_t>(url_string.length());
length           1812 net/base/net_util.cc     new_parsed->port.begin = url_string.length();
length           1816 net/base/net_util.cc     new_parsed->port.len = url_string.length() - new_parsed->port.begin;
length           1830 net/base/net_util.cc         url_string.length(), parsed.path.len, 0));
length            469 net/base/net_util_unittest.cc   size_t url_length = url_string.length();
length            479 net/base/net_util_unittest.cc   VerboseExpect(formatted_url.length(), offsets[url_length], url_string,
length            171 net/base/network_change_notifier_win.cc   DWORD length = sizeof(result_buffer);
length            177 net/base/network_change_notifier_win.cc       &length,
length             90 net/base/registry_controlled_domains/registry_controlled_domain.cc   size_t host_check_len = host.length();
length            128 net/base/registry_controlled_domains/registry_controlled_domain.cc               0 : (host.length() - prev_start);
length            140 net/base/registry_controlled_domains/registry_controlled_domain.cc           return host.length() - next_dot - 1;
length            146 net/base/registry_controlled_domains/registry_controlled_domain.cc             0 : (host.length() - curr_start);
length            162 net/base/registry_controlled_domains/registry_controlled_domain.cc       (host.length() - curr_start) : 0;
length            176 net/base/registry_controlled_domains/registry_controlled_domain.cc   DCHECK(host.length() >= 2);
length            177 net/base/registry_controlled_domains/registry_controlled_domain.cc   if (registry_length > (host.length() - 2)) {
length            186 net/base/registry_controlled_domains/registry_controlled_domain.cc   const size_t dot = host.rfind('.', host.length() - registry_length - 2);
length            541 net/base/sdch_manager.cc   DCHECK_EQ(server_hash->length(), 8u);
length            542 net/base/sdch_manager.cc   DCHECK_EQ(client_hash->length(), 8u);
length             14 net/base/test_data_stream.cc void TestDataStream::GetBytes(char* buffer, int length) {
length             15 net/base/test_data_stream.cc   while (length) {
length             17 net/base/test_data_stream.cc     int bytes_to_copy = std::min(length, bytes_remaining_);
length             21 net/base/test_data_stream.cc     length -= bytes_to_copy;
length             25 net/base/test_data_stream.cc bool TestDataStream::VerifyBytes(const char *buffer, int length) {
length             26 net/base/test_data_stream.cc   while (length) {
length             28 net/base/test_data_stream.cc     int bytes_to_compare = std::min(length, bytes_remaining_);
length             32 net/base/test_data_stream.cc     length -= bytes_to_compare;
length             22 net/base/test_data_stream.h   void GetBytes(char* buffer, int length);
length             26 net/base/test_data_stream.h   bool VerifyBytes(const char *buffer, int length);
length             15 net/base/upload_bytes_element_reader.cc                                                    uint64 length)
length             17 net/base/upload_bytes_element_reader.cc       length_(length),
length             22 net/base/upload_bytes_element_reader.h   UploadBytesElementReader(const char* bytes, uint64 length);
length             26 net/base/upload_bytes_element_reader.h   uint64 length() const { return length_; }
length             62 net/base/upload_element.h                           uint64 offset, uint64 length,
length             67 net/base/upload_element.h     file_range_length_ = length;
length            166 net/base/upload_file_element_reader.cc   int64 length = file_info->size;
length            167 net/base/upload_file_element_reader.cc   if (range_offset_ < static_cast<uint64>(length)) {
length            169 net/base/upload_file_element_reader.cc     length = std::min(length - range_offset_, range_length_);
length            183 net/base/upload_file_element_reader.cc   content_length_ = length;
length             15 net/base/zap.cc     ZapBuf(&(*s)[0], s->length() * sizeof(char));
length             20 net/base/zap.cc     ZapBuf(&(*s)[0], s->length() * sizeof(base::char16));
length             32 net/cert/ct_objects_extractor_unittest.cc                                                   der_test_cert.length());
length            131 net/cert/ct_objects_extractor_unittest.cc                                        der_subject_cert.length());
length            135 net/cert/ct_objects_extractor_unittest.cc                                        der_issuer_cert.length());
length            153 net/cert/ct_objects_extractor_unittest.cc                                        der_issuer_cert.length());
length            168 net/cert/ct_objects_extractor_unittest.cc                                        der_subject_cert.length());
length             48 net/cert/ct_serialization.cc bool ReadUint(size_t length, base::StringPiece* in, T* out) {
length             49 net/cert/ct_serialization.cc   if (in->size() < length)
length             51 net/cert/ct_serialization.cc   DCHECK_LE(length, sizeof(T));
length             54 net/cert/ct_serialization.cc   for (size_t i = 0; i < length; ++i) {
length             57 net/cert/ct_serialization.cc   in->remove_prefix(length);
length             67 net/cert/ct_serialization.cc   size_t length;
length             68 net/cert/ct_serialization.cc   if (!ReadUint(prefix_length, in, &length))
length             70 net/cert/ct_serialization.cc   *out = length;
length             76 net/cert/ct_serialization.cc bool ReadFixedBytes(size_t length,
length             79 net/cert/ct_serialization.cc   if (in->length() < length)
length             81 net/cert/ct_serialization.cc   out->set(in->data(), length);
length             82 net/cert/ct_serialization.cc   in->remove_prefix(length);
length             93 net/cert/ct_serialization.cc   size_t length;
length             94 net/cert/ct_serialization.cc   if (!ReadLength(prefix_length, in, &length))
length             96 net/cert/ct_serialization.cc   return ReadFixedBytes(length, in, out);
length            176 net/cert/ct_serialization.cc void WriteUint(size_t length, T value, std::string* output) {
length            177 net/cert/ct_serialization.cc   DCHECK_LE(length, sizeof(T));
length            178 net/cert/ct_serialization.cc   DCHECK(length == sizeof(T) || value >> (length * 8) == 0);
length            180 net/cert/ct_serialization.cc   for (; length > 0; --length) {
length            181 net/cert/ct_serialization.cc     output->push_back((value >> ((length - 1)* 8)) & 0xFF);
length             50 net/cert/multi_log_ct_verifier_unittest.cc         der_test_cert.length());
length             31 net/cert/test_root_certs.cc       raw_cert.data(), raw_cert.length(), X509Certificate::FORMAT_AUTO);
length            117 net/cert/x509_cert_types.cc   if (raw_date.length() < 11 + year_length)
length             42 net/cert/x509_cert_types.h   bool ParseDistinguishedName(const void* ber_name_data, size_t length);
length            126 net/cert/x509_cert_types_mac.cc bool UTF16BigEndianToUTF8(base::char16* chars, size_t length,
length            128 net/cert/x509_cert_types_mac.cc   for (size_t i = 0; i < length; i++)
length            130 net/cert/x509_cert_types_mac.cc   return base::UTF16ToUTF8(chars, length, out_string);
length            135 net/cert/x509_cert_types_mac.cc bool UTF32BigEndianToUTF8(int32_t* chars, size_t length,
length            137 net/cert/x509_cert_types_mac.cc   for (size_t i = 0; i < length; ++i)
length            141 net/cert/x509_cert_types_mac.cc                     length, out_string);
length            197 net/cert/x509_cert_types_mac.cc                                            size_t length) {
length            205 net/cert/x509_cert_types_mac.cc   OSStatus err = SecAsn1Decode(coder, ber_name_data, length, kNameTemplate,
length             89 net/cert/x509_cert_types_win.cc                                            size_t length) {
length            102 net/cert/x509_cert_types_win.cc                            length,
length            294 net/cert/x509_certificate.cc                                                   int length) {
length            295 net/cert/x509_certificate.cc   OSCertHandle cert_handle = CreateOSCertHandleFromBytes(data, length);
length            392 net/cert/x509_certificate.cc     const char* data, int length, int format) {
length            398 net/cert/x509_certificate.cc   base::StringPiece data_string(data, length);
length            448 net/cert/x509_certificate.cc       certificates = CreateOSCertHandlesFromBytes(data, length,
length            616 net/cert/x509_certificate.cc       presented_name.resize(presented_name.length() - 1);
length            620 net/cert/x509_certificate.cc     if (presented_name.length() > reference_name.length())
length            157 net/cert/x509_certificate.h   static X509Certificate* CreateFromBytes(const char* data, int length);
length            168 net/cert/x509_certificate.h                                                       int length,
length            192 net/cert/x509_certificate.h                                                         int length,
length            365 net/cert/x509_certificate.h                                                   int length);
length            373 net/cert/x509_certificate.h       int length,
length            381 net/cert/x509_certificate.h       int length,
length            132 net/cert/x509_certificate_ios.cc     const char* data, int length) {
length            134 net/cert/x509_certificate_ios.cc       kCFAllocatorDefault, reinterpret_cast<const UInt8 *>(data), length,
length            151 net/cert/x509_certificate_ios.cc     int length,
length            153 net/cert/x509_certificate_ios.cc   return x509_util::CreateOSCertHandlesFromBytes(data, length, format);
length            146 net/cert/x509_certificate_mac.cc void AddCertificatesFromBytes(const char* data, size_t length,
length            151 net/cert/x509_certificate_mac.cc       kCFAllocatorDefault, reinterpret_cast<const UInt8*>(data), length,
length            164 net/cert/x509_certificate_mac.cc         << "Unable to import items from data of length " << length;
length            301 net/cert/x509_certificate_mac.cc     const char* data, int length) {
length            304 net/cert/x509_certificate_mac.cc   cert_data.Length = length;
length            322 net/cert/x509_certificate_mac.cc     const char* data, int length, Format format) {
length            327 net/cert/x509_certificate_mac.cc       OSCertHandle handle = CreateOSCertHandleFromBytes(data, length);
length            333 net/cert/x509_certificate_mac.cc       AddCertificatesFromBytes(data, length, kSecFormatPKCS7, &results);
length            451 net/cert/x509_certificate_mac.cc   int length;
length            452 net/cert/x509_certificate_mac.cc   if (!pickle_iter->ReadData(&data, &length))
length            455 net/cert/x509_certificate_mac.cc   return CreateOSCertHandleFromBytes(data, length);
length             44 net/cert/x509_certificate_nss.cc     int length,
length             47 net/cert/x509_certificate_nss.cc                                                                      length,
length            163 net/cert/x509_certificate_nss.cc     const char* data, int length) {
length            164 net/cert/x509_certificate_nss.cc   return CreateOSCertHandleFromBytesWithNickname(data, length, NULL);
length            171 net/cert/x509_certificate_nss.cc     int length,
length            173 net/cert/x509_certificate_nss.cc   if (length < 0)
length            183 net/cert/x509_certificate_nss.cc   der_cert.len  = length;
length            195 net/cert/x509_certificate_nss.cc     int length,
length            197 net/cert/x509_certificate_nss.cc   return x509_util::CreateOSCertHandlesFromBytes(data, length, format);
length             36 net/cert/x509_certificate_openssl.cc     const char* data, int length,
length             41 net/cert/x509_certificate_openssl.cc       d2i_PKCS7(NULL, &der_data, length));
length            126 net/cert/x509_certificate_openssl.cc       int ip_addr_len = name->d.iPAddress->length;
length            326 net/cert/x509_certificate_openssl.cc     const char* data, int length) {
length            327 net/cert/x509_certificate_openssl.cc   if (length < 0)
length            334 net/cert/x509_certificate_openssl.cc   X509* cert = d2i_X509(NULL, &d2i_data, length);
length            340 net/cert/x509_certificate_openssl.cc     const char* data, int length, Format format) {
length            342 net/cert/x509_certificate_openssl.cc   if (length < 0)
length            347 net/cert/x509_certificate_openssl.cc       OSCertHandle handle = CreateOSCertHandleFromBytes(data, length);
length            353 net/cert/x509_certificate_openssl.cc       CreateOSCertHandlesFromPKCS7Bytes(data, length, &results);
length            414 net/cert/x509_certificate_openssl.cc   int length;
length            415 net/cert/x509_certificate_openssl.cc   if (!pickle_iter->ReadData(&data, &length))
length            418 net/cert/x509_certificate_openssl.cc   return CreateOSCertHandleFromBytes(data, length);
length            484 net/cert/x509_certificate_openssl.cc     long len = static_cast<long>(it->length());
length           1116 net/cert/x509_certificate_unittest.cc       ASSERT_NE(0U, addr_ascii.length());
length            100 net/cert/x509_certificate_win.cc X509Certificate::OSCertHandles ParsePKCS7(const char* data, size_t length) {
length            103 net/cert/x509_certificate_win.cc   data_blob.cbData = length;
length            135 net/cert/x509_certificate_win.cc     issuer_blob.cbData = static_cast<DWORD>(it->length());
length            257 net/cert/x509_certificate_win.cc     const char* data, int length) {
length            261 net/cert/x509_certificate_win.cc       length, CERT_STORE_ADD_USE_EXISTING, &cert_handle))
length            268 net/cert/x509_certificate_win.cc     const char* data, int length, Format format) {
length            272 net/cert/x509_certificate_win.cc       OSCertHandle handle = CreateOSCertHandleFromBytes(data, length);
length            278 net/cert/x509_certificate_win.cc       results = ParsePKCS7(data, length);
length            344 net/cert/x509_certificate_win.cc   int length;
length            345 net/cert/x509_certificate_win.cc   if (!pickle_iter->ReadData(&data, &length))
length            362 net/cert/x509_certificate_win.cc           store.get(), reinterpret_cast<const BYTE*>(data), length,
length             27 net/cert/x509_util_ios.cc                                               int length) {
length             28 net/cert/x509_util_ios.cc   if (length < 0)
length             38 net/cert/x509_util_ios.cc   der_cert.len  = length;
length            235 net/cert/x509_util_nss.cc   item.len = static_cast<unsigned int>(data.length());
length            492 net/cert/x509_util_nss.cc     int length,
length            495 net/cert/x509_util_nss.cc   if (length < 0)
length            506 net/cert/x509_util_nss.cc           X509Certificate::CreateOSCertHandleFromBytes(data, length);
length            513 net/cert/x509_util_nss.cc       std::vector<char> data_copy(data, data + length);
length            516 net/cert/x509_util_nss.cc           length, CollectCertsCallback, &results);
length            532 net/cert/x509_util_nss.cc   int length;
length            533 net/cert/x509_util_nss.cc   if (!pickle_iter->ReadData(&data, &length))
length            536 net/cert/x509_util_nss.cc   return X509Certificate::CreateOSCertHandleFromBytes(data, length);
length             48 net/cert/x509_util_nss.h     int length,
length             23 net/cert/x509_util_nss_unittest.cc CERTCertificate* CreateNSSCertHandleFromBytes(const char* data, size_t length) {
length             26 net/cert/x509_util_nss_unittest.cc   der_cert.len  = length;
length            339 net/cert/x509_util_openssl.cc                              x509_time->length);
length             75 net/cert/x509_util_openssl_unittest.cc                         value_asn1->length);
length            286 net/cookies/canonical_cookie.cc   url_parse::Component path_component(0, cookie_path.length());
length            327 net/cookies/canonical_cookie.cc   if (path_.length() != url_path.length() &&
length            328 net/cookies/canonical_cookie.cc       path_[path_.length() - 1] != '/' &&
length            329 net/cookies/canonical_cookie.cc       url_path[path_.length()] != '/')
length            363 net/cookies/canonical_cookie.cc   return (host.length() > domain_.length() &&
length            364 net/cookies/canonical_cookie.cc           host.compare(host.length() - domain_.length(),
length            365 net/cookies/canonical_cookie.cc                        domain_.length(), domain_) == 0);
length            149 net/cookies/cookie_monster.cc   if (cc1->Path().length() == cc2->Path().length())
length            151 net/cookies/cookie_monster.cc   return cc1->Path().length() > cc2->Path().length();
length            514 net/cookies/cookie_monster_unittest.cc       size_t len = it->length();
length             75 net/cookies/cookie_util.cc   const bool is_suffix = (url_host.length() < cookie_domain.length()) ?
length             77 net/cookies/cookie_util.cc       (url_host.compare(url_host.length() - cookie_domain.length(),
length             78 net/cookies/cookie_util.cc                         cookie_domain.length(), cookie_domain) != 0);
length            161 net/cookies/cookie_util.cc       if (!found_day_of_month && token.length() <= 2) {
length            164 net/cookies/cookie_util.cc       } else if (!found_year && token.length() <= 5) {
length            270 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java                 mConnection.setFixedLengthStreamingMode(mPostData.length);
length             41 net/cronet/android/java/src/org/chromium/net/UserAgent.java         if (model.length() > 0) {
length             47 net/cronet/android/java/src/org/chromium/net/UserAgent.java         if (id.length() > 0) {
length            164 net/cronet/android/sample/src/org/chromium/cronet_sample_apk/CronetSampleActivity.java                 for (int i = 0; i < commandLine.length; ++i) {
length             64 net/disk_cache/blockfile/file.h   bool SetLength(size_t length);
length            245 net/disk_cache/blockfile/file_ios.cc bool File::SetLength(size_t length) {
length            247 net/disk_cache/blockfile/file_ios.cc   if (length > kuint32max)
length            250 net/disk_cache/blockfile/file_ios.cc   return base_file_.SetLength(length);
length            126 net/disk_cache/blockfile/file_posix.cc bool File::SetLength(size_t length) {
length            128 net/disk_cache/blockfile/file_posix.cc   if (length > kuint32max)
length            131 net/disk_cache/blockfile/file_posix.cc   return base_file_.SetLength(length);
length            218 net/disk_cache/blockfile/file_win.cc bool File::SetLength(size_t length) {
length            220 net/disk_cache/blockfile/file_win.cc   if (length > ULONG_MAX)
length            223 net/disk_cache/blockfile/file_win.cc   DWORD size = static_cast<DWORD>(length);
length            242 net/disk_cache/blockfile/stress_cache.cc   size_t len = std::min(str.length() - message_start, kMaxMessageLen - 1);
length            161 net/disk_cache/blockfile/trace.cc       size_t length = strlen(line);
length            162 net/disk_cache/blockfile/trace.cc       if (length) {
length            163 net/disk_cache/blockfile/trace.cc         line[length] = '\n';
length            164 net/disk_cache/blockfile/trace.cc         line[length + 1] = '\0';
length           2570 net/disk_cache/entry_unittest.cc bool TruncatePath(const base::FilePath& file_path, int64 length)  {
length           2574 net/disk_cache/entry_unittest.cc   return file.SetLength(length);
length             67 net/disk_cache/simple/simple_entry_format.h   int64 length;
length            612 net/disk_cache/simple/simple_entry_impl.cc                          operation->length(),
length            620 net/disk_cache/simple/simple_entry_impl.cc                           operation->length(),
length            627 net/disk_cache/simple/simple_entry_impl.cc                                operation->length(),
length            633 net/disk_cache/simple/simple_entry_impl.cc                                 operation->length(),
length            638 net/disk_cache/simple/simple_entry_impl.cc                                   operation->length(),
length           1506 net/disk_cache/simple/simple_entry_impl.cc                                  int length,
length           1516 net/disk_cache/simple/simple_entry_impl.cc     if (length > 0) {
length           1518 net/disk_cache/simple/simple_entry_impl.cc           initial_crc, reinterpret_cast<const Bytef*>(buffer->data()), length);
length           1520 net/disk_cache/simple/simple_entry_impl.cc     crc32s_end_offset_[stream_index] = offset + length;
length            297 net/disk_cache/simple/simple_entry_impl.h                   int length,
length            122 net/disk_cache/simple/simple_entry_operation.cc     int length,
length            132 net/disk_cache/simple/simple_entry_operation.cc                               length,
length            147 net/disk_cache/simple/simple_entry_operation.cc     int length,
length            158 net/disk_cache/simple/simple_entry_operation.cc                               length,
length            172 net/disk_cache/simple/simple_entry_operation.cc     int length,
length            181 net/disk_cache/simple/simple_entry_operation.cc                               length,
length            195 net/disk_cache/simple/simple_entry_operation.cc     int length,
length            204 net/disk_cache/simple/simple_entry_operation.cc                               length,
length            218 net/disk_cache/simple/simple_entry_operation.cc     int length,
length            227 net/disk_cache/simple/simple_entry_operation.cc                               length,
length            245 net/disk_cache/simple/simple_entry_operation.cc   const int length = 0;
length            258 net/disk_cache/simple/simple_entry_operation.cc                               length,
length            291 net/disk_cache/simple/simple_entry_operation.cc     int64 other_op_end = other_op.sparse_offset() + other_op.length();
length            300 net/disk_cache/simple/simple_entry_operation.cc                          : other_op.offset() + other_op.length();
length            316 net/disk_cache/simple/simple_entry_operation.cc                                            int length,
length            330 net/disk_cache/simple/simple_entry_operation.cc       length_(length),
length             56 net/disk_cache/simple/simple_entry_operation.h                                             int length,
length             64 net/disk_cache/simple/simple_entry_operation.h       int length,
length             72 net/disk_cache/simple/simple_entry_operation.h       int length,
length             78 net/disk_cache/simple/simple_entry_operation.h       int length,
length             84 net/disk_cache/simple/simple_entry_operation.h       int length,
length            105 net/disk_cache/simple/simple_entry_operation.h   int length() const { return length_; }
length            119 net/disk_cache/simple/simple_entry_operation.h                        int length,
length            344 net/disk_cache/simple/simple_index_file.cc       index_file_map.length(),
length            410 net/disk_cache/simple/simple_synchronous_entry.cc     if (found_range->offset + found_range->length > offset) {
length            411 net/disk_cache/simple/simple_synchronous_entry.cc       DCHECK_LE(0, found_range->length);
length            412 net/disk_cache/simple/simple_synchronous_entry.cc       DCHECK_GE(kint32max, found_range->length);
length            415 net/disk_cache/simple/simple_synchronous_entry.cc       int range_len_after_offset = found_range->length -
length            439 net/disk_cache/simple/simple_synchronous_entry.cc     int range_len = (found_range->length > kint32max) ?
length            440 net/disk_cache/simple/simple_synchronous_entry.cc                     kint32max : found_range->length;
length            486 net/disk_cache/simple/simple_synchronous_entry.cc     if (found_range->offset + found_range->length > offset) {
length            487 net/disk_cache/simple/simple_synchronous_entry.cc       DCHECK_LE(0, found_range->length);
length            488 net/disk_cache/simple/simple_synchronous_entry.cc       DCHECK_GE(kint32max, found_range->length);
length            491 net/disk_cache/simple/simple_synchronous_entry.cc       int range_len_after_offset = found_range->length -
length            523 net/disk_cache/simple/simple_synchronous_entry.cc     int range_len = (found_range->length > kint32max) ?
length            524 net/disk_cache/simple/simple_synchronous_entry.cc                     kint32max : found_range->length;
length            578 net/disk_cache/simple/simple_synchronous_entry.cc     if (it->second.offset + it->second.length > offset) {
length            580 net/disk_cache/simple/simple_synchronous_entry.cc       avail_so_far = (it->second.offset + it->second.length) - offset;
length            588 net/disk_cache/simple/simple_synchronous_entry.cc     avail_so_far += it->second.length;
length           1303 net/disk_cache/simple/simple_synchronous_entry.cc     range.length = range_header.length;
length           1308 net/disk_cache/simple/simple_synchronous_entry.cc     range_header_offset += sizeof(range_header) + range.length;
length           1310 net/disk_cache/simple/simple_synchronous_entry.cc     DCHECK_LE(sparse_data_size, sparse_data_size + range.length);
length           1311 net/disk_cache/simple/simple_synchronous_entry.cc     sparse_data_size += range.length;
length           1324 net/disk_cache/simple/simple_synchronous_entry.cc   DCHECK_GE(range->length, offset);
length           1325 net/disk_cache/simple/simple_synchronous_entry.cc   DCHECK_GE(range->length, offset + len);
length           1334 net/disk_cache/simple/simple_synchronous_entry.cc   if (offset == 0 && len == range->length && range->data_crc32 != 0) {
length           1353 net/disk_cache/simple/simple_synchronous_entry.cc   DCHECK_GE(range->length, offset);
length           1354 net/disk_cache/simple/simple_synchronous_entry.cc   DCHECK_GE(range->length, offset + len);
length           1357 net/disk_cache/simple/simple_synchronous_entry.cc   if (offset == 0 && len == range->length) {
length           1369 net/disk_cache/simple/simple_synchronous_entry.cc     header.length = range->length;
length           1404 net/disk_cache/simple/simple_synchronous_entry.cc   header.length = len;
length           1426 net/disk_cache/simple/simple_synchronous_entry.cc   range.length = len;
length            193 net/disk_cache/simple/simple_synchronous_entry.h     int64 length;
length            178 net/dns/dns_config_service_posix.cc   if (dns1_string.length() == 0 && dns2_string.length() == 0)
length            150 net/dns/dns_config_service_win.cc   if (!url_canon::IDNToASCII(widestr.data(), widestr.length(), &punycode))
length            156 net/dns/dns_config_service_win.cc   bool success = base::UTF16ToUTF8(punycode.data(), punycode.length(), domain);
length            108 net/dns/dns_config_service_win_unittest.cc       socklen_t length = sizeof(struct sockaddr_storage);
length            109 net/dns/dns_config_service_win_unittest.cc       CHECK(ipe.ToSockAddr(address->Address.lpSockaddr, &length));
length            110 net/dns/dns_config_service_win_unittest.cc       address->Address.iSockaddrLength = static_cast<int>(length);
length             29 net/dns/dns_response.cc                                  size_t length,
length             32 net/dns/dns_response.cc       length_(length),
length             34 net/dns/dns_response.cc   DCHECK_LE(offset, length);
length            148 net/dns/dns_response.cc DnsResponse::DnsResponse(size_t length)
length            149 net/dns/dns_response.cc     : io_buffer_(new IOBufferWithSize(length)) {
length            153 net/dns/dns_response.cc                          size_t length,
length            155 net/dns/dns_response.cc     : io_buffer_(new IOBufferWithSize(length)),
length            156 net/dns/dns_response.cc       parser_(io_buffer_->data(), length, answer_offset) {
length            158 net/dns/dns_response.cc   memcpy(io_buffer_->data(), data, length);
length             47 net/dns/dns_response.h   DnsRecordParser(const void* packet, size_t length, size_t offset);
length            106 net/dns/dns_response.h   explicit DnsResponse(size_t length);
length            109 net/dns/dns_response.h   DnsResponse(const void* data, size_t length, size_t answer_offset);
length            136 net/dns/dns_response_unittest.cc   EXPECT_EQ(6u, record.rdata.length());
length            146 net/dns/dns_response_unittest.cc   EXPECT_EQ(4u, record.rdata.length());
length             45 net/dns/dns_transaction_unittest.cc       scoped_ptr<uint16> length(new uint16);
length             46 net/dns/dns_transaction_unittest.cc       *length = base::HostToNet16(query_->io_buffer()->size());
length             48 net/dns/dns_transaction_unittest.cc                                   reinterpret_cast<const char*>(length.get()),
length             50 net/dns/dns_transaction_unittest.cc       lengths_.push_back(length.release());
length             65 net/dns/dns_transaction_unittest.cc       scoped_ptr<uint16> length(new uint16);
length             66 net/dns/dns_transaction_unittest.cc       *length = base::HostToNet16(tcp_length);
length             68 net/dns/dns_transaction_unittest.cc                                 reinterpret_cast<const char*>(length.get()),
length             70 net/dns/dns_transaction_unittest.cc       lengths_.push_back(length.release());
length             85 net/dns/dns_transaction_unittest.cc   void AddResponseData(const uint8* data, size_t length, IoMode mode) {
length             88 net/dns/dns_transaction_unittest.cc         new DnsResponse(reinterpret_cast<const char*>(data), length, 0)), mode);
length            194 net/dns/record_rdata.cc     uint8 length = data[i];
length            196 net/dns/record_rdata.cc     if (i + length >= data.size())
length            199 net/dns/record_rdata.cc     rdata->texts_.push_back(data.substr(i + 1, length).as_string());
length            202 net/dns/record_rdata.cc     i += length + 1;
length            236 net/dns/record_rdata.cc   if (next_domain_length == 0 || data.length() < next_domain_length + 2)
length            241 net/dns/record_rdata.cc     uint8 length;  // Bitmap length in bytes. Between 1 and 32.
length            249 net/dns/record_rdata.cc   if (header->block_number != 0 || header->length == 0 || header->length > 32)
length            256 net/dns/record_rdata.cc   if (bitmap_data.length() != header->length)
length            117 net/ftp/ftp_ctrl_response_buffer.cc   if (line.length() >= 3) {
length            122 net/ftp/ftp_ctrl_response_buffer.cc     if (result.has_status_code && line.length() >= 4 && line[3] == ' ') {
length            124 net/ftp/ftp_ctrl_response_buffer.cc     } else if (result.has_status_code && line.length() >= 4 && line[3] == '-') {
length            143 net/ftp/ftp_ctrl_response_buffer.cc   for (size_t i = 0; i < buffer_.length(); i++) {
length             37 net/ftp/ftp_directory_listing_parser_ls.cc   if (time.length() != 5)
length             19 net/ftp/ftp_directory_listing_parser_netware.cc   if (text.length() != 10)
length             59 net/ftp/ftp_directory_listing_parser_netware.cc     if (columns[0].length() != 1)
length             95 net/ftp/ftp_directory_listing_parser_vms.cc   if (input.length() > 4)
length            111 net/ftp/ftp_directory_listing_parser_vms.cc   if (input.length() < 2)
length            113 net/ftp/ftp_directory_listing_parser_vms.cc   if (input[0] != '(' || input[input.length() - 1] != ')')
length            119 net/ftp/ftp_directory_listing_parser_vms.cc   base::SplitString(input.substr(1, input.length() - 2), ',', &parts);
length            130 net/ftp/ftp_directory_listing_parser_vms.cc   if (input.length() < 2)
length            132 net/ftp/ftp_directory_listing_parser_vms.cc   return input[0] == '[' && input[input.length() - 1] == ']';
length            174 net/ftp/ftp_directory_listing_parser_vms.cc   if (time_column.length() == 11 && time_column[8] == '.')
length            176 net/ftp/ftp_directory_listing_parser_vms.cc   if (time_column.length() == 8 && time_column[5] == ':')
length            178 net/ftp/ftp_directory_listing_parser_vms.cc   if (time_column.length() != 5)
length            157 net/ftp/ftp_network_transaction.cc   if (line.length() < 2)
length            472 net/ftp/ftp_network_transaction.cc   write_command_buf_ = new IOBufferWithSize(command.length() + 2);
length            475 net/ftp/ftp_network_transaction.cc   memcpy(write_command_buf_->data(), command.data(), command.length());
length            476 net/ftp/ftp_network_transaction.cc   memcpy(write_command_buf_->data() + command.length(), kCRLF, 2);
length            500 net/ftp/ftp_network_transaction.cc   if (!is_directory && path.length() > 1 && path[path.length() - 1] == '/')
length            501 net/ftp/ftp_network_transaction.cc     path.erase(path.length() - 1);
length            901 net/ftp/ftp_network_transaction.cc       if (line.length() && line[line.length() - 1] == '/')
length            902 net/ftp/ftp_network_transaction.cc         line.erase(line.length() - 1);
length             68 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            171 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            210 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            237 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            263 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            283 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            317 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            353 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            376 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            403 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            433 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            458 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            484 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            506 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            541 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            570 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            594 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            619 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            653 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            681 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            706 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            733 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            760 net/ftp/ftp_network_transaction_unittest.cc       return MockWriteResult(ASYNC, data.length());
length            850 net/ftp/ftp_network_transaction_unittest.cc       ASSERT_EQ(static_cast<int>(mock_data.length()),
length            852 net/ftp/ftp_network_transaction_unittest.cc       EXPECT_EQ(mock_data, std::string(io_buffer->data(), mock_data.length()));
length             47 net/ftp/ftp_util.cc       DCHECK_EQ(1U, unix_path.length());
length             84 net/ftp/ftp_util.cc   if (path[path.length() - 1] != '/')
length             91 net/ftp/ftp_util.cc   return path.substr(0, path.length() - 1);
length            122 net/ftp/ftp_util.cc   if (result.length() && result[result.length() - 1] == '/')
length            123 net/ftp/ftp_util.cc     result = result.substr(0, result.length() - 1);
length            177 net/ftp/ftp_util.cc                             static_cast<size_t>(months[month].length()));
length            236 net/ftp/ftp_util.cc     if (month.length() < 3 ||
length            237 net/ftp/ftp_util.cc         !AbbreviatedMonthToNumber(month.substr(month.length() - 3),
length            251 net/ftp/ftp_util.cc     if (rest.length() > 5)
length            318 net/ftp/ftp_util.cc   if (time.length() < 5)
length            332 net/ftp/ftp_util.cc   if (time.length() > 5) {
length            333 net/ftp/ftp_util.cc     if (time.length() != 7)
length            228 net/http/http_auth_cache.cc         *path_len = it->length();
length             36 net/http/http_auth_controller_unittest.cc       raw_string.c_str(), raw_string.length());
length            123 net/http/http_auth_gssapi_posix.cc       int msg_len = (msg.length > kMaxMsgLength) ?
length            125 net/http/http_auth_gssapi_posix.cc           static_cast<int>(msg.length);
length            218 net/http/http_auth_gssapi_posix.cc   if (oid->length != predefined_oid->length)
length            222 net/http/http_auth_gssapi_posix.cc                   predefined_oid->length))
length            238 net/http/http_auth_gssapi_posix.cc   OM_uint32 byte_length = oid->length;
length            317 net/http/http_auth_gssapi_posix.cc   int len = output_name_buffer.length;
length            724 net/http/http_auth_gssapi_posix.cc   input_token.length = decoded_server_auth_token_.length();
length            725 net/http/http_auth_gssapi_posix.cc   input_token.value = (input_token.length > 0) ?
length            736 net/http/http_auth_gssapi_posix.cc                            output_token.length);
length            845 net/http/http_auth_gssapi_posix.cc   spn_buffer.length = spn_principal.size() + 1;
length             24 net/http/http_auth_gssapi_posix_unittest.cc   dest->length = 0;
length             29 net/http/http_auth_gssapi_posix_unittest.cc void SetBuffer(gss_buffer_t dest, const void* src, size_t length) {
length             35 net/http/http_auth_gssapi_posix_unittest.cc   dest->length = length;
length             36 net/http/http_auth_gssapi_posix_unittest.cc   if (length) {
length             37 net/http/http_auth_gssapi_posix_unittest.cc     dest->value = new char[length];
length             38 net/http/http_auth_gssapi_posix_unittest.cc     memcpy(dest->value, src, length);
length             48 net/http/http_auth_gssapi_posix_unittest.cc   SetBuffer(dest, src->value, src->length);
length             82 net/http/http_auth_handler_ntlm.cc     in_buf_len = decoded_auth_data.length();
length            193 net/http/http_auth_handler_ntlm_portable.cc static void* WriteSecBuf(void* buf, uint16 length, uint32 offset) {
length            195 net/http/http_auth_handler_ntlm_portable.cc   length = SWAP16(length);
length            198 net/http/http_auth_handler_ntlm_portable.cc   buf = WriteBytes(buf, &length, sizeof(length));
length            199 net/http/http_auth_handler_ntlm_portable.cc   buf = WriteBytes(buf, &length, sizeof(length));
length            281 net/http/http_auth_handler_ntlm_portable.cc   uint32 len = password.length();
length            292 net/http/http_auth_handler_ntlm_portable.cc                       password.length() * 2, hash);
length            481 net/http/http_auth_handler_ntlm_portable.cc     domain_len = ucs_domain_buf.length() * 2;
length            484 net/http/http_auth_handler_ntlm_portable.cc                    ucs_domain_buf.length());
length            487 net/http/http_auth_handler_ntlm_portable.cc     domain_len = domain.length() * 2;
length            492 net/http/http_auth_handler_ntlm_portable.cc     domain_len = oem_domain_buf.length();
length            502 net/http/http_auth_handler_ntlm_portable.cc     user_len = ucs_user_buf.length() * 2;
length            504 net/http/http_auth_handler_ntlm_portable.cc                    ucs_user_buf.length());
length            507 net/http/http_auth_handler_ntlm_portable.cc     user_len = username.length() * 2;
length            512 net/http/http_auth_handler_ntlm_portable.cc     user_len = oem_user_buf.length();
length            522 net/http/http_auth_handler_ntlm_portable.cc     host_len = ucs_host_buf.length() * 2;
length            525 net/http/http_auth_handler_ntlm_portable.cc                    ucs_host_buf.length());
length            529 net/http/http_auth_handler_ntlm_portable.cc     host_len = hostname.length();
length            275 net/http/http_auth_sspi_win.cc       decoded_server_auth_token_.length(),
length             44 net/http/http_auth_unittest.cc       HttpUtil::AssembleRawHeaders(response.c_str(), response.length()));
length            437 net/http/http_cache_unittest.cc   int length = end - start + 1;
length            438 net/http/http_cache_unittest.cc   ASSERT_EQ(length, content_length);
length            161 net/http/http_chunked_decoder.cc     if (line_buf_.length() + buf_len > kMaxLineBufLen) {
length             85 net/http/http_content_disposition.cc   size_t output_length = decoded.length() * 3 + 1;
length             88 net/http/http_content_disposition.cc                                      decoded.data(), decoded.length(), &err);
length           8038 net/http/http_network_transaction_unittest.cc                                    temp_file_content.length()));
length            136 net/http/http_pipelined_network_transaction_unittest.cc       EXPECT_EQ(static_cast<int>(expected.length()), callback_.WaitForResult());
length            240 net/http/http_request_headers.cc     if (key.length() == it->key.length() &&
length            241 net/http/http_request_headers.cc         !base::strncasecmp(key.data(), it->key.data(), key.length()))
length            252 net/http/http_request_headers.cc     if (key.length() == it->key.length() &&
length            253 net/http/http_request_headers.cc         !base::strncasecmp(key.data(), it->key.data(), key.length()))
length            193 net/http/http_security_headers.cc     DCHECK(!tokenizer.token_is_delim() || tokenizer.token().length() == 1);
length            217 net/http/http_security_headers.cc         DCHECK_EQ(tokenizer.token().length(), 1U);
length             60 net/http/http_stream_parser.cc     int length,
length             65 net/http/http_stream_parser.cc   dict->SetInteger("length", length);
length            763 net/http/http_stream_parser_unittest.cc     size_t length = std::min(receive_length, response.size() - i);
length            764 net/http/http_stream_parser_unittest.cc     blocks.push_back(response.substr(i, length));
length             29 net/http/http_util.cc   DCHECK_LT(start, line.length());
length             39 net/http/http_util.cc   return line.length();
length             55 net/http/http_util.cc       return line.length();
length             65 net/http/http_util.cc     if (search_start == line.length())
length             76 net/http/http_util.cc   return line.length();
length             91 net/http/http_util.cc   type_val = std::min(type_val, content_type_str.length());
length             94 net/http/http_util.cc     type_end = content_type_str.length();
length            159 net/http/http_util.cc   if (content_type_str.length() != 0 &&
length             30 net/http/mock_gssapi_library_posix.cc   dest->length = 0;
length             34 net/http/mock_gssapi_library_posix.cc void SetOid(gss_OID dest, const void* src, size_t length) {
length             40 net/http/mock_gssapi_library_posix.cc   dest->length = length;
length             41 net/http/mock_gssapi_library_posix.cc   if (length)
length             51 net/http/mock_gssapi_library_posix.cc   SetOid(dest, src->elements, src->length);
length             58 net/http/mock_gssapi_library_posix.cc   dest->length = 0;
length             63 net/http/mock_gssapi_library_posix.cc void SetBuffer(gss_buffer_t dest, const void* src, size_t length) {
length             69 net/http/mock_gssapi_library_posix.cc   dest->length = length;
length             70 net/http/mock_gssapi_library_posix.cc   if (length) {
length             71 net/http/mock_gssapi_library_posix.cc     dest->value = new char[length];
length             72 net/http/mock_gssapi_library_posix.cc     memcpy(dest->value, src, length);
length             82 net/http/mock_gssapi_library_posix.cc   SetBuffer(dest, src->value, src->length);
length             90 net/http/mock_gssapi_library_posix.cc   dest.assign(string, src->length);
length             97 net/http/mock_gssapi_library_posix.cc   SetBuffer(dest, src.c_str(), src.length());
length            109 net/http/mock_gssapi_library_posix.cc void SetName(gss_name_t dest, const void* src, size_t length) {
length            116 net/http/mock_gssapi_library_posix.cc   name->name.assign(reinterpret_cast<const char*>(src), length);
length            132 net/http/mock_gssapi_library_posix.cc   SetName(dest, src.c_str(), src.length());
length            195 net/http/mock_gssapi_library_posix.cc   expected_input_token.length = 0;
length            197 net/http/mock_gssapi_library_posix.cc   output_token.length = 0;
length            213 net/http/mock_gssapi_library_posix.cc     expected_input_token.length = strlen(in_expected_input_token);
length            216 net/http/mock_gssapi_library_posix.cc     expected_input_token.length = 0;
length            221 net/http/mock_gssapi_library_posix.cc     output_token.length = strlen(in_output_token);
length            224 net/http/mock_gssapi_library_posix.cc     output_token.length = 0;
length            275 net/http/mock_gssapi_library_posix.cc   output->name_type.length = 0;
length            396 net/http/mock_gssapi_library_posix.cc     EXPECT_FALSE(security_query.expected_input_token.length);
length            398 net/http/mock_gssapi_library_posix.cc     EXPECT_EQ(input_token->length, security_query.expected_input_token.length);
length            399 net/http/mock_gssapi_library_posix.cc     if (input_token->length) {
length            402 net/http/mock_gssapi_library_posix.cc                           input_token->length));
length             93 net/http/proxy_client_socket.cc                                    fake_response_headers.length());
length            539 net/http/transport_security_state.cc   uint8 length;
length            551 net/http/transport_security_state.cc     if (entries[j].length == canonicalized_host.size() - i &&
length            553 net/http/transport_security_state.cc                entries[j].length) == 0) {
length            602 net/http/transport_security_state.cc       if (entry->length == canonicalized_host.size() - i &&
length            603 net/http/transport_security_state.cc           memcmp(entry->dns_name, &canonicalized_host[i], entry->length) == 0) {
length             85 net/proxy/proxy_config_service_linux.cc   if (host.length() && host[host.length() - 1] == '/')
length             86 net/proxy/proxy_config_service_linux.cc     host.resize(host.length() - 1);
length           1185 net/proxy/proxy_config_service_linux.cc       size_t length = strlen(line);
length           1186 net/proxy/proxy_config_service_linux.cc       if (!length)
length           1189 net/proxy/proxy_config_service_linux.cc       if (line[length - 1] != '\n') {
length           1201 net/proxy/proxy_config_service_linux.cc       line[--length] = '\0';
length           1202 net/proxy/proxy_config_service_linux.cc       if (length && line[length - 1] == '\r')
length           1203 net/proxy/proxy_config_service_linux.cc         line[--length] = '\0';
length           1225 net/proxy/proxy_config_service_linux.cc         if (key[key.length() - 1] == ']') {
length           1227 net/proxy/proxy_config_service_linux.cc           length = key.rfind('[');
length           1229 net/proxy/proxy_config_service_linux.cc           if (length == std::string::npos)
length           1232 net/proxy/proxy_config_service_linux.cc           key.resize(length);
length           1506 net/proxy/proxy_config_service_linux_unittest.cc                     tests[i].kioslaverc.length());
length           1529 net/proxy/proxy_config_service_linux_unittest.cc   base::WriteFile(kioslaverc_, slaverc3.c_str(), slaverc3.length());
length           1552 net/proxy/proxy_config_service_linux_unittest.cc   base::WriteFile(kioslaverc4_, slaverc4.c_str(), slaverc4.length());
length            111 net/proxy/proxy_resolver_v8.cc   V8ExternalASCIILiteral(const char* ascii, size_t length)
length            112 net/proxy/proxy_resolver_v8.cc       : ascii_(ascii), length_(length) {
length            184 net/proxy/proxy_resolver_v8.cc   size_t length = strlen(ascii);
length            185 net/proxy/proxy_resolver_v8.cc   if (length <= kMaxStringBytesForCopy)
length            187 net/proxy/proxy_resolver_v8.cc                                    length);
length            189 net/proxy/proxy_resolver_v8.cc                                  new V8ExternalASCIILiteral(ascii, length));
length            228 net/proxy/proxy_resolver_v8.cc                              hostname_utf16.length(),
length            237 net/proxy/proxy_resolver_v8.cc                              punycode_output.length(),
length             55 net/quic/crypto/aead_base_decrypter_nss.cc   if (ciphertext.length() < auth_tag_size_ ||
length             64 net/quic/crypto/aead_base_decrypter_nss.cc   size_t plaintext_size = ciphertext.length() - auth_tag_size_;
length            104 net/quic/crypto/aead_base_decrypter_nss.cc                     output, &output_len, ciphertext.length(),
length            106 net/quic/crypto/aead_base_decrypter_nss.cc                     ciphertext.length()) != SECSuccess) {
length            122 net/quic/crypto/aead_base_decrypter_nss.cc   if (ciphertext.length() < auth_tag_size_) {
length            126 net/quic/crypto/aead_base_decrypter_nss.cc   scoped_ptr<char[]> plaintext(new char[ciphertext.length()]);
length             84 net/quic/crypto/aead_base_decrypter_openssl.cc   if (ciphertext.length() < auth_tag_size_ ||
length            111 net/quic/crypto/aead_base_decrypter_openssl.cc   if (ciphertext.length() < auth_tag_size_) {
length            114 net/quic/crypto/aead_base_decrypter_openssl.cc   size_t plaintext_size = ciphertext.length();
length             58 net/quic/crypto/aead_base_encrypter_nss.cc   size_t ciphertext_size = GetCiphertextSize(plaintext.length());
length            117 net/quic/crypto/aead_base_encrypter_nss.cc   size_t ciphertext_size = GetCiphertextSize(plaintext.length());
length            103 net/quic/crypto/aead_base_encrypter_openssl.cc   size_t ciphertext_size = GetCiphertextSize(plaintext.length());
length            259 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc   size_t plaintext_size = ciphertext.length();
length            297 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc       EXPECT_EQ(test_info.key_len, key.length() * 8);
length            298 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc       EXPECT_EQ(test_info.iv_len, iv.length() * 8);
length            299 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc       EXPECT_EQ(test_info.pt_len, ct.length() * 8);
length            300 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc       EXPECT_EQ(test_info.aad_len, aad.length() * 8);
length            301 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc       EXPECT_EQ(test_info.tag_len, tag.length() * 8);
length            303 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc         EXPECT_EQ(test_info.pt_len, pt.length() * 8);
length            309 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc                 tag.length());
length            320 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc           aad.length() ? aad : StringPiece(), ciphertext));
length            327 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc       ASSERT_EQ(pt.length(), decrypted->length());
length            329 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc                                           pt.length(), pt.data(), pt.length());
length            215 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc   size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length());
length            248 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc       EXPECT_EQ(test_info.key_len, key.length() * 8);
length            249 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc       EXPECT_EQ(test_info.iv_len, iv.length() * 8);
length            250 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc       EXPECT_EQ(test_info.pt_len, pt.length() * 8);
length            251 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc       EXPECT_EQ(test_info.aad_len, aad.length() * 8);
length            252 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc       EXPECT_EQ(test_info.pt_len, ct.length() * 8);
length            253 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc       EXPECT_EQ(test_info.tag_len, tag.length() * 8);
length            261 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc           aad.length() ? aad : StringPiece(), pt));
length            267 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc                 tag.length());
length            270 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc       ASSERT_EQ(ct.length() + tag.length(), encrypted->length());
length            272 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc                                           ct.length(), ct.data(), ct.length());
length            274 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc           "authentication tag", encrypted->data() + ct.length(), tag.length(),
length            275 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc           tag.data(), tag.length());
length             77 net/quic/crypto/chacha20_poly1305_decrypter_test.cc   size_t plaintext_size = ciphertext.length();
length            118 net/quic/crypto/chacha20_poly1305_decrypter_test.cc         StringPiece(aad.length() ? aad.data() : NULL, aad.length()), ct));
length            125 net/quic/crypto/chacha20_poly1305_decrypter_test.cc     ASSERT_EQ(pt.length(), decrypted->length());
length            127 net/quic/crypto/chacha20_poly1305_decrypter_test.cc                                         pt.length(), pt.data(), pt.length());
length             48 net/quic/crypto/chacha20_poly1305_encrypter_test.cc   size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length());
length             84 net/quic/crypto/chacha20_poly1305_encrypter_test.cc         StringPiece(aad.length() ? aad.data() : NULL, aad.length()), pt));
length             88 net/quic/crypto/chacha20_poly1305_encrypter_test.cc                                         encrypted->length(), ct.data(),
length             89 net/quic/crypto/chacha20_poly1305_encrypter_test.cc                                         ct.length());
length            148 net/quic/crypto/crypto_framer.cc     end_offset += it->second.length();
length            172 net/quic/crypto/crypto_framer.cc     if (!writer.WriteBytes(it->second.data(), it->second.length())) {
length            197 net/quic/crypto/crypto_framer.cc   buffer_.append(input.data(), input.length());
length            198 net/quic/crypto/crypto_framer.cc   QuicDataReader reader(buffer_.data(), buffer_.length());
length             66 net/quic/crypto/crypto_framer.h   size_t InputBytesRemaining() const { return buffer_.length(); }
length             93 net/quic/crypto/crypto_framer_test.cc                                       data->length(), AsChars(packet),
length            131 net/quic/crypto/crypto_framer_test.cc                                       data->length(), AsChars(packet),
length            158 net/quic/crypto/crypto_framer_test.cc                                       data->length(), AsChars(packet),
length            210 net/quic/crypto/crypto_framer_test.cc                                       data->length(), AsChars(packet),
length            248 net/quic/crypto/crypto_framer_test.cc                                       data->length(), AsChars(packet),
length            438 net/quic/crypto/crypto_server_test.cc   hash->Update(serialized.data(), serialized.length());
length             67 net/quic/crypto/crypto_utils.cc   size_t host_end = host.length();
length             73 net/quic/crypto/crypto_utils.cc   if (host_end != host.length()) {
length             74 net/quic/crypto/crypto_utils.cc     host.erase(host_end, host.length() - host_end);
length             26 net/quic/crypto/local_strike_register_client.cc   if (orbit.length() != kOrbitSize) {
length             35 net/quic/crypto/local_strike_register_client.cc   if (nonce.length() != kNonceSize) {
length             88 net/quic/crypto/local_strike_register_client_test.cc     string short_nonce = valid_nonce.substr(0, valid_nonce.length() - 1);
length             27 net/quic/crypto/null_decrypter.cc   QuicDataReader reader(ciphertext.data(), ciphertext.length());
length             42 net/quic/crypto/null_decrypter.cc   memcpy(output, plaintext.data(), plaintext.length());
length             43 net/quic/crypto/null_decrypter.cc   *output_length = plaintext.length();
length             52 net/quic/crypto/null_decrypter.cc   QuicDataReader reader(ciphertext.data(), ciphertext.length());
length             68 net/quic/crypto/null_decrypter.cc   return new QuicData(plaintext.data(), plaintext.length());
length             89 net/quic/crypto/null_decrypter.cc   uint128 correct_hash = QuicUtils::FNV1a_128_Hash(data.data(), data.length());
length             31 net/quic/crypto/null_encrypter.cc   uint128 hash = QuicUtils::FNV1a_128_Hash(buffer.data(), buffer.length());
length             31 net/quic/crypto/null_encrypter_test.cc       "encrypted data", encrypted->data(), encrypted->length(),
length             26 net/quic/crypto/p256_key_exchange_nss.cc   return vector<uint8>(piece.data(), piece.data() + piece.length());
length            460 net/quic/crypto/quic_crypto_client_config.cc                       client_hello_serialized.length());
length            503 net/quic/crypto/quic_crypto_client_config.cc                                        client_hello_serialized.length());
length            282 net/quic/crypto/quic_crypto_server_config.cc     hash->Update(serialized->data(), serialized->length());
length            598 net/quic/crypto/quic_crypto_server_config.cc     scoped_ptr<char[]> sni_tmp(new char[info.sni.length() + 1]);
length            599 net/quic/crypto/quic_crypto_server_config.cc     memcpy(sni_tmp.get(), info.sni.data(), info.sni.length());
length            600 net/quic/crypto/quic_crypto_server_config.cc     sni_tmp[info.sni.length()] = 0;
length            606 net/quic/crypto/quic_crypto_server_config.cc   hkdf_suffix.reserve(sizeof(connection_id) + client_hello_serialized.length() +
length            611 net/quic/crypto/quic_crypto_server_config.cc                      client_hello_serialized.length());
length            628 net/quic/crypto/quic_crypto_server_config.cc                       client_hello_serialized.length());
length             21 net/quic/iovector.h   size_t length = 0;
length             24 net/quic/iovector.h       length += iov[i].iov_len;
length             27 net/quic/iovector.h   return length;
length             81 net/quic/iovector.h       const size_t length = std::min(max_bytes, iov[i].iov_len);
length             82 net/quic/iovector.h       Append(static_cast<char*>(iov[i].iov_base), length);
length             83 net/quic/iovector.h       max_bytes -= length;
length             84 net/quic/iovector.h       bytes_appended += length;
length             92 net/quic/iovector.h   void Append(char* buffer, size_t length) {
length             93 net/quic/iovector.h     if (buffer != NULL && length > 0) {
length             98 net/quic/iovector.h           last.iov_len += length;
length            102 net/quic/iovector.h       struct iovec tmp = {buffer, length};
length            109 net/quic/iovector.h   void AppendNoCoalesce(char* buffer, size_t length) {
length            110 net/quic/iovector.h     if (buffer != NULL && length > 0) {
length            111 net/quic/iovector.h       struct iovec tmp = {buffer, length};
length            121 net/quic/iovector.h   size_t Consume(size_t length) {
length            122 net/quic/iovector.h     if (length == 0) return 0;
length            124 net/quic/iovector.h     size_t bytes_to_consume = length;
length            135 net/quic/iovector.h       return length;
length            143 net/quic/iovector.h     return length - bytes_to_consume;
length             58 net/quic/iovector_test.cc   int length = 0;
length             68 net/quic/iovector_test.cc     length += append_len;
length             74 net/quic/iovector_test.cc     length += (str_len - append_len);
length            118 net/quic/iovector_test.cc   int length = 0;
length            123 net/quic/iovector_test.cc     length += str_len;
length            162 net/quic/iovector_test.cc   int length = 0;
length            167 net/quic/iovector_test.cc     length += str_len;
length            173 net/quic/iovector_test.cc   size_t consumed = iov.Consume(length - half_len);
length            174 net/quic/iovector_test.cc   ASSERT_EQ(length - half_len, consumed);
length            193 net/quic/iovector_test.cc   int length = 0;
length            198 net/quic/iovector_test.cc     length += str_len;
length            202 net/quic/iovector_test.cc   consumed = iov.Consume(length);
length            209 net/quic/iovector_test.cc   ASSERT_EQ(length, consumed);
length            218 net/quic/iovector_test.cc   int length = 0;
length            223 net/quic/iovector_test.cc     length += str_len;
length             18 net/quic/port_suggester.cc       server.host().length(), hash_bytes);
length             94 net/quic/quic_ack_notifier_manager.cc                                   serialized_packet.packet->length());
length             49 net/quic/quic_client_session_test.cc     return WriteResult(WRITE_STATUS_OK, packet.length());
length            160 net/quic/quic_connection.cc     length(packet.packet->length()) {
length            931 net/quic/quic_connection.cc       version_packet->data(), version_packet->length(),
length           1023 net/quic/quic_connection.cc   last_size_ = packet.length();
length           1038 net/quic/quic_connection.cc   stats_.bytes_received += packet.length();
length           1285 net/quic/quic_connection.cc   LOG_IF(DFATAL, encrypted->length() > options()->max_packet_length)
length           1288 net/quic/quic_connection.cc       << encrypted->length();
length           1295 net/quic/quic_connection.cc            << ", length:" << packet.packet->length() << ", encrypted length:"
length           1296 net/quic/quic_connection.cc            << encrypted->length();
length           1300 net/quic/quic_connection.cc   DCHECK(encrypted->length() <= kMaxPacketSize ||
length           1303 net/quic/quic_connection.cc       << packet.packet->length() << " " << encrypted->length() << " "
length           1310 net/quic/quic_connection.cc                                             encrypted->length(),
length           1392 net/quic/quic_connection.cc   size_t length = pending_write_->length;
length           1417 net/quic/quic_connection.cc       sent_packet_manager_.OnPacketSent(sequence_number, now, length,
length            512 net/quic/quic_connection.h     QuicByteCount length;
length            396 net/quic/quic_connection_logger.cc                  transmission_type, packet.length(), result));
length            411 net/quic/quic_connection_logger.cc   last_received_packet_size_ = packet.length();
length            415 net/quic/quic_connection_logger.cc                  packet.length()));
length            297 net/quic/quic_connection_test.cc     if (packet.length() >= sizeof(final_bytes_of_last_packet_)) {
length            299 net/quic/quic_connection_test.cc       memcpy(&final_bytes_of_last_packet_, packet.data() + packet.length() - 4,
length            318 net/quic/quic_connection_test.cc     last_packet_size_ = packet.length();
length            681 net/quic/quic_connection_test.cc     return encrypted->length();
length            742 net/quic/quic_connection_test.cc            i < data_packet->length(); ++i) {
length            754 net/quic/quic_connection_test.cc     return encrypted->length();
length             77 net/quic/quic_crypto_client_stream_test.cc   stream_->ProcessRawData(message_data_->data(), message_data_->length());
length             88 net/quic/quic_crypto_client_stream_test.cc   stream_->ProcessRawData(message_data_->data(), message_data_->length());
length            233 net/quic/quic_crypto_server_stream_test.cc   stream_.ProcessRawData(message_data_->data(), message_data_->length());
length            241 net/quic/quic_crypto_server_stream_test.cc   stream_.ProcessRawData(message_data_->data(), message_data_->length());
length             63 net/quic/quic_crypto_stream.cc   WriteOrBufferData(string(data.data(), data.length()), false, NULL);
length             81 net/quic/quic_crypto_stream_test.cc   EXPECT_EQ(message_data_->length(),
length             83 net/quic/quic_crypto_stream_test.cc                                    message_data_->length()));
length             93 net/quic/quic_crypto_stream_test.cc   string bad(message_data_->data(), message_data_->length());
length            102 net/quic/quic_crypto_stream_test.cc   EXPECT_EQ(0u, stream_.ProcessRawData(bad.data(), bad.length()));
length             70 net/quic/quic_data_stream.cc          decompressed_headers_.length() > bytes_consumed) {
length             72 net/quic/quic_data_stream.cc                                decompressed_headers_.length() - bytes_consumed);
length             95 net/quic/quic_data_stream.cc   iov[0].iov_len = decompressed_headers_.length();
length            141 net/quic/quic_data_stream.cc                                        decompressed_headers_.length());
length            142 net/quic/quic_data_stream.cc   if (bytes_processed == decompressed_headers_.length()) {
length            215 net/quic/quic_data_stream_test.cc   ASSERT_LT(headers.length() + body.length(), arraysize(buffer));
length            221 net/quic/quic_data_stream_test.cc   EXPECT_EQ(headers.length(), bytes_read);
length            225 net/quic/quic_data_stream_test.cc   EXPECT_EQ(body.length(), bytes_read);
length            247 net/quic/quic_data_stream_test.cc   for (size_t i = 0; i < data.length(); ++i) {
length            274 net/quic/quic_data_stream_test.cc   for (size_t i = 0; i < data.length(); i += 2) {
length             99 net/quic/quic_data_writer.cc   if (val.length() > numeric_limits<uint16>::max()) {
length            120 net/quic/quic_data_writer.cc char* QuicDataWriter::BeginWrite(size_t length) {
length            125 net/quic/quic_data_writer.cc   if (capacity_ - length_ < length) {
length            130 net/quic/quic_data_writer.cc   DCHECK_LE(length, numeric_limits<uint32>::max());
length             28 net/quic/quic_data_writer.h   explicit QuicDataWriter(size_t length);
length             33 net/quic/quic_data_writer.h   size_t length() const { return length_; }
length             72 net/quic/quic_data_writer.h   char* BeginWrite(size_t length);
length            171 net/quic/quic_end_to_end_unittest.cc   void GenerateBody(size_t length) {
length            173 net/quic/quic_end_to_end_unittest.cc     request_body_.reserve(length);
length            174 net/quic/quic_end_to_end_unittest.cc     for (size_t i = 0; i < length; ++i) {
length            180 net/quic/quic_end_to_end_unittest.cc   void InitializePostRequest(size_t length) {
length            181 net/quic/quic_end_to_end_unittest.cc     GenerateBody(length);
length            185 net/quic/quic_end_to_end_unittest.cc                                      request_body_.length()));
length            463 net/quic/quic_framer.cc   const size_t len = writer.length();
length            487 net/quic/quic_framer.cc   len += fec.redundancy.length();
length            497 net/quic/quic_framer.cc   if (!writer.WriteBytes(fec.redundancy.data(), fec.redundancy.length())) {
length            533 net/quic/quic_framer.cc       kPublicFlagsSize + PACKET_8BYTE_CONNECTION_ID + reset_serialized.length();
length            546 net/quic/quic_framer.cc   if (!writer.WriteBytes(reset_serialized.data(), reset_serialized.length())) {
length            581 net/quic/quic_framer.cc   reader_.reset(new QuicDataReader(packet.data(), packet.length()));
length            651 net/quic/quic_framer.cc   if (packet.length() > kMaxPacketSize) {
length            652 net/quic/quic_framer.cc     DLOG(WARNING) << "Packet too large: " << packet.length();
length            726 net/quic/quic_framer.cc     if (address_coder.Decode(address.data(), address.length())) {
length            748 net/quic/quic_framer.cc   if (payload.length() > kMaxPacketSize) {
length            753 net/quic/quic_framer.cc   reader_.reset(new QuicDataReader(payload.data(), payload.length()));
length           1779 net/quic/quic_framer.cc   size_t len =  header_data.length() + out->length();
length           1782 net/quic/quic_framer.cc   memcpy(buffer, header_data.data(), header_data.length());
length           1783 net/quic/quic_framer.cc   memcpy(buffer + header_data.length(), out->data(), out->length());
length           1845 net/quic/quic_framer.cc   reader_.reset(new QuicDataReader(decrypted_->data(), decrypted_->length()));
length           2004 net/quic/quic_framer.cc   if (writer->capacity() - writer->length() <
length           2075 net/quic/quic_framer.cc   size_t available_range_bytes = writer->capacity() - writer->length() -
length           2196 net/quic/quic_framer.cc         (writer->capacity() - writer->length()) / largest_observed_length);
length            137 net/quic/quic_framer_test.cc     return new QuicData(plaintext.data(), plaintext.length());
length            185 net/quic/quic_framer_test.cc     return new QuicData(ciphertext.data(), ciphertext.length());
length           2260 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           2322 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           2397 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           2479 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           2558 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           3703 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           3750 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           3797 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           3844 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           3898 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           3954 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4010 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4036 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4100 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4171 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4240 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4289 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4340 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4413 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4488 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4538 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4585 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4667 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4729 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4780 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4834 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           4882 net/quic/quic_framer_test.cc                                         data->length(), AsChars(packet),
length           4933 net/quic/quic_framer_test.cc                                         data->length(), AsChars(packet),
length           4983 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           5035 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           5080 net/quic/quic_framer_test.cc                                       data->data(), data->length(),
length           5297 net/quic/quic_framer_test.cc   size_t original_raw_length = raw_ack_packet->length();
length           5301 net/quic/quic_framer_test.cc   EXPECT_EQ(original_raw_length, raw_ack_packet->length());
length             87 net/quic/quic_headers_stream.cc                                  size_t length,
length             31 net/quic/quic_headers_stream_test.cc                                        size_t length,
length             95 net/quic/quic_headers_stream_test.cc     return QuicConsumedData(saved_data_.length(), false);
length            104 net/quic/quic_headers_stream_test.cc     saved_header_data_.append(data.data(), data.length());
length            141 net/quic/quic_headers_stream_test.cc     framer_.ProcessInput(saved_data_.data(), saved_data_.length());
length            150 net/quic/quic_headers_stream_test.cc     EXPECT_EQ(saved_header_data_.length(),
length            152 net/quic/quic_headers_stream_test.cc                                                saved_header_data_.length(),
length            290 net/quic/quic_http_stream.cc int QuicHttpStream::OnDataReceived(const char* data, int length) {
length            291 net/quic/quic_http_stream.cc   DCHECK_NE(0, length);
length            295 net/quic/quic_http_stream.cc     if (read_buf_->RemainingCapacity() < length) {
length            296 net/quic/quic_http_stream.cc       size_t additional_capacity = length - read_buf_->RemainingCapacity();
length            301 net/quic/quic_http_stream.cc     memcpy(read_buf_->data(), data, length);
length            302 net/quic/quic_http_stream.cc     read_buf_->set_offset(read_buf_->offset() + length);
length            311 net/quic/quic_http_stream.cc     BufferResponseBody(data, length);
length            315 net/quic/quic_http_stream.cc   if (length <= user_buffer_len_) {
length            316 net/quic/quic_http_stream.cc     memcpy(user_buffer_->data(), data, length);
length            319 net/quic/quic_http_stream.cc     int delta = length - user_buffer_len_;
length            321 net/quic/quic_http_stream.cc     length = user_buffer_len_;
length            326 net/quic/quic_http_stream.cc   DoCallback(length);
length            552 net/quic/quic_http_stream.cc void QuicHttpStream::BufferResponseBody(const char* data, int length) {
length            553 net/quic/quic_http_stream.cc   if (length == 0)
length            555 net/quic/quic_http_stream.cc   IOBufferWithSize* io_buffer = new IOBufferWithSize(length);
length            556 net/quic/quic_http_stream.cc   memcpy(io_buffer->data(), data, length);
length             66 net/quic/quic_http_stream.h   virtual int OnDataReceived(const char* data, int length) OVERRIDE;
length            105 net/quic/quic_http_stream.h   void BufferResponseBody(const char* data, int length);
length             94 net/quic/quic_http_stream_test.cc   virtual int OnDataReceived(const char* data, int length) OVERRIDE {
length            172 net/quic/quic_http_stream_test.cc                                   writes_[i].packet->length());
length            397 net/quic/quic_http_stream_test.cc   EXPECT_LT(4096u, response.length());
length            398 net/quic/quic_http_stream_test.cc   stream_->OnDataReceived(response.data(), response.length());
length            504 net/quic/quic_http_stream_test.cc   ProcessPacket(ConstructDataPacket(3, false, kFin, response_data_.length(),
length             74 net/quic/quic_network_transaction_unittest.cc     reads_.push_back(MockRead(SYNCHRONOUS, packet->data(), packet->length(),
length             84 net/quic/quic_network_transaction_unittest.cc     writes_.push_back(MockWrite(SYNCHRONOUS, packet->data(), packet->length(),
length            744 net/quic/quic_network_transaction_unittest.cc     MockRead(ASYNC, close->data(), close->length()),
length            328 net/quic/quic_packet_creator.cc     DCHECK_EQ(packet_size_, serialized.packet->length());
length            350 net/quic/quic_packet_creator.cc   DCHECK_GE(options_.max_packet_length, serialized.packet->length());
length            372 net/quic/quic_packet_creator.cc   DCHECK_GE(options_.max_packet_length, encrypted->length());
length            441 net/quic/quic_packet_creator_test.cc                 - bytes_free, serialized_packet.packet->length());
length            444 net/quic/quic_packet_creator_test.cc                 serialized_packet.packet->length());
length            471 net/quic/quic_packet_creator_test.cc                 - bytes_free, serialized_packet.packet->length());
length            474 net/quic/quic_packet_creator_test.cc                 serialized_packet.packet->length());
length            537 net/quic/quic_protocol.cc                    size_t length)
length            539 net/quic/quic_protocol.cc       length_(length),
length            544 net/quic/quic_protocol.cc                    size_t length,
length            547 net/quic/quic_protocol.cc       length_(length),
length            566 net/quic/quic_protocol.cc                        size_t length,
length            572 net/quic/quic_protocol.cc     : QuicData(buffer, length, owns_buffer),
length            581 net/quic/quic_protocol.cc                                          size_t length)
length            582 net/quic/quic_protocol.cc     : QuicData(buffer, length) {
length            586 net/quic/quic_protocol.cc                                          size_t length,
length            588 net/quic/quic_protocol.cc       : QuicData(buffer, length, owns_buffer) {
length            594 net/quic/quic_protocol.cc   return StringPiece(data() + start_of_fec, length() - start_of_fec);
length            616 net/quic/quic_protocol.cc                      length() - start_of_encrypted_data);
length            712 net/quic/quic_protocol.cc   char* buffer = new char[this->length()];
length            713 net/quic/quic_protocol.cc   memcpy(buffer, this->data(), this->length());
length            714 net/quic/quic_protocol.cc   return new QuicEncryptedPacket(buffer, this->length(), true);
length            718 net/quic/quic_protocol.cc   os << s.length() << "-byte data";
length            858 net/quic/quic_protocol.h   QuicData(const char* buffer, size_t length);
length            859 net/quic/quic_protocol.h   QuicData(char* buffer, size_t length, bool owns_buffer);
length            863 net/quic/quic_protocol.h     return base::StringPiece(data(), length());
length            867 net/quic/quic_protocol.h   size_t length() const { return length_; }
length            881 net/quic/quic_protocol.h       size_t length,
length            886 net/quic/quic_protocol.h     return new QuicPacket(buffer, length, owns_buffer, connection_id_length,
length            892 net/quic/quic_protocol.h       size_t length,
length            897 net/quic/quic_protocol.h     return new QuicPacket(buffer, length, owns_buffer, connection_id_length,
length            912 net/quic/quic_protocol.h              size_t length,
length            930 net/quic/quic_protocol.h   QuicEncryptedPacket(const char* buffer, size_t length);
length            931 net/quic/quic_protocol.h   QuicEncryptedPacket(char* buffer, size_t length, bool owns_buffer);
length             32 net/quic/quic_reliable_client_stream.h     virtual int OnDataReceived(const char* data, int length) = 0;
length             99 net/quic/quic_reliable_client_stream_test.cc   stream_->OnStreamHeadersComplete(false, uncompressed_headers.length());
length            130 net/quic/quic_sent_packet_manager_test.cc                           packet.packet->length(), NOT_RETRANSMISSION,
length            142 net/quic/quic_sent_packet_manager_test.cc                           packet.packet->length(), NOT_RETRANSMISSION,
length            152 net/quic/quic_sent_packet_manager_test.cc                           packet.packet->length(), NOT_RETRANSMISSION,
length            162 net/quic/quic_sent_packet_manager_test.cc                           packet.packet->length(), NOT_RETRANSMISSION,
length             51 net/quic/quic_socket_address_coder.cc bool QuicSocketAddressCoder::Decode(const char* data, size_t length) {
length             53 net/quic/quic_socket_address_coder.cc   if (length < sizeof(address_family)) {
length             58 net/quic/quic_socket_address_coder.cc   length -= sizeof(address_family);
length             71 net/quic/quic_socket_address_coder.cc   if (length < ip_length) {
length             77 net/quic/quic_socket_address_coder.cc   length -= ip_length;
length             80 net/quic/quic_socket_address_coder.cc   if (length != sizeof(port)) {
length             83 net/quic/quic_socket_address_coder.cc   memcpy(&port, data, length);
length             27 net/quic/quic_socket_address_coder.h   bool Decode(const char* data, size_t length);
length             38 net/quic/quic_socket_address_coder_test.cc   ASSERT_TRUE(coder.Decode(serialized.data(), serialized.length()));
length             51 net/quic/quic_socket_address_coder_test.cc   ASSERT_TRUE(coder.Decode(serialized.data(), serialized.length()));
length             65 net/quic/quic_socket_address_coder_test.cc   EXPECT_TRUE(coder.Decode(serialized.data(), serialized.length()));
length             68 net/quic/quic_socket_address_coder_test.cc   EXPECT_FALSE(coder.Decode(serialized.data(), serialized.length()));
length             71 net/quic/quic_socket_address_coder_test.cc   EXPECT_TRUE(coder.Decode(serialized.data(), serialized.length()));
length             75 net/quic/quic_socket_address_coder_test.cc   EXPECT_FALSE(coder.Decode(serialized.data(), serialized.length()));
length             78 net/quic/quic_socket_address_coder_test.cc   EXPECT_TRUE(coder.Decode(serialized.data(), serialized.length()));
length             81 net/quic/quic_socket_address_coder_test.cc   size_t len = serialized.length();
length             84 net/quic/quic_socket_address_coder_test.cc     serialized.erase(serialized.length() - 1);
length             85 net/quic/quic_socket_address_coder_test.cc     EXPECT_FALSE(coder.Decode(serialized.data(), serialized.length()));
length            110 net/quic/quic_socket_address_coder_test.cc     ASSERT_TRUE(decoder.Decode(serialized.data(), serialized.length()));
length            668 net/quic/quic_stream_factory_test.cc     MockWrite(ASYNC, rst->data(), rst->length(), 1),
length            829 net/quic/quic_stream_factory_test.cc     writes.push_back(MockWrite(ASYNC, rst->data(), rst->length(), 1));
length            893 net/quic/quic_stream_factory_test.cc     writes.push_back(MockWrite(ASYNC, rst->data(), rst->length(), 1));
length            958 net/quic/quic_stream_factory_test.cc     writes.push_back(MockWrite(ASYNC, rst->data(), rst->length(), 1));
length           1023 net/quic/quic_stream_factory_test.cc     writes.push_back(MockWrite(ASYNC, rst->data(), rst->length(), 1));
length            128 net/quic/quic_stream_sequencer_test.cc     if (iovec.iov_len != expected.length()) {
length            130 net/quic/quic_stream_sequencer_test.cc                  << " vs " << expected.length();
length            133 net/quic/quic_stream_sequencer_test.cc     if (memcmp(iovec.iov_base, expected.data(), expected.length()) != 0) {
length            284 net/quic/reliable_quic_stream.cc     DCHECK_LE(consumed_data.bytes_consumed, data.length());
length            289 net/quic/reliable_quic_stream.cc   if (consumed_data.bytes_consumed < data.length() ||
length             18 net/quic/spdy_utils.cc   int length = SpdyFramer::GetSerializedLength(SPDY3, &headers);
length             19 net/quic/spdy_utils.cc   SpdyFrameBuilder builder(length);
length             22 net/quic/spdy_utils.cc   return string(block->data(), length);
length            379 net/quic/test_tools/crypto_test_utils.cc                                 client_encrypter_key.length(),
length            381 net/quic/test_tools/crypto_test_utils.cc                                 server_decrypter_key.length());
length            384 net/quic/test_tools/crypto_test_utils.cc                                 client_encrypter_iv.length(),
length            386 net/quic/test_tools/crypto_test_utils.cc                                 server_decrypter_iv.length());
length            389 net/quic/test_tools/crypto_test_utils.cc                                 server_encrypter_key.length(),
length            391 net/quic/test_tools/crypto_test_utils.cc                                 client_decrypter_key.length());
length            394 net/quic/test_tools/crypto_test_utils.cc                                 server_encrypter_iv.length(),
length            396 net/quic/test_tools/crypto_test_utils.cc                                 client_decrypter_iv.length());
length            399 net/quic/test_tools/crypto_test_utils.cc                                 client_forward_secure_encrypter_key.length(),
length            401 net/quic/test_tools/crypto_test_utils.cc                                 server_forward_secure_decrypter_key.length());
length            404 net/quic/test_tools/crypto_test_utils.cc                                 client_forward_secure_encrypter_iv.length(),
length            406 net/quic/test_tools/crypto_test_utils.cc                                 server_forward_secure_decrypter_iv.length());
length            409 net/quic/test_tools/crypto_test_utils.cc                                 server_forward_secure_encrypter_key.length(),
length            411 net/quic/test_tools/crypto_test_utils.cc                                 client_forward_secure_decrypter_key.length());
length            414 net/quic/test_tools/crypto_test_utils.cc                                 server_forward_secure_encrypter_iv.length(),
length            416 net/quic/test_tools/crypto_test_utils.cc                                 client_forward_secure_decrypter_iv.length());
length            415 net/quic/test_tools/quic_test_utils.cc string HexDumpWithMarks(const char* data, int length,
length            421 net/quic/test_tools/quic_test_utils.cc   if (length > kSizeLimit || mark_length > kSizeLimit) {
length            423 net/quic/test_tools/quic_test_utils.cc     length = min(length, kSizeLimit);
length            428 net/quic/test_tools/quic_test_utils.cc   for (const char* row = data; length > 0;
length            429 net/quic/test_tools/quic_test_utils.cc        row += kColumns, length -= kColumns) {
length            431 net/quic/test_tools/quic_test_utils.cc       if (p < row + length) {
length            444 net/quic/test_tools/quic_test_utils.cc     for (const char *p = row; p < row + 4 && p < row + length; ++p)
length            466 net/quic/test_tools/quic_test_utils.cc void GenerateBody(string* body, int length) {
length            468 net/quic/test_tools/quic_test_utils.cc   body->reserve(length);
length            469 net/quic/test_tools/quic_test_utils.cc   for (int i = 0; i < length; ++i) {
length             47 net/quic/test_tools/quic_test_utils.h void GenerateBody(std::string* body, int length);
length            114 net/server/http_server.cc   while (connection->recv_data_.length()) {
length            165 net/server/http_server.cc       if (connection->recv_data_.length() - pos < content_length)
length            255 net/server/http_server.cc   size_t data_len = connection->recv_data_.length();
length             45 net/server/http_server_response_info.cc             base::StringPrintf("%" PRIuS, body.length()));
length             85 net/server/http_server_unittest.cc         new DrainableIOBuffer(new StringIOBuffer(data), data.length());
length            220 net/server/http_server_unittest.cc       body.length(),
length            224 net/server/http_server_unittest.cc   ASSERT_EQ(body.length(), requests_[0].data.length());
length            288 net/server/http_server_unittest.cc       body.length(),
length            290 net/server/http_server_unittest.cc   server_->DidRead(socket, request.c_str(), request.length() - 2);
length            292 net/server/http_server_unittest.cc   server_->DidRead(socket, request.c_str() + request.length() - 2, 2);
length            306 net/server/http_server_unittest.cc       body.length(),
length             28 net/server/web_socket.cc   int length = str.length();
length             30 net/server/web_socket.cc   for (int i = 0; i < length; ++i) {
length             49 net/server/web_socket.cc     if (connection->recv_data().length() < *pos + kWebSocketHandshakeBodyLen)
length            275 net/server/web_socket.cc   size_t data_length = frame.length();
length            366 net/server/web_socket.cc   size_t data_length = message.length();
length            200 net/socket/socket_test_util.cc     return MockWriteResult(SYNCHRONOUS, data.length());
length            222 net/socket/socket_test_util.cc     EXPECT_GE(data.length(), expected_data.length());
length            264 net/socket/socket_test_util.cc                                              const size_t length) {
length            268 net/socket/socket_test_util.cc   reads_.push_back(MockRead(ASYNC, data, length));
length            302 net/socket/socket_test_util.h   void SimulateRead(const char* data, size_t length);
length             87 net/socket/ssl_client_socket.cc   size_t protos_len = server_protos.length();
length           2461 net/socket/ssl_client_socket_nss.cc       channel_info.length == sizeof(channel_info) &&
length           2904 net/socket/ssl_client_socket_nss.cc       context.length(), out, outlen);
length            541 net/socket/ssl_client_socket_openssl.cc       context.length(),
length            542 net/socket/ssl_client_socket_openssl.cc       context.length() > 0);
length           1433 net/socket/ssl_client_socket_openssl.cc       int length = i2d_X509_NAME(ca_name, &str);
length           1436 net/socket/ssl_client_socket_openssl.cc           static_cast<size_t>(length)));
length            167 net/socket/ssl_server_socket_nss.cc       context.length(), out, outlen);
length            426 net/socket/ssl_server_socket_nss.cc   der_cert.len  = der_string.length();
length            328 net/socket/ssl_server_socket_unittest.cc                                        key_string.length()));
length             85 net/socket/stream_listen_socket.cc   Send(str.data(), static_cast<int>(str.length()), append_linefeed);
length            163 net/socket/tcp_listen_socket_unittest.cc     size_t len = last_data.length();
length            167 net/socket/tcp_listen_socket_unittest.cc     read_len += last_data.length();
length            226 net/socket/tcp_listen_socket_unittest.cc   int len = static_cast<int>(str.length());
length            166 net/spdy/buffered_spdy_framer.cc                                            size_t length,
length            170 net/spdy/buffered_spdy_framer.cc   visitor_->OnDataFrameHeader(stream_id, length, fin);
length             57 net/spdy/buffered_spdy_framer.h                                  size_t length,
length            162 net/spdy/buffered_spdy_framer.h                                  size_t length,
length             70 net/spdy/buffered_spdy_framer_unittest.cc                                  size_t length,
length             28 net/spdy/hpack_constants.h   uint8 length;
length             28 net/spdy/hpack_huffman_table.cc   if (a.length == b.length) {
length             31 net/spdy/hpack_huffman_table.cc   return a.length < b.length;
length             41 net/spdy/hpack_huffman_table.cc   : next_table_index(0), length(0), symbol_id(0) {
length             44 net/spdy/hpack_huffman_table.cc                                             uint8 length,
length             46 net/spdy/hpack_huffman_table.cc   : next_table_index(next_table_index), length(length), symbol_id(symbol_id) {
length             76 net/spdy/hpack_huffman_table.cc     unsigned code_shift = 32 - symbols[i-1].length;
length             90 net/spdy/hpack_huffman_table.cc   if (symbols.back().length < 8) {
length            110 net/spdy/hpack_huffman_table.cc     length_by_id_.push_back(symbol.length);
length            136 net/spdy/hpack_huffman_table.cc       if (total_indexed >= it->length) {
length            138 net/spdy/hpack_huffman_table.cc         entry.length = it->length;
length            145 net/spdy/hpack_huffman_table.cc       if (entry.length == 0) {
length            148 net/spdy/hpack_huffman_table.cc         entry.length = it->length;
length            152 net/spdy/hpack_huffman_table.cc                             entry.length - total_indexed));
length            167 net/spdy/hpack_huffman_table.cc       if (entry.length != 0 && entry.length < total_indexed) {
length            170 net/spdy/hpack_huffman_table.cc         size_t fill_count = 1 << (total_indexed - entry.length);
length            174 net/spdy/hpack_huffman_table.cc           CHECK_EQ(Entry(table, j + k).length, 0);
length            226 net/spdy/hpack_huffman_table.cc     unsigned length = length_by_id_[symbol_id];
length            227 net/spdy/hpack_huffman_table.cc     uint32 code = code_by_id_[symbol_id] >> (32 - length);
length            229 net/spdy/hpack_huffman_table.cc     bit_remnant = (bit_remnant + length) % 8;
length            231 net/spdy/hpack_huffman_table.cc     if (length > 24) {
length            232 net/spdy/hpack_huffman_table.cc       out->AppendBits(static_cast<uint8>(code >> 24), length - 24);
length            233 net/spdy/hpack_huffman_table.cc       length = 24;
length            235 net/spdy/hpack_huffman_table.cc     if (length > 16) {
length            236 net/spdy/hpack_huffman_table.cc       out->AppendBits(static_cast<uint8>(code >> 16), length - 16);
length            237 net/spdy/hpack_huffman_table.cc       length = 16;
length            239 net/spdy/hpack_huffman_table.cc     if (length > 8) {
length            240 net/spdy/hpack_huffman_table.cc       out->AppendBits(static_cast<uint8>(code >> 8), length - 8);
length            241 net/spdy/hpack_huffman_table.cc       length = 8;
length            243 net/spdy/hpack_huffman_table.cc     out->AppendBits(static_cast<uint8>(code), length);
length            279 net/spdy/hpack_huffman_table.cc     if (entry.length > bits_available) {
length            286 net/spdy/hpack_huffman_table.cc     } else if (entry.length == 0) {
length            299 net/spdy/hpack_huffman_table.cc       in->ConsumeBits(entry.length);
length            300 net/spdy/hpack_huffman_table.cc       bits = bits << entry.length;
length            301 net/spdy/hpack_huffman_table.cc       bits_available -= entry.length;
length             41 net/spdy/hpack_huffman_table.h     DecodeEntry(uint8 next_table_index, uint8 length, uint16 symbol_id);
length             48 net/spdy/hpack_huffman_table.h     uint8 length;
length             66 net/spdy/hpack_huffman_table_test.cc                 << " length " << unsigned(entry.length)
length             72 net/spdy/hpack_huffman_table_test.cc             next.length != entry.length ||
length             93 net/spdy/hpack_huffman_table_test.cc       lhs.length == rhs.length &&
length             21 net/spdy/mock_spdy_framer_visitor.h                                        size_t length,
length             24 net/spdy/spdy_frame_builder.cc FlagsAndLength CreateFlagsAndLength(uint8 flags, size_t length) {
length             25 net/spdy/spdy_frame_builder.cc   DCHECK_EQ(0u, length & ~static_cast<size_t>(kLengthMask));
length             27 net/spdy/spdy_frame_builder.cc   flags_length.length_ = htonl(static_cast<uint32>(length));
length             44 net/spdy/spdy_frame_builder.cc char* SpdyFrameBuilder::GetWritableBuffer(size_t length) {
length             45 net/spdy/spdy_frame_builder.cc   if (!CanWrite(length)) {
length             51 net/spdy/spdy_frame_builder.cc bool SpdyFrameBuilder::Seek(size_t length) {
length             52 net/spdy/spdy_frame_builder.cc   if (!CanWrite(length)) {
length             56 net/spdy/spdy_frame_builder.cc   length_ += length;
length             73 net/spdy/spdy_frame_builder.cc   DCHECK_EQ(framer.GetControlFrameHeaderSize(), length());
length             93 net/spdy/spdy_frame_builder.cc   DCHECK_EQ(framer.GetDataFrameMinimumSize(), length());
length            118 net/spdy/spdy_frame_builder.cc   DCHECK_EQ(framer.GetDataFrameMinimumSize(), length());
length            159 net/spdy/spdy_frame_builder.cc                                        size_t length) {
length            162 net/spdy/spdy_frame_builder.cc               length);
length            164 net/spdy/spdy_frame_builder.cc     DCHECK_GE(framer.GetFrameMaximumSize(), length);
length            172 net/spdy/spdy_frame_builder.cc         length);
length            180 net/spdy/spdy_frame_builder.cc     success = WriteUInt16(length);
length            199 net/spdy/spdy_frame_builder.cc bool SpdyFrameBuilder::CanWrite(size_t length) const {
length            200 net/spdy/spdy_frame_builder.cc   if (length > kLengthMask) {
length            205 net/spdy/spdy_frame_builder.cc   if (length_ + length > capacity_) {
length             36 net/spdy/spdy_frame_builder.h   size_t length() const { return length_; }
length             44 net/spdy/spdy_frame_builder.h   char* GetWritableBuffer(size_t length);
length             48 net/spdy/spdy_frame_builder.h   bool Seek(size_t length);
length            118 net/spdy/spdy_frame_builder.h   bool OverwriteLength(const SpdyFramer& framer, size_t length);
length            128 net/spdy/spdy_frame_builder.h   bool CanWrite(size_t length) const;
length           1142 net/spdy/spdy_framer.cc                          unsigned length,
length           1146 net/spdy/spdy_framer.cc   DCHECK_LE(length, sizeof(buf));
length           1147 net/spdy/spdy_framer.cc   for (unsigned i = 1; i <= length; i++) {
length           1148 net/spdy/spdy_framer.cc     buf[length - i] = n;
length           1151 net/spdy/spdy_framer.cc   WriteZ(base::StringPiece(buf, length), clas, out);
length           2029 net/spdy/spdy_framer.cc         datair.data().length() + datair.padding_payload_len() +
length           2039 net/spdy/spdy_framer.cc     builder.WriteBytes(datair.data().data(), datair.data().length());
length           2042 net/spdy/spdy_framer.cc       builder.WriteBytes(padding.data(), padding.length());
length           2044 net/spdy/spdy_framer.cc     DCHECK_EQ(size_with_padding, builder.length());
length           2047 net/spdy/spdy_framer.cc     const size_t size = GetDataFrameMinimumSize() + datair.data().length();
length           2050 net/spdy/spdy_framer.cc     builder.WriteBytes(datair.data().data(), datair.data().length());
length           2051 net/spdy/spdy_framer.cc     DCHECK_EQ(size, builder.length());
length           2075 net/spdy/spdy_framer.cc   builder.OverwriteLength(*this, data.data().length());
length           2076 net/spdy/spdy_framer.cc   DCHECK_EQ(kSize, builder.length());
length           2130 net/spdy/spdy_framer.cc   DCHECK_EQ(GetSynStreamMinimumSize(), builder.length());
length           2146 net/spdy/spdy_framer.cc                                           builder.length());
length           2189 net/spdy/spdy_framer.cc   DCHECK_EQ(GetSynReplyMinimumSize(), builder.length());
length           2204 net/spdy/spdy_framer.cc                                           builder.length());
length           2239 net/spdy/spdy_framer.cc   DCHECK_EQ(expected_length, builder.length());
length           2277 net/spdy/spdy_framer.cc   DCHECK_EQ(GetSettingsMinimumSize(), builder.length());
length           2300 net/spdy/spdy_framer.cc   DCHECK_EQ(size, builder.length());
length           2324 net/spdy/spdy_framer.cc   DCHECK_EQ(GetPingSize(), builder.length());
length           2359 net/spdy/spdy_framer.cc   DCHECK_EQ(expected_length, builder.length());
length           2414 net/spdy/spdy_framer.cc   DCHECK_EQ(GetHeadersMinimumSize(), builder.length());
length           2430 net/spdy/spdy_framer.cc                                           builder.length());
length           2449 net/spdy/spdy_framer.cc   DCHECK_EQ(GetWindowUpdateSize(), builder.length());
length           2476 net/spdy/spdy_framer.cc   DCHECK_EQ(GetPushPromiseMinimumSize(), builder.length());
length           2490 net/spdy/spdy_framer.cc         PUSH_PROMISE, payload_len, builder.length());
length           2517 net/spdy/spdy_framer.cc   DCHECK_EQ(GetContinuationMinimumSize(), builder.length());
length           2524 net/spdy/spdy_framer.cc         CONTINUATION, payload_len, builder.length());
length            136 net/spdy/spdy_framer.h                                  size_t length,
length             86 net/spdy/spdy_framer_test.cc                                    size_t length,
length            267 net/spdy/spdy_framer_test.cc                                  size_t length,
length           3039 net/spdy/spdy_framer_test.cc   const unsigned char length =  1 + SpdyFramer::kControlFrameBufferSize;
length           3042 net/spdy/spdy_framer_test.cc     0x00, 0x00, 0x00, length,
length           3058 net/spdy/spdy_framer_test.cc       length + framer.GetControlFrameHeaderSize() -
length           3070 net/spdy/spdy_framer_test.cc       pad.length());
length           3452 net/spdy/spdy_framer_test.cc       multiple_frame_data.length());
length             51 net/spdy/spdy_headers_block_parser.cc   Reader reader(prefix.buffer(), prefix.length(),
length             66 net/spdy/spdy_headers_block_parser_test.cc       headers += EncodeLength(key.length());
length             77 net/spdy/spdy_headers_block_parser_test.cc       headers += EncodeLength(value.length());
length            133 net/spdy/spdy_headers_block_parser_test.cc       HandleControlFrameHeadersData(1, headers.c_str(), headers.length()));
length            150 net/spdy/spdy_headers_block_parser_test.cc       HandleControlFrameHeadersData(1, headers.c_str(), headers.length()));
length            220 net/spdy/spdy_headers_block_parser_test.cc         HandleControlFrameHeadersData(1, headers.c_str(), headers.length()));
length            232 net/spdy/spdy_headers_block_parser_test.cc         HandleControlFrameHeadersData(1, headers.c_str(), headers.length()));
length            249 net/spdy/spdy_headers_block_parser_test.cc       HandleControlFrameHeadersData(1, headers.c_str(), headers.length()));
length             23 net/spdy/spdy_pinnable_buffer_piece.cc   size_t length = length_;
length             25 net/spdy/spdy_pinnable_buffer_piece.cc   other->length_ = length;
length             31 net/spdy/spdy_pinnable_buffer_piece.h   size_t length() const {
length             21 net/spdy/spdy_pinnable_buffer_piece_test.cc     return SpdyPrefixedBufferReader(prefix_.data(), prefix_.length(),
length             22 net/spdy/spdy_pinnable_buffer_piece_test.cc                                     suffix_.data(), suffix_.length());
length             22 net/spdy/spdy_prefixed_buffer_reader_test.cc     return SpdyPrefixedBufferReader(prefix_.data(), prefix_.length(),
length             23 net/spdy/spdy_prefixed_buffer_reader_test.cc                                     suffix_.data(), suffix_.length());
length            558 net/spdy/spdy_protocol.h     data_store_.reset(new std::string(data.data(), data.length()));
length             80 net/spdy/spdy_proxy_client_socket_unittest.cc   SpdyFrame* ConstructBodyFrame(const char* data, int length);
length            464 net/spdy/spdy_proxy_client_socket_unittest.cc     int length) {
length            465 net/spdy/spdy_proxy_client_socket_unittest.cc   return framer_.CreateDataFrame(kStreamId, data, length, DATA_FLAG_NONE);
length            669 net/spdy/spdy_proxy_client_socket_unittest.cc                                                        chunk_data.length()));
length            689 net/spdy/spdy_proxy_client_socket_unittest.cc                                                    big_data.length()));
length           1885 net/spdy/spdy_session.cc                                     size_t length,
length            794 net/spdy/spdy_session.h                                  size_t length,
length            500 net/spdy/spdy_stream.cc   size_t length = buffer->GetRemainingSize();
length            501 net/spdy/spdy_stream.cc   DCHECK_LE(length, session_->GetDataFrameMaximumPayload());
length            503 net/spdy/spdy_stream.cc     DecreaseRecvWindowSize(static_cast<int32>(length));
length            509 net/spdy/spdy_stream.cc   metrics_.RecordBytes(length);
length            510 net/spdy/spdy_stream.cc   recv_bytes_ += length;
length            666 net/spdy/spdy_stream.cc                           int length,
length            673 net/spdy/spdy_stream.cc   pending_send_data_ = new DrainableIOBuffer(data, length);
length            369 net/spdy/spdy_stream.h   void SendData(IOBuffer* data, int length, SpdySendStatus send_status);
length            326 net/spdy/spdy_stream_unittest.cc           1, chunk_data.data(), chunk_data.length(), false));
length            332 net/spdy/spdy_stream_unittest.cc           1, chunk_data.data(), chunk_data.length(), true));
length            396 net/spdy/spdy_stream_unittest.cc           1, chunk_data.data(), chunk_data.length(), false));
length             65 net/spdy/spdy_test_util_common.cc MockWrite* ChopWriteFrame(const char* data, int length, int num_chunks) {
length             67 net/spdy/spdy_test_util_common.cc   int chunk_size = length / num_chunks;
length             71 net/spdy/spdy_test_util_common.cc       chunk_size += length % chunk_size;  // The last chunk takes the remainder.
length             88 net/spdy/spdy_test_util_common.cc MockRead* ChopReadFrame(const char* data, int length, int num_chunks) {
length             90 net/spdy/spdy_test_util_common.cc   int chunk_size = length / num_chunks;
length             94 net/spdy/spdy_test_util_common.cc       chunk_size += length % chunk_size;  // The last chunk takes the remainder.
length            130 net/spdy/spdy_test_util_common.cc     std::string::size_type header_len = this_header.length();
length            231 net/spdy/spdy_test_util_common.cc                                  size_t length,
length             59 net/spdy/spdy_test_util_common.h MockWrite* ChopWriteFrame(const char* data, int length, int num_chunks);
length             70 net/spdy/spdy_test_util_common.h MockRead* ChopReadFrame(const char* data, int length, int num_chunks);
length             18 net/spdy/spdy_test_utils.cc std::string HexDumpWithMarks(const unsigned char* data, int length,
length             24 net/spdy/spdy_test_utils.cc   if (length > kSizeLimit || mark_length > kSizeLimit) {
length             26 net/spdy/spdy_test_utils.cc     length = std::min(length, kSizeLimit);
length             31 net/spdy/spdy_test_utils.cc   for (const unsigned char* row = data; length > 0;
length             32 net/spdy/spdy_test_utils.cc        row += kColumns, length -= kColumns) {
length             34 net/spdy/spdy_test_utils.cc       if (p < row + length) {
length             47 net/spdy/spdy_test_utils.cc     for (const unsigned char *p = row; p < row + 4 && p < row + length; ++p)
length            100 net/spdy/spdy_test_utils.cc void SetFrameLength(SpdyFrame* frame, size_t length, int spdy_version) {
length            104 net/spdy/spdy_test_utils.cc       CHECK_EQ(0u, length & ~kLengthMask);
length            106 net/spdy/spdy_test_utils.cc         int32 wire_length = base::HostToNet32(length);
length            113 net/spdy/spdy_test_utils.cc       CHECK_GT(1u<<14, length);
length            115 net/spdy/spdy_test_utils.cc         int32 wire_length = base::HostToNet16(static_cast<uint16>(length));
length             16 net/spdy/spdy_test_utils.h std::string HexDumpWithMarks(const unsigned char* data, int length,
length             28 net/spdy/spdy_test_utils.h void SetFrameLength(SpdyFrame* frame, size_t length, int spdy_version);
length             65 net/spdy/spdy_websocket_stream.cc int SpdyWebSocketStream::SendData(const char* data, int length) {
length             70 net/spdy/spdy_websocket_stream.cc   DCHECK_GE(length, 0);
length             71 net/spdy/spdy_websocket_stream.cc   pending_send_data_length_ = static_cast<size_t>(length);
length             72 net/spdy/spdy_websocket_stream.cc   scoped_refptr<IOBuffer> buf(new IOBuffer(length));
length             73 net/spdy/spdy_websocket_stream.cc   memcpy(buf->data(), data, length);
length             74 net/spdy/spdy_websocket_stream.cc   stream_->SendData(buf.get(), length, MORE_DATA_TO_SEND);
length             74 net/spdy/spdy_websocket_stream.h   int SendData(const char* data, int length);
length            118 net/spdy/spdy_websocket_test_util.cc     const char* length,
length            122 net/spdy/spdy_websocket_test_util.cc   SetHeader("length", length, headers.get());
length             55 net/spdy/spdy_websocket_test_util.h                                                 const char* length,
length            276 net/test/embedded_test_server/embedded_test_server.cc                          int length) {
length            284 net/test/embedded_test_server/embedded_test_server.cc   http_connection->ReceiveData(std::string(data, length));
length            168 net/test/embedded_test_server/embedded_test_server.h                        int length) OVERRIDE;
length             24 net/test/embedded_test_server/http_connection.cc   socket_->Send(response_string.c_str(), response_string.length());
length            198 net/third_party/mozilla_security_manager/nsKeygenHandler.cpp   pkac.challenge.len = challenge.length();
length            954 net/third_party/nss/ssl/dtlscon.c dtls_HandleHelloVerifyRequest(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length            974 net/third_party/nss/ssl/dtlscon.c     temp = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
length            985 net/third_party/nss/ssl/dtlscon.c     rv = ssl3_ConsumeHandshakeVariable(ss, &cookie, 1, &b, &length);
length            247 net/third_party/nss/ssl/ssl.h 					  unsigned int length);
length           1836 net/third_party/nss/ssl/ssl3con.c 			     int length)
length           1850 net/third_party/nss/ssl/ssl3con.c 	out[9]  = MSB(length);
length           1851 net/third_party/nss/ssl/ssl3con.c 	out[10] = LSB(length);
length           1866 net/third_party/nss/ssl/ssl3con.c     out[11] = MSB(length);
length           1867 net/third_party/nss/ssl/ssl3con.c     out[12] = LSB(length);
length           4268 net/third_party/nss/ssl/ssl3con.c ssl3_AppendHandshakeHeader(sslSocket *ss, SSL3HandshakeType t, PRUint32 length)
length           4290 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_AppendHandshakeNumber(ss, length, 3);
length           4311 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_AppendHandshakeNumber(ss, length, 3);
length           4356 net/third_party/nss/ssl/ssl3con.c 		      PRUint32 *length)
length           4361 net/third_party/nss/ssl/ssl3con.c     if ((PRUint32)bytes > *length) {
length           4367 net/third_party/nss/ssl/ssl3con.c     *length -= bytes;
length           4384 net/third_party/nss/ssl/ssl3con.c 			    PRUint32 *length)
length           4394 net/third_party/nss/ssl/ssl3con.c     if ((PRUint32)bytes > *length) {
length           4402 net/third_party/nss/ssl/ssl3con.c     *length -= bytes;
length           4422 net/third_party/nss/ssl/ssl3con.c 			      SSL3Opaque **b, PRUint32 *length)
length           4429 net/third_party/nss/ssl/ssl3con.c     count = ssl3_ConsumeHandshakeNumber(ss, bytes, b, length);
length           4434 net/third_party/nss/ssl/ssl3con.c 	if ((PRUint32)count > *length) {
length           4440 net/third_party/nss/ssl/ssl3con.c 	*length -= count;
length           4565 net/third_party/nss/ssl/ssl3con.c 				      PRUint32 *length,
length           4571 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshake(ss, bytes, sizeof(bytes), b, length);
length           4942 net/third_party/nss/ssl/ssl3con.c ssl3_StartHandshakeHash(sslSocket *ss, unsigned char * buf, int length)
length           4963 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_UpdateHandshakeHashes(ss, buf, length);
length           4988 net/third_party/nss/ssl/ssl3con.c     int              length;
length           5272 net/third_party/nss/ssl/ssl3con.c     length = sizeof(SSL3ProtocolVersion) + SSL3_RANDOM_LENGTH +
length           5277 net/third_party/nss/ssl/ssl3con.c 	length += 1 + ss->ssl3.hs.cookieLen;
length           5287 net/third_party/nss/ssl/ssl3con.c         paddingExtensionLen = ssl3_CalculatePaddingExtensionLength(length);
length           5289 net/third_party/nss/ssl/ssl3con.c         length += paddingExtensionLen;
length           5294 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_AppendHandshakeHeader(ss, client_hello, length);
length           5728 net/third_party/nss/ssl/ssl3con.c     int                      length;
length           5783 net/third_party/nss/ssl/ssl3con.c     length = PK11_GetBestKeyLength(masterSecretSlot, masterWrapMech);
length           5788 net/third_party/nss/ssl/ssl3con.c                                        length, pwArg);
length           5958 net/third_party/nss/ssl/ssl3con.c hexEncode(char *out, const unsigned char *in, unsigned int length)
length           5963 net/third_party/nss/ssl/ssl3con.c     for (i = 0; i < length; i++) {
length           6345 net/third_party/nss/ssl/ssl3con.c ssl3_HandleServerHello(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length           6400 net/third_party/nss/ssl/ssl3con.c     temp = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
length           6440 net/third_party/nss/ssl/ssl3con.c 	ss, &ss->ssl3.hs.server_random, SSL3_RANDOM_LENGTH, &b, &length);
length           6445 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &sidBytes, 1, &b, &length);
length           6456 net/third_party/nss/ssl/ssl3con.c     temp = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
length           6496 net/third_party/nss/ssl/ssl3con.c     temp = ssl3_ConsumeHandshakeNumber(ss, 1, &b, &length);
length           6526 net/third_party/nss/ssl/ssl3con.c     if (length != 0) {
length           6528 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_ConsumeHandshakeVariable(ss, &extensions, 2, &b, &length);
length           6529 net/third_party/nss/ssl/ssl3con.c 	if (rv != SECSuccess || length != 0) {
length           6783 net/third_party/nss/ssl/ssl3con.c ssl3_HandleServerKeyExchange(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length           6823 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &modulus, 2, &b, &length);
length           6827 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &exponent, 2, &b, &length);
length           6832 net/third_party/nss/ssl/ssl3con.c 	    rv = ssl3_ConsumeSignatureAndHashAlgorithm(ss, &b, &length,
length           6843 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &signature, 2, &b, &length);
length           6847 net/third_party/nss/ssl/ssl3con.c     	if (length != 0) {
length           6913 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &dh_p, 2, &b, &length);
length           6921 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &dh_g, 2, &b, &length);
length           6927 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &dh_Ys, 2, &b, &length);
length           6934 net/third_party/nss/ssl/ssl3con.c 	    rv = ssl3_ConsumeSignatureAndHashAlgorithm(ss, &b, &length,
length           6945 net/third_party/nss/ssl/ssl3con.c     	rv = ssl3_ConsumeHandshakeVariable(ss, &signature, 2, &b, &length);
length           6949 net/third_party/nss/ssl/ssl3con.c     	if (length != 0) {
length           7017 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleECDHServerKeyExchange(ss, b, length);
length           7157 net/third_party/nss/ssl/ssl3con.c ssl3_HandleCertificateRequest(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length           7196 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &cert_types, 1, &b, &length);
length           7204 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_ConsumeHandshakeVariable(ss, &algorithms, 2, &b, &length);
length           7219 net/third_party/nss/ssl/ssl3con.c     remaining = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
length           7223 net/third_party/nss/ssl/ssl3con.c     if ((PRUint32)remaining > length)
length           7236 net/third_party/nss/ssl/ssl3con.c 	node->name.len = len = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
length           7246 net/third_party/nss/ssl/ssl3con.c 	length    -= len;
length           7269 net/third_party/nss/ssl/ssl3con.c     if (length != 0)
length           7985 net/third_party/nss/ssl/ssl3con.c ssl3_HandleClientHello(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length           8054 net/third_party/nss/ssl/ssl3con.c     tmp = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
length           8083 net/third_party/nss/ssl/ssl3con.c 	ss, &ss->ssl3.hs.client_random, SSL3_RANDOM_LENGTH, &b, &length);
length           8089 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &sidBytes, 1, &b, &length);
length           8096 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_ConsumeHandshakeVariable(ss, &cookieBytes, 1, &b, &length);
length           8103 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &suites, 2, &b, &length);
length           8122 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &comps, 1, &b, &length);
length           8136 net/third_party/nss/ssl/ssl3con.c     if (length) {
length           8139 net/third_party/nss/ssl/ssl3con.c 	extension_length = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length);
length           8143 net/third_party/nss/ssl/ssl3con.c 	if (extension_length != length) {
length           8147 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleHelloExtensions(ss, &b, &length);
length           8793 net/third_party/nss/ssl/ssl3con.c ssl3_HandleV2ClientHello(sslSocket *ss, unsigned char *buffer, int length)
length           8855 net/third_party/nss/ssl/ssl3con.c     if (length !=
length           8858 net/third_party/nss/ssl/ssl3con.c 		 SSL_GETPID(), ss->fd, length,
length           8953 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_UpdateHandshakeHashes(ss, buffer, length);
length           8997 net/third_party/nss/ssl/ssl3con.c     PRUint32      length;
length           9030 net/third_party/nss/ssl/ssl3con.c     length = sizeof(SSL3ProtocolVersion) + SSL3_RANDOM_LENGTH + 1 +
length           9033 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_AppendHandshakeHeader(ss, server_hello, length);
length           9185 net/third_party/nss/ssl/ssl3con.c     int                length;
length           9233 net/third_party/nss/ssl/ssl3con.c 	length = 2 + sdPub->u.rsa.modulus.len +
length           9237 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_AppendHandshakeHeader(ss, server_key_exchange, length);
length           9300 net/third_party/nss/ssl/ssl3con.c     int            length;
length           9335 net/third_party/nss/ssl/ssl3con.c     length = 1 + certTypesLength + 2 + calen;
length           9337 net/third_party/nss/ssl/ssl3con.c 	length += 2 + sigAlgsLength;
length           9340 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_AppendHandshakeHeader(ss, certificate_request, length);
length           9395 net/third_party/nss/ssl/ssl3con.c ssl3_HandleCertificateVerify(sslSocket *ss, SSL3Opaque *b, PRUint32 length,
length           9420 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_ConsumeSignatureAndHashAlgorithm(ss, &b, &length,
length           9442 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &signed_hash, 2, &b, &length);
length           9458 net/third_party/nss/ssl/ssl3con.c     if (length != 0) {
length           9563 net/third_party/nss/ssl/ssl3con.c 				PRUint32 length,
length           9584 net/third_party/nss/ssl/ssl3con.c     enc_pms.len  = length;
length           9692 net/third_party/nss/ssl/ssl3con.c ssl3_HandleClientKeyExchange(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length           9768 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleRSAClientKeyExchange(ss, b, length, serverKey);
length           9792 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleECDHClientKeyExchange(ss, b, length, 
length           9824 net/third_party/nss/ssl/ssl3con.c ssl3_HandleNewSessionTicket(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length           9849 net/third_party/nss/ssl/ssl3con.c     if (length < 4) {
length           9855 net/third_party/nss/ssl/ssl3con.c 	(PRUint32)ssl3_ConsumeHandshakeNumber(ss, 4, &b, &length);
length           9857 net/third_party/nss/ssl/ssl3con.c     rv = ssl3_ConsumeHandshakeVariable(ss, &ticketData, 2, &b, &length);
length           9858 net/third_party/nss/ssl/ssl3con.c     if (length != 0 || rv != SECSuccess) {
length           10156 net/third_party/nss/ssl/ssl3con.c ssl3_HandleCertificateStatus(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length           10169 net/third_party/nss/ssl/ssl3con.c     status = ssl3_ConsumeHandshakeNumber(ss, 1, &b, &length);
length           10174 net/third_party/nss/ssl/ssl3con.c     len = ssl3_ConsumeHandshakeNumber(ss, 3, &b, &length);
length           10175 net/third_party/nss/ssl/ssl3con.c     if (len != length) {
length           10180 net/third_party/nss/ssl/ssl3con.c     if (length > MAX_CERTSTATUS_LEN)
length           10189 net/third_party/nss/ssl/ssl3con.c     ss->sec.ci.sid->peerCertStatus.items[0].data = PORT_Alloc(length);
length           10196 net/third_party/nss/ssl/ssl3con.c     PORT_Memcpy(ss->sec.ci.sid->peerCertStatus.items[0].data, b, length);
length           10197 net/third_party/nss/ssl/ssl3con.c     ss->sec.ci.sid->peerCertStatus.items[0].len = length;
length           10211 net/third_party/nss/ssl/ssl3con.c ssl3_HandleCertificate(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length           10252 net/third_party/nss/ssl/ssl3con.c     if (length) {
length           10253 net/third_party/nss/ssl/ssl3con.c 	remaining = ssl3_ConsumeHandshakeNumber(ss, 3, &b, &length);
length           10256 net/third_party/nss/ssl/ssl3con.c 	if ((PRUint32)remaining > length)
length           10286 net/third_party/nss/ssl/ssl3con.c     size = ssl3_ConsumeHandshakeNumber(ss, 3, &b, &length);
length           10296 net/third_party/nss/ssl/ssl3con.c     length -= size;
length           10314 net/third_party/nss/ssl/ssl3con.c 	size = ssl3_ConsumeHandshakeNumber(ss, 3, &b, &length);
length           10324 net/third_party/nss/ssl/ssl3con.c 	length -= size;
length           11096 net/third_party/nss/ssl/ssl3con.c ssl3_HandleFinished(sslSocket *ss, SSL3Opaque *b, PRUint32 length,
length           11121 net/third_party/nss/ssl/ssl3con.c 	if (length != sizeof tlsFinished) {
length           11134 net/third_party/nss/ssl/ssl3con.c 	    0 != NSS_SecureMemcmp(&tlsFinished, b, length)) {
length           11140 net/third_party/nss/ssl/ssl3con.c 	if (length != sizeof(SSL3Finished)) {
length           11152 net/third_party/nss/ssl/ssl3con.c 	if (0 != NSS_SecureMemcmp(&hashes->u.s, b, length)) {
length           11340 net/third_party/nss/ssl/ssl3con.c ssl3_HandleHandshakeMessage(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length           11373 net/third_party/nss/ssl/ssl3con.c     hdr[1] = (PRUint8)(length >> 16);
length           11374 net/third_party/nss/ssl/ssl3con.c     hdr[2] = (PRUint8)(length >>  8);
length           11375 net/third_party/nss/ssl/ssl3con.c     hdr[3] = (PRUint8)(length      );
length           11403 net/third_party/nss/ssl/ssl3con.c 	    dtlsData[5] = (PRUint8)(length >> 16);
length           11404 net/third_party/nss/ssl/ssl3con.c 	    dtlsData[6] = (PRUint8)(length >>  8);
length           11405 net/third_party/nss/ssl/ssl3con.c 	    dtlsData[7] = (PRUint8)(length      );
length           11413 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_UpdateHandshakeHashes(ss, b, length);
length           11437 net/third_party/nss/ssl/ssl3con.c 	if (length != 0) {
length           11455 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleClientHello(ss, b, length);
length           11463 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleServerHello(ss, b, length);
length           11471 net/third_party/nss/ssl/ssl3con.c 	rv = dtls_HandleHelloVerifyRequest(ss, b, length);
length           11474 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleCertificate(ss, b, length);
length           11477 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleCertificateStatus(ss, b, length);
length           11485 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleServerKeyExchange(ss, b, length);
length           11493 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleCertificateRequest(ss, b, length);
length           11496 net/third_party/nss/ssl/ssl3con.c 	if (length != 0) {
length           11514 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleCertificateVerify(ss, b, length, &hashes);
length           11522 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleClientKeyExchange(ss, b, length);
length           11530 net/third_party/nss/ssl/ssl3con.c 	rv = ssl3_HandleNewSessionTicket(ss, b, length);
length           11533 net/third_party/nss/ssl/ssl3con.c         rv = ssl3_HandleFinished(ss, b, length, &hashes);
length            366 net/third_party/nss/ssl/ssl3ecc.c 				     PRUint32 length,
length            386 net/third_party/nss/ssl/ssl3ecc.c 	                               1, &b, &length);
length            593 net/third_party/nss/ssl/ssl3ecc.c ssl3_HandleECDHServerKeyExchange(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
length            619 net/third_party/nss/ssl/ssl3ecc.c     rv = ssl3_ConsumeHandshake(ss, ec_params.data, ec_params.len, &b, &length);
length            633 net/third_party/nss/ssl/ssl3ecc.c     rv = ssl3_ConsumeHandshakeVariable(ss, &ec_point, 1, &b, &length);
length            645 net/third_party/nss/ssl/ssl3ecc.c 	rv = ssl3_ConsumeSignatureAndHashAlgorithm(ss, &b, &length,
length            657 net/third_party/nss/ssl/ssl3ecc.c     rv = ssl3_ConsumeHandshakeVariable(ss, &signature, 2, &b, &length);
length            662 net/third_party/nss/ssl/ssl3ecc.c     if (length != 0) {
length            752 net/third_party/nss/ssl/ssl3ecc.c     int                length;
length            825 net/third_party/nss/ssl/ssl3ecc.c     length = ec_params.len + 
length            829 net/third_party/nss/ssl/ssl3ecc.c     rv = ssl3_AppendHandshakeHeader(ss, server_key_exchange, length);
length            599 net/third_party/nss/ssl/ssl3ext.c ssl3_ValidateNextProtoNego(const unsigned char* data, unsigned int length)
length            603 net/third_party/nss/ssl/ssl3ext.c     while (offset < length) {
length            608 net/third_party/nss/ssl/ssl3ext.c 	if (newOffset > length || data[offset] == 0) {
length            615 net/third_party/nss/ssl/ssl3ext.c     if (offset > length) {
length           1806 net/third_party/nss/ssl/ssl3ext.c ssl3_HandleHelloExtensions(sslSocket *ss, SSL3Opaque **b, PRUint32 *length)
length           1818 net/third_party/nss/ssl/ssl3ext.c     while (*length) {
length           1825 net/third_party/nss/ssl/ssl3ext.c 	extension_type = ssl3_ConsumeHandshakeNumber(ss, 2, b, length);
length           1830 net/third_party/nss/ssl/ssl3ext.c 	rv = ssl3_ConsumeHandshakeVariable(ss, &extension_data, 2, b, length);
length             45 net/third_party/nss/ssl/ssl3prot.h     PRUint16            length;
length             52 net/third_party/nss/ssl/ssl3prot.h     PRUint16            length;
length            147 net/third_party/nss/ssl/ssl3prot.h     PRUint8 length;
length            801 net/third_party/nss/ssl/sslcon.c     if (!sec->hash || !sec->hash->length)
length            828 net/third_party/nss/ssl/sslcon.c     (*sec->hash->end)(sec->hashcx, result, &nout, sec->hash->length);
length            940 net/third_party/nss/ssl/sslcon.c 	macLen = ss->sec.hash->length;
length           1044 net/third_party/nss/ssl/sslcon.c 	macLen = ss->sec.hash->length;
length            197 net/third_party/nss/ssl/sslgathr.c 		                          - ss->sec.hash->length;
length            256 net/third_party/nss/ssl/sslgathr.c 	    macLen = ss->sec.hash->length;
length            274 net/third_party/nss/ssl/sslgathr.c 		PORT_Assert(macLen == ss->sec.hash->length);
length           1656 net/third_party/nss/ssl/sslimpl.h     sslSocket *ss, unsigned char *buffer, int length);
length           1658 net/third_party/nss/ssl/sslimpl.h     sslSocket *ss, unsigned char *buf, int length);
length           1763 net/third_party/nss/ssl/sslimpl.h 					     PRUint32 length);
length           1778 net/third_party/nss/ssl/sslimpl.h 					SSL3Opaque *b, PRUint32 length);
length           1780 net/third_party/nss/ssl/sslimpl.h 				     SSL3Opaque *b, PRUint32 length,
length           1796 net/third_party/nss/ssl/sslimpl.h 			SSL3HandshakeType t, PRUint32 length);
length           1804 net/third_party/nss/ssl/sslimpl.h 			SSL3Opaque **b, PRUint32 *length);
length           1806 net/third_party/nss/ssl/sslimpl.h 			SSL3Opaque **b, PRUint32 *length);
length           1808 net/third_party/nss/ssl/sslimpl.h 			PRInt32 bytes, SSL3Opaque **b, PRUint32 *length);
length           1814 net/third_party/nss/ssl/sslimpl.h 			SSL3Opaque **b, PRUint32 *length,
length           1867 net/third_party/nss/ssl/sslimpl.h 			SSL3Opaque **b, PRUint32 *length);
length           1886 net/third_party/nss/ssl/sslimpl.h 					    unsigned int length);
length           1967 net/third_party/nss/ssl/sslimpl.h 					       SSL3Opaque *b, PRUint32 length);
length             30 net/third_party/nss/ssl/sslinfo.c     if (!info || len < sizeof inf.length) { 
length             43 net/third_party/nss/ssl/sslinfo.c     inf.length = PR_MIN(sizeof inf, len);
length             83 net/third_party/nss/ssl/sslinfo.c     memcpy(info, &inf, inf.length);
length            227 net/third_party/nss/ssl/sslinfo.c     if (!info || len < sizeof suiteInfo[0].length) {
length            234 net/third_party/nss/ssl/sslinfo.c 	    info->length = len;
length            162 net/third_party/nss/ssl/sslsnce.c     PRInt32	length;
length           1848 net/third_party/nss/ssl/sslsnce.c     cacheEntry->length = wrappedKey.len;
length           1950 net/third_party/nss/ssl/sslsnce.c     wrappedKey.len = cache->ticketEncKey->length;
length           1956 net/third_party/nss/ssl/sslsnce.c     wrappedKey.len = cache->ticketMacKey->length;
length           1512 net/third_party/nss/ssl/sslsock.c 		     unsigned int length)
length           1516 net/third_party/nss/ssl/sslsock.c     SECItem dataItem = { siBuffer, (unsigned char *) data, length };
length           1525 net/third_party/nss/ssl/sslsock.c     if (ssl3_ValidateNextProtoNego(data, length) != SECSuccess)
length            117 net/third_party/nss/ssl/sslt.h     PRUint32             length;
length            142 net/third_party/nss/ssl/sslt.h     PRUint16             length;
length            624 net/tools/balsa/balsa_frame.cc     size_t* length) {
length            639 net/tools/balsa/balsa_frame.cc   *length = 0;
length            650 net/tools/balsa/balsa_frame.cc     size_t length_x_10 = *length * 10;
length            652 net/tools/balsa/balsa_frame.cc     if (*length > kMaxDiv10 ||
length            660 net/tools/balsa/balsa_frame.cc     *length = length_x_10 + c;
length            664 net/tools/balsa/balsa_frame.cc   LOG(INFO) << "content_length parsed: " << *length;
length            737 net/tools/balsa/balsa_frame.cc       if (!value.empty() && value[value.length() - 1] == '"')
length            804 net/tools/balsa/balsa_frame.cc           size_t length = 0;
length            805 net/tools/balsa/balsa_frame.cc           ProcessContentLengthLine(i, &content_length_status, &length);
length            810 net/tools/balsa/balsa_frame.cc                  length != headers_->content_length_)) {
length            820 net/tools/balsa/balsa_frame.cc             headers_->content_length_ = length;
length            821 net/tools/balsa/balsa_frame.cc             content_length_remaining_ = length;
length            146 net/tools/balsa/balsa_frame.h       size_t* length);
length            790 net/tools/balsa/balsa_headers.cc void BalsaHeaders::SetContentLength(size_t length) {
length            793 net/tools/balsa/balsa_headers.cc       content_length_ == length) {
length            815 net/tools/balsa/balsa_headers.cc   content_length_ = length;
length            818 net/tools/balsa/balsa_headers.cc   int len_converted = snprintf(buffer, sizeof(buffer), "%zd", length);
length            970 net/tools/balsa/balsa_headers.h   void SetContentLength(size_t length);
length            194 net/tools/dump_cache/cache_dumper.cc     headers.replace(headers.length() - 2, 0, x_original_url);
length             72 net/tools/dump_cache/dump_files.cc   size_t length = (2 + disk_cache::Stats::kDataSizesLength) * sizeof(int32) +
length             78 net/tools/dump_cache/dump_files.cc   scoped_ptr<int32[]> buffer(new int32[length]);
length             79 net/tools/dump_cache/dump_files.cc   if (!file->Read(buffer.get(), length, offset))
length            117 net/tools/dump_cache/url_to_filename_encoder.cc   for (; index < filename_ending.length(); ++index) {
length            260 net/tools/dump_cache/url_to_filename_encoder.cc   for (size_t index = 0; index < path.length(); index++) {
length            108 net/tools/dump_cache/url_to_filename_encoder.h       if (clean_url.length() && clean_url[clean_url.length()-1] == '/')
length            276 net/tools/flip_server/flip_in_mem_edsm_server.cc             << (net::SpdySM::forward_ip_header().length()
length            168 net/tools/flip_server/mem_cache.cc       if (!visitor.body.length())
length            195 net/tools/flip_server/mem_cache.cc   LOG(INFO) << "Adding file (" << visitor.body.length()
length            212 net/tools/flip_server/spdy_interface.cc     if (forward_ip_header_.length()) {
length            425 net/tools/flip_server/spdy_interface.cc     if (!hi->first.length() || !hi->second.length())
length             89 net/tools/flip_server/spdy_interface.h                                  size_t length,
length            175 net/tools/flip_server/streamer_interface.cc   if (forward_ip_header_.length()) {
length            299 net/tools/gdig/gdig.cc     if (log_param.length() > 0) {
length            126 net/tools/quic/quic_dispatcher_test.cc     data_ = string(packet->data(), packet->length());
length            131 net/tools/quic/quic_dispatcher_test.cc     EXPECT_EQ(data_.length(), packet.AsStringPiece().length());
length             94 net/tools/quic/quic_in_memory_cache.cc                                 base::IntToString(body.length()));
length            167 net/tools/quic/quic_in_memory_cache.cc     while (processed < file_contents.length() &&
length            170 net/tools/quic/quic_in_memory_cache.cc                                        file_contents.length() - processed);
length            177 net/tools/quic/quic_in_memory_cache.cc                   << " (" << processed << " of " << file_contents.length()
length            180 net/tools/quic/quic_in_memory_cache.cc     if (processed < file_contents.length()) {
length            185 net/tools/quic/quic_in_memory_cache.cc                                    file_contents.length() - processed);
length            186 net/tools/quic/quic_in_memory_cache.cc       processed += file_contents.length();
length            205 net/tools/quic/quic_in_memory_cache.cc     if (path[path.length() - 1] == ',') {
length             61 net/tools/quic/quic_in_memory_cache_test.cc                                   base::IntToString(body.length()));
length             90 net/tools/quic/quic_in_memory_cache_test.cc   EXPECT_EQ(response_body.size(), response->body().length());
length             96 net/tools/quic/quic_in_memory_cache_test.cc   EXPECT_EQ(response_body.size(), response->body().length());
length            110 net/tools/quic/quic_in_memory_cache_test.cc   EXPECT_LT(0U, response->body().length());
length            124 net/tools/quic/quic_in_memory_cache_test.cc   EXPECT_LT(0U, response->body().length());
length            110 net/tools/quic/quic_spdy_server_stream_test.cc                                   base::IntToString(body.length()));
length            225 net/tools/quic/quic_time_wait_list_manager.cc       queued_packet->packet()->length(),
length            304 net/tools/quic/quic_time_wait_list_manager_test.cc       .WillOnce(Return(WriteResult(WRITE_STATUS_OK, packet->length())));
length            341 net/tools/quic/quic_time_wait_list_manager_test.cc       .WillOnce(Return(WriteResult(WRITE_STATUS_OK, packet->length())));
length            348 net/tools/quic/quic_time_wait_list_manager_test.cc                                    other_packet->length())));
length             40 net/tools/quic/spdy_utils.cc     if ((hi->second.length() == 0) && !allow_empty_values) {
length            160 net/tools/quic/spdy_utils.cc   int length = SpdyFramer::GetSerializedLength(SPDY3, &headers);
length            161 net/tools/quic/spdy_utils.cc   SpdyFrameBuilder builder(length);
length            164 net/tools/quic/spdy_utils.cc   return string(block->data(), length);
length            235 net/tools/quic/spdy_utils.cc                      status_and_reason.length() - 4);
length             77 net/tools/quic/test_tools/http_message.cc     if (strncmp(str.data(), kMethodString[i], str.length()) == 0) {
length             87 net/tools/quic/test_tools/http_message.cc     if (strncmp(str.data(), kHTTPVersionString[i], str.length()) == 0) {
length            171 net/tools/quic/test_tools/packet_dropping_test_writer.cc       iter->buffer.data(), iter->buffer.length(),
length            173 net/tools/quic/test_tools/packet_dropping_test_writer.cc   DCHECK_GE(cur_buffer_size_, iter->buffer.length());
length            174 net/tools/quic/test_tools/packet_dropping_test_writer.cc   cur_buffer_size_ -= iter->buffer.length();
length            272 net/tools/quic/test_tools/quic_test_client.cc   return data.length();
length             59 net/udp/udp_socket_unittest.cc     int length = msg.length();
length             62 net/udp/udp_socket_unittest.cc         new DrainableIOBuffer(io_buffer.get(), length));
length             94 net/udp/udp_socket_unittest.cc     int length = msg.length();
length             97 net/udp/udp_socket_unittest.cc         new DrainableIOBuffer(io_buffer.get(), length));
length            156 net/udp/udp_socket_unittest.cc   EXPECT_EQ(simple_message.length(), static_cast<size_t>(rv));
length            164 net/udp/udp_socket_unittest.cc   EXPECT_EQ(simple_message.length(), static_cast<size_t>(rv));
length            402 net/udp/udp_socket_unittest.cc   EXPECT_EQ(simple_message.length(), static_cast<size_t>(rv));
length            416 net/udp/udp_socket_unittest.cc   EXPECT_EQ(foreign_message.length(), static_cast<size_t>(rv));
length            421 net/udp/udp_socket_unittest.cc   EXPECT_EQ(simple_message.length(), static_cast<size_t>(rv));
length            343 net/url_request/url_fetcher_core.cc                           (string_writer->data().length() / 1024));
length            798 net/url_request/url_fetcher_core.cc                                 static_cast<int>(content.length()),
length             52 net/url_request/url_fetcher_impl.cc   DCHECK(data.length());
length            229 net/url_request/url_request_test_job.cc   if (offset_ >= static_cast<int>(response_data_.length())) {
length            234 net/url_request/url_request_test_job.cc   if (to_read + offset_ > static_cast<int>(response_data_.length()))
length            235 net/url_request/url_request_test_job.cc     to_read = static_cast<int>(response_data_.length()) - offset_;
length             61 net/url_request/view_cache_helper_unittest.cc   int len = data.length();
length             63 net/url_request/view_cache_helper_unittest.cc   memcpy(buf->data(), data.data(), data.length());
length             79 net/websockets/websocket_basic_handshake_stream.cc   crypto::RandBytes(string_as_array(&raw_challenge), raw_challenge.length());
length            973 net/websockets/websocket_channel.cc     const size_t payload_length = kWebSocketCloseCodeLength + reason.length();
length             49 net/websockets/websocket_frame_parser.cc     size_t length,
length             53 net/websockets/websocket_frame_parser.cc   if (!length)
length             57 net/websockets/websocket_frame_parser.cc   buffer_.insert(buffer_.end(), data, data + length);
length             40 net/websockets/websocket_frame_parser.h               size_t length,
length            159 net/websockets/websocket_handshake_handler.cc     const char* data, int length) {
length            160 net/websockets/websocket_handshake_handler.cc   DCHECK_GT(length, 0);
length            161 net/websockets/websocket_handshake_handler.cc   std::string input(data, length);
length            314 net/websockets/websocket_handshake_handler.cc     const char* data, int length) {
length            315 net/websockets/websocket_handshake_handler.cc   DCHECK_GT(length, 0);
length            325 net/websockets/websocket_handshake_handler.cc   original_.append(data, length);
length            330 net/websockets/websocket_handshake_handler.cc     return length;
length             37 net/websockets/websocket_handshake_handler.h   bool ParseRequest(const char* data, int length);
length             84 net/websockets/websocket_handshake_handler.h   size_t ParseRawResponse(const char* data, int length);
length            571 net/websockets/websocket_job.cc                          url_parse::Component(0, scheme.length()));
length            669 net/websockets/websocket_job.cc bool WebSocketJob::SendDataInternal(const char* data, int length) {
length            671 net/websockets/websocket_job.cc     return ERR_IO_PENDING == spdy_websocket_stream_->SendData(data, length);
length            673 net/websockets/websocket_job.cc     return socket_->SendData(data, length);
length            123 net/websockets/websocket_job.h   bool SendDataInternal(const char* data, int length);
length            242 ppapi/c/ppb_file_io.h                        int64_t length,
length            327 ppapi/c/ppb_file_io.h                        int64_t length,
length            111 ppapi/c/ppb_file_mapping.h                  int64_t length,
length            131 ppapi/c/ppb_file_mapping.h                    int64_t length,
length             78 ppapi/c/ppb_gamepad.h   uint32_t length;
length            194 ppapi/c/ppb_opengles2.h                           GLsizei* length,
length            202 ppapi/c/ppb_opengles2.h                            GLsizei* length,
length            234 ppapi/c/ppb_opengles2.h                             GLsizei* length,
length            247 ppapi/c/ppb_opengles2.h                            GLsizei* length,
length            257 ppapi/c/ppb_opengles2.h                           GLsizei* length,
length            328 ppapi/c/ppb_opengles2.h                        GLsizei length);
length            333 ppapi/c/ppb_opengles2.h                        const GLint* length);
length             86 ppapi/c/ppb_var_array.h   PP_Bool (*SetLength)(struct PP_Var array, uint32_t length);
length             89 ppapi/c/private/ppb_pdf.h   int length;
length            167 ppapi/c/private/ppb_x509_certificate_private.h                         uint32_t length);
length             99 ppapi/cpp/extensions/ext_output_traits.h       uint32_t length = array.GetLength();
length            100 ppapi/cpp/extensions/ext_output_traits.h       output_storage_.reserve(length);
length            101 ppapi/cpp/extensions/ext_output_traits.h       for (uint32_t i = 0; i < length; ++i) {
length            147 ppapi/cpp/file_io.cc int32_t FileIO::SetLength(int64_t length,
length            151 ppapi/cpp/file_io.cc         pp_resource(), length, cc.pp_completion_callback());
length            154 ppapi/cpp/file_io.cc         pp_resource(), length, cc.pp_completion_callback());
length            207 ppapi/cpp/file_io.h   int32_t SetLength(int64_t length,
length             39 ppapi/cpp/private/x509_certificate_private.cc bool X509CertificatePrivate::Initialize(const char* bytes, uint32_t length) {
length             45 ppapi/cpp/private/x509_certificate_private.cc       length);
length             28 ppapi/cpp/private/x509_certificate_private.h   bool Initialize(const char* bytes, uint32_t length);
length             64 ppapi/cpp/url_request_info.cc     int64_t length,
length             72 ppapi/cpp/url_request_info.cc       length,
length            101 ppapi/cpp/url_request_info.h                              int64_t length,
length            300 ppapi/cpp/var.cc     if (str.length() > available) {
length             89 ppapi/cpp/var_array.cc bool VarArray::SetLength(uint32_t length) {
length             93 ppapi/cpp/var_array.cc   return PP_ToBool(get_interface<PPB_VarArray_1_0>()->SetLength(var_, length));
length             85 ppapi/cpp/var_array.h   bool SetLength(uint32_t length);
length             95 ppapi/examples/gamepad/gamepad.cc     if (gamepad_data.length > 1 && gamepad_data.items[0].connected) {
length            384 ppapi/examples/media_stream_video/media_stream_video.cc   GLint length = strlen(source) + 1;
length            385 ppapi/examples/media_stream_video/media_stream_video.cc   glShaderSource(shader, 1, &source, &length);
length            351 ppapi/lib/gl/gles2/gles2.c                                    GLsizei* length,
length            359 ppapi/lib/gl/gles2/gles2.c                                          length,
length            368 ppapi/lib/gl/gles2/gles2.c                                     GLsizei* length,
length            376 ppapi/lib/gl/gles2/gles2.c                                           length,
length            432 ppapi/lib/gl/gles2/gles2.c                                      GLsizei* length,
length            435 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), program, bufsize, length, infolog);
length            451 ppapi/lib/gl/gles2/gles2.c                                     GLsizei* length,
length            454 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), shader, bufsize, length, infolog);
length            467 ppapi/lib/gl/gles2/gles2.c                                    GLsizei* length,
length            470 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), shader, bufsize, length, source);
length            611 ppapi/lib/gl/gles2/gles2.c                                 GLsizei length) {
length            613 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), n, shaders, binaryformat, binary, length);
length            619 ppapi/lib/gl/gles2/gles2.c                                 const GLint* length) {
length            621 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), shader, count, str, length);
length            693 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);
length            694 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);
length            704 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glGetProgramInfoLog (GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog);
length            707 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glGetShaderInfoLog (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* infolog);
length            709 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glGetShaderSource (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source);
length            736 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);
length            737 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar** string, const GLint* length);
length            739 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
length            740 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
length            743 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
length            744 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
length            906 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);
length            907 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
length            919 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPERFMONITORGROUPSTRINGAMDPROC) (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);
length            920 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
length           1046 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glLabelObjectEXT (GLenum type, GLuint object, GLsizei length, const GLchar *label);
length           1047 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetObjectLabelEXT (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
length           1050 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label);
length           1051 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
length           1062 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glInsertEventMarkerEXT (GLsizei length, const GLchar *marker);
length           1063 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glPushGroupMarkerEXT (GLsizei length, const GLchar *marker);
length           1067 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLINSERTEVENTMARKEREXTPROC) (GLsizei length, const GLchar *marker);
length           1068 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPUSHGROUPMARKEREXTPROC) (GLsizei length, const GLchar *marker);
length           1236 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetProgramPipelineInfoLogEXT (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
length           1268 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPROGRAMPIPELINEINFOLOGEXTPROC) (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
length           1535 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);
length           1541 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETDRIVERCONTROLSTRINGQCOMPROC) (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);
length           1593 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
length           1599 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
length           1908 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetTranslatedShaderSourceANGLE (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source);
length           1911 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETTRANSLATEDSHADERSOURCEANGLEPROC) (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source);
length             59 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc     if (key.length() == 0 || key[0] == ' ' || key[0] == '\t')
length             72 ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc   for (size_t i = 0; i < input_signature.length(); ++i) {
length            884 ppapi/native_client/src/trusted/plugin/plugin.cc                   static_cast<int32_t>(manifest_json.length() / 1024));
length             94 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc     nacl::string key_basename = key.substr(kFilesPrefix.length());
length             41 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc   nacl::string r = full_url.substr(nacl::string(kPnaclBaseUrl).length());
length             76 ppapi/native_client/src/trusted/plugin/utility.cc bool IsValidIdentifierString(const char* strval, uint32_t* length) {
length             83 ppapi/native_client/src/trusted/plugin/utility.cc   if (NULL != length) {
length             84 ppapi/native_client/src/trusted/plugin/utility.cc     *length = 0;
length            111 ppapi/native_client/src/trusted/plugin/utility.cc   if (NULL != length) {
length            112 ppapi/native_client/src/trusted/plugin/utility.cc     *length = pos;
length             27 ppapi/native_client/src/trusted/plugin/utility.h bool IsValidIdentifierString(const char* strval, uint32_t* length);
length            298 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M14_PPB_FileIO_SetLength(PP_Resource file_io, int64_t length, struct PP_CompletionCallback* callback) {
length            300 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetLength(file_io, length, *callback);
length            352 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M25_PPB_FileIO_SetLength(PP_Resource file_io, int64_t length, struct PP_CompletionCallback* callback) {
length            354 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetLength(file_io, length, *callback);
length            376 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M34_PPB_FileMapping_Map(PP_Instance instance, PP_Resource file_io, int64_t length, uint32_t map_protection, uint32_t map_flags, int64_t offset, void** address, struct PP_CompletionCallback* callback) {
length            378 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Map(instance, file_io, length, map_protection, map_flags, offset, address, *callback);
length            381 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M34_PPB_FileMapping_Unmap(PP_Instance instance, const void* address, int64_t length, struct PP_CompletionCallback* callback) {
length            383 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Unmap(instance, address, length, *callback);
length           1643 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M29_PPB_VarArray_SetLength(struct PP_Var* array, uint32_t length) {
length           1645 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetLength(*array, length);
length           3980 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M19_PPB_X509Certificate_Private_Initialize(PP_Resource resource, const char* bytes, uint32_t length) {
length           3982 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Initialize(resource, bytes, length);
length           4309 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetLength = (int32_t (*)(PP_Resource file_io, int64_t length, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileIO_SetLength,
length           4322 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetLength = (int32_t (*)(PP_Resource file_io, int64_t length, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_FileIO_SetLength,
length           4329 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Map = (int32_t (*)(PP_Instance instance, PP_Resource file_io, int64_t length, uint32_t map_protection, uint32_t map_flags, int64_t offset, void** address, struct PP_CompletionCallback callback))&Pnacl_M34_PPB_FileMapping_Map,
length           4330 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Unmap = (int32_t (*)(PP_Instance instance, const void* address, int64_t length, struct PP_CompletionCallback callback))&Pnacl_M34_PPB_FileMapping_Unmap,
length           4669 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetLength = (PP_Bool (*)(struct PP_Var array, uint32_t length))&Pnacl_M29_PPB_VarArray_SetLength
length           5336 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Initialize = (PP_Bool (*)(PP_Resource resource, const char* bytes, uint32_t length))&Pnacl_M19_PPB_X509Certificate_Private_Initialize,
length             92 ppapi/proxy/file_chooser_resource.cc     if (type.length() < 2)
length            328 ppapi/proxy/file_io_resource.cc int32_t FileIOResource::SetLength(int64_t length,
length            334 ppapi/proxy/file_io_resource.cc   if (length < 0)
length            338 ppapi/proxy/file_io_resource.cc     int64_t increase = length - max_written_offset_;
length            345 ppapi/proxy/file_io_resource.cc                          length, callback));
length            352 ppapi/proxy/file_io_resource.cc       max_written_offset_ = length;
length            357 ppapi/proxy/file_io_resource.cc   SetLengthValidated(length, callback);
length            533 ppapi/proxy/file_io_resource.cc     int64_t length,
length            536 ppapi/proxy/file_io_resource.cc       PpapiHostMsg_FileIO_SetLength(length),
length            543 ppapi/proxy/file_io_resource.cc   if (max_written_offset_ < length)
length            544 ppapi/proxy/file_io_resource.cc     max_written_offset_ = length;
length            611 ppapi/proxy/file_io_resource.cc     int64_t length,
length            620 ppapi/proxy/file_io_resource.cc   DCHECK_LE(length - max_written_offset_, granted);
length            621 ppapi/proxy/file_io_resource.cc   if (max_written_offset_ < length)
length            622 ppapi/proxy/file_io_resource.cc     max_written_offset_ = length;
length            623 ppapi/proxy/file_io_resource.cc   SetLengthValidated(length, callback);
length             59 ppapi/proxy/file_io_resource.h   virtual int32_t SetLength(int64_t length,
length            180 ppapi/proxy/file_io_resource.h   void OnRequestSetLengthQuotaComplete(int64_t length,
length            192 ppapi/proxy/file_io_resource.h   void SetLengthValidated(int64_t length,
length             33 ppapi/proxy/file_mapping_resource.cc                                  int64_t length,
length             48 ppapi/proxy/file_mapping_resource.cc   if (length < 0 || offset < 0 ||
length             52 ppapi/proxy/file_mapping_resource.cc   if (!base::IsValueInRangeForNumericType<size_t>(length)) {
length             79 ppapi/proxy/file_mapping_resource.cc                  length, protection, flags, offset));
length             90 ppapi/proxy/file_mapping_resource.cc     OnMapCompleted(address, length, callback, map_result);
length            100 ppapi/proxy/file_mapping_resource.cc                           length,
length            108 ppapi/proxy/file_mapping_resource.cc                                    int64_t length,
length            112 ppapi/proxy/file_mapping_resource.cc   if (!base::IsValueInRangeForNumericType<size_t>(length))
length            116 ppapi/proxy/file_mapping_resource.cc       base::Bind(&FileMappingResource::DoUnmapBlocking, address, length));
length            137 ppapi/proxy/file_mapping_resource.cc     int64_t length,
length            149 ppapi/proxy/file_mapping_resource.cc                      length));
length             32 ppapi/proxy/file_mapping_resource.h                       int64_t length,
length             40 ppapi/proxy/file_mapping_resource.h                         int64_t length,
length             51 ppapi/proxy/file_mapping_resource.h                       int64_t length,
length             62 ppapi/proxy/file_mapping_resource.h       int64_t length,
length             66 ppapi/proxy/file_mapping_resource.h   static int32_t DoUnmapBlocking(const void* address, int64_t length);
length             40 ppapi/proxy/file_mapping_resource_posix.cc     int64_t length,
length             63 ppapi/proxy/file_mapping_resource_posix.cc            static_cast<size_t>(length),
length             77 ppapi/proxy/file_mapping_resource_posix.cc                                              int64_t length) {
length             78 ppapi/proxy/file_mapping_resource_posix.cc   if (munmap(const_cast<void*>(address), static_cast<size_t>(length)))
length             16 ppapi/proxy/file_mapping_resource_win.cc     int64_t length,
length             28 ppapi/proxy/file_mapping_resource_win.cc                                              int64_t length) {
length            403 ppapi/proxy/nacl_message_scanner.cc         int64_t length = 0;
length            405 ppapi/proxy/nacl_message_scanner.cc                 nested_msg, &length))
length            409 ppapi/proxy/nacl_message_scanner.cc         if (length < 0)
length            412 ppapi/proxy/nacl_message_scanner.cc         int64_t increase = length - trusted_max_written_offset;
length            283 ppapi/proxy/nacl_message_scanner_unittest.cc   int64_t length = 0;
length            287 ppapi/proxy/nacl_message_scanner_unittest.cc                   nested_msg, &length));
length            289 ppapi/proxy/nacl_message_scanner_unittest.cc   EXPECT_EQ(-1, length);
length             93 ppapi/proxy/pdf_resource.cc     result.length = matched_length;
length             84 ppapi/proxy/pdf_resource_unittest.cc   ASSERT_EQ(2, results[0].length);
length             86 ppapi/proxy/pdf_resource_unittest.cc   ASSERT_EQ(2, results[1].length);
length             48 ppapi/proxy/ppb_var_unittest.cc                                      test_strings_[i].length());
length            108 ppapi/proxy/ppb_var_unittest.cc                                           strings_in_[i].length());
length             30 ppapi/proxy/ppp_messaging_proxy_perftest.cc   if (s.length() > 0)
length            103 ppapi/proxy/websocket_resource.cc     if (!protocol.get() || !protocol->value().length())
length            243 ppapi/proxy/websocket_resource.cc         payload_size += message_string->value().length();
length             50 ppapi/proxy/websocket_resource_unittest.cc   return ppb_var_->VarFromUtf8(string.c_str(), string.length());
length             70 ppapi/shared_impl/array_var.cc PP_Bool ArrayVar::SetLength(uint32_t length) {
length             73 ppapi/shared_impl/array_var.cc   elements_.resize(length);
length             38 ppapi/shared_impl/array_var.h   PP_Bool SetLength(uint32_t length);
length             29 ppapi/shared_impl/flash_clipboard_format_registry.cc   if (format_name.empty() || format_name.length() > kMaxFormatNameLength)
length             13 ppapi/shared_impl/ppb_gamepad_shared.cc   output_data->length = webkit_data.length;
length             14 ppapi/shared_impl/ppb_gamepad_shared.cc   for (unsigned i = 0; i < webkit_data.length; ++i) {
length             65 ppapi/shared_impl/ppb_gamepad_shared.h   unsigned length;
length            519 ppapi/shared_impl/ppb_opengles2_shared.cc                      GLsizei* length,
length            526 ppapi/shared_impl/ppb_opengles2_shared.cc         ->GetActiveAttrib(program, index, bufsize, length, size, type, name);
length            534 ppapi/shared_impl/ppb_opengles2_shared.cc                       GLsizei* length,
length            541 ppapi/shared_impl/ppb_opengles2_shared.cc         ->GetActiveUniform(program, index, bufsize, length, size, type, name);
length            632 ppapi/shared_impl/ppb_opengles2_shared.cc                        GLsizei* length,
length            636 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->GetProgramInfoLog(program, bufsize, length, infolog);
length            663 ppapi/shared_impl/ppb_opengles2_shared.cc                       GLsizei* length,
length            667 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->GetShaderInfoLog(shader, bufsize, length, infolog);
length            686 ppapi/shared_impl/ppb_opengles2_shared.cc                      GLsizei* length,
length            690 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->GetShaderSource(shader, bufsize, length, source);
length            938 ppapi/shared_impl/ppb_opengles2_shared.cc                   GLsizei length) {
length            941 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->ShaderBinary(n, shaders, binaryformat, binary, length);
length            949 ppapi/shared_impl/ppb_opengles2_shared.cc                   const GLint* length) {
length            952 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->ShaderSource(shader, count, str, length);
length            109 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc                                                        uint32_t length) {
length            114 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc   if (!bytes || length == 0)
length            117 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc   std::vector<char> der(bytes, bytes + length);
length             59 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h   virtual PP_Bool Initialize(const char* bytes, uint32_t length) OVERRIDE;
length            278 ppapi/tests/test_url_loader.cc   url.replace(index, old_name.length(), file_name);
length            292 ppapi/tests/test_url_loader.cc   url.replace(index, host.length(), "localhost");
length            345 ppapi/tests/test_url_loader.cc   request.AppendDataToBody(postdata.data(), postdata.length());
length            396 ppapi/tests/test_url_loader.cc   request.AppendDataToBody(postdata1.data(), postdata1.length());
length            398 ppapi/tests/test_url_loader.cc   request.AppendDataToBody(postdata2.data(), postdata2.length());
length            418 ppapi/tests/test_url_loader.cc   request.AppendDataToBody(postdata.data(), postdata.length());
length            435 ppapi/tests/test_url_loader.cc   request.AppendDataToBody(postdata.data(), postdata.length());
length            352 ppapi/tests/test_url_request.cc       kInvalidResource, postdata.data(), postdata.length()));
length            362 ppapi/tests/test_url_request.cc       url_request, postdata.data(), postdata.length()));
length            129 ppapi/tests/test_var.cc   uint32_t length = kInvalidLength;
length            131 ppapi/tests/test_var.cc   result = var_interface_->VarToUtf8(converted_string, &length);
length            132 ppapi/tests/test_var.cc   if (length != 0) {
length            199 ppapi/tests/test_var.cc   uint32_t length = kInvalidLength;
length            201 ppapi/tests/test_var.cc   result = var_interface_->VarToUtf8(PP_MakeUndefined(), &length);
length            202 ppapi/tests/test_var.cc   if (length != 0) {
length            209 ppapi/tests/test_var.cc   length = kInvalidLength;
length            211 ppapi/tests/test_var.cc   result = var_interface_->VarToUtf8(PP_MakeNull(), &length);
length            212 ppapi/tests/test_var.cc   if (length != 0) {
length            219 ppapi/tests/test_var.cc   length = kInvalidLength;
length            221 ppapi/tests/test_var.cc   result = var_interface_->VarToUtf8(PP_MakeBool(PP_TRUE), &length);
length            222 ppapi/tests/test_var.cc   if (length != 0) {
length            229 ppapi/tests/test_var.cc   length = kInvalidLength;
length            231 ppapi/tests/test_var.cc   result = var_interface_->VarToUtf8(PP_MakeInt32(1), &length);
length            232 ppapi/tests/test_var.cc   if (length != 0) {
length            239 ppapi/tests/test_var.cc   length = kInvalidLength;
length            241 ppapi/tests/test_var.cc   result = var_interface_->VarToUtf8(PP_MakeDouble(1.0), &length);
length            242 ppapi/tests/test_var.cc   if (length != 0) {
length            172 ppapi/tests/test_var_deprecated.cc   uint32_t length = kInvalidLength;
length            174 ppapi/tests/test_var_deprecated.cc   result = var_interface_->VarToUtf8(converted_string, &length);
length            175 ppapi/tests/test_var_deprecated.cc   if (length != 0) {
length            242 ppapi/tests/test_var_deprecated.cc   uint32_t length = kInvalidLength;
length            244 ppapi/tests/test_var_deprecated.cc   result = var_interface_->VarToUtf8(PP_MakeUndefined(), &length);
length            245 ppapi/tests/test_var_deprecated.cc   if (length != 0) {
length            252 ppapi/tests/test_var_deprecated.cc   length = kInvalidLength;
length            254 ppapi/tests/test_var_deprecated.cc   result = var_interface_->VarToUtf8(PP_MakeNull(), &length);
length            255 ppapi/tests/test_var_deprecated.cc   if (length != 0) {
length            262 ppapi/tests/test_var_deprecated.cc   length = kInvalidLength;
length            264 ppapi/tests/test_var_deprecated.cc   result = var_interface_->VarToUtf8(PP_MakeBool(PP_TRUE), &length);
length            265 ppapi/tests/test_var_deprecated.cc   if (length != 0) {
length            272 ppapi/tests/test_var_deprecated.cc   length = kInvalidLength;
length            274 ppapi/tests/test_var_deprecated.cc   result = var_interface_->VarToUtf8(PP_MakeInt32(1), &length);
length            275 ppapi/tests/test_var_deprecated.cc   if (length != 0) {
length            282 ppapi/tests/test_var_deprecated.cc   length = kInvalidLength;
length            284 ppapi/tests/test_var_deprecated.cc   result = var_interface_->VarToUtf8(PP_MakeDouble(1.0), &length);
length            285 ppapi/tests/test_var_deprecated.cc   if (length != 0) {
length            950 ppapi/tests/test_websocket.cc   uint64_t reason_frame_size = kMessageFrameOverhead + reason_str.length();
length           1570 ppapi/tests/test_websocket.cc   uint64_t reason_frame_size = kMessageFrameOverhead + reason.length();
length             50 ppapi/tests/test_x509_certificate_private.cc   uint32_t length = array_buffer.ByteLength();
length             51 ppapi/tests/test_x509_certificate_private.cc   if (length != expected_length)
length             43 ppapi/thunk/ppb_file_io_api.h   virtual int32_t SetLength(int64_t length,
length            101 ppapi/thunk/ppb_file_io_thunk.cc                   int64_t length,
length            107 ppapi/thunk/ppb_file_io_thunk.cc   return enter.SetResult(enter.object()->SetLength(length, enter.callback()));
length             27 ppapi/thunk/ppb_file_mapping_api.h                       int64_t length,
length             35 ppapi/thunk/ppb_file_mapping_api.h                         int64_t length,
length             22 ppapi/thunk/ppb_file_mapping_thunk.cc             int64_t length,
length             34 ppapi/thunk/ppb_file_mapping_thunk.cc                                                 length,
length             44 ppapi/thunk/ppb_file_mapping_thunk.cc               int64_t length,
length             52 ppapi/thunk/ppb_file_mapping_thunk.cc                                                   length,
length             50 ppapi/thunk/ppb_var_array_thunk.cc PP_Bool SetLength(PP_Var array, uint32_t length) {
length             56 ppapi/thunk/ppb_var_array_thunk.cc   return array_var->SetLength(length);
length             18 ppapi/thunk/ppb_x509_certificate_private_api.h   virtual PP_Bool Initialize(const char* bytes, uint32_t length) = 0;
length             33 ppapi/thunk/ppb_x509_certificate_private_thunk.cc                    uint32_t length) {
length             37 ppapi/thunk/ppb_x509_certificate_private_thunk.cc   return enter.object()->Initialize(bytes, length);
length            280 printing/android/java/src/org/chromium/printing/PrintingControllerImpl.java         if (ranges.length == 1 && ranges[0].equals(PageRange.ALL_PAGES)) {
length            355 printing/android/java/src/org/chromium/printing/PrintingControllerImpl.java             pageRanges = new PageRange[pagesArray.length];
length            356 printing/android/java/src/org/chromium/printing/PrintingControllerImpl.java             for (int i = 0; i < pageRanges.length; i++) {
length            382 printing/android/java/src/org/chromium/printing/PrintingControllerImpl.java         for (int i = 0; i < ret.length; i++) {
length             78 printing/backend/cups_helper.cc                           name.length()) != 0) {
length            348 printing/backend/cups_helper.cc   int data_size = printer_capabilities.length();
length             91 printing/backend/win_helper.cc                    base::checked_cast<ULONG>(print_ticket.length()),
length             93 printing/backend/win_helper.cc   DCHECK(bytes_written == print_ticket.length());
length            296 printing/pdf_metafile_cg_mac.cc       path_string.length(), false));
length            173 remoting/android/java/src/org/chromium/chromoting/Chromoting.java         if (mAccounts.length == 0) {
length            192 remoting/android/java/src/org/chromium/chromoting/Chromoting.java         if (mAccounts.length == 1) {
length            222 remoting/android/java/src/org/chromium/chromoting/Chromoting.java         if (mAccounts.length != 1) {
length            341 remoting/android/java/src/org/chromium/chromoting/Chromoting.java         mHosts = Arrays.copyOf(hosts, hosts.length);
length            427 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java         buffer.asIntBuffer().get(data, 0, data.length);
length            108 remoting/base/breakpad_win.cc   DWORD length = GetTempPath(MAX_PATH, temp_directory);
length            109 remoting/base/breakpad_win.cc   if (length == 0)
length            156 remoting/base/compound_buffer_unittest.cc     int segments = (kTestData.length() / 3) * 2;
length            157 remoting/base/compound_buffer_unittest.cc     int remaining_chars = kTestData.length() % 3;
length             83 remoting/base/rsa_key_pair.cc                             message.length());
length             30 remoting/base/typed_buffer.h   explicit TypedBuffer(uint32 length) : buffer_(NULL), length_(length) {
length             69 remoting/base/typed_buffer.h   uint32 length() const { return length_; }
length             24 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(buffer.length(), 0u);
length             32 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(buffer.length(), 0u);
length             40 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(buffer.length(), sizeof(int) * 10);
length             55 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(left.length(), 0u);
length             57 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(right.length(), sizeof(int));
length             65 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(left.length(), sizeof(int));
length             69 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(right.length(), 0u);
length             78 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(left.length(), sizeof(int));
length             80 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(right.length(), sizeof(int) * 2);
length             89 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(left.length(), sizeof(int) * 2);
length             91 remoting/base/typed_buffer_unittest.cc   EXPECT_EQ(right.length(), sizeof(int));
length            278 remoting/base/util.cc bool StringIsUtf8(const char* data, size_t length) {
length            280 remoting/base/util.cc   const char* ptr_end = data + length;
length             94 remoting/base/util.h bool StringIsUtf8(const char* data, size_t length);
length            200 remoting/codec/audio_encoder_opus.cc                              buffer, data->length());
length            206 remoting/codec/audio_encoder_opus.cc     DCHECK_LE(result, static_cast<int>(data->length()));
length            193 remoting/host/clipboard_win.cc   if (!StringIsUtf8(event.data().c_str(), event.data().length())) {
length            322 remoting/host/disconnect_window_win.cc   if (message_text.length() > kMaxSharingWithTextLength)
length            259 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   uint32 length;
length            261 remoting/host/it2me/it2me_native_messaging_host_unittest.cc       output_read_handle_, reinterpret_cast<char*>(&length), sizeof(length));
length            262 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   if (read_result != sizeof(length)) {
length            267 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   std::string message_json(length, '\0');
length            269 remoting/host/it2me/it2me_native_messaging_host_unittest.cc       output_read_handle_, string_as_array(&message_json), length);
length            270 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   if (read_result != static_cast<int>(length)) {
length            272 remoting/host/it2me/it2me_native_messaging_host_unittest.cc                << ") doesn't match the header (" << length << ").";
length            291 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   uint32 length = message_json.length();
length            293 remoting/host/it2me/it2me_native_messaging_host_unittest.cc       input_write_handle_, reinterpret_cast<char*>(&length), sizeof(length));
length            295 remoting/host/it2me/it2me_native_messaging_host_unittest.cc       input_write_handle_, message_json.data(), length);
length             98 remoting/host/linux/x_server_clipboard.cc   if (!StringIsUtf8(data.c_str(), data.length())) {
length             38 remoting/host/native_messaging/native_messaging_reader_unittest.cc   void WriteData(const char* data, int length);
length             85 remoting/host/native_messaging/native_messaging_reader_unittest.cc   uint32 length = message.length();
length             86 remoting/host/native_messaging/native_messaging_reader_unittest.cc   WriteData(reinterpret_cast<char*>(&length), 4);
length             87 remoting/host/native_messaging/native_messaging_reader_unittest.cc   WriteData(message.data(), length);
length             90 remoting/host/native_messaging/native_messaging_reader_unittest.cc void NativeMessagingReaderTest::WriteData(const char* data, int length) {
length             92 remoting/host/native_messaging/native_messaging_reader_unittest.cc                                                     length);
length             93 remoting/host/native_messaging/native_messaging_reader_unittest.cc   ASSERT_EQ(length, written);
length            108 remoting/host/native_messaging/native_messaging_reader_unittest.cc   uint32 length = 0xffffffff;
length            109 remoting/host/native_messaging/native_messaging_reader_unittest.cc   WriteData(reinterpret_cast<char*>(&length), 4);
length            127 remoting/host/native_messaging/native_messaging_reader_unittest.cc   uint32 length = 1;
length            128 remoting/host/native_messaging/native_messaging_reader_unittest.cc   WriteData(reinterpret_cast<char*>(&length), 4);
length            134 remoting/host/native_messaging/native_messaging_reader_unittest.cc   uint32 length = 2;
length            135 remoting/host/native_messaging/native_messaging_reader_unittest.cc   WriteData(reinterpret_cast<char*>(&length), 4);
length             70 remoting/host/native_messaging/native_messaging_writer.cc   CHECK_LE(message_json.length(), kMaximumMessageSize);
length             75 remoting/host/native_messaging/native_messaging_writer.cc       static_cast<MessageLengthType>(message_json.length());
length             57 remoting/host/native_messaging/native_messaging_writer_unittest.cc   uint32 length;
length             59 remoting/host/native_messaging/native_messaging_writer_unittest.cc       read_handle_, reinterpret_cast<char*>(&length), 4);
length             61 remoting/host/native_messaging/native_messaging_writer_unittest.cc   std::string content(length, '\0');
length             63 remoting/host/native_messaging/native_messaging_writer_unittest.cc                                             string_as_array(&content), length);
length             64 remoting/host/native_messaging/native_messaging_writer_unittest.cc   EXPECT_EQ(static_cast<int>(length), read);
length             87 remoting/host/native_messaging/native_messaging_writer_unittest.cc   uint32 length;
length             92 remoting/host/native_messaging/native_messaging_writer_unittest.cc         read_handle_, reinterpret_cast<char*>(&length), 4);
length             94 remoting/host/native_messaging/native_messaging_writer_unittest.cc     content.resize(length);
length             97 remoting/host/native_messaging/native_messaging_writer_unittest.cc                                               length);
length             98 remoting/host/native_messaging/native_messaging_writer_unittest.cc     EXPECT_EQ(static_cast<int>(length), read) << "i = " << i;
length             28 remoting/host/plugin/host_plugin_utils.cc   size_t len = val.length();
length             30 remoting/host/server_log_entry_unittest.cc       if (attr->Name().Namespace().length() != 0) {
length            380 remoting/host/setup/me2me_native_messaging_host_unittest.cc   uint32 length;
length            382 remoting/host/setup/me2me_native_messaging_host_unittest.cc       output_read_handle_, reinterpret_cast<char*>(&length), sizeof(length));
length            383 remoting/host/setup/me2me_native_messaging_host_unittest.cc   if (read_result != sizeof(length)) {
length            387 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string message_json(length, '\0');
length            389 remoting/host/setup/me2me_native_messaging_host_unittest.cc       output_read_handle_, string_as_array(&message_json), length);
length            390 remoting/host/setup/me2me_native_messaging_host_unittest.cc   if (read_result != static_cast<int>(length)) {
length            408 remoting/host/setup/me2me_native_messaging_host_unittest.cc   uint32 length = message_json.length();
length            410 remoting/host/setup/me2me_native_messaging_host_unittest.cc                                       reinterpret_cast<char*>(&length),
length            411 remoting/host/setup/me2me_native_messaging_host_unittest.cc                                       sizeof(length));
length            413 remoting/host/setup/me2me_native_messaging_host_unittest.cc                                       length);
length             57 remoting/host/setup/oauth_helper.cc   ParseStandardURL(url.c_str(), url.length(), &url_parsed);
length             59 remoting/host/setup/oauth_helper.cc   ParseStandardURL(redirect_url.c_str(), redirect_url.length(),
length             18 remoting/host/setup/oauth_helper_unittest.cc       s.substr(pos + old_substr.length(), std::string::npos);
length             10 remoting/host/setup/pin_validator.cc   if (pin.length() < 6)
length             12 remoting/host/setup/pin_validator.cc   for (size_t i = 0; i < pin.length(); i++) {
length             54 remoting/host/win/chromoting_module.cc   DWORD length = 0;
length             58 remoting/host/win/chromoting_module.cc                                     mandatory_label.get(), length, &length);
length             61 remoting/host/win/chromoting_module.cc     TypedBuffer<TOKEN_MANDATORY_LABEL> buffer(length);
length             66 remoting/host/win/chromoting_module.cc                                  mandatory_label.get(), length, &length);
length             83 remoting/host/win/chromoting_module.cc                              length)) {
length            149 remoting/host/win/elevated_controller.cc                               size_t length) {
length            183 remoting/host/win/elevated_controller.cc   if (!WriteFile(file, content, static_cast<DWORD>(length), &written, NULL)) {
length            212 remoting/host/win/elevated_controller.cc HRESULT WriteConfig(const char* content, size_t length, HWND owner_window) {
length            213 remoting/host/win/elevated_controller.cc   if (length > kMaxConfigFileSize) {
length            267 remoting/host/win/elevated_controller.cc                                      length);
length             71 remoting/host/win/rdp_client_window.cc       int length = GetClassName(child, name, arraysize(name));
length             72 remoting/host/win/rdp_client_window.cc       if (base::string16(name, length)  == class_name)
length             16 remoting/host/win/security_descriptor.cc   ULONG length = 0;
length             18 remoting/host/win/security_descriptor.cc           base::UTF8ToUTF16(sddl).c_str(), SDDL_REVISION_1, &raw_sd, &length)) {
length             22 remoting/host/win/security_descriptor.cc   ScopedSd sd(length);
length             23 remoting/host/win/security_descriptor.cc   memcpy(sd.get(), raw_sd, length);
length             43 remoting/host/win/security_descriptor.cc   DWORD length = 0;
length             44 remoting/host/win/security_descriptor.cc   if (GetTokenInformation(token, TokenGroups, NULL, 0, &length) ||
length             49 remoting/host/win/security_descriptor.cc   TypedBuffer<TOKEN_GROUPS> groups(length);
length             50 remoting/host/win/security_descriptor.cc   if (!GetTokenInformation(token, TokenGroups, groups.get(), length, &length))
length             56 remoting/host/win/security_descriptor.cc       length = GetLengthSid(groups->Groups[i].Sid);
length             57 remoting/host/win/security_descriptor.cc       ScopedSid logon_sid(length);
length             58 remoting/host/win/security_descriptor.cc       if (!CopySid(length, logon_sid.get(), groups->Groups[i].Sid))
length             43 remoting/protocol/message_decoder_unittest.cc   *size = encoded_data.length();
length             69 remoting/protocol/ssl_hmac_channel_authenticator.cc             local_cert_.data(), local_cert_.length());
length            251 remoting/protocol/ssl_hmac_channel_authenticator.cc   DCHECK(received_auth_bytes.length() == kAuthDigestLength);
length             12 rlz/lib/crc32.h int Crc32(const unsigned char* buf, int length);
length             15 rlz/lib/crc32_wrapper.cc int Crc32(const unsigned char* buf, int length) {
length             16 rlz/lib/crc32_wrapper.cc   return crc32(0L, buf, length);
length             51 rlz/lib/crc8.cc bool Crc8::Generate(const unsigned char *data, int length,
length             64 rlz/lib/crc8.cc   for (int i = 0; i < length; ++i) {
length             72 rlz/lib/crc8.cc bool Crc8::Verify(const unsigned char* data, int length,
length             82 rlz/lib/crc8.cc   if (!Generate(data, length, &calculated_crc))
length             15 rlz/lib/crc8.h                        int length,
length             18 rlz/lib/crc8.h                      int length,
length             33 rlz/lib/crc8_unittest.cc   int length;
length             38 rlz/lib/crc8_unittest.cc     length = strlen(data[i].string);
length             41 rlz/lib/crc8_unittest.cc     rlz_lib::Crc8::Generate(bytes, length, &crc);
length             43 rlz/lib/crc8_unittest.cc     rlz_lib::Crc8::Verify(bytes, length, crc, &matches);
length             48 rlz/lib/crc8_unittest.cc     rlz_lib::Crc8::Verify(bytes, length, crc, &matches);
length            199 rlz/lib/rlz_lib.cc     index += std::min((int)events[num_values].length(), size) + divider;
length            132 rlz/win/lib/machine_deal.cc   size_t length = strlen(dcc);
length            133 rlz/win/lib/machine_deal.cc   if (length >  kMaxDccLength) {
length            149 rlz/win/lib/machine_deal.cc   VERIFY(length == strlen(normalized_dcc));
length             28 rlz/win/lib/registry_util.cc   if (value_string.length() > *value_size) {
length             29 rlz/win/lib/registry_util.cc     *value_size = value_string.length();
length             78 sandbox/linux/seccomp-bpf/die.cc         HANDLE_EINTR(SandboxSyscall(__NR_write, 2, s.c_str(), s.length())));
length            208 sandbox/win/sandbox_poc/main_ui_window.cc         if (dll_path.length() > 0) {
length            217 sandbox/win/sandbox_poc/main_ui_window.cc         if (log_path.length() > 0) {
length            493 sandbox/win/sandbox_poc/main_ui_window.cc   size_t size_call = spawn_target_.length() + entry_point_.length() +
length            494 sandbox/win/sandbox_poc/main_ui_window.cc                   dll_path_.length() + wcslen(log_pipe) + 6;
length             22 sandbox/win/src/acl.cc   unsigned long length = 0;
length             23 sandbox/win/src/acl.cc   ::GetTokenInformation(token, TokenDefaultDacl, NULL, 0, &length);
length             24 sandbox/win/src/acl.cc   if (length == 0) {
length             30 sandbox/win/src/acl.cc       reinterpret_cast<TOKEN_DEFAULT_DACL*>(malloc(length));
length             34 sandbox/win/src/acl.cc                              length, &length))
length            248 sandbox/win/src/filesystem_dispatcher.cc     DWORD length, DWORD info_class) {
length            251 sandbox/win/src/filesystem_dispatcher.cc   if (length != info->Size())
length            257 sandbox/win/src/filesystem_dispatcher.cc   if (!IsSupportedRenameCall(rename_info, length, info_class))
length            285 sandbox/win/src/filesystem_dispatcher.cc                                                   handle, rename_info, length,
length             51 sandbox/win/src/filesystem_dispatcher.h                             CountedBuffer* info, DWORD length,
length            277 sandbox/win/src/filesystem_interception.cc     PIO_STATUS_BLOCK io_status, PVOID file_info, ULONG length,
length            280 sandbox/win/src/filesystem_interception.cc   NTSTATUS status = orig_SetInformationFile(file, io_status, file_info, length,
length            297 sandbox/win/src/filesystem_interception.cc     if (!ValidParameter(file_info, length, READ))
length            307 sandbox/win/src/filesystem_interception.cc       if (!IsSupportedRenameCall(file_rename_info, length, file_info_class))
length            334 sandbox/win/src/filesystem_interception.cc     InOutCountedBuffer file_info_buffer(file_info, length);
length            339 sandbox/win/src/filesystem_interception.cc                                 io_status_buffer, file_info_buffer, length,
length             46 sandbox/win/src/filesystem_interception.h     PIO_STATUS_BLOCK io_status, PVOID file_information, ULONG length,
length            344 sandbox/win/src/filesystem_policy.cc     HANDLE target_file_handle, void* file_info, uint32 length,
length            369 sandbox/win/src/filesystem_policy.cc   *nt_status = NtSetInformationFile(local_handle, io_block, file_info, length,
length             95 sandbox/win/src/filesystem_policy.h                                        uint32 length,
length             52 sandbox/win/src/interception_unittest.cc       size_t length = strlen(name);
length             53 sandbox/win/src/interception_unittest.cc       ASSERT_NE(0u, length);
length             54 sandbox/win/src/interception_unittest.cc       name += length + 1;
length            134 sandbox/win/src/interceptors_64.cc     ULONG length, FILE_INFORMATION_CLASS file_information_class) {
length            138 sandbox/win/src/interceptors_64.cc                                     length, file_information_class);
length             85 sandbox/win/src/interceptors_64.h     ULONG length, FILE_INFORMATION_CLASS file_information_class);
length             14 sandbox/win/src/policy_engine_opcodes.cc bool InitStringUnicode(const wchar_t* source, size_t length,
length             17 sandbox/win/src/policy_engine_opcodes.cc   ustring->Length = static_cast<USHORT>(length) * sizeof(wchar_t);
length             18 sandbox/win/src/policy_engine_opcodes.cc   if (length > kMaxUniStrSize) {
length             22 sandbox/win/src/process_mitigations.cc     SIZE_T length);
length             30 sandbox/win/src/process_mitigations_test.cc     SIZE_T length);
length            112 sandbox/win/src/restricted_token_unittest.cc   DWORD length = 0;
length            118 sandbox/win/src/restricted_token_unittest.cc                                     &length));
length            132 sandbox/win/src/restricted_token_unittest.cc                                     &length));
length            411 sandbox/win/src/restricted_token_unittest.cc   DWORD length = 1000;
length            417 sandbox/win/src/restricted_token_unittest.cc                                     length,
length            418 sandbox/win/src/restricted_token_unittest.cc                                     &length));
length            533 sandbox/win/src/restricted_token_unittest.cc   DWORD length = 1000;
length            539 sandbox/win/src/restricted_token_unittest.cc                                     length,
length            540 sandbox/win/src/restricted_token_unittest.cc                                     &length));
length            511 sandbox/win/src/sandbox_nt_util.cc bool IsSupportedRenameCall(FILE_RENAME_INFORMATION* file_info, DWORD length,
length            516 sandbox/win/src/sandbox_nt_util.cc   if (length < sizeof(FILE_RENAME_INFORMATION))
length            520 sandbox/win/src/sandbox_nt_util.cc   if (length - offsetof(FILE_RENAME_INFORMATION, FileName) <
length            180 sandbox/win/src/sandbox_nt_util.h bool IsSupportedRenameCall(FILE_RENAME_INFORMATION* file_info, DWORD length,
length            140 sandbox/win/src/win_utils.cc   if (path[path.length() - 1] == kBackslash)
length            141 sandbox/win/src/win_utils.cc     path = path.substr(0, path.length() - 1);
length            282 sandbox/win/src/win_utils.cc                                const void* buffer, size_t length) {
length            285 sandbox/win/src/win_utils.cc   if (!::VirtualProtectEx(child_process, address, length,
length            290 sandbox/win/src/win_utils.cc   bool ok = ::WriteProcessMemory(child_process, address, buffer, length,
length            291 sandbox/win/src/win_utils.cc                                  &written) && (length == written);
length            294 sandbox/win/src/win_utils.cc   if (!::VirtualProtectEx(child_process, address, length,
length            106 sandbox/win/src/win_utils.h                                const void* buffer, size_t length);
length            115 sandbox/win/wow_helper/service64_resolver.cc                                size_t length) {
length            118 sandbox/win/wow_helper/service64_resolver.cc   if (!::VirtualProtectEx(child_process, address, length,
length            123 sandbox/win/wow_helper/service64_resolver.cc   bool ok = ::WriteProcessMemory(child_process, address, buffer, length,
length            124 sandbox/win/wow_helper/service64_resolver.cc                                  &written) && (length == written);
length            127 sandbox/win/wow_helper/service64_resolver.cc   if (!::VirtualProtectEx(child_process, address, length,
length            159 skia/ext/benchmarking_canvas.cc   virtual void drawData(const void* data, size_t length) OVERRIDE {
length            161 skia/ext/benchmarking_canvas.cc     SkProxyCanvas::drawData(data, length);
length            317 skia/ext/convolver.cc   instance.length = filter_size;
length            330 skia/ext/convolver.cc   *specified_filter_length = filter.length;
length            152 skia/ext/convolver.h     int length;
length             90 sync/android/java/src/org/chromium/sync/notifier/InvalidationIntentProtocol.java         Preconditions.checkArgument(objectSources.length == objectNames.length,
length             96 sync/android/java/src/org/chromium/sync/notifier/InvalidationIntentProtocol.java         for (int i = 0; i < objectSources.length; i++) {
length            190 sync/android/java/src/org/chromium/sync/notifier/InvalidationPreferences.java         if (separatorPos < 1 || separatorPos == objectIdString.length() - 1) {
length             35 sync/android/java/src/org/chromium/sync/notifier/RandomizedInvalidationClientNameGenerator.java         String encoded = Base64.encodeToString(randomBytes, 0, randomBytes.length, Base64.NO_WRAP);
length            123 sync/android/java/src/org/chromium/sync/signin/AccountManagerHelper.java         return getGoogleAccounts().length > 0;
length            159 sync/engine/net/server_connection_manager.cc                                                       int length) {
length            160 sync/engine/net/server_connection_manager.cc   int bytes_read = buffer_.length();
length            161 sync/engine/net/server_connection_manager.cc   CHECK(length <= bytes_read);
length            177 sync/engine/net/server_connection_manager.h     int ReadResponse(void* buffer, int length);
length            178 sync/engine/net/server_connection_manager.h     int ReadResponse(std::string* buffer, int length);
length             91 sync/engine/sync_scheduler_impl.cc SyncSchedulerImpl::WaitInterval::WaitInterval(Mode mode, TimeDelta length)
length             92 sync/engine/sync_scheduler_impl.cc     : mode(mode), length(length) {}
length            544 sync/engine/sync_scheduler_impl.cc     TimeDelta length = delay_provider_->GetDelay(
length            547 sync/engine/sync_scheduler_impl.cc         new WaitInterval(WaitInterval::EXPONENTIAL_BACKOFF, length));
length            549 sync/engine/sync_scheduler_impl.cc         << wait_interval_->length.InMilliseconds() << "ms.";
length            622 sync/engine/sync_scheduler_impl.cc   DCHECK(wait_interval_->length >= TimeDelta::FromSeconds(0));
length            623 sync/engine/sync_scheduler_impl.cc   NotifyRetryTime(base::Time::Now() + wait_interval_->length);
length            625 sync/engine/sync_scheduler_impl.cc       << wait_interval_->length.InMilliseconds() << "ms.";
length            629 sync/engine/sync_scheduler_impl.cc         wait_interval_->length,
length            635 sync/engine/sync_scheduler_impl.cc         wait_interval_->length,
length            711 sync/engine/sync_scheduler_impl.cc     TimeDelta length = delay_provider_->GetDelay(wait_interval_->length);
length            713 sync/engine/sync_scheduler_impl.cc       new WaitInterval(WaitInterval::EXPONENTIAL_BACKOFF, length));
length            715 sync/engine/sync_scheduler_impl.cc         << wait_interval_->length.InMilliseconds() << "ms.";
length            818 sync/engine/sync_scheduler_impl.cc   NotifyRetryTime(base::Time::Now() + wait_interval_->length);
length            141 sync/engine/sync_scheduler_impl.h     WaitInterval(Mode mode, base::TimeDelta length);
length            146 sync/engine/sync_scheduler_impl.h     base::TimeDelta length;
length             89 sync/internal_api/base_node.cc   if (plaintext_data.length() == 0) {
length             34 sync/internal_api/delete_journal.cc       if (plaintext_data.length() == 0 ||
length            214 sync/internal_api/http_bridge.cc                        url_parse::Component(0, port_str.length()));
length            222 sync/internal_api/http_bridge_unittest.cc                               payload.length() + 1, payload.c_str());
length            230 sync/internal_api/http_bridge_unittest.cc   EXPECT_EQ(payload.length() + 1,
length            245 sync/internal_api/http_bridge_unittest.cc   http_bridge->SetPostPayload("text/html", test_payload.length() + 1,
length            273 sync/internal_api/http_bridge_unittest.cc   http_bridge->SetPostPayload("text/html", test_payload.length() + 1,
length            299 sync/internal_api/http_bridge_unittest.cc   http_bridge->SetPostPayload("text/html", test_payload.length() + 1,
length             33 sync/internal_api/public/base/node_ordinal.cc   if (s.length() < l) {
length             35 sync/internal_api/public/base/node_ordinal.cc     l = s.length();
length            163 sync/internal_api/public/base/ordinal.h       size_t length);
length            310 sync/internal_api/public/base/ordinal.h   const size_t length = bytes_.length();
length            311 sync/internal_api/public/base/ordinal.h   std::string start(length, kZeroDigit);
length            312 sync/internal_api/public/base/ordinal.h   start[length - 1] = kOneDigit;
length            314 sync/internal_api/public/base/ordinal.h     start[length - 1] = kZeroDigit;
length            329 sync/internal_api/public/base/ordinal.h   std::string end(bytes_.length(), kMaxDigit);
length            347 sync/internal_api/public/base/ordinal.h   const size_t length = bytes.length();
length            348 sync/internal_api/public/base/ordinal.h   if (length < kMinLength)
length            352 sync/internal_api/public/base/ordinal.h   for (size_t i = 0; i < length; ++i) {
length            362 sync/internal_api/public/base/ordinal.h   if (length > kMinLength) {
length            363 sync/internal_api/public/base/ordinal.h     const uint8 last_byte = bytes[length - 1];
length            373 sync/internal_api/public/base/ordinal.h     const std::string& bytes, size_t length) {
length            375 sync/internal_api/public/base/ordinal.h   DCHECK_GT(length, 0U);
length            378 sync/internal_api/public/base/ordinal.h       bytes.find_last_not_of(static_cast<char>(kZeroDigit), length - 1);
length            390 sync/internal_api/public/base/ordinal.h   return (i < bytes.length()) ? bytes[i] : kZeroDigit;
length            402 sync/internal_api/public/base/ordinal.h   DCHECK_LT(i, bytes->length());
length            420 sync/internal_api/public/base/ordinal.h       GetLengthWithoutTrailingZeroDigits(bytes, bytes.length());
length            438 sync/internal_api/public/base/ordinal.h   size_t max_size = std::max(start.length(), end.length()) + 1;
length            216 sync/internal_api/public/base/ordinal_unittest.cc   for (size_t i = 0; i < str.length(); ++i) {
length             24 sync/internal_api/public/base/unique_position.cc   return suffix.length() == kSuffixLength;
length             34 sync/internal_api/public/base/unique_position.cc   return bytes.length() >= kSuffixLength
length             35 sync/internal_api/public/base/unique_position.cc       && bytes[bytes.length()-1] != 0;
length            174 sync/internal_api/public/base/unique_position.cc   if (s.length() < l) {
length            176 sync/internal_api/public/base/unique_position.cc     l = s.length();
length            197 sync/internal_api/public/base/unique_position.cc   std::string debug_string = base::HexEncode(bytes.data(), bytes.length());
length            203 sync/internal_api/public/base/unique_position.cc       base::HexEncode(compressed_.data(), compressed_.length());
length            210 sync/internal_api/public/base/unique_position.cc   const size_t prefix_len = bytes.length() - kSuffixLength;
length            254 sync/internal_api/public/base/unique_position.cc     ref_FFs = reference.length();
length            257 sync/internal_api/public/base/unique_position.cc     suffix_FFs = suffix.length();
length            299 sync/internal_api/public/base/unique_position.cc   for ( ; i < std::min(before.length(), after.length()); ++i) {
length            334 sync/internal_api/public/base/unique_position.cc       if (after.length() > i+1) {
length            340 sync/internal_api/public/base/unique_position.cc         if (mid_b.length() < mid_a.length()) {
length            351 sync/internal_api/public/base/unique_position.cc   DCHECK_LT(before.length(), after.length());
length            372 sync/internal_api/public/base/unique_position.cc   DCHECK(uncompressed.rfind(suffix) + kSuffixLength == uncompressed.length());
length            458 sync/internal_api/public/base/unique_position.cc static void WriteEncodedRunLength(uint32 length,
length            461 sync/internal_api/public/base/unique_position.cc   CHECK_GE(length, 4U);
length            462 sync/internal_api/public/base/unique_position.cc   CHECK_LT(length, 0x80000000);
length            467 sync/internal_api/public/base/unique_position.cc     encoded_length = 0xffffffff - length;
length            469 sync/internal_api/public/base/unique_position.cc     encoded_length = length;
length            481 sync/internal_api/public/base/unique_position.cc   DCHECK_LE(i + 4, str.length());
length            491 sync/internal_api/public/base/unique_position.cc   uint32 length;
length            493 sync/internal_api/public/base/unique_position.cc     length = 0xffffffff - encoded_length;
length            495 sync/internal_api/public/base/unique_position.cc     length = encoded_length;
length            498 sync/internal_api/public/base/unique_position.cc   return length;
length            535 sync/internal_api/public/base/unique_position.cc   for (size_t i = 0; i < str.length(); ) {
length            536 sync/internal_api/public/base/unique_position.cc     if (i + 4 <= str.length() && IsRepeatedCharPrefix(str, i)) {
length            549 sync/internal_api/public/base/unique_position.cc         run_length = str.length() - i;
length            563 sync/internal_api/public/base/unique_position.cc       const size_t len = std::min(static_cast<size_t>(8), str.length() - i);
length            578 sync/internal_api/public/base/unique_position.cc   for (i = 0; i + 8 <= str.length(); i += 8) {
length            582 sync/internal_api/public/base/unique_position.cc       uint32 length = ReadEncodedRunLength(str, i+4);
length            583 sync/internal_api/public/base/unique_position.cc       output.append(length, rep_digit);
length            595 sync/internal_api/public/base/unique_position.cc   for (size_t i = 0; i + 8 <= str.length(); i += 8) {
length             55 sync/internal_api/syncapi_internal.cc   int length_to_copy = server_name.length();
length             47 sync/internal_api/syncapi_server_connection_manager.cc   http->SetPostPayload("application/octet-stream", payload.length(),
length            392 sync/notifier/gcm_network_channel_unittest.cc   for (int length = 1; length < 8; length++) {
length            394 sync/notifier/gcm_network_channel_unittest.cc     input.resize(length);
length            144 sync/sessions/nudge_tracker.cc     base::TimeDelta length,
length            148 sync/sessions/nudge_tracker.cc     tracker_it->second.ThrottleType(length, now);
length             70 sync/sessions/nudge_tracker.h                               base::TimeDelta length,
length             66 sync/syncable/directory_backing_store.cc     statement->BindBlob(index++, temp.data(), temp.length());
length             71 sync/syncable/directory_backing_store.cc     statement->BindBlob(index++, temp.data(), temp.length());
length            275 sync/syncable/directory_backing_store.cc       s2.BindBlob(0, model_id.data(), model_id.length());
length            276 sync/syncable/directory_backing_store.cc       s2.BindBlob(1, progress_marker.data(), progress_marker.length());
length            280 sync/syncable/directory_backing_store.cc       s2.BindBlob(3, context.data(), context.length());
length            702 sync/syncable/directory_backing_store.cc     update.BindBlob(0, new_value_bytes.data(), new_value_bytes.length());
length            987 sync/syncable/directory_backing_store.cc       update.BindBlob(1, progress_blob.data(), progress_blob.length());
length           1098 sync/syncable/directory_backing_store.cc     put_ordinals.BindBlob(0, ordinal.data(), ordinal.length());
length           1274 sync/syncable/directory_backing_store.cc     put.BindBlob(0, position_blob.data(), position_blob.length());
length           1275 sync/syncable/directory_backing_store.cc     put.BindBlob(1, position_blob.data(), position_blob.length());
length           1276 sync/syncable/directory_backing_store.cc     put.BindBlob(2, unique_bookmark_tag.data(), unique_bookmark_tag.length());
length            128 sync/syncable/directory_backing_store.h   static ModelType ModelIdToModelTypeEnum(const void* data, int length);
length           1967 sync/syncable/directory_backing_store_unittest.cc     s.BindBlob(0, ord.data(), ord.length());
length           2073 sync/syncable/directory_backing_store_unittest.cc     s.BindBlob(0, ord.data(), ord.length());
length           2181 sync/syncable/directory_backing_store_unittest.cc     s.BindBlob(0, ord.data(), ord.length());
length           2304 sync/syncable/directory_backing_store_unittest.cc     s.BindBlob(0, ord.data(), ord.length());
length           2426 sync/syncable/directory_backing_store_unittest.cc     s.BindBlob(0, ord.data(), ord.length());
length           3536 sync/syncable/directory_backing_store_unittest.cc             it->second->ref(UNIQUE_BOOKMARK_TAG).length());
length           3612 sync/syncable/directory_backing_store_unittest.cc             it->second->ref(UNIQUE_BOOKMARK_TAG).length());
length           3630 sync/syncable/directory_backing_store_unittest.cc             it->second->ref(UNIQUE_BOOKMARK_TAG).length());
length           3638 sync/syncable/directory_backing_store_unittest.cc             it->second->ref(UNIQUE_BOOKMARK_TAG).length());
length           3646 sync/syncable/directory_backing_store_unittest.cc             it->second->ref(UNIQUE_BOOKMARK_TAG).length());
length            710 sync/syncable/model_type.cc       end = working_copy.length() - 1;
length           1515 sync/syncable/syncable_unittest.cc       std::string(UniquePosition::kSuffixLength - null_str.length(), '\x7f')
length            579 sync/test/engine/mock_connection_manager.cc     ASSERT_LT(entry.name().length(), 256ul) << " name probably too long. True "
length             67 sync/test/fake_server/fake_server_http_post_provider.cc   return response_.length();
length             66 third_party/cld/encodings/compact_lang_det/win/cld_unicodetext.cc                                         utf8_encoded.length(),
length            286 third_party/codesighs/msdump2symdb.c     int length = 0;
length            289 third_party/codesighs/msdump2symdb.c     length = strlen(inString);
length            290 third_party/codesighs/msdump2symdb.c     while(0 != length)
length            292 third_party/codesighs/msdump2symdb.c         length--;
length            296 third_party/codesighs/msdump2symdb.c             if(0 == isspace(inString[length]))
length            303 third_party/codesighs/msdump2symdb.c             if(0 != isspace(inString[length]))
length            305 third_party/codesighs/msdump2symdb.c                 retval = inString + length + 1;
length            330 third_party/codesighs/msdump2symdb.c         const char* length = NULL;
length            394 third_party/codesighs/msmap2tsv.c                 char* length = NULL;
length            431 third_party/codesighs/msmap2tsv.c                     length = strchr(section, '\t');
length            432 third_party/codesighs/msmap2tsv.c                     if(NULL == length)
length            438 third_party/codesighs/msmap2tsv.c                     *length = '\0';
length            439 third_party/codesighs/msmap2tsv.c                     length++;
length            441 third_party/codesighs/msmap2tsv.c                     object = strchr(length, '\t');
length            455 third_party/codesighs/msmap2tsv.c                     lengthNum = strtoul(length, &endLength, 16);
length            456 third_party/codesighs/msmap2tsv.c                     if(0 == errno && endLength != length)
length            605 third_party/codesighs/msmap2tsv.c                                 ERROR_REPORT(retval, length, "Unable to grow symbol section sizes for symbol DB.");
length            643 third_party/codesighs/msmap2tsv.c                         ERROR_REPORT(retval, length, "Unable to convert symbol DB length into a number.");
length             58 third_party/harfbuzz-ng/src/hb-blob.cc   unsigned int length;
length             96 third_party/harfbuzz-ng/src/hb-blob.cc 		unsigned int       length,
length            103 third_party/harfbuzz-ng/src/hb-blob.cc   if (!length || !(blob = hb_object_create<hb_blob_t> ())) {
length            110 third_party/harfbuzz-ng/src/hb-blob.cc   blob->length = length;
length            150 third_party/harfbuzz-ng/src/hb-blob.cc 			 unsigned int  length)
length            154 third_party/harfbuzz-ng/src/hb-blob.cc   if (!length || offset >= parent->length)
length            160 third_party/harfbuzz-ng/src/hb-blob.cc 			 MIN (length, parent->length - offset),
length            326 third_party/harfbuzz-ng/src/hb-blob.cc   return blob->length;
length            341 third_party/harfbuzz-ng/src/hb-blob.cc hb_blob_get_data (hb_blob_t *blob, unsigned int *length)
length            343 third_party/harfbuzz-ng/src/hb-blob.cc   if (length)
length            344 third_party/harfbuzz-ng/src/hb-blob.cc     *length = blob->length;
length            366 third_party/harfbuzz-ng/src/hb-blob.cc hb_blob_get_data_writable (hb_blob_t *blob, unsigned int *length)
length            369 third_party/harfbuzz-ng/src/hb-blob.cc     if (length)
length            370 third_party/harfbuzz-ng/src/hb-blob.cc       *length = 0;
length            375 third_party/harfbuzz-ng/src/hb-blob.cc   if (length)
length            376 third_party/harfbuzz-ng/src/hb-blob.cc     *length = blob->length;
length            386 third_party/harfbuzz-ng/src/hb-blob.cc   uintptr_t pagesize = -1, mask, length;
length            405 third_party/harfbuzz-ng/src/hb-blob.cc   length = (const char *) (((uintptr_t) blob->data + blob->length + pagesize-1) & mask)  - addr;
length            408 third_party/harfbuzz-ng/src/hb-blob.cc 		  addr, addr+length, (unsigned long) length);
length            409 third_party/harfbuzz-ng/src/hb-blob.cc   if (-1 == mprotect ((void *) addr, length, PROT_READ | PROT_WRITE)) {
length            418 third_party/harfbuzz-ng/src/hb-blob.cc 		  addr, addr+length, (unsigned long) length);
length            460 third_party/harfbuzz-ng/src/hb-blob.cc   new_data = (char *) malloc (blob->length);
length            466 third_party/harfbuzz-ng/src/hb-blob.cc   memcpy (new_data, blob->data, blob->length);
length             70 third_party/harfbuzz-ng/src/hb-blob.h 		unsigned int       length,
length             84 third_party/harfbuzz-ng/src/hb-blob.h 			 unsigned int  length);
length            119 third_party/harfbuzz-ng/src/hb-blob.h hb_blob_get_data (hb_blob_t *blob, unsigned int *length);
length            122 third_party/harfbuzz-ng/src/hb-blob.h hb_blob_get_data_writable (hb_blob_t *blob, unsigned int *length);
length           1135 third_party/harfbuzz-ng/src/hb-buffer.cc 		      unsigned int  length)
length           1138 third_party/harfbuzz-ng/src/hb-buffer.cc     return length == 0;
length           1140 third_party/harfbuzz-ng/src/hb-buffer.cc   if (!buffer->ensure (length))
length           1144 third_party/harfbuzz-ng/src/hb-buffer.cc   if (length > buffer->len) {
length           1145 third_party/harfbuzz-ng/src/hb-buffer.cc     memset (buffer->info + buffer->len, 0, sizeof (buffer->info[0]) * (length - buffer->len));
length           1147 third_party/harfbuzz-ng/src/hb-buffer.cc       memset (buffer->pos + buffer->len, 0, sizeof (buffer->pos[0]) * (length - buffer->len));
length           1150 third_party/harfbuzz-ng/src/hb-buffer.cc   buffer->len = length;
length           1152 third_party/harfbuzz-ng/src/hb-buffer.cc   if (!length)
length           1192 third_party/harfbuzz-ng/src/hb-buffer.cc                            unsigned int *length)
length           1194 third_party/harfbuzz-ng/src/hb-buffer.cc   if (length)
length           1195 third_party/harfbuzz-ng/src/hb-buffer.cc     *length = buffer->len;
length           1214 third_party/harfbuzz-ng/src/hb-buffer.cc                                unsigned int *length)
length           1219 third_party/harfbuzz-ng/src/hb-buffer.cc   if (length)
length           1220 third_party/harfbuzz-ng/src/hb-buffer.cc     *length = buffer->len;
length            247 third_party/harfbuzz-ng/src/hb-buffer.h 		      unsigned int  length);
length            258 third_party/harfbuzz-ng/src/hb-buffer.h                            unsigned int *length);
length            263 third_party/harfbuzz-ng/src/hb-buffer.h                                unsigned int *length);
length             56 third_party/harfbuzz-ng/src/hb-coretext.cc   const size_t length = CFDataGetLength (cf_data);
length             57 third_party/harfbuzz-ng/src/hb-coretext.cc   if (!data || !length)
length             60 third_party/harfbuzz-ng/src/hb-coretext.cc   return hb_blob_create (data, length, HB_MEMORY_MODE_READONLY,
length            708 third_party/harfbuzz-ng/src/hb-coretext.cc 	buffer->ensure (buffer->len + range.length);
length            716 third_party/harfbuzz-ng/src/hb-coretext.cc         for (CFIndex j = range.location; j < range.location + range.length; j++)
length            146 third_party/harfbuzz-ng/src/hb-face.cc   hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, table.offset, table.length);
length            300 third_party/harfbuzz-ng/src/hb-ft.cc   FT_ULong  length = 0;
length            305 third_party/harfbuzz-ng/src/hb-ft.cc   error = FT_Load_Sfnt_Table (ft_face, tag, 0, NULL, &length);
length            309 third_party/harfbuzz-ng/src/hb-ft.cc   buffer = (FT_Byte *) malloc (length);
length            313 third_party/harfbuzz-ng/src/hb-ft.cc   error = FT_Load_Sfnt_Table (ft_face, tag, 0, buffer, &length);
length            317 third_party/harfbuzz-ng/src/hb-ft.cc   return hb_blob_create ((const char *) buffer, length,
length             65 third_party/harfbuzz-ng/src/hb-open-file-private.hh   ULONG		length;		/* Length of this table. */
length            655 third_party/harfbuzz-ng/src/hb-open-type-private.hh   inline void set_for_data (const void *data, unsigned int length)
length            656 third_party/harfbuzz-ng/src/hb-open-type-private.hh   { set (CalcTableChecksum ((const ULONG *) data, length)); }
length             62 third_party/harfbuzz-ng/src/hb-ot-name-table.hh     return TRACE_RETURN (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + offset));
length             69 third_party/harfbuzz-ng/src/hb-ot-name-table.hh   USHORT	length;		/* String length (in bytes). */
length             96 third_party/harfbuzz-ng/src/hb-ot-name-table.hh     unsigned int length = MIN (buffer_length, (unsigned int) match->length);
length             97 third_party/harfbuzz-ng/src/hb-ot-name-table.hh     memcpy (buffer, (char *) this + stringOffset + match->offset, length);
length             98 third_party/harfbuzz-ng/src/hb-ot-name-table.hh     return length;
length            351 third_party/harfbuzz-ng/src/hb-uniscribe.cc   unsigned int length, new_length, name_str_len;
length            352 third_party/harfbuzz-ng/src/hb-uniscribe.cc   const char *orig_sfnt_data = hb_blob_get_data (blob, &length);
length            361 third_party/harfbuzz-ng/src/hb-uniscribe.cc   unsigned int name_table_offset = (length + 3) & ~3;
length            371 third_party/harfbuzz-ng/src/hb-uniscribe.cc   memcpy(new_sfnt_data, orig_sfnt_data, length);
length            384 third_party/harfbuzz-ng/src/hb-uniscribe.cc     record.length.set (name_str_len * 2);
length            410 third_party/harfbuzz-ng/src/hb-uniscribe.cc       record.length.set (name_table_length);
length            104 third_party/harfbuzz-ng/src/main.cc 	      (unsigned int) table.length);
length             58 third_party/iccjpeg/iccjpeg.c   unsigned int length;		/* number of bytes to write in this marker */
length             67 third_party/iccjpeg/iccjpeg.c     length = icc_data_len;
length             68 third_party/iccjpeg/iccjpeg.c     if (length > MAX_DATA_BYTES_IN_MARKER)
length             69 third_party/iccjpeg/iccjpeg.c       length = MAX_DATA_BYTES_IN_MARKER;
length             70 third_party/iccjpeg/iccjpeg.c     icc_data_len -= length;
length             74 third_party/iccjpeg/iccjpeg.c 			(unsigned int) (length + ICC_OVERHEAD_LEN));
length             98 third_party/iccjpeg/iccjpeg.c     while (length--) {
length            233 third_party/iccjpeg/iccjpeg.c       unsigned int length;
length            237 third_party/iccjpeg/iccjpeg.c       length = data_length[seq_no];
length            238 third_party/iccjpeg/iccjpeg.c       while (length--) {
length            128 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp    const char *end = begin + document_.length();
length            641 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp    int length = int(token.end_ - token.start_);
length            644 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp    if (length < 0) {
length            655 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp    if ( length <= bufferSize )
length            658 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       memcpy( buffer, token.start_, length );
length            659 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       buffer[length] = 0;
length             93 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp                       unsigned int length = unknown )
length             95 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    if ( length == unknown )
length             96 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       length = (unsigned int)strlen(value);
length            100 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    if (length >= (unsigned)Value::maxInt)
length            101 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       length = Value::maxInt - 1;
length            103 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    char *newString = static_cast<char *>( malloc( length + 1 ) );
length            105 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    memcpy( newString, value, length );
length            106 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    newString[length] = 0;
length            418 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp                                           (unsigned int)value.length() );
length            443 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.string_ = duplicateStringValue( value, value.length() );
length           1775 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    const char *end = current + path.length();
length            432 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
length            433 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
length            443 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
length            446 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
length            448 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glGetShaderSource (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source);
length            475 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
length            476 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length);
length             57 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRY  *GLDEBUGPROCKHR)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,void *userParam);
length             99 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDEBUGMESSAGEINSERTKHRPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
length            102 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPUSHDEBUGGROUPKHRPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message);
length            104 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
length            105 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
length            106 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei length, const GLchar *label);
length            107 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
length            111 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDebugMessageInsertKHR (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
length            114 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glPushDebugGroupKHR (GLenum source, GLuint id, GLsizei length, const GLchar *message);
length            116 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glObjectLabelKHR (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
length            117 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetObjectLabelKHR (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
length            118 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glObjectPtrLabelKHR (const void *ptr, GLsizei length, const GLchar *label);
length            119 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetObjectPtrLabelKHR (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
length            229 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
length            230 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLint length);
length            232 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
length            233 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const void *binary, GLint length);
length            424 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPERFMONITORGROUPSTRINGAMDPROC) (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);
length            425 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
length            436 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);
length            437 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
length            522 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETTRANSLATEDSHADERSOURCEANGLEPROC) (GLuint shader, GLsizei bufsize, GLsizei *length, GLchar *source);
length            524 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetTranslatedShaderSourceANGLE (GLuint shader, GLsizei bufsize, GLsizei *length, GLchar *source);
length            585 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETSYNCIVAPPLEPROC) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);
length            593 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);
length            652 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label);
length            653 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
length            655 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glLabelObjectEXT (GLenum type, GLuint object, GLsizei length, const GLchar *label);
length            656 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetObjectLabelEXT (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
length            662 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLINSERTEVENTMARKEREXTPROC) (GLsizei length, const GLchar *marker);
length            663 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPUSHGROUPMARKEREXTPROC) (GLsizei length, const GLchar *marker);
length            666 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glInsertEventMarkerEXT (GLsizei length, const GLchar *marker);
length            667 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glPushGroupMarkerEXT (GLsizei length, const GLchar *marker);
length            787 third_party/khronos/GLES2/gl2ext.h typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
length            788 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLFLUSHMAPPEDBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length);
length            790 third_party/khronos/GLES2/gl2ext.h GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
length            791 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glFlushMappedBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length);
length            903 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETPROGRAMPIPELINEINFOLOGEXTPROC) (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
length            948 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetProgramPipelineInfoLogEXT (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
length           1467 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLGETDRIVERCONTROLSTRINGQCOMPROC) (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);
length           1472 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);
length           1516 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
length           1521 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
length            109 third_party/leveldatabase/port/port_chromium.h bool Snappy_GetUncompressedLength(const char* input, size_t length,
length            438 third_party/libXNVCtrl/NVCtrl.c     int length, numbytes, slop;
length            461 third_party/libXNVCtrl/NVCtrl.c     length = rep.length;
length            469 third_party/libXNVCtrl/NVCtrl.c         _XEatData(dpy, length);
length            524 third_party/libXNVCtrl/NVCtrl.c     req->length += ((size + 3) & ~3) >> 2;
length            982 third_party/libXNVCtrl/NVCtrl.c     int length, numbytes, slop;
length           1005 third_party/libXNVCtrl/NVCtrl.c     length = rep.length;
length           1013 third_party/libXNVCtrl/NVCtrl.c         _XEatData(dpy, length);
length           1053 third_party/libXNVCtrl/NVCtrl.c     int inSize, outSize, length, slop;
length           1082 third_party/libXNVCtrl/NVCtrl.c     req->length += ((inSize + 3) & ~3) >> 2;
length           1095 third_party/libXNVCtrl/NVCtrl.c     length = rep.length;
length           1102 third_party/libXNVCtrl/NVCtrl.c         _XEatData(dpy, length);
length            118 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            126 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            140 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            149 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            162 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            171 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            184 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            196 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            210 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            222 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            234 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            247 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            260 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            272 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            286 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            299 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            312 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            324 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            338 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            353 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            362 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            377 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            398 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            408 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            423 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            453 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            463 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            476 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            488 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            502 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            512 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length            525 third_party/libXNVCtrl/nv_control.h     CARD32 length B32;
length            570 third_party/libXNVCtrl/nv_control.h     CARD16 length B16;
length             38 third_party/libaddressinput/chromium/canonicalize_string.cc         original.c_str(), static_cast<int32_t>(original.length()));
length             99 third_party/libaddressinput/chromium/cpp/src/retriever.cc                                footer_prefix.length(),
length            105 third_party/libaddressinput/chromium/cpp/src/retriever.cc       data_and_footer->substr(footer_start + footer_prefix.length());
length            160 third_party/libaddressinput/chromium/cpp/src/retriever.cc   assert(validation_data_url_.length() > 0);
length            161 third_party/libaddressinput/chromium/cpp/src/retriever.cc   assert(validation_data_url_[validation_data_url_.length() - 1] == '/');
length            243 third_party/libaddressinput/chromium/cpp/src/retriever.cc       url.compare(0, validation_data_url_.length(), validation_data_url_) == 0
length            244 third_party/libaddressinput/chromium/cpp/src/retriever.cc           ? url.substr(validation_data_url_.length())
length            250 third_party/libaddressinput/chromium/cpp/src/retriever.cc       url.compare(0, validation_data_url_.length(), validation_data_url_) == 0;
length            132 third_party/libaddressinput/chromium/cpp/src/rule.cc   for (size_t i = 0; i < required.length(); ++i) {
length            284 third_party/libaddressinput/chromium/cpp/src/util/md5.cc void MD5Sum(const void* data, size_t length, MD5Digest* digest) {
length            288 third_party/libaddressinput/chromium/cpp/src/util/md5.cc             std::string(reinterpret_cast<const char*>(data), length));
length            294 third_party/libaddressinput/chromium/cpp/src/util/md5.cc   MD5Sum(str.data(), str.length(), &digest);
length             50 third_party/libaddressinput/chromium/cpp/src/util/md5.h void MD5Sum(const void* data, size_t length, MD5Digest* digest);
length             41 third_party/libaddressinput/chromium/cpp/src/util/trie.cc   for (size_t key_start = 0; key_start < key.length(); ++key_start) {
length             61 third_party/libaddressinput/chromium/cpp/src/util/trie.cc   for (size_t key_prefix_start = 0; key_prefix_start < key_prefix.length();
length             75 third_party/libaddressinput/chromium/cpp/test/fake_downloader_test.cc   if (data.compare(data.length() - kDataEndLength,
length             34 third_party/libaddressinput/chromium/cpp/test/region_data_constants_test.cc   if (data[data.length() - 1] != '}') {
length             50 third_party/libaddressinput/chromium/cpp/test/region_data_constants_test.cc     EXPECT_EQ(2U, region_data_codes[i].length());
length             79 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   const int length = 10 * 1024 * 1024 + 1;
length             80 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   scoped_ptr<char[]> data(new char[length]);
length             82 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   for (int i = 0; i < length; ++i)
length             86 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   MD5Sum(data.get(), length, &digest);
length            121 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   const int length = 10 * 1024 * 1024 + 1;
length            122 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   scoped_ptr<char[]> data(new char[length]);
length            124 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   for (int i = 0; i < length; ++i)
length            128 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   while (total < length) {
length            130 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc     if (len > length - total)
length            131 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc       len = length - total;
length            138 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   EXPECT_EQ(length, total);
length            280 third_party/libevent/buffer.c 		size_t length = buf->totallen;
length            282 third_party/libevent/buffer.c 		if (length < 256)
length            283 third_party/libevent/buffer.c 			length = 256;
length            284 third_party/libevent/buffer.c 		while (length < need)
length            285 third_party/libevent/buffer.c 			length <<= 1;
length            289 third_party/libevent/buffer.c 		if ((newbuf = realloc(buf->buffer, length)) == NULL)
length            293 third_party/libevent/buffer.c 		buf->totallen = length;
length            756 third_party/libevent/evdns.c name_parse(u8 *packet, int length, int *idx, char *name_out, int name_out_len) {
length            760 third_party/libevent/evdns.c #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0)
length            761 third_party/libevent/evdns.c #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while(0)
length            762 third_party/libevent/evdns.c #define GET8(x) do { if (j >= length) goto err; x = packet[j++]; } while(0)
length            775 third_party/libevent/evdns.c 		if (j >= length) return -1;
length            784 third_party/libevent/evdns.c 			if (j < 0 || j >= length) return -1;
length            787 third_party/libevent/evdns.c 			if (++ptr_count > length) return -1;
length            813 third_party/libevent/evdns.c reply_parse(u8 *packet, int length) {
length            851 third_party/libevent/evdns.c 		if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0)\
length            858 third_party/libevent/evdns.c 		if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0)\
length            875 third_party/libevent/evdns.c 		if (j > length) goto err;
length            903 third_party/libevent/evdns.c 			if (j + 4*addrtocopy > length) goto err;
length            914 third_party/libevent/evdns.c 			if (name_parse(packet, length, &j, reply.data.ptr.name,
length            932 third_party/libevent/evdns.c 			if (j + 16*addrtocopy > length) goto err;
length            957 third_party/libevent/evdns.c request_parse(u8 *packet, int length, struct evdns_server_port *port, struct sockaddr *addr, socklen_t addrlen)
length            996 third_party/libevent/evdns.c 		if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0)
length            216 third_party/libevent/http.c static int evhttp_decode_uri_internal(const char *uri, size_t length,
length           2070 third_party/libevent/http.c 	const char *uri, size_t length, char *ret, int always_decode_plus)
length            188 third_party/libjpeg/jcmarker.c   int length, i;
length            203 third_party/libjpeg/jcmarker.c     length = 0;
length            205 third_party/libjpeg/jcmarker.c       length += htbl->bits[i];
length            207 third_party/libjpeg/jcmarker.c     emit_2bytes(cinfo, length + 2 + 1 + 16);
length            213 third_party/libjpeg/jcmarker.c     for (i = 0; i < length; i++)
length            230 third_party/libjpeg/jcmarker.c   int length, i;
length            242 third_party/libjpeg/jcmarker.c   length = 0;
length            244 third_party/libjpeg/jcmarker.c     length += dc_in_use[i] + ac_in_use[i];
length            248 third_party/libjpeg/jcmarker.c   emit_2bytes(cinfo, length*2 + 2);
length            240 third_party/libjpeg/jdmarker.c   INT32 length;
length            248 third_party/libjpeg/jdmarker.c   INPUT_2BYTES(cinfo, length, return FALSE);
length            255 third_party/libjpeg/jdmarker.c   length -= 8;
length            271 third_party/libjpeg/jdmarker.c   if (length != (cinfo->num_components * 3))
length            304 third_party/libjpeg/jdmarker.c   INT32 length;
length            312 third_party/libjpeg/jdmarker.c   INPUT_2BYTES(cinfo, length, return FALSE);
length            318 third_party/libjpeg/jdmarker.c   if (length != (n * 2 + 6) || n < 1 || n > MAX_COMPS_IN_SCAN)
length            382 third_party/libjpeg/jdmarker.c   INT32 length;
length            386 third_party/libjpeg/jdmarker.c   INPUT_2BYTES(cinfo, length, return FALSE);
length            387 third_party/libjpeg/jdmarker.c   length -= 2;
length            389 third_party/libjpeg/jdmarker.c   while (length > 0) {
length            393 third_party/libjpeg/jdmarker.c     length -= 2;
length            410 third_party/libjpeg/jdmarker.c   if (length != 0)
length            428 third_party/libjpeg/jdmarker.c   INT32 length;
length            435 third_party/libjpeg/jdmarker.c   INPUT_2BYTES(cinfo, length, return FALSE);
length            436 third_party/libjpeg/jdmarker.c   length -= 2;
length            438 third_party/libjpeg/jdmarker.c   while (length > 16) {
length            450 third_party/libjpeg/jdmarker.c     length -= 1 + 16;
length            462 third_party/libjpeg/jdmarker.c     if (count > 256 || ((INT32) count) > length)
length            468 third_party/libjpeg/jdmarker.c     length -= count;
length            487 third_party/libjpeg/jdmarker.c   if (length != 0)
length            499 third_party/libjpeg/jdmarker.c   INT32 length;
length            505 third_party/libjpeg/jdmarker.c   INPUT_2BYTES(cinfo, length, return FALSE);
length            506 third_party/libjpeg/jdmarker.c   length -= 2;
length            508 third_party/libjpeg/jdmarker.c   while (length > 0) {
length            541 third_party/libjpeg/jdmarker.c     length -= DCTSIZE2+1;
length            542 third_party/libjpeg/jdmarker.c     if (prec) length -= DCTSIZE2;
length            545 third_party/libjpeg/jdmarker.c   if (length != 0)
length            557 third_party/libjpeg/jdmarker.c   INT32 length;
length            561 third_party/libjpeg/jdmarker.c   INPUT_2BYTES(cinfo, length, return FALSE);
length            563 third_party/libjpeg/jdmarker.c   if (length != 4)
length            700 third_party/libjpeg/jdmarker.c   INT32 length;
length            705 third_party/libjpeg/jdmarker.c   INPUT_2BYTES(cinfo, length, return FALSE);
length            706 third_party/libjpeg/jdmarker.c   length -= 2;
length            709 third_party/libjpeg/jdmarker.c   if (length >= APPN_DATA_LEN)
length            711 third_party/libjpeg/jdmarker.c   else if (length > 0)
length            712 third_party/libjpeg/jdmarker.c     numtoread = (unsigned int) length;
length            717 third_party/libjpeg/jdmarker.c   length -= numtoread;
length            722 third_party/libjpeg/jdmarker.c     examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
length            725 third_party/libjpeg/jdmarker.c     examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);
length            735 third_party/libjpeg/jdmarker.c   if (length > 0)
length            736 third_party/libjpeg/jdmarker.c     (*cinfo->src->skip_input_data) (cinfo, (long) length);
length            752 third_party/libjpeg/jdmarker.c   INT32 length = 0;
length            757 third_party/libjpeg/jdmarker.c     INPUT_2BYTES(cinfo, length, return FALSE);
length            758 third_party/libjpeg/jdmarker.c     length -= 2;
length            759 third_party/libjpeg/jdmarker.c     if (length >= 0) {		/* watch out for bogus length word */
length            766 third_party/libjpeg/jdmarker.c       if ((unsigned int) length < limit)
length            767 third_party/libjpeg/jdmarker.c 	limit = (unsigned int) length;
length            774 third_party/libjpeg/jdmarker.c       cur_marker->original_length = (unsigned int) length;
length            820 third_party/libjpeg/jdmarker.c     length = cur_marker->original_length - data_length;
length            828 third_party/libjpeg/jdmarker.c     examine_app0(cinfo, data, data_length, length);
length            831 third_party/libjpeg/jdmarker.c     examine_app14(cinfo, data, data_length, length);
length            835 third_party/libjpeg/jdmarker.c 	     (int) (data_length + length));
length            841 third_party/libjpeg/jdmarker.c   if (length > 0)
length            842 third_party/libjpeg/jdmarker.c     (*cinfo->src->skip_input_data) (cinfo, (long) length);
length            854 third_party/libjpeg/jdmarker.c   INT32 length;
length            857 third_party/libjpeg/jdmarker.c   INPUT_2BYTES(cinfo, length, return FALSE);
length            858 third_party/libjpeg/jdmarker.c   length -= 2;
length            860 third_party/libjpeg/jdmarker.c   TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker, (int) length);
length            863 third_party/libjpeg/jdmarker.c   if (length > 0)
length            864 third_party/libjpeg/jdmarker.c     (*cinfo->src->skip_input_data) (cinfo, (long) length);
length             28 third_party/liblouis/nacl_wrapper/liblouis_wrapper.cc   int len = in.length();
length             93 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    DWORD length = GetModuleFileName (handle, buffer, size);
length             95 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    if (!length)
length            102 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    if (length < size)
length            104 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		buffer[length] = 0;
length            107 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		while (length > 0)
length            108 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		  if (path[--length] == '\\')
length            111 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		strncpy (path, path, length + 1);
length            112 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		path[length + 1] = '\0';
length            231 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   widechar length;
length            259 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   widechar length;
length            411 third_party/liblouis/overrides/liblouis/compileTranslationTable.c showString (widechar const *chars, int length)
length            418 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (charPos = 0; charPos < length; charPos++)
length            471 third_party/liblouis/overrides/liblouis/compileTranslationTable.c showDots (widechar const *dots, int length)
length            477 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (dotsPos = 0; bufPos < sizeof (scratchBuf) && dotsPos < length;
length            512 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (dotsPos != length - 1)
length            663 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   result->length = 0;
length            665 third_party/liblouis/overrides/liblouis/compileTranslationTable.c     result->chars[result->length++] = nested->line[nested->linepos++];
length            666 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (!result->length)
length            673 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   result->chars[result->length] = 0;
length           1264 third_party/liblouis/overrides/liblouis/compileTranslationTable.c     ruleSize += CHARSIZE * ruleChars->length;
length           1266 third_party/liblouis/overrides/liblouis/compileTranslationTable.c     ruleSize += CHARSIZE * ruleDots->length;
length           1275 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    CHARSIZE * (newRule->charslen = ruleChars->length));
length           1281 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 					     ruleDots->length));
length           1321 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if ((name->length == class->length) &&
length           1323 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		   name->length) == 0))
length           1331 third_party/liblouis/overrides/liblouis/compileTranslationTable.c addCharacterClass (FileInfo * nested, const widechar * name, int length)
length           1337 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if ((class = malloc (sizeof (*class) + CHARSIZE * (length - 1))))
length           1340 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  memcpy (class->name, name, CHARSIZE * (class->length = length));
length           1374 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       int length = strlen (characterClassNames[k]);
length           1376 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (kk = 0; kk < length; kk++)
length           1378 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (!addCharacterClass (NULL, wname, length))
length           1396 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (token->length == opcodeLengths[opcode])
length           1398 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		       &token->chars[0], token->length))
length           1409 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		(&token->chars[0], token->length));
length           1419 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   int length = strlen (toFind);
length           1422 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (length == opcodeLengths[opcode] && strcasecmp (toFind,
length           1450 third_party/liblouis/overrides/liblouis/compileTranslationTable.c hexValue (FileInfo * nested, const widechar * digits, int length)
length           1454 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < length; k++)
length           1466 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 			length);
length           1469 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       binaryValue |= hexDigit << (4 * (length - 1 - k));
length           1488 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   while (in < token->length)
length           1528 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		  if (token->length - in > 4)
length           1543 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		  if (token->length - in > 5)
length           1553 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		  if (token->length - in > 8)
length           1568 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      result->length = out;
length           1599 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  result->length = lastOutSize;
length           1603 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   result->length = out;
length           1617 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   wideIn.length = k;
length           1624 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < result.length; k++)
length           1627 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   return result.length;
length           1639 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (index = 0; index < token->length; index++)
length           1735 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   cells->length = cellCount;
length           1749 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   wideIn.length = k;
length           1756 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < result.length; k++)
length           1759 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   return result.length;
length           1800 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (token.length == 1 && token.chars[0] == '=')
length           1802 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  ruleDots->length = 0;
length           1832 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < includedFile->length; k++)
length           1842 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   widechar length;
length           1852 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if ((name->length == nameRule->length) &&
length           1854 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		   name->length) == 0))
length           1867 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 			   (name->length - 1))))
length           1873 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < name->length; k++)
length           1885 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   nameRule->length = name->length;
length           1911 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   dest->length = 0;
length           1912 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   dotsSource.length = 0;
length           1913 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   while (k <= source->length)
length           1915 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (source->chars[k] != ',' && k != source->length)
length           1916 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	dotsSource.chars[dotsSource.length++] = source->chars[k];
length           1921 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  dest->chars[dest->length++] = dotsDest.length + 1;
length           1922 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  for (kk = 0; kk < dotsDest.length; kk++)
length           1923 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    dest->chars[dest->length++] = dotsDest.chars[kk];
length           1924 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  dotsSource.length = 0;
length           2108 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   collectDots.length = 0;
length           2109 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   while (passLinepos < passLine.length && (passLine.chars[passLinepos]
length           2121 third_party/liblouis/overrides/liblouis/compileTranslationTable.c     collectDots.chars[collectDots.length++] = passLine.chars[passLinepos++];
length           2130 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   passHoldString.length = 0;
length           2141 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	passHoldString.chars[passHoldString.length++] = 34;
length           2143 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	passHoldString.chars[passHoldString.length++] =
length           2147 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   passHoldString.chars[passHoldString.length] = 0;
length           2168 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   passHoldString.length = 0;
length           2173 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (passHoldString.length == 0)
length           2183 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       passHoldString.chars[passHoldString.length++] =
length           2187 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   while (passLinepos < passLine.length);
length           2195 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   int length = strlen (token);
length           2196 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   int ch = passLine.chars[passLinepos + length + 1];
length           2199 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < length && passLine.chars[passLinepos + k + 1]
length           2201 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (k == length)
length           2203 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       passLinepos += length + 1;
length           2213 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   widechar length;
length           2223 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (augmentedName.length = 0; augmentedName.length < name->length;
length           2224 third_party/liblouis/overrides/liblouis/compileTranslationTable.c        augmentedName.length++)
length           2225 third_party/liblouis/overrides/liblouis/compileTranslationTable.c     augmentedName.chars[augmentedName.length] =
length           2226 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       name->chars[augmentedName.length];
length           2227 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   augmentedName.chars[augmentedName.length++] = passOpcode;
length           2230 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if ((augmentedName.length == curname->length) &&
length           2233 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    CHARSIZE * name->length) == 0))
length           2247 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (augmentedName.length = 0;
length           2248 third_party/liblouis/overrides/liblouis/compileTranslationTable.c        augmentedName.length < name->length; augmentedName.length++)
length           2250 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       chars[augmentedName.length] = name->chars[augmentedName.length];
length           2251 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   augmentedName.chars[augmentedName.length++] = passOpcode;
length           2254 third_party/liblouis/overrides/liblouis/compileTranslationTable.c        malloc (sizeof (*curname) + CHARSIZE * (augmentedName.length - 1))))
length           2260 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < augmentedName.length; k++)
length           2264 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   curname->length = augmentedName.length;
length           2274 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   while (passLinepos < passLine.length)
length           2290 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  passLinepos = passLine.length + 1;
length           2574 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   passRuleChars.length = 0;
length           2580 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   passHoldString.length = 0;
length           2582 third_party/liblouis/overrides/liblouis/compileTranslationTable.c     passHoldString.chars[passHoldString.length++] = nested->line[k];
length           2587 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (k = 0; k < passHoldString.length && passHoldString.chars[k] > 32;
length           2589 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (k < passHoldString.length)
length           2674 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      passInstructions[passIC++] = passHoldString.length;
length           2675 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      for (kk = 0; kk < passHoldString.length; kk++)
length           2746 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 					    passHoldString.length));
length           2787 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 					passHoldString.length));
length           2842 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      passInstructions[passIC++] = passHoldString.length;
length           2843 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      for (kk = 0; kk < passHoldString.length; kk++)
length           2893 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 					passHoldString.length));
length           2909 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (k = 0; k < passLine.length && passLine.chars[k] != SEPCHAR; k++);
length           2957 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      if (passHoldString.length == 0)
length           2959 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      passInstructions[passIC++] = passHoldString.length;
length           2960 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      for (kk = 0; kk < passHoldString.length; kk++)
length           3062 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 					    passHoldString.length));
length           3088 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 					passHoldString.length));
length           3104 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       while (passLinepos < passLine.length &&
length           3107 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       while (passLinepos < passLine.length &&
length           3134 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      if (passHoldString.length == 0)
length           3136 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      passInstructions[passIC++] = passHoldString.length;
length           3137 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      for (kk = 0; kk < passHoldString.length; kk++)
length           3188 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 					passHoldString.length));
length           3207 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 					passHoldString.length));
length           3218 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   passRuleDots.length = passIC;
length           3220 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   while (passIC < passRuleDots.length)
length           3267 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       passRuleChars.length = k;
length           3274 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       after = passRuleDots.length;
length           3336 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < groupDots.length && groupDots.chars[k] != ','; k++);
length           3337 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (k == groupDots.length)
length           3346 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (groupChars.length != 2 || dotsParsed.length != 2)
length           3376 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   groupChars.length = dotsParsed.length = 1;
length           3404 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < ruleDots.length && ruleDots.chars[k] != ','; k++);
length           3405 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (k == ruleDots.length)
length           3409 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       lowerDots.length = upperDots.length;
length           3410 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (k = 0; k < upperDots.length; k++)
length           3416 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       haveLowerDots = ruleDots.length;
length           3417 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       ruleDots.length = k;
length           3420 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       ruleDots.length = 0;
length           3423 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	ruleDots.chars[ruleDots.length++] = ruleDots.chars[k];
length           3427 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (ruleChars.length != 2 || upperDots.length < 1)
length           3433 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (haveLowerDots && lowerDots.length < 1)
length           3446 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < upperDots.length; k++)
length           3451 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	if (upperDots.length != 1)
length           3458 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (k = 0; k < lowerDots.length; k++)
length           3463 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    if (lowerDots.length != 1)
length           3469 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   else if (upperCell != NULL && upperDots.length == 1)
length           3471 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (lowerDots.length == 1)
length           3477 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (upperDots.length == 1)
length           3479 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   ruleChars.length = 1;
length           3519 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < s->length; k++)
length           3564 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   e->key = malloc ((key->length + 1) * CHARSIZE);
length           3565 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   e->key->length = key->length;
length           3566 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (j = 0; j < key->length; j++)
length           3578 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (key->length == 0)
length           3583 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (key->length != e->key->length)
length           3585 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (j = 0; j < key->length; j++)
length           3588 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (j == key->length)
length           3638 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   int i, j, k = encoding->length;
length           3668 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (hyph.length == 0 || hyph.chars[0] == '#' || hyph.chars[0] ==
length           3671 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (i = 0; i < hyph.length; i++)
length           3675 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (i = 0; i < hyph.length; i++)
length           3686 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       word.length = j;
length           3706 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  ch = word.chars[word.length-- - 1];
length           3721 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  for (j = 1; j <= e->key->length; j++)
length           3723 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      word.length = 0;
length           3724 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      for (k = j; k < e->key->length; k++)
length           3725 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		word.chars[word.length++] = e->key->chars[k];
length           3775 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < ruleDots.length && ruleDots.chars[k] != ','; k++);
length           3776 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (k == ruleDots.length)
length           3780 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       dotsAfter.length = dotsBefore.length;
length           3781 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (k = 0; k < dotsBefore.length; k++)
length           3787 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       haveDotsAfter = ruleDots.length;
length           3788 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       ruleDots.length = k;
length           3791 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       otherDots.length = 0;
length           3794 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	otherDots.chars[otherDots.length++] = ruleDots.chars[k];
length           3798 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < dotsBefore.length; k++)
length           3800 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   for (k = 0; k < dotsAfter.length; k++)
length           3826 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (ruleChars.length != 1 || ruleDots.length < 1)
length           3836 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (ruleDots.length == 1 && cell)
length           3840 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (k = 0; k < ruleDots.length; k++)
length           3846 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      if (ruleDots.length != 1)
length           3856 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (ruleDots.length == 1)
length           3958 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  if ((table->noLetsignBeforeCount + ruleChars.length) > LETSIGNSIZE)
length           3964 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  for (k = 0; k < ruleChars.length; k++)
length           3972 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  if ((table->noLetsignCount + ruleChars.length) > LETSIGNSIZE)
length           3978 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  for (k = 0; k < ruleChars.length; k++)
length           3985 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  if ((table->noLetsignAfterCount + ruleChars.length) > LETSIGNSIZE)
length           3991 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  for (k = 0; k < ruleChars.length; k++)
length           4185 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (ruleChars.length != 1 || ruleChars.chars[0] > 255)
length           4205 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (k = 1; k < ruleChars.length; k++)
length           4207 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       scratchPad.length = ruleChars.length - 1;
length           4214 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       ruleChars.length = 1;
length           4225 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    ruleDots.length = ruleDots.chars[0] = 0;
length           4230 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		ruleDots.length = ruleDots.chars[0] = 0;
length           4233 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 			ruleDots.length-- * CHARSIZE);
length           4236 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (k = 0; k < ruleChars.length; k++)
length           4238 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       for (k = 0; k < ruleDots.length; k++)
length           4275 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	ruleChars.length = 0;
length           4283 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		  ruleChars.chars[ruleChars.length++] = (widechar) opcode;
length           4317 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		   addCharacterClass (nested, &token.chars[0], token.length)))
length           4322 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		    for (index = 0; index < characters.length; ++index)
length           4384 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    if (ruleChars.length != 1 || ruleDots.length < 1)
length           4435 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    if (ruleChars.length != 1 || ruleDots.length != 1)
length           4644 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   dots.length = 2 * rule->dotslen;
length             88 third_party/liblouis/overrides/liblouis/liblouis.h       widechar *outbuf, int length, int mode);
length             91 third_party/liblouis/overrides/liblouis/liblouis.h       widechar *outbuf, int length, int mode);
length            222 third_party/libpng/png.c png_calculate_crc(png_structp png_ptr, png_bytep ptr, png_size_t length)
length            239 third_party/libpng/png.c       png_ptr->crc = crc32(png_ptr->crc, ptr, (uInt)length);
length           1624 third_party/libpng/png.h    png_bytep chunk_name, png_bytep data, png_size_t length));
length           1628 third_party/libpng/png.h    png_bytep chunk_name, png_uint_32 length));
length           1632 third_party/libpng/png.h    png_bytep data, png_size_t length));
length           3163 third_party/libpng/png.h    png_bytep data, png_size_t length)) PNG_PRIVATE;
length           3167 third_party/libpng/png.h    png_bytep buffer, png_size_t length)) PNG_PRIVATE;
length           3171 third_party/libpng/png.h    png_bytep data, png_size_t length)) PNG_PRIVATE;
length           3182 third_party/libpng/png.h    png_bytep buffer, png_size_t length)) PNG_PRIVATE;
length           3191 third_party/libpng/png.h    png_size_t length)) PNG_PRIVATE;
length           3195 third_party/libpng/png.h    png_size_t length)) PNG_PRIVATE;
length           3199 third_party/libpng/png.h    png_size_t length)) PNG_PRIVATE;
length           3221 third_party/libpng/png.h    png_size_t length)) PNG_PRIVATE;
length           3244 third_party/libpng/png.h    png_size_t length)) PNG_PRIVATE;
length           3557 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3559 third_party/libpng/png.h    png_uint_32 length));
length           3561 third_party/libpng/png.h    png_uint_32 length));
length           3565 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3570 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3575 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3580 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3585 third_party/libpng/png.h    png_uint_32 length));
length           3590 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3595 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3600 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3605 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3610 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3615 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3620 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3625 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3630 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3635 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3640 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3645 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3649 third_party/libpng/png.h    png_infop info_ptr, png_uint_32 length)) PNG_PRIVATE;
length           3670 third_party/libpng/png.h    png_uint_32 length)) PNG_PRIVATE;
length           3680 third_party/libpng/png.h    png_infop info_ptr, png_uint_32 length)) PNG_PRIVATE;
length           3695 third_party/libpng/png.h    png_infop info_ptr, png_uint_32 length)) PNG_PRIVATE;
length           3701 third_party/libpng/png.h    png_infop info_ptr, png_uint_32 length)) PNG_PRIVATE;
length           3707 third_party/libpng/png.h    png_infop info_ptr, png_uint_32 length)) PNG_PRIVATE;
length            588 third_party/libpng/pngmem.c    png_uint_32 length)
length            592 third_party/libpng/pngmem.c    size = (png_size_t)length;
length            593 third_party/libpng/pngmem.c    if ((png_uint_32)size != length)
length            601 third_party/libpng/pngmem.c    png_uint_32 length)
length            605 third_party/libpng/pngmem.c    size = (png_size_t)length;
length            606 third_party/libpng/pngmem.c    if ((png_uint_32)size != length)
length            631 third_party/libpng/pngpread.c png_push_fill_buffer(png_structp png_ptr, png_bytep buffer, png_size_t length)
length            643 third_party/libpng/pngpread.c       if (length < png_ptr->save_buffer_size)
length            644 third_party/libpng/pngpread.c          save_size = length;
length            649 third_party/libpng/pngpread.c       length -= save_size;
length            655 third_party/libpng/pngpread.c    if (length && png_ptr->current_buffer_size)
length            659 third_party/libpng/pngpread.c       if (length < png_ptr->current_buffer_size)
length            660 third_party/libpng/pngpread.c          save_size = length;
length           1207 third_party/libpng/pngpread.c    length)
length           1218 third_party/libpng/pngpread.c    if (length > (png_uint_32)65535L) /* Can't hold entire string in memory */
length           1221 third_party/libpng/pngpread.c       png_ptr->skip_length = length - (png_uint_32)65535L;
length           1222 third_party/libpng/pngpread.c       length = (png_uint_32)65535L;
length           1227 third_party/libpng/pngpread.c       (png_uint_32)(length + 1));
length           1228 third_party/libpng/pngpread.c    png_ptr->current_text[length] = '\0';
length           1230 third_party/libpng/pngpread.c    png_ptr->current_text_size = (png_size_t)length;
length           1231 third_party/libpng/pngpread.c    png_ptr->current_text_left = (png_size_t)length;
length           1305 third_party/libpng/pngpread.c    length)
length           1318 third_party/libpng/pngpread.c    if (length > (png_uint_32)65535L)
length           1321 third_party/libpng/pngpread.c       png_push_crc_skip(png_ptr, length);
length           1327 third_party/libpng/pngpread.c       (png_uint_32)(length + 1));
length           1328 third_party/libpng/pngpread.c    png_ptr->current_text[length] = '\0';
length           1330 third_party/libpng/pngpread.c    png_ptr->current_text_size = (png_size_t)length;
length           1331 third_party/libpng/pngpread.c    png_ptr->current_text_left = (png_size_t)length;
length           1506 third_party/libpng/pngpread.c    length)
length           1517 third_party/libpng/pngpread.c    if (length > (png_uint_32)65535L) /* Can't hold entire string in memory */
length           1520 third_party/libpng/pngpread.c       png_ptr->skip_length = length - (png_uint_32)65535L;
length           1521 third_party/libpng/pngpread.c       length = (png_uint_32)65535L;
length           1526 third_party/libpng/pngpread.c       (png_uint_32)(length + 1));
length           1527 third_party/libpng/pngpread.c    png_ptr->current_text[length] = '\0';
length           1529 third_party/libpng/pngpread.c    png_ptr->current_text_size = (png_size_t)length;
length           1530 third_party/libpng/pngpread.c    png_ptr->current_text_left = (png_size_t)length;
length           1630 third_party/libpng/pngpread.c    length)
length           1653 third_party/libpng/pngpread.c       if (length > (png_uint_32)65535L)
length           1656 third_party/libpng/pngpread.c           skip = length - (png_uint_32)65535L;
length           1657 third_party/libpng/pngpread.c           length = (png_uint_32)65535L;
length           1666 third_party/libpng/pngpread.c       png_ptr->unknown_chunk.size = (png_size_t)length;
length           1668 third_party/libpng/pngpread.c       if (length == 0)
length           1674 third_party/libpng/pngpread.c             (png_uint_32)length);
length           1675 third_party/libpng/pngpread.c          png_crc_read(png_ptr, (png_bytep)png_ptr->unknown_chunk.data, length);
length           1709 third_party/libpng/pngpread.c       skip=length;
length            441 third_party/libpng/pngread.c       png_uint_32 length = png_read_chunk_header(png_ptr);
length            452 third_party/libpng/pngread.c          png_handle_IHDR(png_ptr, info_ptr, length);
length            454 third_party/libpng/pngread.c          png_handle_IEND(png_ptr, info_ptr, length);
length            460 third_party/libpng/pngread.c          png_handle_unknown(png_ptr, info_ptr, length);
length            475 third_party/libpng/pngread.c          png_handle_PLTE(png_ptr, info_ptr, length);
length            484 third_party/libpng/pngread.c          png_ptr->idat_size = length;
length            490 third_party/libpng/pngread.c          png_handle_bKGD(png_ptr, info_ptr, length);
length            494 third_party/libpng/pngread.c          png_handle_cHRM(png_ptr, info_ptr, length);
length            498 third_party/libpng/pngread.c          png_handle_gAMA(png_ptr, info_ptr, length);
length            502 third_party/libpng/pngread.c          png_handle_hIST(png_ptr, info_ptr, length);
length            506 third_party/libpng/pngread.c          png_handle_oFFs(png_ptr, info_ptr, length);
length            510 third_party/libpng/pngread.c          png_handle_pCAL(png_ptr, info_ptr, length);
length            514 third_party/libpng/pngread.c          png_handle_sCAL(png_ptr, info_ptr, length);
length            518 third_party/libpng/pngread.c          png_handle_pHYs(png_ptr, info_ptr, length);
length            522 third_party/libpng/pngread.c          png_handle_sBIT(png_ptr, info_ptr, length);
length            526 third_party/libpng/pngread.c          png_handle_sRGB(png_ptr, info_ptr, length);
length            530 third_party/libpng/pngread.c          png_handle_iCCP(png_ptr, info_ptr, length);
length            534 third_party/libpng/pngread.c          png_handle_sPLT(png_ptr, info_ptr, length);
length            538 third_party/libpng/pngread.c          png_handle_tEXt(png_ptr, info_ptr, length);
length            542 third_party/libpng/pngread.c          png_handle_tIME(png_ptr, info_ptr, length);
length            546 third_party/libpng/pngread.c          png_handle_tRNS(png_ptr, info_ptr, length);
length            550 third_party/libpng/pngread.c          png_handle_zTXt(png_ptr, info_ptr, length);
length            554 third_party/libpng/pngread.c          png_handle_iTXt(png_ptr, info_ptr, length);
length            557 third_party/libpng/pngread.c          png_handle_unknown(png_ptr, info_ptr, length);
length           1019 third_party/libpng/pngread.c       png_uint_32 length = png_read_chunk_header(png_ptr);
length           1023 third_party/libpng/pngread.c          png_handle_IHDR(png_ptr, info_ptr, length);
length           1025 third_party/libpng/pngread.c          png_handle_IEND(png_ptr, info_ptr, length);
length           1031 third_party/libpng/pngread.c             if ((length > 0) || (png_ptr->mode & PNG_HAVE_CHUNK_AFTER_IDAT))
length           1034 third_party/libpng/pngread.c          png_handle_unknown(png_ptr, info_ptr, length);
length           1044 third_party/libpng/pngread.c          if ((length > 0) || (png_ptr->mode & PNG_HAVE_CHUNK_AFTER_IDAT))
length           1046 third_party/libpng/pngread.c          png_crc_finish(png_ptr, length);
length           1049 third_party/libpng/pngread.c          png_handle_PLTE(png_ptr, info_ptr, length);
length           1052 third_party/libpng/pngread.c          png_handle_bKGD(png_ptr, info_ptr, length);
length           1056 third_party/libpng/pngread.c          png_handle_cHRM(png_ptr, info_ptr, length);
length           1060 third_party/libpng/pngread.c          png_handle_gAMA(png_ptr, info_ptr, length);
length           1064 third_party/libpng/pngread.c          png_handle_hIST(png_ptr, info_ptr, length);
length           1068 third_party/libpng/pngread.c          png_handle_oFFs(png_ptr, info_ptr, length);
length           1072 third_party/libpng/pngread.c          png_handle_pCAL(png_ptr, info_ptr, length);
length           1076 third_party/libpng/pngread.c          png_handle_sCAL(png_ptr, info_ptr, length);
length           1080 third_party/libpng/pngread.c          png_handle_pHYs(png_ptr, info_ptr, length);
length           1084 third_party/libpng/pngread.c          png_handle_sBIT(png_ptr, info_ptr, length);
length           1088 third_party/libpng/pngread.c          png_handle_sRGB(png_ptr, info_ptr, length);
length           1092 third_party/libpng/pngread.c          png_handle_iCCP(png_ptr, info_ptr, length);
length           1096 third_party/libpng/pngread.c          png_handle_sPLT(png_ptr, info_ptr, length);
length           1100 third_party/libpng/pngread.c          png_handle_tEXt(png_ptr, info_ptr, length);
length           1104 third_party/libpng/pngread.c          png_handle_tIME(png_ptr, info_ptr, length);
length           1108 third_party/libpng/pngread.c          png_handle_tRNS(png_ptr, info_ptr, length);
length           1112 third_party/libpng/pngread.c          png_handle_zTXt(png_ptr, info_ptr, length);
length           1116 third_party/libpng/pngread.c          png_handle_iTXt(png_ptr, info_ptr, length);
length           1119 third_party/libpng/pngread.c          png_handle_unknown(png_ptr, info_ptr, length);
length             33 third_party/libpng/pngrio.c png_read_data(png_structp png_ptr, png_bytep data, png_size_t length)
length             35 third_party/libpng/pngrio.c    png_debug1(4, "reading %d bytes", (int)length);
length             38 third_party/libpng/pngrio.c       (*(png_ptr->read_data_fn))(png_ptr, data, length);
length             51 third_party/libpng/pngrio.c png_default_read_data(png_structp png_ptr, png_bytep data, png_size_t length)
length             61 third_party/libpng/pngrio.c    if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
length             64 third_party/libpng/pngrio.c    check = (png_size_t)fread(data, (png_size_t)1, length,
length             68 third_party/libpng/pngrio.c    if (check != length)
length             81 third_party/libpng/pngrio.c png_default_read_data(png_structp png_ptr, png_bytep data, png_size_t length)
length             95 third_party/libpng/pngrio.c       if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
length             99 third_party/libpng/pngrio.c       check = fread(n_data, 1, length, io_ptr);
length            107 third_party/libpng/pngrio.c       remaining = length;
length            127 third_party/libpng/pngrio.c    if ((png_uint_32)check != (png_uint_32)length)
length            115 third_party/libpng/pngrutil.c    png_uint_32 length;
length            119 third_party/libpng/pngrutil.c    length = png_get_uint_31(png_ptr, buf);
length            125 third_party/libpng/pngrutil.c       png_ptr->chunk_name, length);
length            134 third_party/libpng/pngrutil.c    return length;
length            139 third_party/libpng/pngrutil.c png_crc_read(png_structp png_ptr, png_bytep buf, png_size_t length)
length            143 third_party/libpng/pngrutil.c    png_read_data(png_ptr, buf, length);
length            144 third_party/libpng/pngrutil.c    png_calculate_crc(png_ptr, buf, length);
length            441 third_party/libpng/pngrutil.c png_handle_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length            454 third_party/libpng/pngrutil.c    if (length != 13)
length            515 third_party/libpng/pngrutil.c png_handle_PLTE(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length            531 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            544 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            550 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            555 third_party/libpng/pngrutil.c    if (length > 3*PNG_MAX_PALETTE_LENGTH || length % 3)
length            560 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length            570 third_party/libpng/pngrutil.c    num = (int)length / 3;
length            657 third_party/libpng/pngrutil.c png_handle_IEND(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length            668 third_party/libpng/pngrutil.c    if (length != 0)
length            672 third_party/libpng/pngrutil.c    png_crc_finish(png_ptr, length);
length            679 third_party/libpng/pngrutil.c png_handle_gAMA(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length            694 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            708 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            712 third_party/libpng/pngrutil.c    if (length != 4)
length            715 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            760 third_party/libpng/pngrutil.c png_handle_sBIT(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length            774 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            785 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            794 third_party/libpng/pngrutil.c    if (length != truelen || length > 4)
length            797 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            826 third_party/libpng/pngrutil.c png_handle_cHRM(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length            844 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            858 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            862 third_party/libpng/pngrutil.c    if (length != 32)
length            865 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            952 third_party/libpng/pngrutil.c png_handle_sRGB(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length            964 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            974 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length            978 third_party/libpng/pngrutil.c    if (length != 1)
length            981 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1050 third_party/libpng/pngrutil.c png_handle_iCCP(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1067 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1077 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1082 third_party/libpng/pngrutil.c    if (length > (png_uint_32)65535L)
length           1085 third_party/libpng/pngrutil.c       skip = length - (png_uint_32)65535L;
length           1086 third_party/libpng/pngrutil.c       length = (png_uint_32)65535L;
length           1091 third_party/libpng/pngrutil.c    png_ptr->chunkdata = (png_charp)png_malloc(png_ptr, length + 1);
length           1092 third_party/libpng/pngrutil.c    slength = (png_size_t)length;
length           1170 third_party/libpng/pngrutil.c png_handle_sPLT(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1190 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           1196 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           1207 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1212 third_party/libpng/pngrutil.c    if (length > (png_uint_32)65535L)
length           1215 third_party/libpng/pngrutil.c       skip = length - (png_uint_32)65535L;
length           1216 third_party/libpng/pngrutil.c       length = (png_uint_32)65535L;
length           1221 third_party/libpng/pngrutil.c    png_ptr->chunkdata = (png_charp)png_malloc(png_ptr, length + 1);
length           1222 third_party/libpng/pngrutil.c    slength = (png_size_t)length;
length           1333 third_party/libpng/pngrutil.c png_handle_tRNS(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1344 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1350 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1358 third_party/libpng/pngrutil.c       if (length != 2)
length           1361 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           1373 third_party/libpng/pngrutil.c       if (length != 6)
length           1376 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           1379 third_party/libpng/pngrutil.c       png_crc_read(png_ptr, buf, (png_size_t)length);
length           1392 third_party/libpng/pngrutil.c       if (length > (png_uint_32)png_ptr->num_palette ||
length           1393 third_party/libpng/pngrutil.c           length > PNG_MAX_PALETTE_LENGTH)
length           1396 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           1399 third_party/libpng/pngrutil.c       if (length == 0)
length           1402 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           1405 third_party/libpng/pngrutil.c       png_crc_read(png_ptr, readbuf, (png_size_t)length);
length           1406 third_party/libpng/pngrutil.c       png_ptr->num_trans = (png_uint_16)length;
length           1411 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1428 third_party/libpng/pngrutil.c png_handle_bKGD(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1440 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1447 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1453 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1464 third_party/libpng/pngrutil.c    if (length != truelen)
length           1467 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1517 third_party/libpng/pngrutil.c png_handle_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1529 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1535 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1541 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1545 third_party/libpng/pngrutil.c    num = length / 2 ;
length           1550 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1571 third_party/libpng/pngrutil.c png_handle_pHYs(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1584 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1590 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1594 third_party/libpng/pngrutil.c    if (length != 9)
length           1597 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1614 third_party/libpng/pngrutil.c png_handle_oFFs(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1627 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1633 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1637 third_party/libpng/pngrutil.c    if (length != 9)
length           1640 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1658 third_party/libpng/pngrutil.c png_handle_pCAL(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1674 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1680 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1685 third_party/libpng/pngrutil.c       length + 1);
length           1687 third_party/libpng/pngrutil.c    png_ptr->chunkdata = (png_charp)png_malloc_warn(png_ptr, length + 1);
length           1693 third_party/libpng/pngrutil.c    slength = (png_size_t)length;
length           1792 third_party/libpng/pngrutil.c png_handle_sCAL(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1812 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1818 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1823 third_party/libpng/pngrutil.c    else if (length < 4)
length           1826 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1831 third_party/libpng/pngrutil.c       length + 1);
length           1832 third_party/libpng/pngrutil.c    png_ptr->chunkdata = (png_charp)png_malloc_warn(png_ptr, length + 1);
length           1836 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1839 third_party/libpng/pngrutil.c    slength = (png_size_t)length;
length           1956 third_party/libpng/pngrutil.c png_handle_tIME(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           1968 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           1975 third_party/libpng/pngrutil.c    if (length != 7)
length           1978 third_party/libpng/pngrutil.c       png_crc_finish(png_ptr, length);
length           2000 third_party/libpng/pngrutil.c png_handle_tEXt(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           2016 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           2022 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           2035 third_party/libpng/pngrutil.c    if (length > (png_uint_32)65535L)
length           2038 third_party/libpng/pngrutil.c       skip = length - (png_uint_32)65535L;
length           2039 third_party/libpng/pngrutil.c       length = (png_uint_32)65535L;
length           2045 third_party/libpng/pngrutil.c    png_ptr->chunkdata = (png_charp)png_malloc_warn(png_ptr, length + 1);
length           2051 third_party/libpng/pngrutil.c    slength = (png_size_t)length;
length           2103 third_party/libpng/pngrutil.c png_handle_zTXt(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           2118 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           2124 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           2139 third_party/libpng/pngrutil.c    if (length > (png_uint_32)65535L)
length           2142 third_party/libpng/pngrutil.c      png_crc_finish(png_ptr, length);
length           2148 third_party/libpng/pngrutil.c    png_ptr->chunkdata = (png_charp)png_malloc_warn(png_ptr, length + 1);
length           2154 third_party/libpng/pngrutil.c    slength = (png_size_t)length;
length           2189 third_party/libpng/pngrutil.c      (png_size_t)length, prefix_len, &data_len);
length           2223 third_party/libpng/pngrutil.c png_handle_iTXt(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           2239 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           2245 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           2260 third_party/libpng/pngrutil.c    if (length > (png_uint_32)65535L)
length           2263 third_party/libpng/pngrutil.c      png_crc_finish(png_ptr, length);
length           2269 third_party/libpng/pngrutil.c    png_ptr->chunkdata = (png_charp)png_malloc_warn(png_ptr, length + 1);
length           2275 third_party/libpng/pngrutil.c    slength = (png_size_t)length;
length           2336 third_party/libpng/pngrutil.c          (size_t)length, prefix_len, &data_len);
length           2372 third_party/libpng/pngrutil.c png_handle_unknown(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
length           2383 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           2389 third_party/libpng/pngrutil.c          png_crc_finish(png_ptr, length);
length           2425 third_party/libpng/pngrutil.c        if (length > (png_uint_32)65535L)
length           2428 third_party/libpng/pngrutil.c            skip = length - (png_uint_32)65535L;
length           2429 third_party/libpng/pngrutil.c            length = (png_uint_32)65535L;
length           2437 third_party/libpng/pngrutil.c        png_ptr->unknown_chunk.size = (png_size_t)length;
length           2438 third_party/libpng/pngrutil.c        if (length == 0)
length           2442 third_party/libpng/pngrutil.c          png_ptr->unknown_chunk.data = (png_bytep)png_malloc(png_ptr, length);
length           2443 third_party/libpng/pngrutil.c          png_crc_read(png_ptr, (png_bytep)png_ptr->unknown_chunk.data, length);
length           2474 third_party/libpng/pngrutil.c       skip = length;
length            294 third_party/libpng/pngset.c    png_uint_32 length;
length            302 third_party/libpng/pngset.c    length = png_strlen(purpose) + 1;
length            304 third_party/libpng/pngset.c      (unsigned long)length);
length            305 third_party/libpng/pngset.c    info_ptr->pcal_purpose = (png_charp)png_malloc_warn(png_ptr, length);
length            311 third_party/libpng/pngset.c    png_memcpy(info_ptr->pcal_purpose, purpose, (png_size_t)length);
length            319 third_party/libpng/pngset.c    length = png_strlen(units) + 1;
length            321 third_party/libpng/pngset.c      (unsigned long)length);
length            322 third_party/libpng/pngset.c    info_ptr->pcal_units = (png_charp)png_malloc_warn(png_ptr, length);
length            328 third_party/libpng/pngset.c    png_memcpy(info_ptr->pcal_units, units, (png_size_t)length);
length            342 third_party/libpng/pngset.c       length = png_strlen(params[i]) + 1;
length            344 third_party/libpng/pngset.c         (unsigned long)length);
length            345 third_party/libpng/pngset.c       info_ptr->pcal_params[i] = (png_charp)png_malloc_warn(png_ptr, length);
length            351 third_party/libpng/pngset.c       png_memcpy(info_ptr->pcal_params[i], params[i], (png_size_t)length);
length            384 third_party/libpng/pngset.c    png_uint_32 length;
length            393 third_party/libpng/pngset.c    length = png_strlen(swidth) + 1;
length            395 third_party/libpng/pngset.c       (unsigned int)length);
length            396 third_party/libpng/pngset.c    info_ptr->scal_s_width = (png_charp)png_malloc_warn(png_ptr, length);
length            403 third_party/libpng/pngset.c    png_memcpy(info_ptr->scal_s_width, swidth, (png_size_t)length);
length            405 third_party/libpng/pngset.c    length = png_strlen(sheight) + 1;
length            407 third_party/libpng/pngset.c       (unsigned int)length);
length            408 third_party/libpng/pngset.c    info_ptr->scal_s_height = (png_charp)png_malloc_warn(png_ptr, length);
length            417 third_party/libpng/pngset.c    png_memcpy(info_ptr->scal_s_height, sheight, (png_size_t)length);
length            600 third_party/libpng/pngset.c    png_uint_32 length;
length            607 third_party/libpng/pngset.c    length = png_strlen(name)+1;
length            608 third_party/libpng/pngset.c    new_iccp_name = (png_charp)png_malloc_warn(png_ptr, length);
length            614 third_party/libpng/pngset.c    png_memcpy(new_iccp_name, name, length);
length            927 third_party/libpng/pngset.c       png_uint_32 length;
length            929 third_party/libpng/pngset.c       length = png_strlen(from->name) + 1;
length            930 third_party/libpng/pngset.c       to->name = (png_charp)png_malloc_warn(png_ptr, length);
length            937 third_party/libpng/pngset.c       png_memcpy(to->name, from->name, length);
length             34 third_party/libpng/pngwio.c png_write_data(png_structp png_ptr, png_bytep data, png_size_t length)
length             37 third_party/libpng/pngwio.c       (*(png_ptr->write_data_fn))(png_ptr, data, length);
length             50 third_party/libpng/pngwio.c png_default_write_data(png_structp png_ptr, png_bytep data, png_size_t length)
length             57 third_party/libpng/pngwio.c    if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
length             60 third_party/libpng/pngwio.c    check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
length             62 third_party/libpng/pngwio.c    if (check != length)
length             75 third_party/libpng/pngwio.c png_default_write_data(png_structp png_ptr, png_bytep data, png_size_t length)
length             89 third_party/libpng/pngwio.c       if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
length             92 third_party/libpng/pngwio.c       check = fwrite(near_data, 1, length, io_ptr);
length            100 third_party/libpng/pngwio.c       remaining = length;
length            122 third_party/libpng/pngwio.c    if (check != length)
length             85 third_party/libpng/pngwutil.c    png_bytep data, png_size_t length)
length             89 third_party/libpng/pngwutil.c    png_write_chunk_start(png_ptr, chunk_name, (png_uint_32)length);
length             90 third_party/libpng/pngwutil.c    png_write_chunk_data(png_ptr, data, (png_size_t)length);
length            100 third_party/libpng/pngwutil.c    png_uint_32 length)
length            105 third_party/libpng/pngwutil.c       (unsigned long)length);
length            112 third_party/libpng/pngwutil.c    png_save_uint_32(buf, length);
length            128 third_party/libpng/pngwutil.c png_write_chunk_data(png_structp png_ptr, png_bytep data, png_size_t length)
length            133 third_party/libpng/pngwutil.c    if (data != NULL && length > 0)
length            135 third_party/libpng/pngwutil.c       png_write_data(png_ptr, data, length);
length            139 third_party/libpng/pngwutil.c       png_calculate_crc(png_ptr, data, length);
length            640 third_party/libpng/pngwutil.c png_write_IDAT(png_structp png_ptr, png_bytep data, png_size_t length)
length            661 third_party/libpng/pngwutil.c          if (length >= 2 &&
length            689 third_party/libpng/pngwutil.c    png_write_chunk(png_ptr, (png_bytep)png_IDAT, data, length);
length           1149 third_party/libusb/src/libusb/descriptor.c 	uint8_t desc_index, unsigned char *data, int length)
length           1188 third_party/libusb/src/libusb/descriptor.c 		if (di >= (length - 1))
length           1546 third_party/libusb/src/libusb/io.c 		int rqlen = transfer->length;
length           1182 third_party/libusb/src/libusb/libusb.h 	unsigned int length;
length           1237 third_party/libusb/src/libusb/libusb.h 	int length;
length           1520 third_party/libusb/src/libusb/libusb.h 		transfer->length = (int) (LIBUSB_CONTROL_SETUP_SIZE
length           1541 third_party/libusb/src/libusb/libusb.h 	unsigned char *buffer, int length, libusb_transfer_cb_fn callback,
length           1549 third_party/libusb/src/libusb/libusb.h 	transfer->length = length;
length           1569 third_party/libusb/src/libusb/libusb.h 	unsigned char endpoint, unsigned char *buffer, int length,
length           1577 third_party/libusb/src/libusb/libusb.h 	transfer->length = length;
length           1598 third_party/libusb/src/libusb/libusb.h 	unsigned char *buffer, int length, int num_iso_packets,
length           1606 third_party/libusb/src/libusb/libusb.h 	transfer->length = length;
length           1621 third_party/libusb/src/libusb/libusb.h 	struct libusb_transfer *transfer, unsigned int length)
length           1625 third_party/libusb/src/libusb/libusb.h 		transfer->iso_packet_desc[i].length = length;
length           1662 third_party/libusb/src/libusb/libusb.h 		offset += transfer->iso_packet_desc[i].length;
length           1701 third_party/libusb/src/libusb/libusb.h 	return transfer->buffer + ((int) transfer->iso_packet_desc[0].length * _packet);
length           1711 third_party/libusb/src/libusb/libusb.h 	unsigned char endpoint, unsigned char *data, int length,
length           1715 third_party/libusb/src/libusb/libusb.h 	unsigned char endpoint, unsigned char *data, int length,
length           1731 third_party/libusb/src/libusb/libusb.h 	uint8_t desc_type, uint8_t desc_index, unsigned char *data, int length)
length           1735 third_party/libusb/src/libusb/libusb.h 		0, data, (uint16_t) length, 1000);
length           1753 third_party/libusb/src/libusb/libusb.h 	uint8_t desc_index, uint16_t langid, unsigned char *data, int length)
length           1757 third_party/libusb/src/libusb/libusb.h 		langid, data, (uint16_t) length, 1000);
length           1761 third_party/libusb/src/libusb/libusb.h 	uint8_t desc_index, unsigned char *data, int length);
length           1459 third_party/libusb/src/libusb/os/darwin_usb.c   if (0 != (transfer->length % maxPacketSize)) {
length           1469 third_party/libusb/src/libusb/os/darwin_usb.c                                                       transfer->length, darwin_async_io_callback, itransfer);
length           1472 third_party/libusb/src/libusb/os/darwin_usb.c                                                        transfer->length, darwin_async_io_callback, itransfer);
length           1478 third_party/libusb/src/libusb/os/darwin_usb.c                                                         transfer->length, transfer->timeout, transfer->timeout,
length           1482 third_party/libusb/src/libusb/os/darwin_usb.c                                                          transfer->length, transfer->timeout, transfer->timeout,
length           1522 third_party/libusb/src/libusb/os/darwin_usb.c     tpriv->isoc_framelist[i].frReqCount = transfer->iso_packet_desc[i].length;
length           1733 third_party/libusb/src/libusb/os/linux_usbfs.c 		bulk_buffer_len = transfer->length ? transfer->length : 1;
length           1743 third_party/libusb/src/libusb/os/linux_usbfs.c 		bulk_buffer_len = transfer->length ? transfer->length : 1;
length           1754 third_party/libusb/src/libusb/os/linux_usbfs.c 	int num_urbs = transfer->length / bulk_buffer_len;
length           1757 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (transfer->length == 0) {
length           1759 third_party/libusb/src/libusb/os/linux_usbfs.c 	} else if ((transfer->length % bulk_buffer_len) > 0) {
length           1764 third_party/libusb/src/libusb/os/linux_usbfs.c 		transfer->length);
length           1785 third_party/libusb/src/libusb/os/linux_usbfs.c 			urb->buffer_length = transfer->length % bulk_buffer_len;
length           1786 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (transfer->length == 0)
length           1889 third_party/libusb/src/libusb/os/linux_usbfs.c 		packet_len = transfer->iso_packet_desc[i].length;
length           1922 third_party/libusb/src/libusb/os/linux_usbfs.c 			packet_len = transfer->iso_packet_desc[packet_offset].length;
length           1947 third_party/libusb/src/libusb/os/linux_usbfs.c 			packet_len = transfer->iso_packet_desc[k].length;
length           1948 third_party/libusb/src/libusb/os/linux_usbfs.c 			urb->iso_frame_desc[j].length = packet_len;
length           2022 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (transfer->length - LIBUSB_CONTROL_SETUP_SIZE > MAX_CTRL_BUFFER_LENGTH)
length           2036 third_party/libusb/src/libusb/os/linux_usbfs.c 	urb->buffer_length = transfer->length;
length             79 third_party/libusb/src/libusb/os/linux_usbfs.h 	unsigned int length;
length            802 third_party/libusb/src/libusb/os/openbsd_usb.c 		nr = read(fd, transfer->buffer, transfer->length);
length            804 third_party/libusb/src/libusb/os/openbsd_usb.c 		nr = write(fd, transfer->buffer, transfer->length);
length            655 third_party/libusb/src/libusb/os/wince_usb.c 		DWORD bufLen = transfer->length - sizeof(UKW_CONTROL_HEADER);
length            661 third_party/libusb/src/libusb/os/wince_usb.c 			transfer->length, &transfer->actual_length, wfd.overlapped);
length           2878 third_party/libusb/src/libusb/os/windows_usb.c 	size = transfer->length - LIBUSB_CONTROL_SETUP_SIZE;
length           2989 third_party/libusb/src/libusb/os/windows_usb.c 		usbi_dbg("reading %d bytes", transfer->length);
length           2990 third_party/libusb/src/libusb/os/windows_usb.c 		ret = WinUSBX[sub_api].ReadPipe(wfd.handle, transfer->endpoint, transfer->buffer, transfer->length, NULL, wfd.overlapped);
length           2992 third_party/libusb/src/libusb/os/windows_usb.c 		usbi_dbg("writing %d bytes", transfer->length);
length           2993 third_party/libusb/src/libusb/os/windows_usb.c 		ret = WinUSBX[sub_api].WritePipe(wfd.handle, transfer->endpoint, transfer->buffer, transfer->length, NULL, wfd.overlapped);
length           3003 third_party/libusb/src/libusb/os/windows_usb.c 		wfd.overlapped->InternalHigh = (DWORD)transfer->length;
length           3898 third_party/libusb/src/libusb/os/windows_usb.c 	size = transfer->length - LIBUSB_CONTROL_SETUP_SIZE;
length           3999 third_party/libusb/src/libusb/os/windows_usb.c 	int current_interface, length;
length           4029 third_party/libusb/src/libusb/os/windows_usb.c 		length = transfer->length+1;
length           4031 third_party/libusb/src/libusb/os/windows_usb.c 		length = transfer->length;
length           4034 third_party/libusb/src/libusb/os/windows_usb.c 	transfer_priv->hid_buffer = (uint8_t*)calloc(length+1, 1);
length           4038 third_party/libusb/src/libusb/os/windows_usb.c 	transfer_priv->hid_expected_size = length;
length           4042 third_party/libusb/src/libusb/os/windows_usb.c 		usbi_dbg("reading %d bytes (report ID: 0x00)", length);
length           4043 third_party/libusb/src/libusb/os/windows_usb.c 		ret = ReadFile(wfd.handle, transfer_priv->hid_buffer, length+1, &size, wfd.overlapped);
length           4046 third_party/libusb/src/libusb/os/windows_usb.c 			memcpy(transfer_priv->hid_buffer+1, transfer->buffer, transfer->length);
length           4049 third_party/libusb/src/libusb/os/windows_usb.c 			memcpy(transfer_priv->hid_buffer, transfer->buffer, transfer->length);
length           4051 third_party/libusb/src/libusb/os/windows_usb.c 		usbi_dbg("writing %d bytes (report ID: 0x%02X)", length, transfer_priv->hid_buffer[0]);
length           4052 third_party/libusb/src/libusb/os/windows_usb.c 		ret = WriteFile(wfd.handle, transfer_priv->hid_buffer, length, &size, wfd.overlapped);
length           4071 third_party/libusb/src/libusb/os/windows_usb.c 		if (size > (size_t)length) {
length            619 third_party/libusb/src/libusb/os/windows_usb.h   USHORT length;
length            159 third_party/libusb/src/libusb/sync.c 	unsigned char endpoint, unsigned char *buffer, int length,
length            169 third_party/libusb/src/libusb/sync.c 	libusb_fill_bulk_transfer(transfer, dev_handle, endpoint, buffer, length,
length            253 third_party/libusb/src/libusb/sync.c 	unsigned char endpoint, unsigned char *data, int length, int *transferred,
length            256 third_party/libusb/src/libusb/sync.c 	return do_sync_bulk_transfer(dev_handle, endpoint, data, length,
length            303 third_party/libusb/src/libusb/sync.c 	unsigned char *data, int length, int *transferred, unsigned int timeout)
length            305 third_party/libusb/src/libusb/sync.c 	return do_sync_bulk_transfer(dev_handle, endpoint, data, length,
length             69 third_party/libva/va/x11/va_dri2str.h     CARD16  length B16;
length             79 third_party/libva/va/x11/va_dri2str.h     CARD32  length B32;
length             92 third_party/libva/va/x11/va_dri2str.h     CARD16  length B16;
length            102 third_party/libva/va/x11/va_dri2str.h     CARD32  length B32;
length            115 third_party/libva/va/x11/va_dri2str.h     CARD16  length B16;
length            125 third_party/libva/va/x11/va_dri2str.h     CARD32  length B32;
length            138 third_party/libva/va/x11/va_dri2str.h     CARD16  length B16;
length            146 third_party/libva/va/x11/va_dri2str.h     CARD16  length B16;
length            154 third_party/libva/va/x11/va_dri2str.h     CARD16  length B16;
length            164 third_party/libva/va/x11/va_dri2str.h     CARD32  length B32;
length            177 third_party/libva/va/x11/va_dri2str.h     CARD16  length B16;
length            189 third_party/libva/va/x11/va_dri2str.h     CARD32  length B32;
length            202 third_party/libva/va/x11/va_dri2str.h     CARD16  length B16;
length            217 third_party/libva/va/x11/va_dri2str.h     CARD32  length B32;
length            227 third_party/libwebp/dec/vp8l.c         const int length = use_prev ? prev_code_len : 0;
length            228 third_party/libwebp/dec/vp8l.c         while (repeat-- > 0) code_lengths[symbol++] = length;
length            769 third_party/libwebp/dec/vp8l.c       const int length = GetCopyLength(length_sym, br);
length            774 third_party/libwebp/dec/vp8l.c       if (pos >= dist && end - pos >= length) {
length            776 third_party/libwebp/dec/vp8l.c         for (i = 0; i < length; ++i) data[pos + i] = data[pos + i - dist];
length            781 third_party/libwebp/dec/vp8l.c       pos += length;
length            782 third_party/libwebp/dec/vp8l.c       col += length;
length            873 third_party/libwebp/dec/vp8l.c       const int length = GetCopyLength(length_sym, br);
length            878 third_party/libwebp/dec/vp8l.c       if (src - data < (ptrdiff_t)dist || src_end - src < (ptrdiff_t)length) {
length            883 third_party/libwebp/dec/vp8l.c         for (i = 0; i < length; ++i) src[i] = src[i - dist];
length            884 third_party/libwebp/dec/vp8l.c         src += length;
length            886 third_party/libwebp/dec/vp8l.c       col += length;
length            239 third_party/libwebp/enc/backward_references.c static WEBP_INLINE void PushBackCopy(VP8LBackwardRefs* const refs, int length) {
length            241 third_party/libwebp/enc/backward_references.c   while (length >= MAX_LENGTH) {
length            243 third_party/libwebp/enc/backward_references.c     length -= MAX_LENGTH;
length            245 third_party/libwebp/enc/backward_references.c   if (length > 0) {
length            246 third_party/libwebp/enc/backward_references.c     refs->refs[size++] = PixOrCopyCreateCopy(1, length);
length            464 third_party/libwebp/enc/backward_references.c                                         uint32_t length) {
length            466 third_party/libwebp/enc/backward_references.c   VP8LPrefixEncodeBits(length, &code, &extra_bits);
length            152 third_party/libwebp/enc/histogram.c static double HuffmanCost(const int* const population, int length) {
length            160 third_party/libwebp/enc/histogram.c   for (; i < length - 1; ++i) {
length            182 third_party/libwebp/enc/histogram.c   if (i == length - 1) {
length            189 third_party/libwebp/enc/histogram.c static double PopulationCost(const int* const population, int length) {
length            190 third_party/libwebp/enc/histogram.c   return BitsEntropy(population, length) + HuffmanCost(population, length);
length            193 third_party/libwebp/enc/histogram.c static double ExtraCost(const int* const population, int length) {
length            196 third_party/libwebp/enc/histogram.c   for (i = 2; i < length - 2; ++i) cost += (i >> 1) * population[i + 2];
length            335 third_party/libwebp/enc/vp8l.c     int length;
length            352 third_party/libwebp/enc/vp8l.c     length = write_trimmed_length ? trimmed_length : num_tokens;
length            361 third_party/libwebp/enc/vp8l.c     StoreHuffmanTreeToBitMask(bw, tokens, length, &huffman_code);
length            125 third_party/libwebp/utils/bit_reader.c                        size_t length) {
length            129 third_party/libwebp/utils/bit_reader.c   assert(length < 0xfffffff8u);   // can't happen with a RIFF chunk.
length            132 third_party/libwebp/utils/bit_reader.c   br->len_ = length;
length            305 third_party/libwebp/utils/bit_reader.h                        size_t length);
length            309 third_party/libwebp/utils/bit_reader.h                             const uint8_t* const buffer, size_t length);
length             32 third_party/libwebp/utils/filters.c                                     uint8_t* dst, int length, int inverse) {
length             35 third_party/libwebp/utils/filters.c     for (i = 0; i < length; ++i) dst[i] = src[i] + pred[i];
length             37 third_party/libwebp/utils/filters.c     for (i = 0; i < length; ++i) dst[i] = src[i] - pred[i];
length             31 third_party/libwebp/utils/huffman_encode.c static int OptimizeHuffmanForRle(int length, int* const counts) {
length             35 third_party/libwebp/utils/huffman_encode.c   for (; length >= 0; --length) {
length             36 third_party/libwebp/utils/huffman_encode.c     if (length == 0) {
length             39 third_party/libwebp/utils/huffman_encode.c     if (counts[length - 1] != 0) {
length             46 third_party/libwebp/utils/huffman_encode.c   good_for_rle = (uint8_t*)calloc(length, 1);
length             56 third_party/libwebp/utils/huffman_encode.c     for (i = 0; i < length + 1; ++i) {
length             57 third_party/libwebp/utils/huffman_encode.c       if (i == length || counts[i] != symbol) {
length             66 third_party/libwebp/utils/huffman_encode.c         if (i != length) {
length             79 third_party/libwebp/utils/huffman_encode.c     for (i = 0; i < length + 1; ++i) {
length             80 third_party/libwebp/utils/huffman_encode.c       if (i == length || good_for_rle[i] ||
length            102 third_party/libwebp/utils/huffman_encode.c         if (i < length - 3) {
length            107 third_party/libwebp/utils/huffman_encode.c         } else if (i < length) {
length            114 third_party/libwebp/utils/huffman_encode.c       if (i != length) {
length           2166 third_party/libxml/src/HTMLparser.c     input->length = 0;
length           4995 third_party/libxml/src/HTMLparser.c         len = in->length;
length           5122 third_party/libxml/src/HTMLparser.c         len = in->length;
length           5232 third_party/libxml/src/HTMLparser.c 	    avail = in->length - (in->cur - in->base);
length           5268 third_party/libxml/src/HTMLparser.c 			avail = in->length - (in->cur - in->base);
length           5310 third_party/libxml/src/HTMLparser.c 		    avail = in->length - (in->cur - in->base);
length           5370 third_party/libxml/src/HTMLparser.c 		    avail = in->length - (in->cur - in->base);
length           5411 third_party/libxml/src/HTMLparser.c 		    avail = in->length - (in->cur - in->base);
length            438 third_party/libxml/src/SAX2.c 	if (ctxt->input->length >= 4) {
length            179 third_party/libxml/src/entities.c         ret->length = xmlStrlen(content);
length            180 third_party/libxml/src/entities.c 	if ((dict != NULL) && (ret->length < 5))
length            182 third_party/libxml/src/entities.c 	                   xmlDictLookup(dict, content, ret->length);
length            184 third_party/libxml/src/entities.c 	    ret->content = xmlStrndup(content, ret->length);
length            186 third_party/libxml/src/entities.c         ret->length = 0;
length             51 third_party/libxml/src/include/libxml/entities.h     int                   length;	/* the content length */
length             63 third_party/libxml/src/include/libxml/parser.h     int length;                       /* length if known */
length            102 third_party/libxml/src/include/libxml/parser.h   unsigned long length;
length             98 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 unsigned long *length);
length            104 third_party/libxml/src/include/libxml/xmlschemastypes.h 						  unsigned long *length,
length           2236 third_party/libxml/src/parser.c     size_t length;
length           2249 third_party/libxml/src/parser.c     length = xmlStrlen(entity->name) + 5;
length           2250 third_party/libxml/src/parser.c     buffer = xmlMallocAtomic(length);
length           2258 third_party/libxml/src/parser.c     buffer [length-3] = ';';
length           2259 third_party/libxml/src/parser.c     buffer [length-2] = ' ';
length           2260 third_party/libxml/src/parser.c     buffer [length-1] = 0;
length           2261 third_party/libxml/src/parser.c     memcpy(buffer + 2, entity->name, length - 5);
length           2265 third_party/libxml/src/parser.c     input->length = length;
length           2266 third_party/libxml/src/parser.c     input->end = &buffer[length];
length           10520 third_party/libxml/src/parser.c 	len = in->length;
length           10785 third_party/libxml/src/parser.c 	    avail = ctxt->input->length -
length           11247 third_party/libxml/src/parser.c 		    avail = ctxt->input->length -
length           11342 third_party/libxml/src/parser.c 		    avail = ctxt->input->length - (ctxt->input->cur - ctxt->input->base);
length           11390 third_party/libxml/src/parser.c 		    avail = ctxt->input->length - (ctxt->input->cur - ctxt->input->base);
length           11793 third_party/libxml/src/parser.c 		avail = ctxt->input->length -
length           12571 third_party/libxml/src/parser.c 	ctxt->node_seq.length = oldctxt->node_seq.length;
length           12593 third_party/libxml/src/parser.c 	ctxt->node_seq.length = 0;
length           12612 third_party/libxml/src/parser.c 	ctxt->node_seq.length = 0;
length           12710 third_party/libxml/src/parser.c     oldctxt->node_seq.length = ctxt->node_seq.length;
length           12713 third_party/libxml/src/parser.c     ctxt->node_seq.length = 0;
length           1265 third_party/libxml/src/parserInternals.c     } else if (input->length == 0) {
length           1492 third_party/libxml/src/parserInternals.c     input->length = entity->length;
length           1493 third_party/libxml/src/parserInternals.c     input->end = &entity->content[input->length];
length           1524 third_party/libxml/src/parserInternals.c     input->length = xmlStrlen(buffer);
length           1525 third_party/libxml/src/parserInternals.c     input->end = &buffer[input->length];
length           1917 third_party/libxml/src/parserInternals.c     if (pos < ctx->node_seq.length
length           1936 third_party/libxml/src/parserInternals.c     seq->length = 0;
length           1981 third_party/libxml/src/parserInternals.c     upper = seq->length;
length           2020 third_party/libxml/src/parserInternals.c     if ((pos < ctxt->node_seq.length) && 
length           2028 third_party/libxml/src/parserInternals.c         if (ctxt->node_seq.length + 1 > ctxt->node_seq.maximum) {
length           2053 third_party/libxml/src/parserInternals.c         if (pos != ctxt->node_seq.length) {
length           2056 third_party/libxml/src/parserInternals.c             for (i = ctxt->node_seq.length; i > pos; i--)
length           2062 third_party/libxml/src/parserInternals.c         ctxt->node_seq.length++;
length           35503 third_party/libxml/src/testapi.c     unsigned long * length; /* the actual length of the value */
length           35516 third_party/libxml/src/testapi.c         length = gen_unsigned_long_ptr(n_length, 4);
length           35518 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateLengthFacet(type, facet, (const xmlChar *)value, val, length);
length           35525 third_party/libxml/src/testapi.c         des_unsigned_long_ptr(n_length, length, 4);
length           35565 third_party/libxml/src/testapi.c     unsigned long * length; /* the actual length of the value */
length           35581 third_party/libxml/src/testapi.c         length = gen_unsigned_long_ptr(n_length, 4);
length           35584 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
length           35591 third_party/libxml/src/testapi.c         des_unsigned_long_ptr(n_length, length, 4);
length           2180 third_party/libxml/src/trio.c   int length;
length           2234 third_party/libxml/src/trio.c 	  length = internalThousandSeparatorLength;
length           2235 third_party/libxml/src/trio.c 	  if (((int)(pointer - buffer) - length) > 0)
length           2237 third_party/libxml/src/trio.c 	      p = &internalThousandSeparator[length - 1];
length           2238 third_party/libxml/src/trio.c 	      while (length-- > 0)
length           2425 third_party/libxml/src/trio.c   int length;
length           2434 third_party/libxml/src/trio.c       length = sizeof(internalNullString) - 1;
length           2441 third_party/libxml/src/trio.c       length = trio_length(string);
length           2444 third_party/libxml/src/trio.c       (precision < length))
length           2446 third_party/libxml/src/trio.c       length = precision;
length           2448 third_party/libxml/src/trio.c   width -= length;
length           2459 third_party/libxml/src/trio.c   while (length-- > 0)
length           2531 third_party/libxml/src/trio.c   int length;
length           2549 third_party/libxml/src/trio.c       length = INT_MAX;
length           2553 third_party/libxml/src/trio.c       length = precision;
length           2554 third_party/libxml/src/trio.c       width -= length;
length           2566 third_party/libxml/src/trio.c   while (length > 0)
length           2568 third_party/libxml/src/trio.c       size = TrioWriteWideStringCharacter(self, *wstring++, flags, length);
length           2571 third_party/libxml/src/trio.c       length -= size;
length             95 third_party/libxml/src/triostr.c   size_t length;
length            215 third_party/libxml/src/triostr.c   size_t length;
length            220 third_party/libxml/src/triostr.c   length = trio_length(target);
length            222 third_party/libxml/src/triostr.c   if (max > length)
length            224 third_party/libxml/src/triostr.c       strncat(target, source, max - length - 1);
length            369 third_party/libxml/src/triostr.c   size_t length;
length            374 third_party/libxml/src/triostr.c   length = trio_length(source);
length            375 third_party/libxml/src/triostr.c   if (length > max)
length            377 third_party/libxml/src/triostr.c       length = max;
length            379 third_party/libxml/src/triostr.c   return TrioDuplicateMax(source, length);
length           1274 third_party/libxml/src/triostr.c       self->length = 0;
length           1322 third_party/libxml/src/triostr.c TRIO_ARGS2((self, length),
length           1324 third_party/libxml/src/triostr.c 	   size_t length)
length           1326 third_party/libxml/src/triostr.c   length++; /* Room for terminating zero */
length           1327 third_party/libxml/src/triostr.c   return (self->allocated < length)
length           1328 third_party/libxml/src/triostr.c     ? TrioStringGrow(self, length - self->allocated)
length           1415 third_party/libxml/src/triostr.c       if (self->length == 0)
length           1421 third_party/libxml/src/triostr.c 	  if (offset > (int)self->length)
length           1423 third_party/libxml/src/triostr.c 	      offset = self->length;
length           1428 third_party/libxml/src/triostr.c 	  offset += self->length + 1;
length           1462 third_party/libxml/src/triostr.c   self->length = self->allocated = 0;
length           1535 third_party/libxml/src/triostr.c   size_t length;
length           1540 third_party/libxml/src/triostr.c   length = self->length + other->length;
length           1541 third_party/libxml/src/triostr.c   if (!TrioStringGrowTo(self, length))
length           1543 third_party/libxml/src/triostr.c   trio_copy(&self->content[self->length], other->content);
length           1544 third_party/libxml/src/triostr.c   self->length = length;
length           1563 third_party/libxml/src/triostr.c   size_t length;
length           1568 third_party/libxml/src/triostr.c   length = self->length + trio_length(other);
length           1569 third_party/libxml/src/triostr.c   if (!TrioStringGrowTo(self, length))
length           1571 third_party/libxml/src/triostr.c   trio_copy(&self->content[self->length], other);
length           1572 third_party/libxml/src/triostr.c   self->length = length;
length           1592 third_party/libxml/src/triostr.c   if ((int)self->length >= trio_string_size(self))
length           1597 third_party/libxml/src/triostr.c   self->content[self->length] = character;
length           1598 third_party/libxml/src/triostr.c   self->length++;
length           1659 third_party/libxml/src/triostr.c   self->length = 0;
length           1678 third_party/libxml/src/triostr.c   self->length = 0;
length           1700 third_party/libxml/src/triostr.c       self->content = TrioDuplicateMax(other->content, other->length);
length           1703 third_party/libxml/src/triostr.c 	  self->length = other->length;
length           1704 third_party/libxml/src/triostr.c 	  self->allocated = self->length + 1;
length           1708 third_party/libxml/src/triostr.c 	  self->length = self->allocated = 0;
length           1734 third_party/libxml/src/triostr.c 	  self->length = trio_length(self->content);
length           1735 third_party/libxml/src/triostr.c 	  self->allocated = self->length + 1;
length           1739 third_party/libxml/src/triostr.c 	  self->length = self->allocated = 0;
length           1958 third_party/libxml/src/triostr.c   if (self->length == 0)
length           1960 third_party/libxml/src/triostr.c       self->length = trio_length(self->content);
length           1962 third_party/libxml/src/triostr.c   return self->length;
length           2612 third_party/libxml/src/xmlschemas.c 		  unsigned long length,
length           2655 third_party/libxml/src/xmlschemas.c 	    snprintf(actLen, 24, "%lu", length);
length           24127 third_party/libxml/src/xmlschemas.c 			unsigned long length,
length           24232 third_party/libxml/src/xmlschemas.c 		    value, length, NULL);
length           24244 third_party/libxml/src/xmlschemas.c 		value, length, type, facetLink->facet, NULL, NULL, NULL);
length           5121 third_party/libxml/src/xmlschemastypes.c 				     unsigned long *length,
length           5126 third_party/libxml/src/xmlschemastypes.c     if ((length == NULL) || (facet == NULL))
length           5128 third_party/libxml/src/xmlschemastypes.c     *length = 0;
length           5198 third_party/libxml/src/xmlschemastypes.c     *length = (unsigned long) len;
length           5235 third_party/libxml/src/xmlschemastypes.c 			     unsigned long *length)  
length           5240 third_party/libxml/src/xmlschemastypes.c 	type->builtInType, value, val, length,
length           5264 third_party/libxml/src/xmlschemastypes.c 				  unsigned long *length,
length           5268 third_party/libxml/src/xmlschemastypes.c 	length, ws));
length            210 third_party/lzma_sdk/7zFile.c WRes File_GetLength(CSzFile *p, UInt64 *length)
length            222 third_party/lzma_sdk/7zFile.c   *length = (((UInt64)sizeHigh) << 32) + sizeLow;
length            229 third_party/lzma_sdk/7zFile.c   *length = ftell(p->file);
length             50 third_party/lzma_sdk/7zFile.h WRes File_GetLength(CSzFile *p, UInt64 *length);
length            233 third_party/npapi/bindings/npapi.h   uint32_t length;
length             96 third_party/npapi/npspy/common/format.cpp   int length = vsnprintf_s(buffer, size, size - 1, format, arguments);
length             97 third_party/npapi/npspy/common/format.cpp   if (length < 0)
length             99 third_party/npapi/npspy/common/format.cpp   return length;
length             77 third_party/npapi/npspy/common/logfile.cpp   return XP_WriteFile(hFile, buf.c_str(), buf.length());
length            362 third_party/npapi/npspy/extern/java/jri.h #define JRI_NewScalarArray(env, length, elementSig, initialElements)	\
length            363 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->NewScalarArray)(env, JRI_NewScalarArray_op, length, elementSig, initialElements))
length            371 third_party/npapi/npspy/extern/java/jri.h #define JRI_NewObjectArray(env, length, elementClass, initialElement)	\
length            372 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->NewObjectArray)(env, JRI_NewObjectArray_op, length, elementClass, initialElement))
length            160 third_party/npapi/npspy/extern/java/jritypes.h #define JRI_NewByteArray(env, length, initialValues)	\
length            161 third_party/npapi/npspy/extern/java/jritypes.h 	JRI_NewScalarArray(env, length, JRISigByte, (jbyte*)(initialValues))
length            167 third_party/npapi/npspy/extern/java/jritypes.h #define JRI_NewCharArray(env, length, initialValues)	\
length            168 third_party/npapi/npspy/extern/java/jritypes.h 	JRI_NewScalarArray(env, ((length) * sizeof(jchar)), JRISigChar, (jbyte*)(initialValues))
length            174 third_party/npapi/npspy/extern/java/jritypes.h #define JRI_NewShortArray(env, length, initialValues)	\
length            175 third_party/npapi/npspy/extern/java/jritypes.h 	JRI_NewScalarArray(env, ((length) * sizeof(jshort)), JRISigShort, (jbyte*)(initialValues))
length            181 third_party/npapi/npspy/extern/java/jritypes.h #define JRI_NewIntArray(env, length, initialValues)	\
length            182 third_party/npapi/npspy/extern/java/jritypes.h 	JRI_NewScalarArray(env, ((length) * sizeof(jint)), JRISigInt, (jbyte*)(initialValues))
length            188 third_party/npapi/npspy/extern/java/jritypes.h #define JRI_NewLongArray(env, length, initialValues)	\
length            189 third_party/npapi/npspy/extern/java/jritypes.h 	JRI_NewScalarArray(env, ((length) * sizeof(jlong)), JRISigLong, (jbyte*)(initialValues))
length            195 third_party/npapi/npspy/extern/java/jritypes.h #define JRI_NewFloatArray(env, length, initialValues)	\
length            196 third_party/npapi/npspy/extern/java/jritypes.h 	JRI_NewScalarArray(env, ((length) * sizeof(jfloat)), JRISigFloat, (jbyte*)(initialValues))
length            202 third_party/npapi/npspy/extern/java/jritypes.h #define JRI_NewDoubleArray(env, length, initialValues)	\
length            203 third_party/npapi/npspy/extern/java/jritypes.h 	JRI_NewScalarArray(env, ((length) * sizeof(jdouble)), JRISigDouble, (jbyte*)(initialValues))
length            170 third_party/npapi/npspy/extern/nspr/md/_os2.h     PRIntn length;                     /* # of used entries in this
length            376 third_party/npapi/npspy/extern/nspr/md/_os2.h     if (0 != (lock)->notified.length) { \
length            389 third_party/npapi/npspy/extern/nspr/md/_os2.h     if (0 != (lock)->notified.length) { \
length            161 third_party/npapi/npspy/extern/nspr/md/_win95.h     PRIntn length;                     /* # of used entries in this
length            381 third_party/npapi/npspy/extern/nspr/md/_win95.h #define _MD_NEW_LOCK(lock)            (InitializeCriticalSection(&((lock)->mutex)),(lock)->notified.length=0,(lock)->notified.link=NULL,PR_SUCCESS)
length            109 third_party/npapi/npspy/extern/nspr/prmwait.h     PRSize length;              /* length (in bytes) of memory interval */
length            274 third_party/npapi/npspy/extern/plugin/npapi.h   uint32 length;
length             73 third_party/power_gadget/PowerGadgetLib.cpp 		wstring version = path.substr(pos+1, path.length());
length             96 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java       if (result.length() > 0) {
length            512 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         final int length = input.readRawVarint32();
length            513 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         final int limit = input.pushLimit(length);
length            161 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java       return mergeFrom(data, 0, data.length);
length            186 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java       return mergeFrom(data, 0, data.length, extensionRegistry);
length            165 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractParser.java     return parsePartialFrom(data, 0, data.length, extensionRegistry);
length            170 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractParser.java     return parsePartialFrom(data, 0, data.length, EMPTY_REGISTRY);
length            188 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractParser.java     return parseFrom(data, 0, data.length, extensionRegistry);
length             63 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java   BoundedByteString(byte[] bytes, int offset, int length) {
length             68 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java     if (length < 0) {
length             71 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java     if ((long) offset + length > bytes.length) {
length             73 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java           "Offset+Length too large: " + offset + "+" + length);
length             77 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java     this.bytesLength = length;
length            204 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     return copyFrom(bytes, 0, bytes.length);
length            427 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       int length) {
length            428 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     assert length >= 1;
length            430 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     if (length == 1) {
length            433 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       int halfLength = length >>> 1;
length            435 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       ByteString right = balancedConcat(iterator, length - halfLength);
length            480 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     if (targetOffset + numberToCopy > target.length) {
length            624 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java   protected abstract int partialIsValidUtf8(int state, int offset, int length);
length            742 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       if (bufferPos == buffer.length) {
length            749 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     public synchronized void write(byte[] b, int offset, int length)  {
length            750 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       if (length <= buffer.length - bufferPos) {
length            752 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         System.arraycopy(b, offset, buffer, bufferPos, length);
length            753 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         bufferPos += length;
length            756 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         int copySize  = buffer.length - bufferPos;
length            759 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         length -= copySize;
length            762 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         flushFullBuffer(length);
length            763 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         System.arraycopy(b, offset, buffer, 0 /* count */, length);
length            764 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         bufferPos = length;
length            782 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     private byte[] copyArray(byte[] buffer, int length) {
length            783 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       byte[] result = new byte[length];
length            784 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       System.arraycopy(buffer, 0, result, 0, Math.min(buffer.length, length));
length            847 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       flushedBuffersTotalBytes += buffer.length;
length            862 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       if (bufferPos < buffer.length) {
length            963 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java   protected abstract int partialHash(int h, int offset, int length);
length             62 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java     return newInstance(buf, 0, buf.length);
length            286 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java     final int length = readRawVarint32();
length            290 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java     final int oldLimit = pushLimit(length);
length            303 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java     int length = readRawVarint32();
length            307 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java     final int oldLimit = pushLimit(length);
length            850 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java         while (pos < chunk.length) {
length            852 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java             input.read(chunk, pos, chunk.length - pos);
length            859 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java         sizeLeft -= chunk.length;
length            872 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java         System.arraycopy(chunk, 0, bytes, pos, chunk.length);
length            873 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java         pos += chunk.length;
length             77 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                             final int length) {
length             81 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     limit = offset + length;
length             88 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     limit = buffer.length;
length            116 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return newInstance(flatArray, 0, flatArray.length);
length            128 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                               final int length) {
length            129 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return new CodedOutputStream(flatArray, offset, length);
length            356 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawVarint32(bytes.length);
length            716 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       return computeRawVarint32Size(bytes.length) +
length            717 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java              bytes.length;
length            910 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawBytes(value, 0, value.length);
length            914 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawBytes(final byte[] value, int offset, int length)
length            916 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if (limit - position >= length) {
length            918 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       System.arraycopy(value, offset, buffer, position, length);
length            919 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       position += length;
length            926 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       length -= bytesWritten;
length            933 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       if (length <= limit) {
length            935 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         System.arraycopy(value, offset, buffer, 0, length);
length            936 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         position = length;
length            939 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         output.write(value, offset, length);
length            945 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawBytes(final ByteString value, int offset, int length)
length            947 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if (limit - position >= length) {
length            949 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       value.copyTo(buffer, offset, position, length);
length            950 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       position += length;
length            957 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       length -= bytesWritten;
length            964 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       if (length <= limit) {
length            966 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         value.copyTo(buffer, offset, 0, length);
length            967 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         position = length;
length            978 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         while (length > 0) {
length            979 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java           int bytesToRead = Math.min(length, limit);
length            985 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java           length -= bytesRead;
length            128 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       if (getPackage().length() > 0) {
length            152 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       if (getPackage().length() > 0) {
length            176 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       if (getPackage().length() > 0) {
length            199 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       if (getPackage().length() > 0) {
length            239 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       if (dependencies.length != proto.getDependencyCount()) {
length            358 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         if (index < 0 || index >= this.dependencies.length) {
length            419 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < messageTypes.length; i++) {
length            423 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < enumTypes.length; i++) {
length            427 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < services.length; i++) {
length            431 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < extensions.length; i++) {
length            637 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < nestedTypes.length; i++) {
length            641 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < enumTypes.length; i++) {
length            645 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < fields.length; i++) {
length            649 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < extensions.length; i++) {
length            882 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       if (Type.values().length != FieldDescriptorProto.Type.values().length) {
length           1267 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < values.length; i++) {
length           1425 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < methods.length; i++) {
length           1530 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     } else if (file.getPackage().length() > 0) {
length           1626 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (int i = 0; i < dependencies.length; i++) {
length           1943 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       if (name.length() == 0) {
length           1947 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         for (int i = 0; i < name.length(); i++) {
length           1496 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         for (int i = 0; i < fields.length; i++) {
length            512 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       int length = input.readRawVarint32();
length            513 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       int limit = input.pushLimit(length);
length             76 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java     return bytes.length;
length            161 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java   protected int partialIsValidUtf8(int state, int offset, int length) {
length            163 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java     return Utf8.partialIsValidUtf8(state, bytes, index, index + length);
length            205 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java   boolean equalsRange(LiteralByteString other, int offset, int length) {
length            206 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java     if (length > other.size()) {
length            208 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java           "Length too large: " + length + size());
length            210 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java     if (offset + length > other.size()) {
length            212 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java           "Ran off end of other: " + offset + ", " + length + ", " +
length            218 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java     int thisLimit = getOffsetIntoBytes() + length;
length            263 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java   protected int partialHash(int h, int offset, int length) {
length            265 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java     for (int i = getOffsetIntoBytes() + offset, limit = i + length; i < limit;
length            108 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     for (int i = 0; i < minLengthByDepth.length; i++) {
length            421 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java   protected int partialIsValidUtf8(int state, int offset, int length) {
length            422 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     int toIndex = offset + length;
length            424 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return left.partialIsValidUtf8(state, offset, length);
length            426 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return right.partialIsValidUtf8(state, offset - leftLength, length);
length            430 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return right.partialIsValidUtf8(leftPartial, 0, length - leftLength);
length            552 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java   protected int partialHash(int h, int offset, int length) {
length            553 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     int toIndex = offset + length;
length            555 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return left.partialHash(h, offset, length);
length            557 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return right.partialHash(h, offset - leftLength, length);
length            561 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return right.partialHash(leftPartial, 0, length - leftLength);
length            680 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     private int getDepthBinForLength(int length) {
length            681 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       int depth = Arrays.binarySearch(minLengthByDepth, length);
length            824 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     public int read(byte b[], int offset, int length)  {
length            827 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       } else if (offset < 0 || length < 0 || length > b.length - offset) {
length            830 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return readSkipInternal(b, offset, length);
length            834 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     public long skip(long length) {
length            835 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       if (length < 0) {
length            837 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       } else if (length > Integer.MAX_VALUE) {
length            838 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java         length = Integer.MAX_VALUE;
length            840 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return readSkipInternal(null, 0, (int) length);
length            853 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     private int readSkipInternal(byte b[], int offset, int length)  {
length            854 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       int bytesRemaining = length;
length            858 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java           if (bytesRemaining == length) {
length            876 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return length - bytesRemaining;
length            504 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       final int length = indent.length();
length            505 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       if (length == 0) {
length            509 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       indent.delete(length - 2, length);
length            516 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       final int size = text.length();
length            621 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       return currentToken.length() == 0;
length            698 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       if (currentToken.length() == 0) {
length            712 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       for (int i = 0; i < currentToken.length(); i++) {
length            884 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       final char quote = currentToken.length() > 0 ? currentToken.charAt(0)
length            890 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       if (currentToken.length() < 2 ||
length            891 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           currentToken.charAt(currentToken.length() - 1) != quote) {
length            897 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             currentToken.substring(1, currentToken.length() - 1);
length           1498 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     if (numberText.length() < 16) {
length            109 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java     return isValidUtf8(bytes, 0, bytes.length);
length             49 third_party/protobuf/java/src/test/java/com/google/protobuf/BoundedByteStringTest.java     int to = sourceBytes.length - 100;
length             66 third_party/protobuf/java/src/test/java/com/google/protobuf/BoundedByteStringTest.java         testString.substring(2, testString.length() - 6), roundTripString);
length             76 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java   private boolean isArrayRange(byte[] left, byte[] right, int rightOffset, int length) {
length             77 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     boolean stillEqual = (left.length == length);
length             78 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     for (int i = 0; (stillEqual && i < length); ++i) {
length             86 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     return left.length == right.length && isArrayRange(left, right, 0, left.length);
length             93 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(substring.toByteArray(), bytes, 500, bytes.length - 500));
length            112 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length);
length            122 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length);
length            127 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), bytes, 500, bytes.length - 500));
length            135 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length));
length            143 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length));
length            152 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length));
length            166 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     byte[] target = new byte[bytes.length + 1000];
length            169 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(bytes, target, 400, bytes.length));
length            190 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     for (int x = 0; x < capturedArray.length; ++x) {
length            326 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       if (pos == data.length) {
length            334 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       return read(buf, 0, buf.length);
length            338 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       if (pos == data.length) {
length            341 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       int count = Math.min(Math.min(size, data.length - pos), 250);
length            355 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       return Math.min(250, data.length - pos);
length            410 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteString.Output output = ByteString.newOutput(bytes.length + 100);
length            415 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
length            422 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     int length = bytes.length;
length            423 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     int[] bufferSizes = {128, 256, length / 2, length - 1, length, length + 1,
length            424 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java                          2 * length, 3 * length};
length            425 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     int[] writeSizes = {1, 4, 5, 7, 23, bytes.length};
length            431 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         for (int i = 0; i < length; i += writeSize) {
length            432 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java           output.write(bytes, i, Math.min(writeSize, length - i));
length            436 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java             isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
length            445 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     int length = bytes.length;
length            446 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     int[] bufferSizes = {0, 1, 128, 256, length / 2,
length            447 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java                          length - 1, length, length + 1,
length            448 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java                          2 * length, 3 * length};
length            456 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java           isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
length            465 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     int length = bytes.length;
length            466 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     int[] bufferSizes = {0, 1, 128, 256, length / 2,
length            467 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java                          length - 1, length, length + 1,
length            468 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java                          2 * length, 3 * length};
length            475 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       while (position < bytes.length) {
length            477 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java           int count = 1 + rng.nextInt(bytes.length - position);
length            491 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java           isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
length            517 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteString.CodedBuilder builder = ByteString.newCodedBuilder(bytes.length);
length            521 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         isArrayRange(bytes, byteString.toByteArray(), 0, bytes.length));
length            683 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     for (int start = 0, length = 16; start < referenceBytes.length; start += length) {
length            684 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       length = (length << 1) - 1;
length            685 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       if (start + length > referenceBytes.length) {
length            686 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java         length = referenceBytes.length - start;
length            688 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java       pieces.add(ByteString.copyFrom(referenceBytes, start, length));
length             55 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     byte[] bytes = new byte[bytesAsInts.length];
length             56 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     for (int i = 0; i < bytesAsInts.length; i++) {
length             80 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java       return super.read(b, 0, Math.min(b.length, blockSize));
length            115 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     byte[] longerData = new byte[data.length + 1];
length            116 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     System.arraycopy(data, 0, longerData, 0, data.length);
length            279 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     assertEquals(rawBytes.length, message.getSerializedSize());
length            352 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     for (int i = 0; i < blob.length; i++) {
length             56 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     byte[] bytes = new byte[bytesAsInts.length];
length             57 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     for (int i = 0; i < bytesAsInts.length; i++) {
length             90 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       assertEquals(data.length,
length            102 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       assertEquals(data.length,
length             81 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertEquals(FieldDescriptor.Type.values().length,
length             82 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java         FieldDescriptorProto.Type.values().length);
length            403 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertEquals(values1.length, values2.length);
length            405 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     for (int i = 0; i < values1.length; i++) {
length            418 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertEquals(values1.length, values2.length);
length            420 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     for (int i = 0; i < values1.length; i++) {
length            128 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     byte[] realBytes = new byte[bytes.length];
length            129 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     for (int i = 0; i < bytes.length; i++) {
length            142 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     assertTrue(not ^ Utf8.isValidUtf8(realBytes, 0, bytes.length));
length            144 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     ByteString sub = lit.substring(0, bytes.length);
length            168 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java     assertEquals(numShards, expected.length);
length            218 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java         bytes[bytes.length - i - 1] = (byte) tmpByteChar;
length            339 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java       bb.limit(bytes.length);
length            341 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java       cb.limit(charsDecoded.length);
length            343 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java       bbReencoded.limit(bytesReencoded.length);
length            347 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java       for (int i = 0; i < bytes.length; i++) {
length            348 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java         bytes[bytes.length - i - 1] = (byte) tmpByteChar;
length            395 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java     outputFailure(byteChar, bytes, after, after.length);
length            405 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java     return toHexString(b, b.length);
length             81 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     for (int i = 0; stillEqual && i < referenceBytes.length; ++i) {
length             90 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     for (int i = 0; stillEqual && i < referenceBytes.length; ++i) {
length            112 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     assertEquals(classUnderTest + " iterable character count", referenceBytes.length, j);
length            116 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     assertEquals(classUnderTest + " must have the expected size", referenceBytes.length,
length            130 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     int length = 100;
length            131 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     byte[] destination = new byte[destinationOffset + length];
length            133 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     stringUnderTest.copyTo(destination, sourceOffset, destinationOffset, length);
length            135 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     for (int i = 0; stillEqual && i < length; ++i) {
length            143 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     int length = 100;
length            144 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     byte[] destination = new byte[destinationOffset + length];
length            148 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java       stringUnderTest.copyTo(destination, stringUnderTest.size() + 1 - length,
length            149 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java           destinationOffset, length);
length            158 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java       stringUnderTest.copyTo(destination, -1, destinationOffset, length);
length            167 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java       stringUnderTest.copyTo(destination, 0, -1, length);
length            185 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java       stringUnderTest.copyTo(destination, 2 * stringUnderTest.size(), 0, length);
length            194 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java       stringUnderTest.copyTo(destination, 0, 2 * destination.length, length);
length            203 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     ByteBuffer myBuffer = ByteBuffer.allocate(referenceBytes.length);
length            211 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     byte[] roundTripBytes = new byte[referenceBytes.length];
length            212 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     assertTrue(byteBuffer.remaining() == referenceBytes.length);
length            222 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     byte[] roundTripBytes = new byte[referenceBytes.length];
length            226 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java       assertTrue(bytesSeen + thisLength <= referenceBytes.length);
length            230 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     assertTrue(bytesSeen == referenceBytes.length);
length            309 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     byte[] mungedBytes = new byte[referenceBytes.length];
length            310 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     System.arraycopy(referenceBytes, 0, mungedBytes, 0, referenceBytes.length);
length            311 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     mungedBytes[mungedBytes.length - 5] ^= 0xFF;
length            380 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java     byte[] roundTripBytes = cis.readRawBytes(referenceBytes.length);
length             72 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     final int length = data.length;
length             78 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java         offset, length, registry));
length             90 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     final int length = data.length;
length             96 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java         offset, length));
length            114 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     byte[] result = new byte[offset + data.length + padding];
length            115 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     System.arraycopy(data, 0, result, offset, data.length);
length             55 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java     int to = sourceBytes.length - 5555;
length             75 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java     StringBuilder builder = new StringBuilder(copies * sourceString.length());
length             84 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java     testString = testString.substring(2, testString.length() - 6);
length             97 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java     StringBuilder builder = new StringBuilder(copies * sourceString.length());
length            255 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java       innerClassNames.add(fullName.substring(outerName.length() + 1));
length           3893 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java       byte[] content = new byte[(int) file.length()];
length            236 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java     byte[] bytes = new byte[bytesAsInts.length];
length            237 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java     for (int i = 0; i < bytesAsInts.length; i++) {
length            494 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     return PyString_FromStringAndSize(value.c_str(), value.length());
length            497 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   PyObject* result = PyUnicode_DecodeUTF8(value.c_str(), value.length(), NULL);
length            504 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     result = PyString_FromStringAndSize(value.c_str(), value.length());
length            907 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   Py_ssize_t length;
length            917 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     length = reflection->FieldSize(*message, field_descriptor);
length            919 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc         reinterpret_cast<PySliceObject*>(slice), length, &from, &to, &step);
length            938 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       if (index < 0 || index >= length) break;
length            947 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       if (index < 0 || index >= length) break;
length           1178 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   Py_ssize_t length, from, to, step, slice_length;
length           1184 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   length = reflection->FieldSize(*message, field_descriptor);
length           1189 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       from = to = length + from;
length           1195 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (from < 0 || from >= length) {
length           1203 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc         length, &from, &to, &step, &slice_length);
length           1217 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   std::vector<bool> to_delete(length, false);
length           1224 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   for (i = 0; i < length; ++i) {
length           1277 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   int length = message->GetReflection()->FieldSize(
length           1279 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   return PyInt_FromLong(length);
length           1553 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     field_name = PyString_FromStringAndSize(s->c_str(), s->length());
length           1580 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc         error.c_str(), error.length());
length             54 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc       SimpleItoa(descriptor->default_value_string().length());
length            253 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc             this->file_to_generate(this->file_to_generate_size() - 1).length(),
length            271 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc             this->parameter().data(), this->parameter().length(),
length            316 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc     this->file_to_generate(i).data(), this->file_to_generate(i).length(),
length            325 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->parameter().data(), this->parameter().length(),
length            348 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->file_to_generate(i).data(), this->file_to_generate(i).length(),
length            357 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->parameter().data(), this->parameter().length(),
length            584 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc             this->name().data(), this->name().length(),
length            601 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc             this->insertion_point().data(), this->insertion_point().length(),
length            618 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc             this->content().data(), this->content().length(),
length            648 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->name().data(), this->name().length(),
length            657 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->insertion_point().data(), this->insertion_point().length(),
length            666 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->content().data(), this->content().length(),
length            683 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->name().data(), this->name().length(),
length            693 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->insertion_point().data(), this->insertion_point().length(),
length            703 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->content().data(), this->content().length(),
length            905 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc             this->error().data(), this->error().length(),
length            950 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->error().data(), this->error().length(),
length            973 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       this->error().data(), this->error().length(),
length            874 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   if (serialized_options.length() == 0 || GeneratingDescriptorProto()) {
length           1057 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->name().data(), this->name().length(),
length           1074 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->package().data(), this->package().length(),
length           1092 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->dependency(this->dependency_size() - 1).length(),
length           1255 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           1264 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->package().data(), this->package().length(),
length           1273 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     this->dependency(i).data(), this->dependency(i).length(),
length           1338 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           1348 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->package().data(), this->package().length(),
length           1358 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->dependency(i).data(), this->dependency(i).length(),
length           1979 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->name().data(), this->name().length(),
length           2098 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           2151 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           2569 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->name().data(), this->name().length(),
length           2586 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->extendee().data(), this->extendee().length(),
length           2661 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->type_name().data(), this->type_name().length(),
length           2678 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->default_value().data(), this->default_value().length(),
length           2722 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           2731 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->extendee().data(), this->extendee().length(),
length           2757 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->type_name().data(), this->type_name().length(),
length           2766 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->default_value().data(), this->default_value().length(),
length           2789 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           2799 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->extendee().data(), this->extendee().length(),
length           2826 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->type_name().data(), this->type_name().length(),
length           2836 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->default_value().data(), this->default_value().length(),
length           3108 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->name().data(), this->name().length(),
length           3167 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           3196 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           3425 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->name().data(), this->name().length(),
length           3485 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           3513 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           3737 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->name().data(), this->name().length(),
length           3796 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           3825 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           4071 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->name().data(), this->name().length(),
length           4088 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->input_type().data(), this->input_type().length(),
length           4105 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->output_type().data(), this->output_type().length(),
length           4149 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           4158 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->input_type().data(), this->input_type().length(),
length           4167 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->output_type().data(), this->output_type().length(),
length           4190 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name().data(), this->name().length(),
length           4200 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->input_type().data(), this->input_type().length(),
length           4210 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->output_type().data(), this->output_type().length(),
length           4500 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->java_package().data(), this->java_package().length(),
length           4517 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->java_outer_classname().data(), this->java_outer_classname().length(),
length           4571 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->go_package().data(), this->go_package().length(),
length           4701 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->java_package().data(), this->java_package().length(),
length           4710 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->java_outer_classname().data(), this->java_outer_classname().length(),
length           4730 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->go_package().data(), this->go_package().length(),
length           4782 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->java_package().data(), this->java_package().length(),
length           4792 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->java_outer_classname().data(), this->java_outer_classname().length(),
length           4813 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->go_package().data(), this->go_package().length(),
length           5551 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->experimental_map_key().data(), this->experimental_map_key().length(),
length           5638 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->experimental_map_key().data(), this->experimental_map_key().length(),
length           5691 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->experimental_map_key().data(), this->experimental_map_key().length(),
length           6895 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->name_part().data(), this->name_part().length(),
length           6941 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name_part().data(), this->name_part().length(),
length           6963 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->name_part().data(), this->name_part().length(),
length           7203 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->identifier_value().data(), this->identifier_value().length(),
length           7282 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->aggregate_value().data(), this->aggregate_value().length(),
length           7318 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->identifier_value().data(), this->identifier_value().length(),
length           7348 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->aggregate_value().data(), this->aggregate_value().length(),
length           7372 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->identifier_value().data(), this->identifier_value().length(),
length           7404 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->aggregate_value().data(), this->aggregate_value().length(),
length           7704 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->leading_comments().data(), this->leading_comments().length(),
length           7721 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             this->trailing_comments().data(), this->trailing_comments().length(),
length           7771 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->leading_comments().data(), this->leading_comments().length(),
length           7780 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->trailing_comments().data(), this->trailing_comments().length(),
length           7825 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->leading_comments().data(), this->leading_comments().length(),
length           7835 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       this->trailing_comments().data(), this->trailing_comments().length(),
length            601 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc           uint32 length;
length            602 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc           if (!input->ReadVarint32(&length)) return false;
length            603 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc           if (!input->ReadString(&temp, length)) return false;
length            606 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc           coded_output.WriteVarint32(length);
length            457 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc     int min_expected_size = base_size + s.length();
length             92 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   int length = result+1;
length             93 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   char* buf = new char[length];
length             97 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   result = vsnprintf(buf, length, format, backup_ap);
length            100 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   if (result >= 0 && result < length) {
length            123 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   res->append(s, start_pos, s.length() - start_pos);
length            246 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   int length = 0;
length            249 third_party/protobuf/src/google/protobuf/stubs/strutil.cc       length += delim_length;
length            251 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     length += iter->size();
length            253 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   result->reserve(length);
length            145 third_party/protobuf/src/google/protobuf/wire_format.cc     uint32 length;
length            146 third_party/protobuf/src/google/protobuf/wire_format.cc     if (!input->ReadVarint32(&length)) return false;
length            147 third_party/protobuf/src/google/protobuf/wire_format.cc     io::CodedInputStream::Limit limit = input->PushLimit(length);
length            268 third_party/protobuf/src/google/protobuf/wire_format.cc         VerifyUTF8String(value.data(), value.length(), PARSE);
length            377 third_party/protobuf/src/google/protobuf/wire_format.cc           uint32 length;
length            378 third_party/protobuf/src/google/protobuf/wire_format.cc           if (!input->ReadVarint32(&length)) return false;
length            379 third_party/protobuf/src/google/protobuf/wire_format.cc           if (!input->ReadString(&temp, length)) return false;
length            382 third_party/protobuf/src/google/protobuf/wire_format.cc           coded_output.WriteVarint32(length);
length            534 third_party/protobuf/src/google/protobuf/wire_format.cc         VerifyUTF8String(value.data(), value.length(), SERIALIZE);
length            148 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       uint32 length;
length            149 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       if (!input->ReadVarint32(&length)) return false;
length            151 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         if (!input->Skip(length)) return false;
length            154 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                length)) {
length            417 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   uint32 length;
length            418 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   if (!input->ReadVarint32(&length)) return false;
length            419 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedInputStream::Limit limit = input->PushLimit(length);
length            572 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   uint32 length;
length            573 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   if (!input->ReadVarint32(&length)) return false;
length            574 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   if (!input->InternalReadStringInline(value, length)) return false;
length            579 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   uint32 length;
length            580 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   if (!input->ReadVarint32(&length)) return false;
length            581 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   return input->InternalReadStringInline(value, length);
length            524 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int LengthDelimitedSize(int length);
length            324 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   uint32 length;
length            325 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!input->ReadVarint32(&length)) return false;
length            326 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   io::CodedInputStream::Limit limit = input->PushLimit(length);
length            357 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   uint32 length;
length            358 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!input->ReadVarint32(&length)) return false;
length            360 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   io::CodedInputStream::Limit limit = input->PushLimit(length);
length            398 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   uint32 length;
length            399 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!input->ReadVarint32(&length)) return false;
length            401 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   io::CodedInputStream::Limit limit = input->PushLimit(length);
length            768 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::LengthDelimitedSize(int length) {
length            769 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(length) + length;
length            852 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   return s.substr(0, prefix.length()) == prefix;
length             77 third_party/qcms/src/chain.c static void qcms_transform_module_LAB_to_XYZ(struct qcms_modular_transform *transform, float *src, float *dest, size_t length)
length             84 third_party/qcms/src/chain.c 	for (i = 0; i < length; i++) {
length            100 third_party/qcms/src/chain.c static void qcms_transform_module_XYZ_to_LAB(struct qcms_modular_transform *transform, float *src, float *dest, size_t length)
length            107 third_party/qcms/src/chain.c         for (i = 0; i < length; i++) {
length            126 third_party/qcms/src/chain.c static void qcms_transform_module_clut_only(struct qcms_modular_transform *transform, float *src, float *dest, size_t length)
length            136 third_party/qcms/src/chain.c 	for (i = 0; i < length; i++) {
length            181 third_party/qcms/src/chain.c static void qcms_transform_module_clut(struct qcms_modular_transform *transform, float *src, float *dest, size_t length)
length            190 third_party/qcms/src/chain.c 	for (i = 0; i < length; i++) {
length            374 third_party/qcms/src/chain.c static void qcms_transform_module_gamma_table(struct qcms_modular_transform *transform, float *src, float *dest, size_t length)
length            378 third_party/qcms/src/chain.c 	for (i = 0; i < length; i++) {
length            393 third_party/qcms/src/chain.c static void qcms_transform_module_gamma_lut(struct qcms_modular_transform *transform, float *src, float *dest, size_t length)
length            397 third_party/qcms/src/chain.c 	for (i = 0; i < length; i++) {
length            415 third_party/qcms/src/chain.c static void qcms_transform_module_matrix_translate(struct qcms_modular_transform *transform, float *src, float *dest, size_t length)
length            432 third_party/qcms/src/chain.c 	for (i = 0; i < length; i++) {
length            447 third_party/qcms/src/chain.c static void qcms_transform_module_matrix(struct qcms_modular_transform *transform, float *src, float *dest, size_t length)
length            464 third_party/qcms/src/chain.c 	for (i = 0; i < length; i++) {
length            999 third_party/qcms/src/iccread.c 	uint32_t length;
length           1009 third_party/qcms/src/iccread.c 	length = read_u32(src, 0);
length           1010 third_party/qcms/src/iccread.c 	if (length <= size) {
length           1012 third_party/qcms/src/iccread.c 		source.size = length;
length           1156 third_party/qcms/src/iccread.c 	uint32_t length, remaining_length;
length           1165 third_party/qcms/src/iccread.c 	length = be32_to_cpu(length_be);
length           1166 third_party/qcms/src/iccread.c 	if (length > MAX_PROFILE_SIZE || length < sizeof(length_be))
length           1170 third_party/qcms/src/iccread.c 	data = malloc(length);
length           1176 third_party/qcms/src/iccread.c 	remaining_length = length - sizeof(length_be);
length           1185 third_party/qcms/src/iccread.c 	profile = qcms_profile_from_memory(data, length);
length            160 third_party/qcms/src/qcms.h void qcms_transform_data(qcms_transform *transform, void *src, void *dest, size_t length);
length            161 third_party/qcms/src/qcms.h void qcms_transform_data_type(qcms_transform *transform, void *src, void *dest, size_t length, qcms_output_type type);
length             96 third_party/qcms/src/qcmsint.h 	void (*transform_fn)(struct _qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, struct _qcms_format_type output_format);
length            106 third_party/qcms/src/qcmsint.h typedef void (*transform_module_fn_t)(struct qcms_modular_transform *transform, float *src, float *dest, size_t length);
length            288 third_party/qcms/src/qcmsint.h                                           size_t length,
length            293 third_party/qcms/src/qcmsint.h                                           size_t length,
length            298 third_party/qcms/src/qcmsint.h                                           size_t length,
length            303 third_party/qcms/src/qcmsint.h                                           size_t length,
length             37 third_party/qcms/src/transform-sse1.c                                           size_t length,
length             78 third_party/qcms/src/transform-sse1.c     if (!length)
length             82 third_party/qcms/src/transform-sse1.c     length--;
length             92 third_party/qcms/src/transform-sse1.c     for (i=0; i<length; i++)
length            157 third_party/qcms/src/transform-sse1.c                                            size_t length,
length            199 third_party/qcms/src/transform-sse1.c     if (!length)
length            203 third_party/qcms/src/transform-sse1.c     length--;
length            214 third_party/qcms/src/transform-sse1.c     for (i=0; i<length; i++)
length             37 third_party/qcms/src/transform-sse2.c                                           size_t length,
length             78 third_party/qcms/src/transform-sse2.c     if (!length)
length             82 third_party/qcms/src/transform-sse2.c     length--;
length             92 third_party/qcms/src/transform-sse2.c     for (i=0; i<length; i++)
length            151 third_party/qcms/src/transform-sse2.c                                            size_t length,
length            193 third_party/qcms/src/transform-sse2.c     if (!length)
length            197 third_party/qcms/src/transform-sse2.c     length--;
length            208 third_party/qcms/src/transform-sse2.c     for (i=0; i<length; i++)
length            242 third_party/qcms/src/transform.c static void qcms_transform_data_rgb_out_pow(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            249 third_party/qcms/src/transform.c 	for (i=0; i<length; i++) {
length            274 third_party/qcms/src/transform.c static void qcms_transform_data_gray_out_lut(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            280 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            303 third_party/qcms/src/transform.c static void qcms_transform_data_graya_out_lut(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            309 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            329 third_party/qcms/src/transform.c static void qcms_transform_data_gray_out_precache(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            335 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            352 third_party/qcms/src/transform.c static void qcms_transform_data_graya_out_precache(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            358 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            376 third_party/qcms/src/transform.c static void qcms_transform_data_rgb_out_lut_precache(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            383 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            413 third_party/qcms/src/transform.c static void qcms_transform_data_rgba_out_lut_precache(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            420 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            516 third_party/qcms/src/transform.c static void qcms_transform_data_tetra_clut_rgba(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            532 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            636 third_party/qcms/src/transform.c static void qcms_transform_data_tetra_clut(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            652 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            753 third_party/qcms/src/transform.c static void qcms_transform_data_rgb_out_lut(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            760 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            792 third_party/qcms/src/transform.c static void qcms_transform_data_rgba_out_lut(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            799 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length            834 third_party/qcms/src/transform.c static void qcms_transform_data_rgb_out_linear(qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, qcms_format_type output_format)
length            841 third_party/qcms/src/transform.c 	for (i = 0; i < length; i++) {
length           1349 third_party/qcms/src/transform.c void qcms_transform_data(qcms_transform *transform, void *src, void *dest, size_t length)
length           1353 third_party/qcms/src/transform.c 	transform->transform_fn(transform, src, dest, length, output_rgbx);
length           1356 third_party/qcms/src/transform.c void qcms_transform_data_type(qcms_transform *transform, void *src, void *dest, size_t length, qcms_output_type type)
length           1361 third_party/qcms/src/transform.c 	transform->transform_fn(transform, src, dest, length, type == QCMS_OUTPUT_BGRX ? output_bgrx : output_rgbx);
length             39 third_party/qcms/src/transform_util.c float lut_interp_linear(double value, uint16_t *table, size_t length)
length             42 third_party/qcms/src/transform_util.c 	value = value * (length - 1); // scale to length of the array
length             52 third_party/qcms/src/transform_util.c uint16_t lut_interp_linear16(uint16_t input_value, uint16_t *table, size_t length)
length             56 third_party/qcms/src/transform_util.c 	uintptr_t value = (input_value * (length - 1));
length             70 third_party/qcms/src/transform_util.c uint8_t lut_interp_linear_precache_output(uint32_t input_value, uint16_t *table, size_t length)
length             74 third_party/qcms/src/transform_util.c 	uintptr_t value = (input_value * (length - 1));
length             94 third_party/qcms/src/transform_util.c float lut_interp_linear_float(float value, float *table, size_t length)
length             97 third_party/qcms/src/transform_util.c         value = value * (length - 1);
length            110 third_party/qcms/src/transform_util.c uint16_t lut_interp_linear16(uint16_t input_value, uint16_t *table, int length)
length            112 third_party/qcms/src/transform_util.c 	uint32_t value = (input_value * (length - 1));
length            131 third_party/qcms/src/transform_util.c void compute_curve_gamma_table_type2(float gamma_table[256], uint16_t *table, int length)
length            135 third_party/qcms/src/transform_util.c 		gamma_table[i] = lut_interp_linear(i/255., table, length);
length            298 third_party/qcms/src/transform_util.c uint16_fract_t lut_inverse_interp16(uint16_t Value, uint16_t LutTable[], int length)
length            315 third_party/qcms/src/transform_util.c         while (LutTable[NumZeroes] == 0 && NumZeroes < length-1)
length            325 third_party/qcms/src/transform_util.c         while (LutTable[length-1- NumPoles] == 0xFFFF && NumPoles < length-1)
length            339 third_party/qcms/src/transform_util.c                 a = ((NumZeroes-1) * 0xFFFF) / (length-1);               
length            340 third_party/qcms/src/transform_util.c                 b = ((length-1 - NumPoles) * 0xFFFF) / (length-1);
length            353 third_party/qcms/src/transform_util.c 		res = (int) lut_interp_linear16((uint16_fract_t) (x-1), LutTable, length);
length            371 third_party/qcms/src/transform_util.c         val2 = (length-1) * ((double) (x - 1) / 65535.0);
length            379 third_party/qcms/src/transform_util.c         x0 = (65535.0 * cell0) / (length-1); 
length            382 third_party/qcms/src/transform_util.c         x1 = (65535.0 * cell1) / (length-1);
length            411 third_party/qcms/src/transform_util.c static uint16_t *invert_lut(uint16_t *table, int length, size_t out_length)
length            423 third_party/qcms/src/transform_util.c                 output[i] = lut_inverse_interp16(input, table, length);
length            437 third_party/qcms/src/transform_util.c void compute_precache_lut(uint8_t *output, uint16_t *table, int length)
length            441 third_party/qcms/src/transform_util.c 		output[v] = lut_interp_linear_precache_output(v, table, length);
length            507 third_party/qcms/src/transform_util.c static uint16_t *build_linear_table(int length)
length            510 third_party/qcms/src/transform_util.c         uint16_t *output = malloc(sizeof(uint16_t)*length);
length            514 third_party/qcms/src/transform_util.c         for (i = 0; i < length; i++) {
length            515 third_party/qcms/src/transform_util.c                 double x = ((double) i * 65535.) / (double) (length - 1);
length            522 third_party/qcms/src/transform_util.c static uint16_t *build_pow_table(float gamma, int length)
length            525 third_party/qcms/src/transform_util.c         uint16_t *output = malloc(sizeof(uint16_t)*length);
length            529 third_party/qcms/src/transform_util.c         for (i = 0; i < length; i++) {
length            531 third_party/qcms/src/transform_util.c                 double x = ((double) i) / (double) (length - 1);
length             34 third_party/qcms/src/transform_util.h float lut_interp_linear(double value, uint16_t *table, size_t length);
length             35 third_party/qcms/src/transform_util.h float lut_interp_linear_float(float value, float *table, size_t length);
length             36 third_party/qcms/src/transform_util.h uint16_t lut_interp_linear16(uint16_t input_value, uint16_t *table, size_t length);
length            454 third_party/re2/re2/re2.cc   for (int ii = 0; ii < unquoted.length(); ++ii) {
length             54 third_party/re2/re2/stringpiece.h   int length() const { return length_; }
length            152 third_party/re2/util/hash.cc size_t          length,               /* the length of the key, in uint32_ts */
length            158 third_party/re2/util/hash.cc   a = b = c = 0xdeadbeef + (((uint32_t)length)<<2) + initval;
length            161 third_party/re2/util/hash.cc   while (length > 3)
length            167 third_party/re2/util/hash.cc     length -= 3;
length            172 third_party/re2/util/hash.cc   switch(length)                     /* all the case statements fall through */
length            196 third_party/re2/util/hash.cc size_t          length,               /* the length of the key, in uint32_ts */
length            203 third_party/re2/util/hash.cc   a = b = c = 0xdeadbeef + ((uint32_t)(length<<2)) + *pc;
length            207 third_party/re2/util/hash.cc   while (length > 3)
length            213 third_party/re2/util/hash.cc     length -= 3;
length            218 third_party/re2/util/hash.cc   switch(length)                     /* all the case statements fall through */
length            358 third_party/re2/util/pcre.cc   for (; start <= str->length();) {
length            374 third_party/re2/util/pcre.cc         if (start < str->length())
length            399 third_party/re2/util/pcre.cc   if (start < str->length())
length            400 third_party/re2/util/pcre.cc     out.append(*str, start, str->length() - start);
length            428 third_party/re2/util/pcre.cc   for (int ii = 0; ii < unquoted.length(); ++ii) {
length             32 third_party/re2/util/stringprintf.cc   int length = sizeof(space);
length             36 third_party/re2/util/stringprintf.cc       length *= 2;
length             39 third_party/re2/util/stringprintf.cc       length = result+1;
length             41 third_party/re2/util/stringprintf.cc     char* buf = new char[length];
length             45 third_party/re2/util/stringprintf.cc     result = vsnprintf(buf, length, format, backup_ap);
length             48 third_party/re2/util/stringprintf.cc     if ((result >= 0) && (result < length)) {
length             80 third_party/re2/util/strutil.cc   int index = limit.length() - 1;
length           1694 third_party/simplejson/_speedups.c     Py_ssize_t length = PyString_GET_SIZE(pystr);
length           1697 third_party/simplejson/_speedups.c     if (idx >= length) {
length           1721 third_party/simplejson/_speedups.c             if ((idx + 3 < length) && str[idx + 1] == 'u' && str[idx + 2] == 'l' && str[idx + 3] == 'l') {
length           1731 third_party/simplejson/_speedups.c             if ((idx + 3 < length) && str[idx + 1] == 'r' && str[idx + 2] == 'u' && str[idx + 3] == 'e') {
length           1741 third_party/simplejson/_speedups.c             if ((idx + 4 < length) && str[idx + 1] == 'a' && str[idx + 2] == 'l' && str[idx + 3] == 's' && str[idx + 4] == 'e') {
length           1751 third_party/simplejson/_speedups.c             if ((idx + 2 < length) && str[idx + 1] == 'a' && str[idx + 2] == 'N') {
length           1759 third_party/simplejson/_speedups.c             if ((idx + 7 < length) && str[idx + 1] == 'n' && str[idx + 2] == 'f' && str[idx + 3] == 'i' && str[idx + 4] == 'n' && str[idx + 5] == 'i' && str[idx + 6] == 't' && str[idx + 7] == 'y') {
length           1767 third_party/simplejson/_speedups.c             if ((idx + 8 < length) && str[idx + 1] == 'I' && str[idx + 2] == 'n' && str[idx + 3] == 'f' && str[idx + 4] == 'i' && str[idx + 5] == 'n' && str[idx + 6] == 'i' && str[idx + 7] == 't' && str[idx + 8] == 'y') {
length           1794 third_party/simplejson/_speedups.c     Py_ssize_t length = PyUnicode_GET_SIZE(pystr);
length           1797 third_party/simplejson/_speedups.c     if (idx >= length) {
length           1820 third_party/simplejson/_speedups.c             if ((idx + 3 < length) && str[idx + 1] == 'u' && str[idx + 2] == 'l' && str[idx + 3] == 'l') {
length           1830 third_party/simplejson/_speedups.c             if ((idx + 3 < length) && str[idx + 1] == 'r' && str[idx + 2] == 'u' && str[idx + 3] == 'e') {
length           1840 third_party/simplejson/_speedups.c             if ((idx + 4 < length) && str[idx + 1] == 'a' && str[idx + 2] == 'l' && str[idx + 3] == 's' && str[idx + 4] == 'e') {
length           1850 third_party/simplejson/_speedups.c             if ((idx + 2 < length) && str[idx + 1] == 'a' && str[idx + 2] == 'N') {
length           1858 third_party/simplejson/_speedups.c             if ((idx + 7 < length) && str[idx + 1] == 'n' && str[idx + 2] == 'f' && str[idx + 3] == 'i' && str[idx + 4] == 'n' && str[idx + 5] == 'i' && str[idx + 6] == 't' && str[idx + 7] == 'y') {
length           1866 third_party/simplejson/_speedups.c             if ((idx + 8 < length) && str[idx + 1] == 'I' && str[idx + 2] == 'n' && str[idx + 3] == 'f' && str[idx + 4] == 'i' && str[idx + 5] == 'n' && str[idx + 6] == 'i' && str[idx + 7] == 't' && str[idx + 8] == 'y') {
length           18720 third_party/sqlite/amalgamation/sqlite3.c   int length;                /* Length of the field */
length           18748 third_party/sqlite/amalgamation/sqlite3.c   length = 0;
length           18933 third_party/sqlite/amalgamation/sqlite3.c         length = (int)(&buf[etBUFSIZE-1]-bufpt);
length           18934 third_party/sqlite/amalgamation/sqlite3.c         for(idx=precision-length; idx>0; idx--){
length           18944 third_party/sqlite/amalgamation/sqlite3.c         length = (int)(&buf[etBUFSIZE-1]-bufpt);
length           18951 third_party/sqlite/amalgamation/sqlite3.c         length = 0;
length           18976 third_party/sqlite/amalgamation/sqlite3.c           length = 3;
length           18993 third_party/sqlite/amalgamation/sqlite3.c             length = sqlite3Strlen30(bufpt);
length           19083 third_party/sqlite/amalgamation/sqlite3.c         length = (int)(bufpt-buf);
length           19088 third_party/sqlite/amalgamation/sqlite3.c         if( flag_zeropad && !flag_leftjustify && length < width){
length           19090 third_party/sqlite/amalgamation/sqlite3.c           int nPad = width - length;
length           19096 third_party/sqlite/amalgamation/sqlite3.c           length = width;
length           19102 third_party/sqlite/amalgamation/sqlite3.c         length = width = 0;
length           19107 third_party/sqlite/amalgamation/sqlite3.c         length = 1;
length           19114 third_party/sqlite/amalgamation/sqlite3.c           length = precision;
length           19116 third_party/sqlite/amalgamation/sqlite3.c           length =1;
length           19129 third_party/sqlite/amalgamation/sqlite3.c           for(length=0; length<precision && bufpt[length]; length++){}
length           19131 third_party/sqlite/amalgamation/sqlite3.c           length = sqlite3Strlen30(bufpt);
length           19168 third_party/sqlite/amalgamation/sqlite3.c         length = j;
length           19179 third_party/sqlite/amalgamation/sqlite3.c         length = width = 0;
length           19192 third_party/sqlite/amalgamation/sqlite3.c         length = width = 0;
length           19207 third_party/sqlite/amalgamation/sqlite3.c       nspace = width-length;
length           19212 third_party/sqlite/amalgamation/sqlite3.c     if( length>0 ){
length           19213 third_party/sqlite/amalgamation/sqlite3.c       sqlite3StrAccumAppend(pAccum, bufpt, length);
length           19217 third_party/sqlite/amalgamation/sqlite3.c       nspace = width-length;
length           20482 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3AtoF(const char *z, double *pResult, int length, u8 enc){
length           20485 third_party/sqlite/amalgamation/sqlite3.c   const char *zEnd = z + length;
length           20627 third_party/sqlite/amalgamation/sqlite3.c   return !sqlite3Atoi64(z, pResult, length, enc);
length           20680 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){
length           20687 third_party/sqlite/amalgamation/sqlite3.c   const char *zEnd = zNum + length;
length           26579 third_party/sqlite/amalgamation/sqlite3.c   unsigned long long length;        /* nbr of bytes to lock */
length           26598 third_party/sqlite/amalgamation/sqlite3.c   unsigned long long length,     /* Number of bytes to lock */
length           26607 third_party/sqlite/amalgamation/sqlite3.c   pb.length = length; 
length           26612 third_party/sqlite/amalgamation/sqlite3.c     offset, length));
length           83221 third_party/sqlite/amalgamation/sqlite3.c     FUNCTION(length,             1, 0, 0, lengthFunc       ),
length           1522 third_party/sqlite/src/src/func.c     FUNCTION(length,             1, 0, 0, lengthFunc       ),
length           2438 third_party/sqlite/src/src/os_unix.c   unsigned long long length;        /* nbr of bytes to lock */
length           2457 third_party/sqlite/src/src/os_unix.c   unsigned long long length,     /* Number of bytes to lock */
length           2466 third_party/sqlite/src/src/os_unix.c   pb.length = length; 
length           2471 third_party/sqlite/src/src/os_unix.c     offset, length));
length            237 third_party/sqlite/src/src/printf.c   int length;                /* Length of the field */
length            265 third_party/sqlite/src/src/printf.c   length = 0;
length            450 third_party/sqlite/src/src/printf.c         length = (int)(&buf[etBUFSIZE-1]-bufpt);
length            451 third_party/sqlite/src/src/printf.c         for(idx=precision-length; idx>0; idx--){
length            461 third_party/sqlite/src/src/printf.c         length = (int)(&buf[etBUFSIZE-1]-bufpt);
length            468 third_party/sqlite/src/src/printf.c         length = 0;
length            493 third_party/sqlite/src/src/printf.c           length = 3;
length            510 third_party/sqlite/src/src/printf.c             length = sqlite3Strlen30(bufpt);
length            600 third_party/sqlite/src/src/printf.c         length = (int)(bufpt-buf);
length            605 third_party/sqlite/src/src/printf.c         if( flag_zeropad && !flag_leftjustify && length < width){
length            607 third_party/sqlite/src/src/printf.c           int nPad = width - length;
length            613 third_party/sqlite/src/src/printf.c           length = width;
length            619 third_party/sqlite/src/src/printf.c         length = width = 0;
length            624 third_party/sqlite/src/src/printf.c         length = 1;
length            631 third_party/sqlite/src/src/printf.c           length = precision;
length            633 third_party/sqlite/src/src/printf.c           length =1;
length            646 third_party/sqlite/src/src/printf.c           for(length=0; length<precision && bufpt[length]; length++){}
length            648 third_party/sqlite/src/src/printf.c           length = sqlite3Strlen30(bufpt);
length            685 third_party/sqlite/src/src/printf.c         length = j;
length            696 third_party/sqlite/src/src/printf.c         length = width = 0;
length            709 third_party/sqlite/src/src/printf.c         length = width = 0;
length            724 third_party/sqlite/src/src/printf.c       nspace = width-length;
length            729 third_party/sqlite/src/src/printf.c     if( length>0 ){
length            730 third_party/sqlite/src/src/printf.c       sqlite3StrAccumAppend(pAccum, bufpt, length);
length            734 third_party/sqlite/src/src/printf.c       nspace = width-length;
length            262 third_party/sqlite/src/src/util.c int sqlite3AtoF(const char *z, double *pResult, int length, u8 enc){
length            265 third_party/sqlite/src/src/util.c   const char *zEnd = z + length;
length            407 third_party/sqlite/src/src/util.c   return !sqlite3Atoi64(z, pResult, length, enc);
length            460 third_party/sqlite/src/src/util.c int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){
length            467 third_party/sqlite/src/src/util.c   const char *zEnd = zNum + length;
length            124 third_party/tcmalloc/chromium/src/central_freelist.cc            (span->length<<kPageShift) /
length            132 third_party/tcmalloc/chromium/src/central_freelist.cc     counter_ -= ((span->length<<kPageShift) /
length            324 third_party/tcmalloc/chromium/src/central_freelist.cc   ASSERT(span->length == npages);
length             68 third_party/tcmalloc/chromium/src/central_freelist.h   int length() {
length             81 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   size_t length = read(fd, cmdline, sizeof(cmdline) - 1);
length             84 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   for (int i = 0; i < length; ++i)
length             87 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   cmdline[length] = '\0';
length           1136 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   int length;
length           1138 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   length = tcmalloc::FillProcSelfMaps(raw_buffer, buffer_size, &wrote_all);
length           1140 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   RAW_DCHECK(length <= buffer_size, "");
length           1141 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   RawWrite(fd, raw_buffer, length);
length            395 third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h   size_t length;        // Byte length of range
length            269 third_party/tcmalloc/chromium/src/gperftools/malloc_hook.h   static void* UnhookedMMap(void *start, size_t length, int prot, int flags,
length            271 third_party/tcmalloc/chromium/src/gperftools/malloc_hook.h   static int UnhookedMUnmap(void *start, size_t length);
length             59 third_party/tcmalloc/chromium/src/internal_logging.cc static void WriteMessage(const char* msg, int length) {
length             60 third_party/tcmalloc/chromium/src/internal_logging.cc   write(STDERR_FILENO, msg, length);
length             63 third_party/tcmalloc/chromium/src/internal_logging.cc void (*log_message_writer)(const char* msg, int length) = WriteMessage;
length            103 third_party/tcmalloc/chromium/src/internal_logging.h extern PERFTOOLS_DLL_DECL void (*log_message_writer)(const char* msg, int length);
length            141 third_party/tcmalloc/chromium/src/internal_logging.h   TCMalloc_Printer(char* buf, int length) : buf_(buf), left_(length) {
length            129 third_party/tcmalloc/chromium/src/malloc_extension.cc void MallocExtension::GetStats(char* buffer, int length) {
length            130 third_party/tcmalloc/chromium/src/malloc_extension.cc   assert(length > 0);
length            705 third_party/tcmalloc/chromium/src/malloc_hook.cc /*static*/void* MallocHook::UnhookedMMap(void *start, size_t length, int prot,
length            709 third_party/tcmalloc/chromium/src/malloc_hook.cc           start, length, prot, flags, fd, offset, &result)) {
length            710 third_party/tcmalloc/chromium/src/malloc_hook.cc     result = mmap(start, length, prot, flags, fd, offset);
length            715 third_party/tcmalloc/chromium/src/malloc_hook.cc /*static*/int MallocHook::UnhookedMUnmap(void *start, size_t length) {
length            717 third_party/tcmalloc/chromium/src/malloc_hook.cc   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            718 third_party/tcmalloc/chromium/src/malloc_hook.cc     result = munmap(start, length);
length             59 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h   void* mmap(void *start, size_t length,int prot, int flags,
length             62 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h   int munmap(void* start, size_t length) __THROW
length             68 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h static inline void* do_mmap(void *start, size_t length,
length             72 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h                                      start, length, prot, flags, fd, offset);
length            116 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h extern "C" void* mmap(void *start, size_t length, int prot, int flags,
length            118 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h   MallocHook::InvokePreMmapHook(start, length, prot, flags, fd, offset);
length            121 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h           start, length, prot, flags, fd, offset, &result)) {
length            122 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h     result = do_mmap(start, length, prot, flags, fd,
length            125 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h   MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
length            129 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h extern "C" int munmap(void* start, size_t length) __THROW {
length            130 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h   MallocHook::InvokeMunmapHook(start, length);
length            132 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            133 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h     result = MALLOC_HOOK_SYSCALL(SYS_munmap, start, length);
length            146 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h /*static*/void* MallocHook::UnhookedMMap(void *start, size_t length, int prot,
length            150 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h 	  start, length, prot, flags, fd, offset, &result)) {
length            151 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h     result = do_mmap(start, length, prot, flags, fd, offset);
length            157 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h /*static*/int MallocHook::UnhookedMUnmap(void *start, size_t length) {
length            159 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            160 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h     result = MALLOC_HOOK_SYSCALL(SYS_munmap, start, length);
length             78 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h static inline void* do_mmap64(void *start, size_t length,
length             83 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   return (void *)syscall(SYS_mmap, start, length, prot, flags, fd, offset);
length             91 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h static inline void* do_mmap64(void *start, size_t length,
length            110 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h                              start, length, prot, flags, fd,
length            130 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h     int32 args[6] = { (int32) start, (int32) length, prot, flags, fd,
length            163 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   void* mmap64(void *start, size_t length, int prot, int flags,
length            166 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   void* mmap(void *start, size_t length,int prot, int flags,
length            169 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   int munmap(void* start, size_t length) __THROW
length            180 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h extern "C" void* mmap64(void *start, size_t length, int prot, int flags,
length            182 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   MallocHook::InvokePreMmapHook(start, length, prot, flags, fd, offset);
length            185 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h           start, length, prot, flags, fd, offset, &result)) {
length            186 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h     result = do_mmap64(start, length, prot, flags, fd, offset);
length            188 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
length            194 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h extern "C" void* mmap(void *start, size_t length, int prot, int flags,
length            196 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   MallocHook::InvokePreMmapHook(start, length, prot, flags, fd, offset);
length            199 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h           start, length, prot, flags, fd, offset, &result)) {
length            200 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h     result = do_mmap64(start, length, prot, flags, fd,
length            203 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
length            209 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h extern "C" int munmap(void* start, size_t length) __THROW {
length            210 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   MallocHook::InvokeMunmapHook(start, length);
length            212 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            215 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h     result = syscall(SYS_munmap, start, length);
length            248 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h /*static*/void* MallocHook::UnhookedMMap(void *start, size_t length, int prot,
length            252 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h           start, length, prot, flags, fd, offset, &result)) {
length            253 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h     result = do_mmap64(start, length, prot, flags, fd, offset);
length            258 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h /*static*/int MallocHook::UnhookedMUnmap(void *start, size_t length) {
length            260 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            261 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h     result = syscall(SYS_munmap, start, length);
length            258 third_party/tcmalloc/chromium/src/memfs_malloc.cc   if (FLAGS_memfs_malloc_path.length()) {
length            119 third_party/tcmalloc/chromium/src/page_heap.cc     if (span->length >= n) {
length            121 third_party/tcmalloc/chromium/src/page_heap.cc           || (span->length < best->length)
length            122 third_party/tcmalloc/chromium/src/page_heap.cc           || ((span->length == best->length) && (span->start < best->start))) {
length            133 third_party/tcmalloc/chromium/src/page_heap.cc     if (span->length >= n) {
length            135 third_party/tcmalloc/chromium/src/page_heap.cc           || (span->length < best->length)
length            136 third_party/tcmalloc/chromium/src/page_heap.cc           || ((span->length == best->length) && (span->start < best->start))) {
length            148 third_party/tcmalloc/chromium/src/page_heap.cc   ASSERT(n < span->length);
length            153 third_party/tcmalloc/chromium/src/page_heap.cc   const int extra = span->length - n;
length            159 third_party/tcmalloc/chromium/src/page_heap.cc   span->length = n;
length            166 third_party/tcmalloc/chromium/src/page_heap.cc                         static_cast<size_t>(span->length << kPageShift));
length            167 third_party/tcmalloc/chromium/src/page_heap.cc   stats_.committed_bytes += span->length << kPageShift;
length            172 third_party/tcmalloc/chromium/src/page_heap.cc                          static_cast<size_t>(span->length << kPageShift));
length            173 third_party/tcmalloc/chromium/src/page_heap.cc   stats_.committed_bytes -= span->length << kPageShift;
length            184 third_party/tcmalloc/chromium/src/page_heap.cc   const int extra = span->length - n;
length            196 third_party/tcmalloc/chromium/src/page_heap.cc     const Length len = leftover->length;
length            203 third_party/tcmalloc/chromium/src/page_heap.cc     span->length = n;
length            212 third_party/tcmalloc/chromium/src/page_heap.cc   ASSERT(span->length == n);
length            220 third_party/tcmalloc/chromium/src/page_heap.cc   ASSERT(span->length > 0);
length            222 third_party/tcmalloc/chromium/src/page_heap.cc   ASSERT(GetDescriptor(span->start + span->length - 1) == span);
length            223 third_party/tcmalloc/chromium/src/page_heap.cc   const Length n = span->length;
length            227 third_party/tcmalloc/chromium/src/page_heap.cc   Event(span, 'D', span->length);
length            259 third_party/tcmalloc/chromium/src/page_heap.cc   const Length n = span->length;
length            263 third_party/tcmalloc/chromium/src/page_heap.cc     ASSERT(prev->start + prev->length == p);
length            264 third_party/tcmalloc/chromium/src/page_heap.cc     const Length len = prev->length;
length            271 third_party/tcmalloc/chromium/src/page_heap.cc       stats_.committed_bytes += prev->length << kPageShift;
length            276 third_party/tcmalloc/chromium/src/page_heap.cc     span->length += len;
length            284 third_party/tcmalloc/chromium/src/page_heap.cc     const Length len = next->length;
length            287 third_party/tcmalloc/chromium/src/page_heap.cc       stats_.committed_bytes += next->length << kPageShift;
length            291 third_party/tcmalloc/chromium/src/page_heap.cc     span->length += len;
length            292 third_party/tcmalloc/chromium/src/page_heap.cc     pagemap_.set(span->start + span->length - 1, span);
length            296 third_party/tcmalloc/chromium/src/page_heap.cc   Event(span, 'D', span->length);
length            304 third_party/tcmalloc/chromium/src/page_heap.cc   SpanList* list = (span->length < kMaxPages) ? &free_[span->length] : &large_;
length            306 third_party/tcmalloc/chromium/src/page_heap.cc     stats_.free_bytes += (span->length << kPageShift);
length            309 third_party/tcmalloc/chromium/src/page_heap.cc     stats_.unmapped_bytes += (span->length << kPageShift);
length            317 third_party/tcmalloc/chromium/src/page_heap.cc     stats_.free_bytes -= (span->length << kPageShift);
length            319 third_party/tcmalloc/chromium/src/page_heap.cc     stats_.unmapped_bytes -= (span->length << kPageShift);
length            359 third_party/tcmalloc/chromium/src/page_heap.cc   const Length n = s->length;
length            361 third_party/tcmalloc/chromium/src/page_heap.cc                          static_cast<size_t>(s->length << kPageShift));
length            398 third_party/tcmalloc/chromium/src/page_heap.cc   ASSERT(GetDescriptor(span->start+span->length-1) == span);
length            401 third_party/tcmalloc/chromium/src/page_heap.cc   for (Length i = 1; i < span->length-1; i++) {
length            418 third_party/tcmalloc/chromium/src/page_heap.cc     result->normal_pages += s->length;;
length            422 third_party/tcmalloc/chromium/src/page_heap.cc     result->returned_pages += s->length;
length            433 third_party/tcmalloc/chromium/src/page_heap.cc   r->length = span->length << kPageShift;
length            442 third_party/tcmalloc/chromium/src/page_heap.cc         r->fraction = (1.0 * osize * span->refcount) / r->length;
length            538 third_party/tcmalloc/chromium/src/page_heap.cc     CHECK_CONDITION(s->length >= min_pages);
length            539 third_party/tcmalloc/chromium/src/page_heap.cc     CHECK_CONDITION(s->length <= max_pages);
length            541 third_party/tcmalloc/chromium/src/page_heap.cc     CHECK_CONDITION(GetDescriptor(s->start+s->length-1) == s);
length            264 third_party/tcmalloc/chromium/src/page_heap.h     if (span->length > 1) {
length            265 third_party/tcmalloc/chromium/src/page_heap.h       pagemap_.set(span->start + span->length - 1, span);
length            249 third_party/tcmalloc/chromium/src/pagemap.h     size_t length = (last_page - first_page + 1) << kPageShift;
length            258 third_party/tcmalloc/chromium/src/pagemap.h     ASSERT(info.RegionSize >= length);       // Entire length is uncommitted.
length            261 third_party/tcmalloc/chromium/src/pagemap.h     TCMalloc_SystemCommit(start, length);
length            262 third_party/tcmalloc/chromium/src/pagemap.h     tcmalloc::update_metadata_unmapped_bytes(-length);
length            268 third_party/tcmalloc/chromium/src/pagemap.h     ASSERT(info.RegionSize >= length);       // Entire length is committed.
length             41 third_party/tcmalloc/chromium/src/raw_printer.cc RawPrinter::RawPrinter(char* buf, int length)
length             44 third_party/tcmalloc/chromium/src/raw_printer.cc       limit_(buf + length - 1) {
length             45 third_party/tcmalloc/chromium/src/raw_printer.cc   RAW_DCHECK(length > 0, "");
length             55 third_party/tcmalloc/chromium/src/raw_printer.h   RawPrinter(char* buf, int length);
length             59 third_party/tcmalloc/chromium/src/raw_printer.h   int length() const { return (ptr_ - base_); }
length             57 third_party/tcmalloc/chromium/src/span.cc   result->length = len;
length             46 third_party/tcmalloc/chromium/src/span.h   Length        length;         // Number of pages in span
length             87 third_party/tcmalloc/chromium/src/symbolize.cc     uint32_t length = sizeof(program_invocation_name);
length             88 third_party/tcmalloc/chromium/src/symbolize.cc     if (_NSGetExecutablePath(program_invocation_name, &length))
length            204 third_party/tcmalloc/chromium/src/system-alloc.cc void* AllocWithMmap(size_t length, bool is_aslr_enabled) {
length            216 third_party/tcmalloc/chromium/src/system-alloc.cc   void* result = mmap(address_hint, length, PROT_READ|PROT_WRITE,
length            227 third_party/tcmalloc/chromium/src/system-alloc.cc     address_hint = static_cast<char*>(result) + length;
length            655 third_party/tcmalloc/chromium/src/system-alloc.cc void TCMalloc_SystemRelease(void* start, size_t length) {
length            666 third_party/tcmalloc/chromium/src/system-alloc.cc   size_t end = new_start + length;
length            691 third_party/tcmalloc/chromium/src/system-alloc.cc void TCMalloc_SystemCommit(void* start, size_t length) {
length             72 third_party/tcmalloc/chromium/src/system-alloc.h extern void TCMalloc_SystemRelease(void* start, size_t length);
length             78 third_party/tcmalloc/chromium/src/system-alloc.h extern void TCMalloc_SystemCommit(void* start, size_t length);
length            330 third_party/tcmalloc/chromium/src/tcmalloc.cc     const int length = Static::central_cache()[cl].length();
length            335 third_party/tcmalloc/chromium/src/tcmalloc.cc     r->central_bytes += (size * length) + cache_overhead;
length            337 third_party/tcmalloc/chromium/src/tcmalloc.cc     if (class_count) class_count[cl] = length + tc_length;
length            578 third_party/tcmalloc/chromium/src/tcmalloc.cc           uintptr_t limit = ranges[n].address + ranges[n].length;
length            828 third_party/tcmalloc/chromium/src/tcmalloc.cc           Static::central_cache()[cl].length() * class_size;
length           1230 third_party/tcmalloc/chromium/src/tcmalloc.cc       return span->length << kPageShift;
length           1367 third_party/tcmalloc/chromium/src/tcmalloc.cc   ASSERT(span->length >= needed);
length           1368 third_party/tcmalloc/chromium/src/tcmalloc.cc   if (span->length > needed) {
length             34 third_party/tcmalloc/chromium/src/tests/page_heap_test.cc   Length s2_len = s2->length;
length             17 third_party/tcmalloc/chromium/src/tests/raw_printer_test.cc   CHECK_EQ(0, printer.length());
length             22 third_party/tcmalloc/chromium/src/tests/raw_printer_test.cc   CHECK_EQ(0, printer.length());
length             31 third_party/tcmalloc/chromium/src/tests/raw_printer_test.cc   CHECK_EQ(11, printer.length());
length             40 third_party/tcmalloc/chromium/src/tests/raw_printer_test.cc   CHECK_EQ(2, printer.length());
length             49 third_party/tcmalloc/chromium/src/tests/raw_printer_test.cc   CHECK_EQ(11, printer.length());
length             60 third_party/tcmalloc/chromium/src/tests/sampling_test.cc   fwrite(s.data(), 1, s.length(), fp);
length            806 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc       state->ptr < r->address + r->length) {
length            816 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     CHECK_GE(r->length, state->min_size);
length            149 third_party/tcmalloc/chromium/src/thread_cache.cc     if (list_[cl].length() > 0) {
length            150 third_party/tcmalloc/chromium/src/thread_cache.cc       ReleaseToCentralCache(&list_[cl], cl, list_[cl].length());
length            224 third_party/tcmalloc/chromium/src/thread_cache.cc   if (N > src->length()) N = src->length();
length             80 third_party/tcmalloc/chromium/src/thread_cache.h   int freelist_length(size_t cl) const { return list_[cl].length(); }
length            167 third_party/tcmalloc/chromium/src/thread_cache.h     size_t length() const {
length            386 third_party/tcmalloc/chromium/src/thread_cache.h       static_cast<ssize_t>(list->max_length()) - list->length();
length            284 third_party/tcmalloc/chromium/src/windows/port.cc void TCMalloc_SystemRelease(void* start, size_t length) {
length            285 third_party/tcmalloc/chromium/src/windows/port.cc   if (VirtualFree(start, length, MEM_DECOMMIT))
length            294 third_party/tcmalloc/chromium/src/windows/port.cc   char* end = ptr + length;
length            306 third_party/tcmalloc/chromium/src/windows/port.cc void TCMalloc_SystemCommit(void* start, size_t length) {
length            307 third_party/tcmalloc/chromium/src/windows/port.cc   if (VirtualAlloc(start, length, MEM_COMMIT, PAGE_READWRITE) == start)
length            316 third_party/tcmalloc/chromium/src/windows/port.cc   char* end = ptr + length;
length            276 third_party/tcmalloc/chromium/src/windows/port.h inline void *mmap(void *addr, size_t length, int prot, int flags,
length            280 third_party/tcmalloc/chromium/src/windows/port.h     return VirtualAlloc(0, length, MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE);
length            286 third_party/tcmalloc/chromium/src/windows/port.h inline int munmap(void *addr, size_t length) {
length            124 third_party/tcmalloc/vendor/src/central_freelist.cc            (span->length<<kPageShift) /
length            132 third_party/tcmalloc/vendor/src/central_freelist.cc     counter_ -= ((span->length<<kPageShift) /
length            327 third_party/tcmalloc/vendor/src/central_freelist.cc   ASSERT(span->length == npages);
length             68 third_party/tcmalloc/vendor/src/central_freelist.h   int length() {
length            408 third_party/tcmalloc/vendor/src/gperftools/malloc_extension.h   size_t length;        // Byte length of range
length            269 third_party/tcmalloc/vendor/src/gperftools/malloc_hook.h   static void* UnhookedMMap(void *start, size_t length, int prot, int flags,
length            271 third_party/tcmalloc/vendor/src/gperftools/malloc_hook.h   static int UnhookedMUnmap(void *start, size_t length);
length             58 third_party/tcmalloc/vendor/src/internal_logging.cc static void WriteMessage(const char* msg, int length) {
length             59 third_party/tcmalloc/vendor/src/internal_logging.cc   write(STDERR_FILENO, msg, length);
length             62 third_party/tcmalloc/vendor/src/internal_logging.cc void (*log_message_writer)(const char* msg, int length) = WriteMessage;
length            103 third_party/tcmalloc/vendor/src/internal_logging.h extern PERFTOOLS_DLL_DECL void (*log_message_writer)(const char* msg, int length);
length            132 third_party/tcmalloc/vendor/src/internal_logging.h   TCMalloc_Printer(char* buf, int length) : buf_(buf), left_(length) {
length            123 third_party/tcmalloc/vendor/src/malloc_extension.cc void MallocExtension::GetStats(char* buffer, int length) {
length            124 third_party/tcmalloc/vendor/src/malloc_extension.cc   assert(length > 0);
length            705 third_party/tcmalloc/vendor/src/malloc_hook.cc /*static*/void* MallocHook::UnhookedMMap(void *start, size_t length, int prot,
length            709 third_party/tcmalloc/vendor/src/malloc_hook.cc           start, length, prot, flags, fd, offset, &result)) {
length            710 third_party/tcmalloc/vendor/src/malloc_hook.cc     result = mmap(start, length, prot, flags, fd, offset);
length            715 third_party/tcmalloc/vendor/src/malloc_hook.cc /*static*/int MallocHook::UnhookedMUnmap(void *start, size_t length) {
length            717 third_party/tcmalloc/vendor/src/malloc_hook.cc   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            718 third_party/tcmalloc/vendor/src/malloc_hook.cc     result = munmap(start, length);
length             59 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h   void* mmap(void *start, size_t length,int prot, int flags,
length             62 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h   int munmap(void* start, size_t length) __THROW
length             68 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h static inline void* do_mmap(void *start, size_t length,
length             72 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h                                      start, length, prot, flags, fd, offset);
length            116 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h extern "C" void* mmap(void *start, size_t length, int prot, int flags,
length            118 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h   MallocHook::InvokePreMmapHook(start, length, prot, flags, fd, offset);
length            121 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h           start, length, prot, flags, fd, offset, &result)) {
length            122 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h     result = do_mmap(start, length, prot, flags, fd,
length            125 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h   MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
length            129 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h extern "C" int munmap(void* start, size_t length) __THROW {
length            130 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h   MallocHook::InvokeMunmapHook(start, length);
length            132 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            133 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h     result = MALLOC_HOOK_SYSCALL(SYS_munmap, start, length);
length            146 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h /*static*/void* MallocHook::UnhookedMMap(void *start, size_t length, int prot,
length            150 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h 	  start, length, prot, flags, fd, offset, &result)) {
length            151 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h     result = do_mmap(start, length, prot, flags, fd, offset);
length            157 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h /*static*/int MallocHook::UnhookedMUnmap(void *start, size_t length) {
length            159 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            160 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h     result = MALLOC_HOOK_SYSCALL(SYS_munmap, start, length);
length             56 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h static inline void* do_mmap64(void *start, size_t length,
length             59 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   return sys_mmap(start, length, prot, flags, fd, offset);
length             67 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h static inline void* do_mmap64(void *start, size_t length,
length             86 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h                              start, length, prot, flags, fd,
length            106 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h     int32 args[6] = { (int32) start, (int32) length, prot, flags, fd,
length            139 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   void* mmap64(void *start, size_t length, int prot, int flags,
length            142 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   void* mmap(void *start, size_t length,int prot, int flags,
length            145 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   int munmap(void* start, size_t length) __THROW
length            154 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h extern "C" void* mmap64(void *start, size_t length, int prot, int flags,
length            156 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   MallocHook::InvokePreMmapHook(start, length, prot, flags, fd, offset);
length            159 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h           start, length, prot, flags, fd, offset, &result)) {
length            160 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h     result = do_mmap64(start, length, prot, flags, fd, offset);
length            162 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
length            168 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h extern "C" void* mmap(void *start, size_t length, int prot, int flags,
length            170 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   MallocHook::InvokePreMmapHook(start, length, prot, flags, fd, offset);
length            173 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h           start, length, prot, flags, fd, offset, &result)) {
length            174 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h     result = do_mmap64(start, length, prot, flags, fd,
length            177 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
length            183 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h extern "C" int munmap(void* start, size_t length) __THROW {
length            184 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   MallocHook::InvokeMunmapHook(start, length);
length            186 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            187 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h     result = sys_munmap(start, length);
length            214 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h /*static*/void* MallocHook::UnhookedMMap(void *start, size_t length, int prot,
length            218 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h           start, length, prot, flags, fd, offset, &result)) {
length            219 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h     result = do_mmap64(start, length, prot, flags, fd, offset);
length            224 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h /*static*/int MallocHook::UnhookedMUnmap(void *start, size_t length) {
length            226 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   if (!MallocHook::InvokeMunmapReplacement(start, length, &result)) {
length            227 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h     result = syscall(SYS_munmap, start, length);
length            258 third_party/tcmalloc/vendor/src/memfs_malloc.cc   if (FLAGS_memfs_malloc_path.length()) {
length            118 third_party/tcmalloc/vendor/src/page_heap.cc     if (span->length >= n) {
length            120 third_party/tcmalloc/vendor/src/page_heap.cc           || (span->length < best->length)
length            121 third_party/tcmalloc/vendor/src/page_heap.cc           || ((span->length == best->length) && (span->start < best->start))) {
length            132 third_party/tcmalloc/vendor/src/page_heap.cc     if (span->length >= n) {
length            134 third_party/tcmalloc/vendor/src/page_heap.cc           || (span->length < best->length)
length            135 third_party/tcmalloc/vendor/src/page_heap.cc           || ((span->length == best->length) && (span->start < best->start))) {
length            147 third_party/tcmalloc/vendor/src/page_heap.cc   ASSERT(n < span->length);
length            152 third_party/tcmalloc/vendor/src/page_heap.cc   const int extra = span->length - n;
length            158 third_party/tcmalloc/vendor/src/page_heap.cc   span->length = n;
length            171 third_party/tcmalloc/vendor/src/page_heap.cc   const int extra = span->length - n;
length            179 third_party/tcmalloc/vendor/src/page_heap.cc     span->length = n;
length            189 third_party/tcmalloc/vendor/src/page_heap.cc   ASSERT(span->length > 0);
length            191 third_party/tcmalloc/vendor/src/page_heap.cc   ASSERT(GetDescriptor(span->start + span->length - 1) == span);
length            192 third_party/tcmalloc/vendor/src/page_heap.cc   const Length n = span->length;
length            196 third_party/tcmalloc/vendor/src/page_heap.cc   Event(span, 'D', span->length);
length            213 third_party/tcmalloc/vendor/src/page_heap.cc   const Length n = span->length;
length            217 third_party/tcmalloc/vendor/src/page_heap.cc     ASSERT(prev->start + prev->length == p);
length            218 third_party/tcmalloc/vendor/src/page_heap.cc     const Length len = prev->length;
length            222 third_party/tcmalloc/vendor/src/page_heap.cc     span->length += len;
length            230 third_party/tcmalloc/vendor/src/page_heap.cc     const Length len = next->length;
length            233 third_party/tcmalloc/vendor/src/page_heap.cc     span->length += len;
length            234 third_party/tcmalloc/vendor/src/page_heap.cc     pagemap_.set(span->start + span->length - 1, span);
length            243 third_party/tcmalloc/vendor/src/page_heap.cc   SpanList* list = (span->length < kMaxPages) ? &free_[span->length] : &large_;
length            245 third_party/tcmalloc/vendor/src/page_heap.cc     stats_.free_bytes += (span->length << kPageShift);
length            248 third_party/tcmalloc/vendor/src/page_heap.cc     stats_.unmapped_bytes += (span->length << kPageShift);
length            256 third_party/tcmalloc/vendor/src/page_heap.cc     stats_.free_bytes -= (span->length << kPageShift);
length            258 third_party/tcmalloc/vendor/src/page_heap.cc     stats_.unmapped_bytes -= (span->length << kPageShift);
length            298 third_party/tcmalloc/vendor/src/page_heap.cc   const Length n = s->length;
length            300 third_party/tcmalloc/vendor/src/page_heap.cc                          static_cast<size_t>(s->length << kPageShift));
length            337 third_party/tcmalloc/vendor/src/page_heap.cc   ASSERT(GetDescriptor(span->start+span->length-1) == span);
length            340 third_party/tcmalloc/vendor/src/page_heap.cc   for (Length i = 1; i < span->length-1; i++) {
length            357 third_party/tcmalloc/vendor/src/page_heap.cc     result->normal_pages += s->length;;
length            361 third_party/tcmalloc/vendor/src/page_heap.cc     result->returned_pages += s->length;
length            372 third_party/tcmalloc/vendor/src/page_heap.cc   r->length = span->length << kPageShift;
length            381 third_party/tcmalloc/vendor/src/page_heap.cc         r->fraction = (1.0 * osize * span->refcount) / r->length;
length            475 third_party/tcmalloc/vendor/src/page_heap.cc     CHECK_CONDITION(s->length >= min_pages);
length            476 third_party/tcmalloc/vendor/src/page_heap.cc     CHECK_CONDITION(s->length <= max_pages);
length            478 third_party/tcmalloc/vendor/src/page_heap.cc     CHECK_CONDITION(GetDescriptor(s->start+s->length-1) == s);
length            253 third_party/tcmalloc/vendor/src/page_heap.h     if (span->length > 1) {
length            254 third_party/tcmalloc/vendor/src/page_heap.h       pagemap_.set(span->start + span->length - 1, span);
length             41 third_party/tcmalloc/vendor/src/raw_printer.cc RawPrinter::RawPrinter(char* buf, int length)
length             44 third_party/tcmalloc/vendor/src/raw_printer.cc       limit_(buf + length - 1) {
length             45 third_party/tcmalloc/vendor/src/raw_printer.cc   RAW_DCHECK(length > 0, "");
length             55 third_party/tcmalloc/vendor/src/raw_printer.h   RawPrinter(char* buf, int length);
length             59 third_party/tcmalloc/vendor/src/raw_printer.h   int length() const { return (ptr_ - base_); }
length             57 third_party/tcmalloc/vendor/src/span.cc   result->length = len;
length             46 third_party/tcmalloc/vendor/src/span.h   Length        length;         // Number of pages in span
length             87 third_party/tcmalloc/vendor/src/symbolize.cc     uint32_t length = sizeof(program_invocation_name);
length             88 third_party/tcmalloc/vendor/src/symbolize.cc     if (_NSGetExecutablePath(program_invocation_name, &length))
length            496 third_party/tcmalloc/vendor/src/system-alloc.cc void TCMalloc_SystemRelease(void* start, size_t length) {
length            507 third_party/tcmalloc/vendor/src/system-alloc.cc   size_t end = new_start + length;
length             72 third_party/tcmalloc/vendor/src/system-alloc.h extern void TCMalloc_SystemRelease(void* start, size_t length);
length            321 third_party/tcmalloc/vendor/src/tcmalloc.cc     const int length = Static::central_cache()[cl].length();
length            326 third_party/tcmalloc/vendor/src/tcmalloc.cc     r->central_bytes += (size * length) + cache_overhead;
length            328 third_party/tcmalloc/vendor/src/tcmalloc.cc     if (class_count) class_count[cl] = length + tc_length;
length            550 third_party/tcmalloc/vendor/src/tcmalloc.cc           uintptr_t limit = ranges[n].address + ranges[n].length;
length            821 third_party/tcmalloc/vendor/src/tcmalloc.cc           Static::central_cache()[cl].length() * class_size;
length           1195 third_party/tcmalloc/vendor/src/tcmalloc.cc       return span->length << kPageShift;
length           1325 third_party/tcmalloc/vendor/src/tcmalloc.cc   ASSERT(span->length >= needed);
length           1326 third_party/tcmalloc/vendor/src/tcmalloc.cc   if (span->length > needed) {
length             34 third_party/tcmalloc/vendor/src/tests/page_heap_test.cc   Length s2_len = s2->length;
length             17 third_party/tcmalloc/vendor/src/tests/raw_printer_test.cc   CHECK_EQ(0, printer.length());
length             22 third_party/tcmalloc/vendor/src/tests/raw_printer_test.cc   CHECK_EQ(0, printer.length());
length             31 third_party/tcmalloc/vendor/src/tests/raw_printer_test.cc   CHECK_EQ(11, printer.length());
length             40 third_party/tcmalloc/vendor/src/tests/raw_printer_test.cc   CHECK_EQ(2, printer.length());
length             49 third_party/tcmalloc/vendor/src/tests/raw_printer_test.cc   CHECK_EQ(11, printer.length());
length             60 third_party/tcmalloc/vendor/src/tests/sampling_test.cc   fwrite(s.data(), 1, s.length(), fp);
length            806 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc       state->ptr < r->address + r->length) {
length            816 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     CHECK_GE(r->length, state->min_size);
length            146 third_party/tcmalloc/vendor/src/thread_cache.cc     if (list_[cl].length() > 0) {
length            147 third_party/tcmalloc/vendor/src/thread_cache.cc       ReleaseToCentralCache(&list_[cl], cl, list_[cl].length());
length            218 third_party/tcmalloc/vendor/src/thread_cache.cc   if (N > src->length()) N = src->length();
length             86 third_party/tcmalloc/vendor/src/thread_cache.h   int freelist_length(size_t cl) const { return list_[cl].length(); }
length            162 third_party/tcmalloc/vendor/src/thread_cache.h     size_t length() const {
length            359 third_party/tcmalloc/vendor/src/thread_cache.h       static_cast<ssize_t>(list->max_length()) - list->length();
length            257 third_party/tcmalloc/vendor/src/windows/port.cc void TCMalloc_SystemRelease(void* start, size_t length) {
length            273 third_party/tcmalloc/vendor/src/windows/port.h inline void *mmap(void *addr, size_t length, int prot, int flags,
length            277 third_party/tcmalloc/vendor/src/windows/port.h     return VirtualAlloc(0, length, MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE);
length            283 third_party/tcmalloc/vendor/src/windows/port.h inline int munmap(void *addr, size_t length) {
length             40 third_party/v4l2capture/v4l2capture.c   size_t length;
length            101 third_party/v4l2capture/v4l2capture.c       v4l2_munmap(self->buffers[i].start, self->buffers[i].length);
length            334 third_party/v4l2capture/v4l2capture.c       self->buffers[i].length = buffer.length;
length            335 third_party/v4l2capture/v4l2capture.c       self->buffers[i].start = v4l2_mmap(NULL, buffer.length,
length             98 third_party/zlib/deflate.c                             int length));
length            321 third_party/zlib/deflate.c     uInt length = dictLength;
length            334 third_party/zlib/deflate.c     if (length < MIN_MATCH) return Z_OK;
length            335 third_party/zlib/deflate.c     if (length > s->w_size) {
length            336 third_party/zlib/deflate.c         length = s->w_size;
length            337 third_party/zlib/deflate.c         dictionary += dictLength - length; /* use the tail of the dictionary */
length            339 third_party/zlib/deflate.c     zmemcpy(s->window, dictionary, length);
length            340 third_party/zlib/deflate.c     s->strstart = length;
length            341 third_party/zlib/deflate.c     s->block_start = (long)length;
length            349 third_party/zlib/deflate.c     for (n = 0; n <= length - MIN_MATCH; n++) {
length           1414 third_party/zlib/deflate.c local void check_match(s, start, match, length)
length           1417 third_party/zlib/deflate.c     int length;
length           1421 third_party/zlib/deflate.c                 s->window + start, length) != EQUAL) {
length           1423 third_party/zlib/deflate.c                 start, match, length);
length           1426 third_party/zlib/deflate.c         } while (--length != 0);
length           1430 third_party/zlib/deflate.c         fprintf(stderr,"\\[%d,%d]", start-match, length);
length           1431 third_party/zlib/deflate.c         do { putc(s->window[start++], stderr); } while (--length != 0);
length           1435 third_party/zlib/deflate.c #  define check_match(s, start, match, length)
length            331 third_party/zlib/deflate.h # define _tr_tally_dist(s, distance, length, flush) \
length            332 third_party/zlib/deflate.h   { uch len = (length); \
length            343 third_party/zlib/deflate.h # define _tr_tally_dist(s, distance, length, flush) \
length            344 third_party/zlib/deflate.h               flush = _tr_tally(s, distance, length)
length            141 third_party/zlib/google/zip_internal.cc   size_t length;
length            157 third_party/zlib/google/zip_internal.cc   if (!buffer || !buffer->data || !buffer->length)
length            167 third_party/zlib/google/zip_internal.cc   DCHECK_LE(buffer->offset, buffer->length);
length            168 third_party/zlib/google/zip_internal.cc   size_t remaining_bytes = buffer->length - buffer->offset;
length            202 third_party/zlib/google/zip_internal.cc                               buffer->length);
length            206 third_party/zlib/google/zip_internal.cc     buffer->offset = (buffer->length > offset) ? buffer->length - offset : 0;
length            210 third_party/zlib/google/zip_internal.cc     buffer->offset = std::min(buffer->length, static_cast<size_t>(offset));
length            277 third_party/zlib/google/zip_internal.cc   buffer->length = data.length();
length            326 third_party/zlib/infback.c             state->length = (unsigned)hold & 0xffff;
length            328 third_party/zlib/infback.c                     state->length));
length            332 third_party/zlib/infback.c             while (state->length != 0) {
length            333 third_party/zlib/infback.c                 copy = state->length;
length            343 third_party/zlib/infback.c                 state->length -= copy;
length            501 third_party/zlib/infback.c             state->length = (unsigned)here.val;
length            509 third_party/zlib/infback.c                 *put++ = (unsigned char)(state->length);
length            533 third_party/zlib/infback.c                 state->length += BITS(state->extra);
length            536 third_party/zlib/infback.c             Tracevv((stderr, "inflate:         length %u\n", state->length));
length            589 third_party/zlib/infback.c                 if (copy > state->length) copy = state->length;
length            590 third_party/zlib/infback.c                 state->length -= copy;
length            595 third_party/zlib/infback.c             } while (state->length != 0);
length            708 third_party/zlib/inflate.c                 state->length = (unsigned)(hold);
length            719 third_party/zlib/inflate.c                 copy = state->length;
length            724 third_party/zlib/inflate.c                         len = state->head->extra_len - state->length;
length            733 third_party/zlib/inflate.c                     state->length -= copy;
length            735 third_party/zlib/inflate.c                 if (state->length) goto inf_leave;
length            737 third_party/zlib/inflate.c             state->length = 0;
length            747 third_party/zlib/inflate.c                             state->length < state->head->name_max)
length            748 third_party/zlib/inflate.c                         state->head->name[state->length++] = len;
length            758 third_party/zlib/inflate.c             state->length = 0;
length            768 third_party/zlib/inflate.c                             state->length < state->head->comm_max)
length            769 third_party/zlib/inflate.c                         state->head->comment[state->length++] = len;
length            856 third_party/zlib/inflate.c             state->length = (unsigned)hold & 0xffff;
length            858 third_party/zlib/inflate.c                     state->length));
length            865 third_party/zlib/inflate.c             copy = state->length;
length            875 third_party/zlib/inflate.c                 state->length -= copy;
length           1034 third_party/zlib/inflate.c             state->length = (unsigned)here.val;
length           1058 third_party/zlib/inflate.c                 state->length += BITS(state->extra);
length           1062 third_party/zlib/inflate.c             Tracevv((stderr, "inflate:         length %u\n", state->length));
length           1063 third_party/zlib/inflate.c             state->was = state->length;
length           1122 third_party/zlib/inflate.c                     if (copy > state->length) copy = state->length;
length           1125 third_party/zlib/inflate.c                     state->length -= copy;
length           1129 third_party/zlib/inflate.c                     if (state->length == 0) state->mode = LEN;
length           1139 third_party/zlib/inflate.c                 if (copy > state->length) copy = state->length;
length           1143 third_party/zlib/inflate.c                 copy = state->length;
length           1147 third_party/zlib/inflate.c             state->length -= copy;
length           1151 third_party/zlib/inflate.c             if (state->length == 0) state->mode = LEN;
length           1155 third_party/zlib/inflate.c             *put++ = (unsigned char)(state->length);
length           1478 third_party/zlib/inflate.c         (state->mode == COPY ? state->length :
length           1479 third_party/zlib/inflate.c             (state->mode == MATCH ? state->was - state->length : 0));
length            101 third_party/zlib/inflate.h     unsigned length;            /* literal or length of data to copy */
length            157 third_party/zlib/trees.c local unsigned bi_reverse OF((unsigned value, int length));
length            191 third_party/zlib/trees.c local void send_bits      OF((deflate_state *s, int value, int length));
length            193 third_party/zlib/trees.c local void send_bits(s, value, length)
length            196 third_party/zlib/trees.c     int length; /* number of bits */
length            198 third_party/zlib/trees.c     Tracevv((stderr," l %2d v %4x ", length, value));
length            199 third_party/zlib/trees.c     Assert(length > 0 && length <= 15, "invalid length");
length            200 third_party/zlib/trees.c     s->bits_sent += (ulg)length;
length            206 third_party/zlib/trees.c     if (s->bi_valid > (int)Buf_size - length) {
length            210 third_party/zlib/trees.c         s->bi_valid += length - Buf_size;
length            213 third_party/zlib/trees.c         s->bi_valid += length;
length            218 third_party/zlib/trees.c #define send_bits(s, value, length) \
length            219 third_party/zlib/trees.c { int len = length;\
length            245 third_party/zlib/trees.c     int length;   /* length value */
length            263 third_party/zlib/trees.c     length = 0;
length            265 third_party/zlib/trees.c         base_length[code] = length;
length            267 third_party/zlib/trees.c             _length_code[length++] = (uch)code;
length            270 third_party/zlib/trees.c     Assert (length == 256, "tr_static_init: length != 256");
length            275 third_party/zlib/trees.c     _length_code[length-1] = (uch)code;
length             26 tools/android/common/net.cc std::string DumpBinary(const char* buffer, size_t length) {
length             28 tools/android/common/net.cc   for (int i = 0; i < length; ++i) {
length             33 tools/android/common/net.cc   if (length)
length             34 tools/android/common/net.cc     result.erase(result.length() - 1);
length             20 tools/android/common/net.h std::string DumpBinary(const char* buffer, size_t length);
length             42 tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/SynchronizedThisDetector.java             if (mStep == PATTERN.length) {
length             66 tools/android/forwarder2/daemon.cc                               welcome_message.length() + 1)) {
length            139 tools/android/forwarder2/daemon.cc     DCHECK(expected_welcome_message.length() + 1 <= sizeof(buf));
length            141 tools/android/forwarder2/daemon.cc     if (socket->Read(buf, expected_welcome_message.length() + 1) < 0) {
length             62 tools/android/memconsumer/java/src/org/chromium/memconsumer/MemConsumer.java                         if (v.getText().length() > 0) {
length             94 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java         stripLocation = canonical.substring(0, end + "/src/".length());
length             98 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java         for (int x = 0; x < mWorkers.length; x++) {
length            331 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java                 location = location.substring(stripLocation.length());
length            307 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java         if (parts.length != 3) return null;
length            321 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java         record.size = Integer.toHexString((int) icuFile.length());
length            324 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java         while (record.size.length() < 8) {
length            507 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java         for (int x = 0; x < args.length; x++) if (name.equals(args[x])) return true;
length            512 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java         for (int x = 0; x < args.length; x++) {
length            514 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java                 if (x < args.length - 1) return args[x + 1];
length            342 tools/gn/filesystem_utils.cc   if (str.compare(0, dir_str.length() - 1, dir_str, 0, dir_str.length() - 1)
length             43 tools/gtk_clipboard_dump/gtk_clipboard_dump.cc     printf(" / length: %d / bits %d]: ", data->length, data->format);
length             51 tools/gtk_clipboard_dump/gtk_clipboard_dump.cc       for (int j = 0; j < data->length; j++) {
length            440 tools/imagediff/image_diff_png.cc     DCHECK(comment.key.length() < 79);
length            443 tools/imagediff/image_diff_png.cc     png_text_[pos].text_length = comment.text.length();
length            103 tools/ipc_fuzzer/message_lib/message_file_reader.cc   file_data_.set(data, mapped_file_.length());
length            124 tools/ipc_fuzzer/message_lib/message_file_writer.cc     string_table_offset += name.length() + 1;
length            132 tools/ipc_fuzzer/message_lib/message_file_writer.cc     if (!WriteBlob(name.c_str(), name.length() + 1))
length             63 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateData(char* data, int length) = 0;
length             96 tools/ipc_fuzzer/mutate/generate.cc   size_t length = RandInRange(300);
length             97 tools/ipc_fuzzer/mutate/generate.cc   for (size_t i = 0; i < length; ++i)
length            159 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateData(char* data, int length) OVERRIDE {
length            160 tools/ipc_fuzzer/mutate/generate.cc     for (int i = 0; i < length; ++i) {
length            722 tools/ipc_fuzzer/mutate/generate.cc         size_t length = g_depth > 3 ? 0 : RandInRange(4);
length            724 tools/ipc_fuzzer/mutate/generate.cc         array.resize(length);
length            725 tools/ipc_fuzzer/mutate/generate.cc         for (size_t i = 0; i < length; ++i) {
length             59 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzData(char* data, int length) = 0;
length            154 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzData(char* data, int length) OVERRIDE {
length            156 tools/ipc_fuzzer/mutate/mutate.cc       for (int i = 0; i < length; ++i) {
length            191 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzData(char* data, int length) OVERRIDE {}
length            198 tools/traceline/traceline/assembler.h   int length() { return len_; }
length            347 tools/traceline/traceline/assembler.h     memcpy(&buf_[pos_], operand.data(), operand.length());
length            348 tools/traceline/traceline/assembler.h     pos_ += operand.length();
length            183 tools/win/split_link/split_link.cc static unsigned char* SlurpFile(const wchar_t* path, size_t* length) {
length            191 tools/win/split_link/split_link.cc   *length = static_cast<size_t>(file_size.QuadPart);
length            192 tools/win/split_link/split_link.cc   unsigned char* buffer = static_cast<unsigned char*>(malloc(*length));
length            194 tools/win/split_link/split_link.cc   if (!ReadFile(file, buffer, *length, &bytes_read, NULL))
length            200 tools/win/split_link/split_link.cc   size_t length;
length            201 tools/win/split_link/split_link.cc   unsigned char* data = SlurpFile(rsp_path, &length);
length            206 tools/win/split_link/split_link.cc                  length / sizeof(wchar_t) - 1);
length            209 tools/win/split_link/split_link.cc     string narrow(reinterpret_cast<char*>(data), length);
length             69 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java             suggestions = new ColorSuggestion[DEFAULT_COLORS.length];
length             70 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java             for (int i = 0; i < suggestions.length; ++i) {
length             62 ui/android/java/src/org/chromium/ui/ColorSuggestionListAdapter.java         if (index >= mSuggestions.length) {
length            140 ui/android/java/src/org/chromium/ui/ColorSuggestionListAdapter.java         return (mSuggestions.length + COLORS_PER_ROW - 1) / COLORS_PER_ROW;
length            145 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java         for (int i = 0; i < suggestions.length; i++) {
length            201 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java                 mLabelViewPaint.getTextBounds(label, 0, label.length(), bounds);
length            208 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java                 mSublabelViewPaint.getTextBounds(sublabel, 0, sublabel.length(), bounds);
length             58 ui/app_list/pagination_model_unittest.cc     if (selected_pages_.length())
length           3071 ui/aura/window_unittest.cc         end_pos = description.length();
length            223 ui/base/accelerators/accelerator.cc   if (base::i18n::IsRTL() && shortcut.length() == 1 &&
length            264 ui/base/accelerators/accelerator.cc     int key_length = static_cast<int>(shortcut_rtl.length());
length            269 ui/base/accelerators/accelerator.cc     shortcut_rtl.append(shortcut, 0, shortcut.length() - key_length - 1);
length             20 ui/base/accelerators/menu_label_accelerator_util_linux.cc   ret.reserve(label.length() * 2);
length             21 ui/base/accelerators/menu_label_accelerator_util_linux.cc   for (size_t i = 0; i < label.length(); ++i) {
length             26 ui/base/accelerators/menu_label_accelerator_util_linux.cc       if (i + 1 < label.length() && '&' == label[i + 1]) {
length            291 ui/base/clipboard/clipboard_android.cc   *fragment_end = static_cast<uint32>(markup->length());
length            229 ui/base/clipboard/clipboard_aura.cc     DCHECK_LE(markup->length(), kuint32max);
length            230 ui/base/clipboard/clipboard_aura.cc     *fragment_end = static_cast<uint32>(markup->length());
length            650 ui/base/clipboard/clipboard_aurax11.cc     DCHECK(markup->length() <= kuint32max);
length            651 ui/base/clipboard/clipboard_aurax11.cc     *fragment_end = static_cast<uint32>(markup->length());
length            322 ui/base/clipboard/clipboard_gtk.cc   if (title.length() >= std::numeric_limits<size_t>::max() / 4 ||
length            323 ui/base/clipboard/clipboard_gtk.cc       url.length() >= std::numeric_limits<size_t>::max() / 4)
length            325 ui/base/clipboard/clipboard_gtk.cc   size_t data_len = 2 * (title.length() + url.length());
length            328 ui/base/clipboard/clipboard_gtk.cc   memcpy(data, url.data(), 2 * url.length());
length            329 ui/base/clipboard/clipboard_gtk.cc   memcpy(data + 2 * url.length(), title.data(), 2 * title.length());
length            516 ui/base/clipboard/clipboard_gtk.cc   if (!markup->empty() && markup->at(markup->length() - 1) == '\0')
length            517 ui/base/clipboard/clipboard_gtk.cc     markup->resize(markup->length() - 1);
length            520 ui/base/clipboard/clipboard_gtk.cc   DCHECK(markup->length() <= kuint32max);
length            521 ui/base/clipboard/clipboard_gtk.cc   *fragment_end = static_cast<uint32>(markup->length());
length            417 ui/base/clipboard/clipboard_util_win.cc         base_url.length() + 2;  // Add 2 for \r\n.
length            420 ui/base/clipboard/clipboard_util_win.cc   size_t end_fragment_offset = start_fragment_offset + html.length();
length            474 ui/base/clipboard/clipboard_util_win.cc       size_t src_start = line_start + src_url_str.length();
length            497 ui/base/clipboard/clipboard_util_win.cc           start_fragment_start + start_fragment_str.length()));
length            504 ui/base/clipboard/clipboard_util_win.cc           end_fragment_start + end_fragment_str.length()));
length             31 ui/base/cursor/cursors_aura.cc   const int length;
length            190 ui/base/cursor/cursors_aura.cc                   cursor_set->length,
length            199 ui/base/cursor/cursors_aura.cc                      cursor_set->length,
length            178 ui/base/dragdrop/gtk_dnd_util.cc                                   url.spec().length());
length            208 ui/base/dragdrop/gtk_dnd_util.cc                              utf8_text.length());
length             27 ui/base/dragdrop/gtk_dnd_util_unittest.cc   data.length = pickle.size();
length             47 ui/base/dragdrop/gtk_dnd_util_unittest.cc   data.length = pickle.size();
length             59 ui/base/dragdrop/gtk_dnd_util_unittest.cc   data.length = 0;
length             65 ui/base/dragdrop/gtk_dnd_util_unittest.cc   data.length = 0;
length             76 ui/base/dragdrop/gtk_dnd_util_unittest.cc   data.length = pickle.size();
length            382 ui/base/dragdrop/os_exchange_data_provider_win.cc   storage = GetStorageForBytes(file_contents.data(), file_contents.length());
length            939 ui/base/dragdrop/os_exchange_data_provider_win.cc       kDropSize + (path.value().length() + 2) * sizeof(wchar_t);
length            948 ui/base/dragdrop/os_exchange_data_provider_win.cc   const size_t copy_size = (path.value().length() + 1) * sizeof(wchar_t);
length            950 ui/base/dragdrop/os_exchange_data_provider_win.cc   data[path.value().length() + 1] = L'\0';  // Double NULL
length            255 ui/base/ime/chromeos/character_composer.cc   for (int length = compose_length - 1; length < max_sequence_length_;
length            256 ui/base/ime/chromeos/character_composer.cc        ++length) {
length            257 ui/base/ime/chromeos/character_composer.cc     const uint16* table = data_ + (*index)[length];
length            258 ui/base/ime/chromeos/character_composer.cc     const uint16* table_next = data_ + (*index)[length + 1];
length            261 ui/base/ime/chromeos/character_composer.cc       const int row_stride = length + 1;
length            270 ui/base/ime/chromeos/character_composer.cc         if (length == compose_length - 1)  // Exact match.
length            271 ui/base/ime/chromeos/character_composer.cc           *composed_character = (*found)[length];
length            255 ui/base/ime/chromeos/character_composer_unittest.cc     int operator()(const uint16* l, const uint16* r, int length) const{
length            256 ui/base/ime/chromeos/character_composer_unittest.cc       for (int i = 0; i < length; ++i) {
length            267 ui/base/ime/chromeos/character_composer_unittest.cc     for (int length = 1; length < index_stride - 1; ++length) {
length            268 ui/base/ime/chromeos/character_composer_unittest.cc       const int index_begin = gtk_compose_seqs_compact[i*index_stride + length];
length            270 ui/base/ime/chromeos/character_composer_unittest.cc           gtk_compose_seqs_compact[i*index_stride + length + 1];
length            271 ui/base/ime/chromeos/character_composer_unittest.cc       const int stride = length + 1;
length            276 ui/base/ime/chromeos/character_composer_unittest.cc         EXPECT_EQ(1, compare_sequence(sequence, sequence_prev, length));
length             40 ui/base/ime/chromeos/ime_bridge.h   virtual void DeleteSurroundingText(int32 offset, uint32 length) = 0;
length             36 ui/base/ime/chromeos/mock_ime_input_context_handler.cc                                                        uint32 length) {
length             39 ui/base/ime/chromeos/mock_ime_input_context_handler.cc   last_delete_surrounding_text_arg_.length = length;
length             25 ui/base/ime/chromeos/mock_ime_input_context_handler.h     uint32 length;
length             35 ui/base/ime/chromeos/mock_ime_input_context_handler.h   virtual void DeleteSurroundingText(int32 offset, uint32 length) OVERRIDE;
length             31 ui/base/ime/composition_text_util_pango.cc   size_t length = composition->text.length();
length             40 ui/base/ime/composition_text_util_pango.cc   char16_offsets.push_back(length);
length            112 ui/base/ime/composition_text_util_pango.cc         CompositionUnderline(0, length, SK_ColorBLACK, false));
length            421 ui/base/ime/input_method_chromeos.cc   if (result_text_.length()) {
length            434 ui/base/ime/input_method_chromeos.cc     if (composition_.text.length()) {
length            451 ui/base/ime/input_method_chromeos.cc        (!composing_text_ && result_text_.length() == 1));
length            455 ui/base/ime/input_method_chromeos.cc   return result_text_.length() || composition_changed_;
length            519 ui/base/ime/input_method_chromeos.cc   if (composition_.text.length())
length            547 ui/base/ime/input_method_chromeos.cc void InputMethodChromeOS::DeleteSurroundingText(int32 offset, uint32 length) {
length            550 ui/base/ime/input_method_chromeos.cc   if (offset < 0 && static_cast<uint32>(-1 * offset) != length)
length            553 ui/base/ime/input_method_chromeos.cc     GetTextInputClient()->ExtendSelectionAndDelete(length, 0U);
length            586 ui/base/ime/input_method_chromeos.cc   size_t length = out_composition->text.length();
length            595 ui/base/ime/input_method_chromeos.cc   char16_offsets.push_back(length);
length            647 ui/base/ime/input_method_chromeos.cc         0, length, SK_ColorBLACK, false /* thick */));
length            104 ui/base/ime/input_method_chromeos.h   virtual void DeleteSurroundingText(int32 offset, uint32 length) OVERRIDE;
length            305 ui/base/ime/input_method_chromeos_unittest.cc     *text = surrounding_text_.substr(range.GetMin(), range.length());
length            423 ui/base/ime/input_method_win.cc   size_t len = text_range.length();
length            435 ui/base/ime/input_method_win.cc   DCHECK_EQ(text_range.length(), text.length());
length            441 ui/base/ime/input_method_win.cc       client->HasCompositionText() ? target_range.length() : 0;
length            444 ui/base/ime/input_method_win.cc   reconv->dwTargetStrLen = target_range.length();
length            477 ui/base/ime/input_method_win.cc   size_t len = selection_range.length();
length            491 ui/base/ime/input_method_win.cc   DCHECK_EQ(selection_range.length(), text.length());
length             92 ui/base/ime/remote_input_method_win.cc       for (uint32 i = 0; i < range.length(); ++i) {
length            312 ui/base/ime/win/imm32_manager.cc   int length = static_cast<int>(composition->text.length());
length            315 ui/base/ime/win/imm32_manager.cc   int target_start = length;
length            316 ui/base/ime/win/imm32_manager.cc   int target_end = length;
length            357 ui/base/ime/win/imm32_manager.cc     if (target_end < length) {
length            359 ui/base/ime/win/imm32_manager.cc       underline.end_offset = length;
length            482 ui/base/ime/win/imm32_manager.cc   int length = ::GetLocaleInfo(locale_id, LOCALE_SISO639LANGNAME, &buffer[0],
length            484 ui/base/ime/win/imm32_manager.cc   if (length <= 1)
length            488 ui/base/ime/win/imm32_manager.cc   base::WideToUTF8(buffer, length - 1, &language);
length            493 ui/base/ime/win/imm32_manager.cc   length = ::GetLocaleInfo(locale_id, LOCALE_SISO3166CTRYNAME, &buffer[0],
length            495 ui/base/ime/win/imm32_manager.cc   if (length <= 1)
length            499 ui/base/ime/win/imm32_manager.cc   base::WideToUTF8(buffer, length - 1, &region);
length            271 ui/base/l10n/formatter.cc                                          TimeFormat::Length length) const {
length            272 ui/base/l10n/formatter.cc   DCHECK(formatter_[format][length])
length            274 ui/base/l10n/formatter.cc   return formatter_[format][length].get();
length            321 ui/base/l10n/formatter.cc     for (int length = 0; length < TimeFormat::LENGTH_COUNT; ++length) {
length            322 ui/base/l10n/formatter.cc       formatter_[format][length].reset();
length             88 ui/base/l10n/formatter.h                        TimeFormat::Length length) const;
length            849 ui/base/l10n/l10n_util.cc   int capacity = result_files_string.length() + 1;
length            337 ui/base/l10n/l10n_util_unittest.cc   for (size_t i = 0; i < result.length() - 1; i++) {
length             30 ui/base/l10n/time_format.cc                                   TimeFormat::Length length,
length             32 ui/base/l10n/time_format.cc   return Detailed(format, length, 0, delta);
length             37 ui/base/l10n/time_format.cc                                     TimeFormat::Length length,
length             60 ui/base/l10n/time_format.cc   const Formatter* formatter = g_container.Get().Get(format, length);
length            108 ui/base/l10n/time_format.cc   const int capacity = time_string.length() + 1;
length             40 ui/base/l10n/time_format.h                                Length length,
length             72 ui/base/l10n/time_format.h                                  Length length,
length             20 ui/base/models/table_model_observer.h   virtual void OnItemsChanged(int start, int length) = 0;
length             23 ui/base/models/table_model_observer.h   virtual void OnItemsAdded(int start, int length) = 0;
length             26 ui/base/models/table_model_observer.h   virtual void OnItemsRemoved(int start, int length) = 0;
length            101 ui/base/resource/data_pack.cc   if (kHeaderLength > mmap_->length()) {
length            139 ui/base/resource/data_pack.cc       mmap_->length()) {
length            152 ui/base/resource/data_pack.cc     if (entry->file_offset > mmap_->length()) {
length            191 ui/base/resource/data_pack.cc   size_t length = next_entry->file_offset - target->file_offset;
length            194 ui/base/resource/data_pack.cc             length);
length            204 ui/base/resource/data_pack.cc   return new base::RefCountedStaticMemory(piece.data(), piece.length());
length            273 ui/base/resource/data_pack.cc     data_offset += it->second.length();
length            294 ui/base/resource/data_pack.cc     if (fwrite(it->second.data(), it->second.length(), 1, file) != 1) {
length             48 ui/base/resource/data_pack_unittest.cc   EXPECT_EQ(0U, data.length());
length             50 ui/base/resource/data_pack_unittest.cc   EXPECT_EQ(0U, data.length());
length             83 ui/base/resource/data_pack_unittest.cc   EXPECT_EQ(0U, data.length());
length             85 ui/base/resource/data_pack_unittest.cc   EXPECT_EQ(0U, data.length());
length            412 ui/base/resource/resource_bundle.cc       bytes = new base::RefCountedStaticMemory(data.data(), data.length());
length            486 ui/base/resource/resource_bundle.cc                          data.length() / 2);
length            797 ui/base/resource/resource_bundle.cc     uint32 length = 0;
length            798 ui/base/resource/resource_bundle.cc     base::ReadBigEndian(reinterpret_cast<const char*>(buf + pos), &length);
length            799 ui/base/resource/resource_bundle.cc     if (size - pos - kPngChunkMetadataSize < length)
length            801 ui/base/resource/resource_bundle.cc     if (length == 0 && memcmp(buf + pos + sizeof(uint32), kPngScaleChunkType,
length            811 ui/base/resource/resource_bundle.cc     pos += length + kPngChunkMetadataSize;
length             93 ui/base/webui/web_ui_util.cc   identifier.substr(0, identifier.length() - 1).CopyToString(&stripped);
length            119 ui/base/webui/web_ui_util.cc             pos + 1, stripped_path.length() - pos - 1), &factor)) {
length            121 ui/base/webui/web_ui_util.cc       stripped_path.remove_suffix(stripped_path.length() - pos);
length            237 ui/base/x/selection_utils.cc     if (!markup.empty() && markup.at(markup.length() - 1) == '\0')
length            238 ui/base/x/selection_utils.cc       markup.resize(markup.length() - 1);
length            286 ui/base/x/x11_util.cc   size_t length = sizeof(allow_removed);
length            288 ui/base/x/x11_util.cc   if ((sysctlbyname("kern.ipc.shm_allow_removed", &allow_removed, &length,
length            332 ui/base/x/x11_util.h   XRefcountedMemory(unsigned char* x11_data, size_t length)
length            333 ui/base/x/x11_util.h       : x11_data_(length ? x11_data : NULL), length_(length) {}
length           1036 ui/events/gestures/gesture_sequence.cc     float length = d.Length();
length           1037 ui/events/gestures/gesture_sequence.cc     float ratio = std::max((length - slop) / length, 0.0f);
length            455 ui/events/keycodes/keyboard_code_conversion_x.cc           result.length() == 1) ? result[0] : 0;
length            111 ui/gfx/canvas_skia.cc   if (range->start() >= text->length() ||
length            204 ui/gfx/canvas_skia.cc     if (adjusted_text.length() >= kMaxRenderTextLength) {
length            205 ui/gfx/canvas_skia.cc       *width = font_list.GetExpectedTextWidth(adjusted_text.length());
length            548 ui/gfx/codec/png_codec.cc     DCHECK(comment.key.length() < 79);
length            551 ui/gfx/codec/png_codec.cc     png_text_[pos].text_length = comment.text.length();
length            110 ui/gfx/codec/png_codec_unittest.cc                     png_size_t length) {
length            113 ui/gfx/codec/png_codec_unittest.cc   v.resize(v.size() + length);
length            114 ui/gfx/codec/png_codec_unittest.cc   memcpy(&v[v.size() - length], data, length);
length             16 ui/gfx/color_profile_mac.cc     size_t length = CFDataGetLength(icc_profile);
length             17 ui/gfx/color_profile_mac.cc     if (length > gfx::kMaxProfileLength)
length             19 ui/gfx/color_profile_mac.cc     if (length < gfx::kMinProfileLength)
length             22 ui/gfx/color_profile_mac.cc     profile->assign(sys_profile, sys_profile + length);
length             26 ui/gfx/color_profile_win.cc   size_t length = profileData.size();
length             27 ui/gfx/color_profile_win.cc   if (length > gfx::kMaxProfileLength)
length             29 ui/gfx/color_profile_win.cc   if (length < gfx::kMinProfileLength)
length             31 ui/gfx/color_profile_win.cc   profile->assign(profileData.data(), profileData.data() + length);
length             57 ui/gfx/font.cc int Font::GetExpectedTextWidth(int length) const {
length             58 ui/gfx/font.cc   return platform_font_->GetExpectedTextWidth(length);
length             82 ui/gfx/font.h    int GetExpectedTextWidth(int length) const;
length             85 ui/gfx/font_list.cc int FontList::GetExpectedTextWidth(int length) const {
length             86 ui/gfx/font_list.cc   return impl_->GetExpectedTextWidth(length);
length            101 ui/gfx/font_list.h   int GetExpectedTextWidth(int length) const;
length            159 ui/gfx/font_list_impl.cc int FontListImpl::GetExpectedTextWidth(int length) const {
length            161 ui/gfx/font_list_impl.cc   return GetPrimaryFont().GetExpectedTextWidth(length);
length             68 ui/gfx/font_list_impl.h   int GetExpectedTextWidth(int length) const;
length            167 ui/gfx/geometry/vector2d_unittest.cc     double length = std::sqrt(length_squared);
length            170 ui/gfx/geometry/vector2d_unittest.cc     EXPECT_EQ(static_cast<float>(length), vector.Length());
length            191 ui/gfx/geometry/vector2d_unittest.cc     double length = std::sqrt(length_squared);
length            194 ui/gfx/geometry/vector2d_unittest.cc     EXPECT_FLOAT_EQ(static_cast<float>(length), vector.Length());
length            172 ui/gfx/geometry/vector3d_unittest.cc     double length = std::sqrt(length_squared);
length            175 ui/gfx/geometry/vector3d_unittest.cc     EXPECT_FLOAT_EQ(static_cast<float>(length), vector.Length());
length             96 ui/gfx/icon_util_unittest.cc   ASSERT_GE(icon_data.length(), sizeof(IconUtil::ICONDIR));
length            106 ui/gfx/icon_util_unittest.cc   ASSERT_GE(icon_data.length(),
length            127 ui/gfx/icon_util_unittest.cc     ASSERT_GE(icon_data.length(),
length             51 ui/gfx/platform_font.h   virtual int GetExpectedTextWidth(int length) const = 0;
length             24 ui/gfx/platform_font_ios.h   virtual int GetExpectedTextWidth(int length) const OVERRIDE;
length             26 ui/gfx/platform_font_mac.h   virtual int GetExpectedTextWidth(int length) const OVERRIDE;
length            193 ui/gfx/platform_font_pango.cc int PlatformFontPango::GetExpectedTextWidth(int length) const {
length            195 ui/gfx/platform_font_pango.cc   return round(static_cast<float>(length) * char_width);
length             53 ui/gfx/platform_font_pango.h   virtual int GetExpectedTextWidth(int length) const OVERRIDE;
length            148 ui/gfx/platform_font_win.cc int PlatformFontWin::GetExpectedTextWidth(int length) const {
length            149 ui/gfx/platform_font_win.cc   return length * std::min(font_ref_->GetDluBaseX(),
length            177 ui/gfx/platform_font_win.cc   int length = GetTextFace(memory_dc, arraysize(localized_font_name),
length            179 ui/gfx/platform_font_win.cc   if (length <= 0)
length             61 ui/gfx/platform_font_win.h   virtual int GetExpectedTextWidth(int length) const OVERRIDE;
length             68 ui/gfx/range/range.h   size_t length() const {
length             69 ui/gfx/range/range.h     ptrdiff_t length = end() - start();
length             70 ui/gfx/range/range.h     return length >= 0 ? length : -length;
length             12 ui/gfx/range/range_unittest.cc   EXPECT_EQ(0U, r.length());
length             24 ui/gfx/range/range_unittest.cc   EXPECT_EQ(5U, r.length());
length             36 ui/gfx/range/range_unittest.cc   EXPECT_EQ(5U, r.length());
length             48 ui/gfx/range/range_unittest.cc   EXPECT_EQ(0U, r.length());
length             58 ui/gfx/range/range_unittest.cc   EXPECT_EQ(0U, r.length());
length             93 ui/gfx/range/range_unittest.cc   EXPECT_EQ(10U, r.length());
length             98 ui/gfx/range/range_unittest.cc   EXPECT_EQ(22U, r.length());
length            105 ui/gfx/range/range_unittest.cc   EXPECT_EQ(3U, r.length());
length            110 ui/gfx/range/range_unittest.cc   EXPECT_EQ(10U, r.length());
length            119 ui/gfx/range/range_unittest.cc   EXPECT_EQ(4U, r.length());
length            128 ui/gfx/range/range_unittest.cc   EXPECT_EQ(5U, r.length());
length            140 ui/gfx/range/range_unittest.cc   EXPECT_EQ(5U, r.length());
length            147 ui/gfx/range/range_unittest.cc   EXPECT_EQ(4U, r.length());
length             13 ui/gfx/range/range_win_unittest.cc   EXPECT_EQ(22U, r.length());
length             23 ui/gfx/range/range_win_unittest.cc   EXPECT_EQ(10U, r.length());
length             33 ui/gfx/range/range_win_unittest.cc   EXPECT_EQ(20U, r.length());
length            330 ui/gfx/render_text.cc void SkiaTextRenderer::DiagonalStrike::AddPiece(int length, SkColor color) {
length            331 ui/gfx/render_text.cc   pieces_.push_back(Piece(length, color));
length            332 ui/gfx/render_text.cc   total_length_ += length;
length            409 ui/gfx/render_text.cc   const size_t text_length = text_.length();
length            528 ui/gfx/render_text.cc   size_t text_length = text().length();
length            549 ui/gfx/render_text.cc   Range sel(std::min(range.start(), text().length()),
length            550 ui/gfx/render_text.cc             std::min(range.end(), text().length()));
length            573 ui/gfx/render_text.cc   const size_t length = text().length();
length            574 ui/gfx/render_text.cc   const Range all = reversed ? Range(length, 0) : Range(0, length);
length            594 ui/gfx/render_text.cc   if (selection_min == text().length() && selection_min != 0)
length            603 ui/gfx/render_text.cc   if (selection_min == selection_max && selection_max != text().length())
length            606 ui/gfx/render_text.cc   for (; selection_max < text().length(); ++selection_max)
length            621 ui/gfx/render_text.cc         Range(0, text_.length()).Contains(composition_range));
length            786 ui/gfx/render_text.cc   if (caret_pos == (caret_affinity == CURSOR_BACKWARD ? 0 : text().length())) {
length            799 ui/gfx/render_text.cc       width = xspan.length();
length            812 ui/gfx/render_text.cc   if (index > text().length())
length            813 ui/gfx/render_text.cc     return text().length();
length            818 ui/gfx/render_text.cc     while (index < text().length()) {
length            823 ui/gfx/render_text.cc     return text().length();
length            896 ui/gfx/render_text.cc     return SelectionModel(text().length(), CURSOR_FORWARD);
length            901 ui/gfx/render_text.cc   DCHECK_LE(model.selection().GetMax(), text().length());
length            915 ui/gfx/render_text.cc   const size_t text_length = layout_text.length();
length            990 ui/gfx/render_text.cc                          Size(x.length(), GetStringSize().height())));
length           1007 ui/gfx/render_text.cc                   0, intersection.length(), lines_[line].size.height());
length           1010 ui/gfx/render_text.cc       line_x += segment->x_range.length();
length           1110 ui/gfx/render_text.cc   size_t cursor = std::min(position, text().length());
length           1123 ui/gfx/render_text.cc         static_cast<size_t>(gfx::UTF16IndexToOffset(text_, 0, text_.length()));
length           1127 ui/gfx/render_text.cc         obscured_reveal_index_ < static_cast<int>(text_.length())) {
length           1133 ui/gfx/render_text.cc       U16_NEXT(text_.data(), end, text_.length(), unused_char);
length           1138 ui/gfx/render_text.cc       if (layout_text_.length() > cp_start)
length           1146 ui/gfx/render_text.cc   if (truncate_length_ > 0 && truncate_length_ < text.length()) {
length           1192 ui/gfx/render_text.cc     return ElideText(slicer.CutString(text.length() / 2, insert_ellipsis));
length           1206 ui/gfx/render_text.cc   size_t hi = text.length() - 1;
length             90 ui/gfx/render_text.h     void AddPiece(int length, SkColor color);
length            251 ui/gfx/render_text.h   void set_truncate_length(size_t length) { truncate_length_ = length; }
length             50 ui/gfx/render_text_mac.cc     const Range range(cf_range.location, cf_range.location + cf_range.length);
length            209 ui/gfx/render_text_mac.cc   const size_t layout_text_length = GetLayoutText().length();
length            130 ui/gfx/render_text_pango.cc     const int end = LayoutIndexToTextIndex(item->offset + item->length);
length            163 ui/gfx/render_text_pango.cc       if (caret < LayoutIndexToTextIndex(item->offset + item->length)) {
length            222 ui/gfx/render_text_pango.cc   DCHECK_LE(range.GetMax(), text().length());
length            269 ui/gfx/render_text_pango.cc   if (position >= text().length())
length            270 ui/gfx/render_text_pango.cc     return position == text().length();
length            503 ui/gfx/render_text_pango.cc     Range item_range(item->offset, item->offset + item->length);
length            521 ui/gfx/render_text_pango.cc       LayoutIndexToTextIndex(item->offset + item->length), CURSOR_BACKWARD);
length             59 ui/gfx/render_text_unittest.cc                                     render_text->selection().length());
length            158 ui/gfx/render_text_unittest.cc   const size_t text_length = render_text->text().length();
length            250 ui/gfx/render_text_unittest.cc   int len = text.length();
length            321 ui/gfx/render_text_unittest.cc             static_cast<int>(render_text->GetGlyphBounds(0U).length()));
length            357 ui/gfx/render_text_unittest.cc   render_text->RenderText::SetObscuredRevealIndex(seuss.length() + 1);
length            842 ui/gfx/render_text_unittest.cc   for (size_t i = 0; i < render_text->text().length(); ++i) {
length            970 ui/gfx/render_text_unittest.cc     EXPECT_EQ(end_edge, SelectionModel(cases[i].text.length(), CURSOR_FORWARD));
length           1218 ui/gfx/render_text_unittest.cc   for (size_t i = 0; i < test_string.length(); ++i)
length           1579 ui/gfx/render_text_unittest.cc   render_text->SetCursorPosition(kTestURL1.length());
length           1585 ui/gfx/render_text_unittest.cc   render_text->SetCursorPosition(kTestURL2.length());
length           1620 ui/gfx/render_text_unittest.cc   render_text->MoveCursorTo(SelectionModel(render_text->text().length(),
length           1701 ui/gfx/render_text_unittest.cc   render_text->MoveCursorTo(SelectionModel(render_text->text().length(),
length           1860 ui/gfx/render_text_unittest.cc     ASSERT_EQ(1U, newline_segment.char_range.length());
length            152 ui/gfx/render_text_win.cc         run_range.end() < run.range.length() ?
length            299 ui/gfx/render_text_win.cc       run->range.length(),
length            406 ui/gfx/render_text_win.cc       const size_t segment_width = segment->x_range.length();
length            458 ui/gfx/render_text_win.cc     line->size.set_width(line->size.width() + segment.x_range.length());
length            540 ui/gfx/render_text_win.cc                            run->range.length(),
length            552 ui/gfx/render_text_win.cc   DCHECK_LE(cursor, text().length());
length            632 ui/gfx/render_text_win.cc     pos = std::min(selection.caret_pos() + 1, text().length());
length            646 ui/gfx/render_text_win.cc         size_t begin = iter.pos() - iter.GetString().length();
length            657 ui/gfx/render_text_win.cc           pos = iter.pos() - iter.GetString().length();
length            679 ui/gfx/render_text_win.cc   DCHECK(Range(0, text().length()).Contains(range));
length            682 ui/gfx/render_text_win.cc   DCHECK(Range(0, GetLayoutText().length()).Contains(layout_range));
length            718 ui/gfx/render_text_win.cc   DCHECK_LE(index, text().length());
length            722 ui/gfx/render_text_win.cc   return std::min<size_t>(GetLayoutText().length(), i);
length            729 ui/gfx/render_text_win.cc   DCHECK_LE(index, GetLayoutText().length());
length            731 ui/gfx/render_text_win.cc   DCHECK_LE(text_index, text().length());
length            736 ui/gfx/render_text_win.cc   if (position == 0 || position == text().length())
length            746 ui/gfx/render_text_win.cc          position < LayoutIndexToTextIndex(GetLayoutText().length()) &&
length            822 ui/gfx/render_text_win.cc       const int segment_width = segment->x_range.length();
length            842 ui/gfx/render_text_win.cc       pos.resize(glyph_range.length() + 1);
length            872 ui/gfx/render_text_win.cc                              colored_glyphs.length());
length            904 ui/gfx/render_text_win.cc   const size_t layout_text_length = layout_text.length();
length           1053 ui/gfx/render_text_win.cc   const size_t run_length = run->range.length();
length           1190 ui/gfx/render_text_win.cc   const size_t run_length = run->range.length();
length           1217 ui/gfx/render_text_win.cc   for (size_t char_index = 0; char_index < run->range.length(); ++char_index) {
length           1239 ui/gfx/render_text_win.cc   DCHECK_LE(chars_not_missing_glyphs, static_cast<int>(run->range.length()));
length           1240 ui/gfx/render_text_win.cc   return run->range.length() - chars_not_missing_glyphs;
length             50 ui/gfx/text_elider.cc base::string16 StringSlicer::CutString(size_t length, bool insert_ellipsis) {
length             56 ui/gfx/text_elider.cc            text_.substr(FindValidBoundaryBefore(text_.length() - length));
length             59 ui/gfx/text_elider.cc     return text_.substr(0, FindValidBoundaryBefore(length)) + ellipsis_text;
length             62 ui/gfx/text_elider.cc   const size_t half_length = length / 2;
length             63 ui/gfx/text_elider.cc   const size_t prefix_length = FindValidBoundaryBefore(length - half_length);
length             64 ui/gfx/text_elider.cc   const size_t suffix_start_guess = text_.length() - half_length;
length             73 ui/gfx/text_elider.cc   DCHECK_LE(index, text_.length());
length             74 ui/gfx/text_elider.cc   if (index != text_.length())
length             80 ui/gfx/text_elider.cc   DCHECK_LE(index, text_.length());
length             81 ui/gfx/text_elider.cc   if (index != text_.length())
length             82 ui/gfx/text_elider.cc     U16_SET_CP_LIMIT(text_.data(), 0, index, text_.length());
length            131 ui/gfx/text_elider.cc     if (domain.length() <= 1U)
length            219 ui/gfx/text_elider.cc       slicer.CutString(text.length() / 2, insert_ellipsis);
length            232 ui/gfx/text_elider.cc   size_t hi = text.length() - 1;
length            260 ui/gfx/text_elider.cc   if (static_cast<int>(input.length()) <= max_len) {
length            277 ui/gfx/text_elider.cc                      input.substr(input.length() - 1));
length            281 ui/gfx/text_elider.cc                      input.substr(input.length() - 1));
length            287 ui/gfx/text_elider.cc                      input.substr(input.length() - rstr_len));
length            394 ui/gfx/text_elider.cc   if (line.length() < max_cols_) {
length            412 ui/gfx/text_elider.cc   if (word.length() < max_cols_) {
length            414 ui/gfx/text_elider.cc     if (current_col_ + word.length() >= max_cols_)
length            443 ui/gfx/text_elider.cc   current_col_ += string.length();
length            569 ui/gfx/text_elider.cc       last_line_ended_in_lf_ = !line.empty() && line[line.length() - 1] == '\n';
length            571 ui/gfx/text_elider.cc         line.resize(line.length() - 1);
length            645 ui/gfx/text_elider.cc     text = text.substr(fragment.length());
length            751 ui/gfx/text_elider.cc base::string16 TruncateString(const base::string16& string, size_t length) {
length            752 ui/gfx/text_elider.cc   if (string.size() <= length)
length            756 ui/gfx/text_elider.cc   if (length == 0)
length            760 ui/gfx/text_elider.cc   size_t max = length - 1;
length             45 ui/gfx/text_elider.h   base::string16 CutString(size_t length, bool insert_ellipsis);
length            191 ui/gfx/text_elider.h                                          size_t length);
length            307 ui/gfx/text_elider_unittest.cc     EXPECT_LT(index, text.length() - 1);
length            363 ui/gfx/text_elider_unittest.cc   size_t data_scheme_length = data_scheme.length();
length             13 ui/gfx/utf16_indexing.cc   return index == 0 || index == s.length() ||
length             23 ui/gfx/utf16_indexing.cc   DCHECK_LE(base, s.length());
length             24 ui/gfx/utf16_indexing.cc   DCHECK_LE(pos, s.length());
length             36 ui/gfx/utf16_indexing.cc   DCHECK_LE(base, s.length());
length             42 ui/gfx/utf16_indexing.cc   while (offset > 0 && pos < s.length())
length             16 ui/gfx/utf16_indexing_unittest.cc   for (size_t i = 0; i <= s.length(); ++i)
length             18 ui/gfx/utf16_indexing_unittest.cc   for (size_t i = 0; i <= s.length(); ++i) {
length             19 ui/gfx/utf16_indexing_unittest.cc     for (size_t j = i; j <= s.length(); ++j) {
length            298 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length,
length            300 ui/gl/gl_bindings_skia_in_process.cc   glGetProgramInfoLog(program, bufsize, length, infolog);
length            312 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLGetShaderInfoLog(GLuint shader, GLsizei bufsize, GLsizei* length,
length            314 ui/gl/gl_bindings_skia_in_process.cc   glGetShaderInfoLog(shader, bufsize, length, infolog);
length            354 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLInsertEventMarker(GLsizei length, const char* marker) {
length            355 ui/gl/gl_bindings_skia_in_process.cc   glInsertEventMarkerEXT(length, marker);
length            378 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLPushGroupMarker(GLsizei length, const char* marker) {
length            379 ui/gl/gl_bindings_skia_in_process.cc   glPushGroupMarkerEXT(length, marker);
length            412 ui/gl/gl_bindings_skia_in_process.cc                           const GLint* length) {
length            413 ui/gl/gl_bindings_skia_in_process.cc   glShaderSource(shader, count, str, length);
length            133 ui/native_theme/native_theme_base.h   void set_scrollbar_button_length(unsigned int length) {
length            134 ui/native_theme/native_theme_base.h     scrollbar_button_length_ = length;
length            743 ui/shell_dialogs/select_file_dialog_win.cc   if (path->value().length()) {
length            864 ui/shell_dialogs/select_file_dialog_win.cc       selection += files.back().value().length() + 1;
length            939 ui/shell_dialogs/select_file_dialog_win.cc     if (return_value[return_value.length() - 1] != L'.')
length             20 ui/snapshot/snapshot_gtk.cc                                 unsigned int length) {
length             25 ui/snapshot/snapshot_gtk.cc   png_representation->resize(old_size + length);
length             26 ui/snapshot/snapshot_gtk.cc   memcpy(&(*png_representation)[old_size], data, length);
length             74 ui/views/controls/label.cc         static_cast<size_t>(gfx::UTF16IndexToOffset(text_, 0, text_.length()));
length            203 ui/views/controls/menu/menu_item_view.cc          index + 1 < accessible_name.length()) {
length            204 ui/views/controls/menu/menu_item_view.cc     accessible_name.replace(index, accessible_name.length() - index,
length             52 ui/views/controls/message_box_view.cc   for (size_t i = 0; i < text.length(); ++i) {
length             58 ui/views/controls/message_box_view.cc   paragraphs->push_back(text.substr(start, text.length() - start));
length            150 ui/views/controls/prefix_selector.cc   if (text.length() == 1 &&
length            258 ui/views/controls/styled_label.cc       if (style_info.disable_line_wrapping && chunk.size() < range.length() &&
length             14 ui/views/controls/table/table_grouper.h   int length;
length             50 ui/views/controls/table/table_view.cc     DCHECK_GT(range.length, 0);
length             51 ui/views/controls/table/table_view.cc     for (int range_counter = 0; range_counter < range.length; range_counter++)
length             53 ui/views/controls/table/table_view.cc     model_index += range.length;
length            422 ui/views/controls/table/table_view.cc void TableView::OnItemsChanged(int start, int length) {
length            426 ui/views/controls/table/table_view.cc void TableView::OnItemsAdded(int start, int length) {
length            427 ui/views/controls/table/table_view.cc   for (int i = 0; i < length; ++i)
length            432 ui/views/controls/table/table_view.cc void TableView::OnItemsRemoved(int start, int length) {
length            441 ui/views/controls/table/table_view.cc   for (int i = 0; i < length; ++i)
length            555 ui/views/controls/table/table_view.cc     DCHECK_GT(range.length, 0);
length            559 ui/views/controls/table/table_view.cc     const int last = start + range.length - 1;
length            786 ui/views/controls/table/table_view.cc         GetRowBounds(ModelToView(range.start + range.length - 1)).bottom();
length            855 ui/views/controls/table/table_view.cc   for (int i = 0; i < range.length; ++i) {
length            869 ui/views/controls/table/table_view.cc     range.length = 1;
length            180 ui/views/controls/table/table_view.h   virtual void OnItemsChanged(int start, int length) OVERRIDE;
length            181 ui/views/controls/table/table_view.h   virtual void OnItemsAdded(int start, int length) OVERRIDE;
length            182 ui/views/controls/table/table_view.h   virtual void OnItemsRemoved(int start, int length) OVERRIDE;
length            417 ui/views/controls/table/table_view_unittest.cc       range->length = ranges_[range_index];
length            420 ui/views/controls/table/table_view_unittest.cc       range->length = ranges_[range_index - 1];
length            800 ui/views/controls/textfield/textfield.cc     pos -= render_text->selection().Intersect(gfx::Range(0, pos)).length();
length           1672 ui/views/controls/textfield/textfield.cc       const size_t length = selection_clipboard_text.length();
length           1673 ui/views/controls/textfield/textfield.cc       range = gfx::Range(range.start() + length, range.end() + length);
length            116 ui/views/controls/textfield/textfield_model.cc   size_t old_text_end() const { return old_text_start_ + old_text_.length(); }
length            119 ui/views/controls/textfield/textfield_model.cc   size_t new_text_end() const { return new_text_start_ + new_text_.length(); }
length            129 ui/views/controls/textfield/textfield_model.cc     old_text.erase(new_text_start_, new_text_.length());
length            173 ui/views/controls/textfield/textfield_model.cc              at + new_text.length()  /* new cursor */,
length            232 ui/views/controls/textfield/textfield_model.cc              (backward ? text_start + text.length() : text_start),
length            320 ui/views/controls/textfield/textfield_model.cc     size_t new_cursor = new_text.length();
length            358 ui/views/controls/textfield/textfield_model.cc   if (text().length() > GetCursorPosition()) {
length            423 ui/views/controls/textfield/textfield_model.cc                        render_text_->selection().length());
length            562 ui/views/controls/textfield/textfield_model.cc                           position + new_text.length(),
length            568 ui/views/controls/textfield/textfield_model.cc   if (range.IsValid() && range.GetMin() < text().length())
length            569 ui/views/controls/textfield/textfield_model.cc     return text().substr(range.GetMin(), range.length());
length            574 ui/views/controls/textfield/textfield_model.cc   *range = gfx::Range(0, text().length());
length            590 ui/views/controls/textfield/textfield_model.cc   gfx::Range range(cursor, cursor + composition.text.length());
length            617 ui/views/controls/textfield/textfield_model.cc   base::string16 composition = text().substr(range.start(), range.length());
length            632 ui/views/controls/textfield/textfield_model.cc   render_text_->SetText(new_text.erase(range.start(), range.length()));
length            706 ui/views/controls/textfield/textfield_model.cc   const base::string16 old_text = text().substr(old_text_start, range.length());
length            719 ui/views/controls/textfield/textfield_model.cc   size_t new_cursor_pos = new_text_start + new_text.length();
length            198 ui/views/controls/textfield/textfield_model_unittest.cc   MoveCursorTo(model, model.text().length());
length            199 ui/views/controls/textfield/textfield_model_unittest.cc   EXPECT_EQ(model.text().length(), model.GetCursorPosition());
length            123 ui/views/corewm/tooltip_aura.cc         result_lines.back(), result_lines.back().length() - 1);
length             43 ui/views/corewm/tooltip_aura_unittest.cc   tooltip_len = tooltip.length();
length             48 ui/views/corewm/tooltip_aura_unittest.cc   EXPECT_EQ(tooltip_len + expect_lines - 1, tooltip.length());
length             69 ui/views/corewm/tooltip_aura_unittest.cc   tooltip.insert(tooltip.length() / 2, ASCIIToUTF16("\n"));
length             70 ui/views/corewm/tooltip_aura_unittest.cc   tooltip_len = tooltip.length();
length             77 ui/views/corewm/tooltip_aura_unittest.cc   EXPECT_NEAR(tooltip_len + expect_lines - 2, tooltip.length(), 1);
length            124 ui/views/examples/button_example.cc           text_button_->text().length() < 50 ? kLongText : kTextButton));
length            154 ui/views/examples/button_example.cc                 label_button_->GetText().length() > 50 ? kLabelButton : ""));
length             65 ui/views/examples/multiline_example.cc     test_range.set_start(std::min(test_range.start(), new_contents.length()));
length             66 ui/views/examples/multiline_example.cc     test_range.set_end(std::min(test_range.end(), new_contents.length()));
length            136 ui/views/examples/table_example.cc     range->length = 2;
length            139 ui/views/examples/table_example.cc     range->length = 3;
length            142 ui/views/examples/table_example.cc     range->length = 1;
length            126 ui/views/examples/textfield_example.cc       if (name_->text().length() >= 5) {
length            127 ui/views/examples/textfield_example.cc         size_t fifth = name_->text().length() / 5;
length             62 ui/views/ime/mock_input_method.cc   bool handled = (composition_changed_ || result_text_.length()) &&
length             82 ui/views/ime/mock_input_method.cc       if (result_text_.length())
length             85 ui/views/ime/mock_input_method.cc         if (composition_.text.length())
length             88 ui/views/layout/grid_layout.cc   static int TotalSize(int start, int length, std::vector<T*>* elements) {
length             89 ui/views/layout/grid_layout.cc     DCHECK(start >= 0 && length > 0 &&
length             90 ui/views/layout/grid_layout.cc            start + length <= static_cast<int>(elements->size()));
length             92 ui/views/layout/grid_layout.cc     for (int i = start, max = start + length; i < max; ++i) {
length            445 ui/views/touchui/touch_selection_controller_impl_unittest.cc   textfield_->SelectRange(gfx::Range(10, textfield_text.length()));
length            450 ui/views/touchui/touch_selection_controller_impl_unittest.cc   EXPECT_EQ(gfx::Range(10, textfield_text.length()),
length            490 ui/views/win/hwnd_message_handler.cc   wp.length = sizeof(wp);
length            620 ui/views/win/hwnd_message_handler.cc   placement.length = sizeof(WINDOWPLACEMENT);
length            764 ui/views/win/hwnd_message_handler.cc   if (len_with_null == 1 && title.length() == 0)
length            766 ui/views/win/hwnd_message_handler.cc   if (len_with_null - 1 == title.length() &&
length            112 url/gurl.cc          input_spec.data(), static_cast<int>(input_spec.length()), trim_path_end,
length            138 url/gurl.cc        if (!url_util::FindAndCompareScheme(spec_.data(), spec_.length(),
length            202 url/gurl.cc              spec_.data(), static_cast<int>(spec_.length()), parsed_,
length            203 url/gurl.cc              relative.data(), static_cast<int>(relative.length()),
length            235 url/gurl.cc              spec_.data(), static_cast<int>(spec_.length()), parsed_,
length            236 url/gurl.cc              relative.data(), static_cast<int>(relative.length()),
length            267 url/gurl.cc          spec_.data(), static_cast<int>(spec_.length()), parsed_, replacements,
length            293 url/gurl.cc          spec_.data(), static_cast<int>(spec_.length()), parsed_, replacements,
length             55 url/url_canon.h   inline int length() const {
length             52 url/url_canon_etc.cc   *output_len = buffer->length();
length             90 url/url_canon_etc.cc     *out_scheme = url_parse::Component(output->length(), 0);
length             96 url/url_canon_etc.cc   out_scheme->begin = output->length();
length            138 url/url_canon_etc.cc   out_scheme->len = output->length() - out_scheme->begin;
length            163 url/url_canon_etc.cc   out_username->begin = output->length();
length            169 url/url_canon_etc.cc   out_username->len = output->length() - out_username->begin;
length            175 url/url_canon_etc.cc     out_password->begin = output->length();
length            178 url/url_canon_etc.cc     out_password->len = output->length() - out_password->begin;
length            210 url/url_canon_etc.cc     out_port->begin = output->length();
length            212 url/url_canon_etc.cc     out_port->len = output->length() - out_port->begin;
length            224 url/url_canon_etc.cc   out_port->begin = output->length();
length            228 url/url_canon_etc.cc   out_port->len = output->length() - out_port->begin;
length            246 url/url_canon_etc.cc   out_ref->begin = output->length();
length            273 url/url_canon_etc.cc   out_ref->len = output->length() - out_ref->begin;
length             38 url/url_canon_filesystemurl.cc   new_parsed->scheme.begin = output->length();
length             48 url/url_canon_filesystemurl.cc     new_inner_parsed.scheme.begin = output->length();
length             60 url/url_canon_fileurl.cc   out_path->begin = output->length();
length             84 url/url_canon_fileurl.cc   out_path->len = output->length() - out_path->begin;
length            101 url/url_canon_fileurl.cc   new_parsed->scheme.begin = output->length();
length            174 url/url_canon_host.cc                   url_escaped_host.length(),
length            186 url/url_canon_host.cc                               wide_output.length(),
length            199 url/url_canon_host.cc   int begin_length = output->length();
length            226 url/url_canon_host.cc     utf8_source_len = output->length() - begin_length;
length            245 url/url_canon_host.cc     AppendInvalidNarrowString(utf8.data(), 0, utf8.length(), output);
length            252 url/url_canon_host.cc   return DoIDNHost(utf16.data(), utf16.length(), output);
length            277 url/url_canon_host.cc     return DoComplexHost(utf8.data(), utf8.length(), has_non_ascii,
length            304 url/url_canon_host.cc   const int output_begin = output->length();
length            325 url/url_canon_host.cc                           url_parse::MakeRange(output_begin, output->length()),
length            333 url/url_canon_host.cc       output->Append(canon_ip.data(), canon_ip.length());
length            337 url/url_canon_host.cc   host_info->out_host = url_parse::MakeRange(output_begin, output->length());
length             29 url/url_canon_icu.cc                           int32_t length,
length            125 url/url_canon_icu.cc   int begin_offset = output->length();
length            127 url/url_canon_icu.cc   output->set_length(output->length());
length            163 url/url_canon_icu.cc   DCHECK(output->length() == 0);  // Output buffer is assumed empty.
length            187 url/url_canon_icu.cc bool ReadUTFChar(const char* str, int* begin, int length,
length            190 url/url_canon_icu.cc   U8_NEXT(str, *begin, length, code_point);
length            204 url/url_canon_icu.cc bool ReadUTFChar(const base::char16* str, int* begin, int length,
length            207 url/url_canon_icu.cc     if (!U16_IS_SURROGATE_LEAD(str[*begin]) || *begin + 1 >= length ||
length             18 url/url_canon_internal.cc void DoAppendStringOfType(const CHAR* source, int length,
length             21 url/url_canon_internal.cc   for (int i = 0; i < length; i++) {
length             26 url/url_canon_internal.cc       ReadUTFChar(source, &i, length, &code_point);
length             97 url/url_canon_internal.cc       dest_component->begin = utf8_buffer->length();
length            100 url/url_canon_internal.cc       dest_component->len = utf8_buffer->length() - dest_component->begin;
length            236 url/url_canon_internal.cc void AppendStringOfType(const char* source, int length,
length            239 url/url_canon_internal.cc   DoAppendStringOfType<char, unsigned char>(source, length, type, output);
length            242 url/url_canon_internal.cc void AppendStringOfType(const base::char16* source, int length,
length            246 url/url_canon_internal.cc       source, length, type, output);
length             77 url/url_canon_internal.h void AppendStringOfType(const char* source, int length,
length             80 url/url_canon_internal.h void AppendStringOfType(const base::char16* source, int length,
length            153 url/url_canon_internal.h URL_EXPORT bool ReadUTFChar(const char* str, int* begin, int length,
length            230 url/url_canon_internal.h URL_EXPORT bool ReadUTFChar(const base::char16* str, int* begin, int length,
length            266 url/url_canon_internal.h                                   int length, CanonOutput* output) {
length            271 url/url_canon_internal.h   bool success = ReadUTFChar(str, begin, length, &char_value);
length            277 url/url_canon_internal.h inline bool AppendUTF8EscapedChar(const char* str, int* begin, int length,
length            283 url/url_canon_internal.h   bool success = ReadUTFChar(str, begin, length, &ch);
length             91 url/url_canon_internal_file.h   new_parsed->scheme.begin = output->length();
length             96 url/url_canon_internal_file.h   new_parsed->scheme.len = output->length() - new_parsed->scheme.begin;
length            113 url/url_canon_internal_file.h   new_parsed->path.begin = output->length();
length            122 url/url_canon_internal_file.h   new_parsed->path.len = output->length() - new_parsed->path.begin;
length            239 url/url_canon_ip.cc       host_info->out_host.begin = output->length();
length            241 url/url_canon_ip.cc       host_info->out_host.len = output->length() - host_info->out_host.begin;
length            581 url/url_canon_ip.cc   host_info->out_host.begin = output->length();
length            585 url/url_canon_ip.cc   host_info->out_host.len = output->length() - host_info->out_host.begin;
length             32 url/url_canon_mailtourl.cc   new_parsed->scheme.begin = output->length();
length             40 url/url_canon_mailtourl.cc     new_parsed->path.begin = output->length();
length             54 url/url_canon_mailtourl.cc     new_parsed->path.len = output->length() - new_parsed->path.begin;
length            149 url/url_canon_path.cc   DCHECK(output->length() > 0);
length            151 url/url_canon_path.cc   int i = output->length() - 1;
length            212 url/url_canon_path.cc           DCHECK(output->length() > path_begin_in_output);
length            213 url/url_canon_path.cc           if (output->length() > path_begin_in_output &&
length            214 url/url_canon_path.cc               output->at(output->length() - 1) == '/') {
length            302 url/url_canon_path.cc   out_path->begin = output->length();
length            316 url/url_canon_path.cc   out_path->len = output->length() - out_path->begin;
length             32 url/url_canon_pathurl.cc     new_component->begin = output->length();
length             41 url/url_canon_pathurl.cc     new_component->len = output->length() - new_component->begin;
length             59 url/url_canon_query.cc void AppendRaw8BitQueryString(const CHAR* source, int length,
length             61 url/url_canon_query.cc   for (int i = 0; i < length; i++) {
length             79 url/url_canon_query.cc   converter->ConvertFromUTF16(utf16.data(), utf16.length(), output);
length            108 url/url_canon_query.cc       AppendRaw8BitQueryString(eight_bit.data(), eight_bit.length(), output);
length            129 url/url_canon_query.cc   out_query->begin = output->length();
length            133 url/url_canon_query.cc   out_query->len = output->length() - out_query->begin;
length            209 url/url_canon_relative.cc   output_component->begin = output->length();
length            213 url/url_canon_relative.cc   output_component->len = output->length() - output_component->begin;
length            289 url/url_canon_relative.cc     int true_path_begin = output->length();
length            319 url/url_canon_relative.cc       int path_begin = output->length();
length            324 url/url_canon_relative.cc       out_parsed->path = url_parse::MakeRange(path_begin, output->length());
length             61 url/url_canon_stdstring.h                     url_parse::Component(0, static_cast<int>(s.length())));
length             65 url/url_canon_stdstring.h                       url_parse::Component(0, static_cast<int>(s.length())));
length             69 url/url_canon_stdstring.h                       url_parse::Component(0, static_cast<int>(s.length())));
length             73 url/url_canon_stdstring.h                   url_parse::Component(0, static_cast<int>(s.length())));
length             77 url/url_canon_stdstring.h                   url_parse::Component(0, static_cast<int>(s.length())));
length             81 url/url_canon_stdstring.h                   url_parse::Component(0, static_cast<int>(s.length())));
length             85 url/url_canon_stdstring.h                    url_parse::Component(0, static_cast<int>(s.length())));
length             89 url/url_canon_stdstring.h                  url_parse::Component(0, static_cast<int>(s.length())));
length             75 url/url_canon_stdurl.cc     new_parsed->path = url_parse::Component(output->length(), 1);
length             62 url/url_canon_unittest.cc std::string BytesToHexString(unsigned char bytes[16], int length) {
length             63 url/url_canon_unittest.cc   EXPECT_TRUE(length == 0 || length == 4 || length == 16)
length             64 url/url_canon_unittest.cc       << "Bad IP address length: " << length;
length             66 url/url_canon_unittest.cc   for (int i = 0; i < length; ++i) {
length            221 url/url_canon_unittest.cc       int input_len = static_cast<int>(input_str.length());
length            273 url/url_canon_unittest.cc     int input_len = static_cast<int>(input_str.length());
length            293 url/url_canon_unittest.cc     converter.ConvertFromUTF16(input.c_str(), static_cast<int>(input.length()),
length            295 url/url_canon_unittest.cc     EXPECT_EQ(input.length(), static_cast<size_t>(output.length()));
length            342 url/url_canon_unittest.cc     in_comp.len = static_cast<int>(wide_input.length());
length            590 url/url_canon_unittest.cc       int host_len = static_cast<int>(input16.length());
length            640 url/url_canon_unittest.cc       int host_len = static_cast<int>(input16.length());
length            765 url/url_canon_unittest.cc     component = url_parse::Component(0, static_cast<int>(input16.length()));
length            919 url/url_canon_unittest.cc     component = url_parse::Component(0, static_cast<int>(input16.length()));
length           1169 url/url_canon_unittest.cc       int len = static_cast<int>(input16.length());
length           1264 url/url_canon_unittest.cc       int len = static_cast<int>(input16.length());
length           1329 url/url_canon_unittest.cc       int len = static_cast<int>(input16.length());
length           2226 url/url_canon_unittest.cc                 url_parse::Component(0, static_cast<int>(new_query.length())));
length           2239 url/url_canon_unittest.cc   for (size_t i = 0; i < new_query.length(); i++)
length            205 url/url_parse_unittest.cc     int length = static_cast<int>(strlen(count_cases[i].url));
length            209 url/url_parse_unittest.cc     if (length > 0 && count_cases[i].url[0] == 'f')
length            210 url/url_parse_unittest.cc       url_parse::ParseFileURL(count_cases[i].url, length, &parsed);
length            212 url/url_parse_unittest.cc       url_parse::ParseStandardURL(count_cases[i].url, length, &parsed);
length             24 url/url_test_utils.h   int length = static_cast<int>(wcslen(src));
length             25 url/url_test_utils.h   for (int i = 0; i < length; ++i) {
length             33 url/url_test_utils.h   int length = static_cast<int>(src.length());
length             34 url/url_test_utils.h   EXPECT_LT(length, 1024);
length             36 url/url_test_utils.h   EXPECT_TRUE(url_canon::ConvertUTF8ToUTF16(src.data(), length, &output));
length             37 url/url_test_utils.h   return base::string16(output.data(), output.length());
length             45 url/url_test_utils.h                                             static_cast<int>(src.length()),
length            256 url/url_util.cc       ParsePathURL(output->data(), output->length(), true,
length            319 url/url_util.cc     DoCanonicalize(scheme_replaced.data(), scheme_replaced.length(), true,
length            338 url/url_util.cc     return DoReplaceComponents(recanonicalized.data(), recanonicalized.length(),
length            526 url/url_util.cc void DecodeURLEscapeSequences(const char* input, int length,
length            529 url/url_util.cc   for (int i = 0; i < length; i++) {
length            532 url/url_util.cc       if (url_canon::DecodeEscaped(input, &i, length, &ch)) {
length            546 url/url_util.cc   for (int i = 0; i < unescaped_chars.length(); i++) {
length            557 url/url_util.cc                                  unescaped_chars.length(), &code_point)) {
length            575 url/url_util.cc void EncodeURIComponent(const char* input, int length,
length            577 url/url_util.cc   for (int i = 0; i < length; ++i) {
length            194 url/url_util.h URL_EXPORT void DecodeURLEscapeSequences(const char* input, int length,
length            199 url/url_util.h URL_EXPORT void EncodeURIComponent(const char* input, int length,
length            105 url/url_util_unittest.cc   url_util::ReplaceComponents(original.data(), original.length(),
length            175 url/url_util_unittest.cc                 base::string16(output.data(), output.length())));
length            185 url/url_util_unittest.cc               base::string16(zero_output.data(), zero_output.length())));
length            194 url/url_util_unittest.cc             base::string16(invalid_output.data(), invalid_output.length()));
length            225 url/url_util_unittest.cc     std::string output(buffer.data(), buffer.length());
length            132 webkit/browser/appcache/appcache.cc   return lhs.namespace_url.spec().length() > rhs.namespace_url.spec().length();
length            213 webkit/browser/appcache/appcache_response.cc void AppCacheResponseReader::SetReadRange(int offset, int length) {
length            216 webkit/browser/appcache/appcache_response.cc   range_length_ = length;
length            169 webkit/browser/appcache/appcache_response.h   void SetReadRange(int offset, int length);
length            831 webkit/browser/appcache/appcache_storage_impl.cc   return lhs.namespace_.namespace_url.spec().length() >
length            832 webkit/browser/appcache/appcache_storage_impl.cc          rhs.namespace_.namespace_url.spec().length();
length            563 webkit/browser/appcache/appcache_unittest.cc       ParseManifest(kManifestUrl, kData.c_str(), kData.length(), manifest));
length            564 webkit/browser/appcache/appcache_update_job.cc                      manifest_data_.length(), manifest)) {
length            850 webkit/browser/appcache/appcache_update_job.cc         manifest_data_.length(),
length           1022 webkit/browser/appcache/appcache_update_job_unittest.cc         seed_data.length(),
length           1186 webkit/browser/appcache/appcache_update_job_unittest.cc         seed_data.length(),
length            319 webkit/browser/appcache/appcache_url_request_job.cc   int length = static_cast<int>(range_requested_.last_byte_position() -
length            323 webkit/browser/appcache/appcache_url_request_job.cc   reader_->SetReadRange(offset, length);
length             77 webkit/browser/appcache/manifest_parser.cc bool ParseManifest(const GURL& manifest_url, const char* data, int length,
length            101 webkit/browser/appcache/manifest_parser.cc   base::CodepageToWide(std::string(data, length), base::kCodepageUTF8,
length            104 webkit/browser/appcache/manifest_parser.cc   const wchar_t* end = p + data_string.length();
length            183 webkit/browser/appcache/manifest_parser.cc       const wchar_t *line_end = line_p + line.length();
length            224 webkit/browser/appcache/manifest_parser.cc       const wchar_t* line_end = line_p + line.length();
length            302 webkit/browser/appcache/manifest_parser.cc       const wchar_t* line_end = line_p + line.length();
length             59 webkit/browser/appcache/manifest_parser.h                                          int length,
length             40 webkit/browser/appcache/manifest_parser_unittest.cc     EXPECT_FALSE(ParseManifest(url, bad.c_str(), bad.length(), manifest));
length             57 webkit/browser/appcache/manifest_parser_unittest.cc     EXPECT_TRUE(ParseManifest(url, good.c_str(), good.length(), manifest));
length             67 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length             94 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length            131 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length            177 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length            227 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length            269 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length            317 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length            363 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length            376 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length            392 webkit/browser/appcache/manifest_parser_unittest.cc   EXPECT_TRUE(ParseManifest(kUrl, kData.c_str(), kData.length(), manifest));
length            430 webkit/browser/appcache/manifest_parser_unittest.cc                             kManifestBody.length(), manifest));
length            270 webkit/browser/appcache/mock_appcache_storage.cc         namespace_url.spec().length();
length            272 webkit/browser/appcache/mock_appcache_storage.cc         best_candidate_namespace->spec().length();
length            146 webkit/browser/blob/blob_storage_context.cc   DCHECK(item.length() > 0);
length            152 webkit/browser/blob/blob_storage_context.cc                                          static_cast<int64>(item.length()));
length            158 webkit/browser/blob/blob_storage_context.cc                      item.length(),
length            165 webkit/browser/blob/blob_storage_context.cc                                item.length(),
length            174 webkit/browser/blob/blob_storage_context.cc                                               item.length());
length            230 webkit/browser/blob/blob_storage_context.cc     uint64 offset, uint64 length) {
length            232 webkit/browser/blob/blob_storage_context.cc          length != static_cast<uint64>(-1));
length            238 webkit/browser/blob/blob_storage_context.cc       if (offset >= iter->length())
length            239 webkit/browser/blob/blob_storage_context.cc         offset -= iter->length();
length            245 webkit/browser/blob/blob_storage_context.cc   for (; iter != src_blob_data->items().end() && length > 0; ++iter) {
length            246 webkit/browser/blob/blob_storage_context.cc     uint64 current_length = iter->length() - offset;
length            247 webkit/browser/blob/blob_storage_context.cc     uint64 new_length = current_length > length ? length : current_length;
length            269 webkit/browser/blob/blob_storage_context.cc     length -= new_length;
length            276 webkit/browser/blob/blob_storage_context.cc     BlobData* target_blob_data, const char* bytes, int64 length) {
length            277 webkit/browser/blob/blob_storage_context.cc   if (length < 0) {
length            281 webkit/browser/blob/blob_storage_context.cc   if (memory_usage_ + length > kMaxMemoryUsage)
length            283 webkit/browser/blob/blob_storage_context.cc   target_blob_data->AppendData(bytes, static_cast<size_t>(length));
length            284 webkit/browser/blob/blob_storage_context.cc   memory_usage_ += length;
length            290 webkit/browser/blob/blob_storage_context.cc     const base::FilePath& file_path, uint64 offset, uint64 length,
length            292 webkit/browser/blob/blob_storage_context.cc   target_blob_data->AppendFile(file_path, offset, length,
length            304 webkit/browser/blob/blob_storage_context.cc     const GURL& filesystem_url, uint64 offset, uint64 length,
length            306 webkit/browser/blob/blob_storage_context.cc   target_blob_data->AppendFileSystemFile(filesystem_url, offset, length,
length             85 webkit/browser/blob/blob_storage_context.h                           uint64 length);
length             87 webkit/browser/blob/blob_storage_context.h                        const char* data, int64 length);
length             90 webkit/browser/blob/blob_storage_context.h                       uint64 offset, uint64 length,
length             94 webkit/browser/blob/blob_storage_context.h       const GURL& url, uint64 offset, uint64 length,
length            203 webkit/browser/blob/blob_url_request_job.cc     if (!AddItemLength(i, item.length()))
length            256 webkit/browser/blob/blob_url_request_job.cc   uint64 item_length = item.length();
length             84 webkit/browser/blob/blob_url_request_job_factory.cc   std::string uuid = request->url().spec().substr(kPrefix.length());
length            230 webkit/browser/blob/view_blob_internals_job.cc     if (static_cast<int64>(item.length()) != -1) {
length            232 webkit/browser/blob/view_blob_internals_job.cc           static_cast<int64>(item.length()))), out);
length            175 webkit/browser/database/database_tracker_unittest.cc bool EnsureFileOfSize(const base::FilePath& file_path, int64 length) {
length            180 webkit/browser/database/database_tracker_unittest.cc   return file.SetLength(length);
length             44 webkit/browser/database/database_util.cc         last_pound_index + 1, vfs_file_name.length() - last_pound_index - 1);
length            209 webkit/browser/fileapi/async_file_util.h       int64 length,
length            246 webkit/browser/fileapi/async_file_util_adapter.cc     int64 length,
length            252 webkit/browser/fileapi/async_file_util_adapter.cc            base::Owned(context_ptr), url, length),
length             73 webkit/browser/fileapi/async_file_util_adapter.h       int64 length,
length             27 webkit/browser/fileapi/external_mount_points.cc   if (!base::FilePath::IsSeparator(path_str[path_str.length() - 1]))
length            132 webkit/browser/fileapi/file_system_file_util.h       int64 length) = 0;
length            317 webkit/browser/fileapi/file_system_operation.h   virtual void Truncate(const FileSystemURL& path, int64 length,
length            178 webkit/browser/fileapi/file_system_operation_impl.cc void FileSystemOperationImpl::Truncate(const FileSystemURL& url, int64 length,
length            184 webkit/browser/fileapi/file_system_operation_impl.cc                  weak_factory_.GetWeakPtr(), url, callback, length),
length            441 webkit/browser/fileapi/file_system_operation_impl.cc                                          int64 length) {
length            443 webkit/browser/fileapi/file_system_operation_impl.cc       operation_context_.Pass(), url, length,
length             64 webkit/browser/fileapi/file_system_operation_impl.h   virtual void Truncate(const FileSystemURL& url, int64 length,
length            148 webkit/browser/fileapi/file_system_operation_impl.h                   const StatusCallback& callback, int64 length);
length            281 webkit/browser/fileapi/file_system_operation_runner.cc     const FileSystemURL& url, int64 length,
length            294 webkit/browser/fileapi/file_system_operation_runner.cc       url, length,
length            121 webkit/browser/fileapi/file_system_operation_runner.h   OperationID Truncate(const FileSystemURL& url, int64 length,
length            195 webkit/browser/fileapi/local_file_util.cc     int64 length) {
length            200 webkit/browser/fileapi/local_file_util.cc   return NativeFileUtil::Truncate(file_path, length);
length             70 webkit/browser/fileapi/local_file_util.h       int64 length) OVERRIDE;
length            224 webkit/browser/fileapi/native_file_util.cc                                            int64 length) {
length            229 webkit/browser/fileapi/native_file_util.cc   if (!file.SetLength(length))
length             57 webkit/browser/fileapi/native_file_util.h                                     int64 length);
length             70 webkit/browser/fileapi/obfuscated_file_util.cc int64 UsageForPath(size_t length) {
length             72 webkit/browser/fileapi/obfuscated_file_util.cc       static_cast<int64>(length) * kPathByteQuotaCost;
length            482 webkit/browser/fileapi/obfuscated_file_util.cc     int64 length) {
length            490 webkit/browser/fileapi/obfuscated_file_util.cc   int64 growth = length - file_info.size;
length            493 webkit/browser/fileapi/obfuscated_file_util.cc   error = NativeFileUtil::Truncate(local_path, length);
length           1123 webkit/browser/fileapi/obfuscated_file_util.cc       dest_local_path.value().substr(root.value().length() + 1));
length            152 webkit/browser/fileapi/obfuscated_file_util.h       int64 length) OVERRIDE;
length            107 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc   int64 Truncate(int64 length) {
length            110 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc     if (max_written_offset_ < length) {
length            111 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc       consumed = length - max_written_offset_;
length            112 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc       max_written_offset_ = length;
length            114 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc     SetFileSize(path_, length);
length            499 webkit/browser/fileapi/sandbox_directory_database.cc         Pickle(file_data_string.data(), file_data_string.length()), info);
length            295 webkit/browser/fileapi/sandbox_origin_database.cc       iter->key().ToString().substr(origin_key_prefix.length());
length            100 webkit/child/multipart_response_delegate.cc     if (data_.length() < boundary_.length() + 2) {
length            107 webkit/child/multipart_response_delegate.cc     if (0 != data_.compare(0, boundary_.length(), boundary_)) {
length            151 webkit/child/multipart_response_delegate.cc     size_t boundary_end_pos = boundary_pos + boundary_.length();
length            152 webkit/child/multipart_response_delegate.cc     if (boundary_end_pos < data_.length() && '-' == data_[boundary_end_pos]) {
length            172 webkit/child/multipart_response_delegate.cc   if (!processing_headers_ && data_.length() > boundary_.length()) {
length            175 webkit/child/multipart_response_delegate.cc     int send_length = data_.length() - boundary_.length();
length            176 webkit/child/multipart_response_delegate.cc     if (data_[data_.length() - 1] == '\n')
length            177 webkit/child/multipart_response_delegate.cc       send_length = data_.length();
length            194 webkit/child/multipart_response_delegate.cc                             static_cast<int>(data_.length()),
length            203 webkit/child/multipart_response_delegate.cc   if (pos < data.length() && (data[pos] == '\r' || data[pos] == '\n')) {
length            205 webkit/child/multipart_response_delegate.cc     if (pos + 1 < data.length() && data[pos + 1] == '\n')
length            313 webkit/child/multipart_response_delegate.cc     boundary_end_offset = content_type.length();
length            384 webkit/child/multipart_response_delegate.cc       content_range.length();
length            167 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_TRUE(delegate_tester.data().length() == 0);
length            178 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_TRUE(delegate_tester.data().length() == 0);
length            221 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(no_start_boundary.length()),
length            222 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(no_start_boundary.length()));
length            226 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(no_start_boundary.length()),
length            240 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(no_end_boundary.length()),
length            241 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(no_end_boundary.length()));
length            245 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(no_end_boundary.length()),
length            252 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(no_end_boundary.length()),
length            262 webkit/child/multipart_response_delegate_unittest.cc                            static_cast<int>(no_boundaries.length()),
length            263 webkit/child/multipart_response_delegate_unittest.cc                            static_cast<int>(no_boundaries.length()));
length            267 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(no_boundaries.length()),
length            274 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(no_boundaries.length()),
length            296 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data.length()),
length            297 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data.length()));
length            301 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(data.length()), client.total_encoded_data_length_);
length            344 webkit/child/multipart_response_delegate_unittest.cc         static_cast<int>(chunk.length()),
length            345 webkit/child/multipart_response_delegate_unittest.cc         static_cast<int>(chunk.length()));
length            461 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data.length()),
length            462 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data.length()));
length            466 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(data.length()), client.total_encoded_data_length_);
length            483 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data.length()),
length            484 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data.length()));
length            488 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(data.length()), client.total_encoded_data_length_);
length            535 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(multipart_boundary.length(), 0U);
length            655 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data.length()),
length            656 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data.length()));
length            659 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(data.length()), client.total_encoded_data_length_);
length            667 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data2.length()),
length            668 webkit/child/multipart_response_delegate_unittest.cc                           static_cast<int>(data2.length()));
length            671 webkit/child/multipart_response_delegate_unittest.cc   EXPECT_EQ(static_cast<int>(data.length()) + static_cast<int>(data2.length()),
length             21 webkit/common/blob/blob_data.cc void BlobData::AppendData(const char* data, size_t length) {
length             22 webkit/common/blob/blob_data.cc   DCHECK(length > 0);
length             24 webkit/common/blob/blob_data.cc   items_.back().SetToBytes(data, length);
length             28 webkit/common/blob/blob_data.cc                           uint64 offset, uint64 length,
length             30 webkit/common/blob/blob_data.cc   DCHECK(length > 0);
length             32 webkit/common/blob/blob_data.cc   items_.back().SetToFilePathRange(file_path, offset, length,
length             37 webkit/common/blob/blob_data.cc                           uint64 offset, uint64 length) {
length             38 webkit/common/blob/blob_data.cc   DCHECK_GT(length, 0ul);
length             40 webkit/common/blob/blob_data.cc   items_.back().SetToBlobRange(uuid, offset, length);
length             45 webkit/common/blob/blob_data.cc     uint64 length,
length             47 webkit/common/blob/blob_data.cc   DCHECK(length > 0);
length             49 webkit/common/blob/blob_data.cc   items_.back().SetToFileSystemUrlRange(url, offset, length,
length             58 webkit/common/blob/blob_data.cc       memory += iter->length();
length             35 webkit/common/blob/blob_data.h   void AppendData(const char* data, size_t length);
length             37 webkit/common/blob/blob_data.h   void AppendFile(const base::FilePath& file_path, uint64 offset, uint64 length,
length             39 webkit/common/blob/blob_data.h   void AppendBlob(const std::string& uuid, uint64 offset, uint64 length);
length             40 webkit/common/blob/blob_data.h   void AppendFileSystemFile(const GURL& url, uint64 offset, uint64 length,
length             20 webkit/common/data_element.cc     uint64 offset, uint64 length,
length             25 webkit/common/data_element.cc   length_ = length;
length             31 webkit/common/data_element.cc     uint64 offset, uint64 length) {
length             35 webkit/common/data_element.cc   length_ = length;
length             40 webkit/common/data_element.cc     uint64 offset, uint64 length,
length             45 webkit/common/data_element.cc   length_ = length;
length             41 webkit/common/data_element.h   uint64 length() const { return length_; }
length             73 webkit/common/data_element.h                           uint64 offset, uint64 length,
length             78 webkit/common/data_element.h                       uint64 offset, uint64 length);
length             82 webkit/common/data_element.h                                uint64 offset, uint64 length,
length            101 webkit/common/data_element.h       a.length() != b.length())
length            105 webkit/common/data_element.h       return memcmp(a.bytes(), b.bytes(), b.length()) == 0;
length             69 webkit/common/database/database_identifier.cc       last_underscore == identifier.length() - 1)
length             97 webkit/common/fileapi/file_system_util.cc   while (begin < path.value().length() && end != StringType::npos) {
length            128 webkit/common/fileapi/file_system_util.cc       base::FilePath::kSeparators).length();
length            431 webkit/common/fileapi/file_system_util.cc   *filesystem_id = filesystem_name.substr(pos + start_token.length(),
length            591 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   GLsizei length = 0;
length            595 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc       program, index, max_name_length, &length, &size, &type, name.get());
length            599 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   info.name = blink::WebString::fromUTF8(name.get(), length);
length            618 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   GLsizei length = 0;
length            622 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc       program, index, max_name_length, &length, &size, &type, name.get());
length            626 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   info.name = blink::WebString::fromUTF8(name.get(), length);
length            841 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   GLint length = strlen(string);
length            842 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   gl_->ShaderSource(shader, 1, &string, &length);
length            185 win8/metro_driver/file_picker_ash.cc           selection += files.back().value().length() + 1;
length            796 win8/metro_driver/ime/text_store.cc     LONG start_pos, length;
length            797 win8/metro_driver/ime/text_store.cc     range_acp->GetExtent(&start_pos, &length);
length            799 win8/metro_driver/ime/text_store.cc       if (*committed_size < static_cast<size_t>(start_pos + length))
length            800 win8/metro_driver/ime/text_store.cc         *committed_size = start_pos + length;
length            804 win8/metro_driver/ime/text_store.cc       underline.end_offset = start_pos + length;