skipped            84 android_webview/browser/net/input_stream_reader.cc       int64_t skipped = 0;
skipped            85 android_webview/browser/net/input_stream_reader.cc       if (!stream_->Skip(bytes_to_skip, &skipped))
skipped            88 android_webview/browser/net/input_stream_reader.cc       if (skipped <= 0)
skipped            90 android_webview/browser/net/input_stream_reader.cc       DCHECK(skipped <= bytes_to_skip);
skipped            92 android_webview/browser/net/input_stream_reader.cc       bytes_to_skip -= skipped;
skipped            79 base/process/process_iterator_linux.cc   int skipped = 0;
skipped            81 base/process/process_iterator_linux.cc   while (skipped < kSkipLimit) {
skipped            90 base/process/process_iterator_linux.cc       skipped++;
skipped           118 base/process/process_iterator_linux.cc   if (skipped >= kSkipLimit) {
skipped           152 cc/output/output_surface.cc     BeginFrameArgs skipped = frame_rate_controller_->SetActive(enable);
skipped           153 cc/output/output_surface.cc     if (skipped.IsValid())
skipped           154 cc/output/output_surface.cc       skipped_begin_impl_frame_args_ = skipped;
skipped           257 courgette/adjustment_method.cc     uint32 skipped = 0;
skipped           260 courgette/adjustment_method.cc       ++skipped;
skipped           263 courgette/adjustment_method.cc     if (skipped > 0)
skipped           264 courgette/adjustment_method.cc       VLOG(4) << "Skipped " << skipped << " at " << ToString(node);
skipped            91 media/base/audio_buffer_queue.cc       int skipped = std::min(remaining_frames_in_buffer, frames_to_skip);
skipped            92 media/base/audio_buffer_queue.cc       current_buffer_offset += skipped;
skipped            93 media/base/audio_buffer_queue.cc       frames_to_skip -= skipped;
skipped           221 media/base/seekable_buffer.cc       int skipped = std::min(remaining_bytes_in_buffer, bytes_to_skip);
skipped           222 media/base/seekable_buffer.cc       current_buffer_offset += skipped;
skipped           223 media/base/seekable_buffer.cc       bytes_to_skip -= skipped;
skipped           533 net/tools/epoll_server/epoll_server.cc     const bool skipped =
skipped           537 net/tools/epoll_server/epoll_server.cc                << " and should be skipped = " << skipped;
skipped          5083 third_party/libxml/src/parser.c     int skipped;
skipped          5090 third_party/libxml/src/parser.c 	skipped = SKIP_BLANKS;
skipped          5091 third_party/libxml/src/parser.c 	if (skipped == 0) {
skipped          5098 third_party/libxml/src/parser.c 	    skipped = SKIP_BLANKS;
skipped          5099 third_party/libxml/src/parser.c 	    if (skipped == 0) {
skipped          5117 third_party/libxml/src/parser.c         skipped = SKIP_BLANKS;
skipped          5118 third_party/libxml/src/parser.c 	if (skipped == 0) {
skipped           193 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   int skipped = 0;
skipped           194 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   while (skipped < count) {
skipped           195 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc     int bytes = Read(junk, min(count - skipped,
skipped           199 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc       return skipped;
skipped           201 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc     skipped += bytes;
skipped           203 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   return skipped;
skipped           287 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   int skipped = copying_stream_->Skip(count);
skipped           288 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   position_ += skipped;
skipped           289 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   return skipped == count;
skipped            80 third_party/re2/re2/testing/tester.cc   bool skipped;         // test skipped: wasn't applicable
skipped           286 third_party/re2/re2/testing/tester.cc     result->skipped = true;
skipped           302 third_party/re2/re2/testing/tester.cc         result->skipped = true;
skipped           313 third_party/re2/re2/testing/tester.cc         result->skipped = true;
skipped           324 third_party/re2/re2/testing/tester.cc         result->skipped = true;
skipped           328 third_party/re2/re2/testing/tester.cc                                          &result->skipped, NULL);
skipped           333 third_party/re2/re2/testing/tester.cc         result->skipped = true;
skipped           338 third_party/re2/re2/testing/tester.cc                          &result->skipped, NULL);
skipped           345 third_party/re2/re2/testing/tester.cc                                &result->skipped, NULL)) {
skipped           359 third_party/re2/re2/testing/tester.cc         result->skipped = true;
skipped           369 third_party/re2/re2/testing/tester.cc         result->skipped = true;
skipped           381 third_party/re2/re2/testing/tester.cc         result->skipped = true;
skipped           404 third_party/re2/re2/testing/tester.cc         result->skipped = true;
skipped           457 third_party/re2/re2/testing/tester.cc   if (r.skipped)
skipped           479 third_party/re2/re2/testing/tester.cc   if (correct.skipped) {
skipped           503 third_party/re2/re2/testing/tester.cc         LogMatch(r.skipped ? "Skipped: " : "Okay: ", i, text, context, anchor);
skipped           266 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java                         mNmDumper.skipped(currentLine);