HomeSort by relevance Sort by last modified time
    Searched refs:Skip (Results 126 - 150 of 245) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium_org/third_party/lzma_sdk/
LzFind.c 744 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
749 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
754 vTable->Skip = (Mf_Skip_Func)Bt3_MatchFinder_Skip;
759 vTable->Skip = (Mf_Skip_Func)Bt4_MatchFinder_Skip;
  /external/chromium_org/third_party/ots/src/
glyf.cc 126 if (!table->Skip(bytecode_length)) {
ots.h 70 bool Skip(size_t n_bytes) {
gdef.cc 193 if (!subtable.Skip(2)) {
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.c 745 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
750 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
755 vTable->Skip = (Mf_Skip_Func)Bt3_MatchFinder_Skip;
760 vTable->Skip = (Mf_Skip_Func)Bt4_MatchFinder_Skip;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 167 bool GzipInputStream::Skip(int count) {
zero_copy_stream_unittest.cc 227 EXPECT_TRUE(input->Skip(20));
255 EXPECT_TRUE(input->Skip(5));
257 EXPECT_TRUE(input->Skip(100000 - 10));
259 EXPECT_TRUE(input->Skip(20000 - 10));
894 // bytes 42 and 62, which is the range that it Skip()ed by ReadStuff(). This
895 // tests that a bug that existed in the original code for Skip() is fixed.
coded_stream.h 179 bool Skip(int count);
185 // this data, it should then call Skip() to skip over the consumed bytes.
618 bool Skip(int count);
624 // writes any data to this buffer, it should then call Skip() to skip over
    [all...]
tokenizer_unittest.cc 144 bool Skip(int count) { return array_stream_.Skip(count); }
    [all...]
  /external/lldb/scripts/
sed-sources 54 Skip variants when doing multiple files (no _profile or _debug variants).
  /external/lzma/C/
LzFind.c 744 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
749 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
754 vTable->Skip = (Mf_Skip_Func)Bt3_MatchFinder_Skip;
759 vTable->Skip = (Mf_Skip_Func)Bt4_MatchFinder_Skip;
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 1055 goto Skip;
1071 goto Skip;
1129 Skip:
    [all...]
pshglob.c 206 goto Skip;
221 Skip:
  /external/freetype/src/pshinter/
pshalgo.c 1055 goto Skip;
1071 goto Skip;
1129 Skip:
    [all...]
pshglob.c 206 goto Skip;
221 Skip:
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 77 // Skip extensions and disabled apps.
  /external/chromium_org/ui/file_manager/gallery/js/
background.js 183 // Skip if files are not selected.
  /art/runtime/jdwp/
jdwp.h 450 void Skip(size_t count) { p_ += count; }
  /external/chromium_org/courgette/
streams.cc 177 bool SourceStream::Skip(size_t byte_count) {
  /external/chromium_org/google_apis/gcm/base/
socket_stream.cc 69 bool SocketInputStream::Skip(int count) {
  /external/chromium_org/media/cast/net/rtcp/
rtcp.cc 96 big_endian_reader.Skip(4); // Skip header.
  /external/chromium_org/media/cast/receiver/
frame_receiver.cc 109 return big_endian_reader.Skip(8) && big_endian_reader.ReadU32(ssrc);
208 // too old, then skip it and decode the next frame instead.
216 // skipping one or more frames. Skip if the missing frame wouldn't complete
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.cc 166 virtual Status Skip(uint64_t n) {
  /external/chromium_org/v8/src/
dateparser.h 67 // kMaxSignificantDigits, but skip remaining digits if the numeral
92 // The skip methods return whether they actually skipped something.
93 bool Skip(uint32_t c) {
  /external/clang/lib/AST/
DeclBase.cpp 1073 llvm::SmallVector<unsigned, 8> Skip;
1076 Skip.push_back(I);
1077 Skip.push_back(Decls.size());
1082 if (I == Skip[SkipPos])
    [all...]

Completed in 1913 milliseconds

1 2 3 4 56 7 8 910