Searched refs:Skip (Results 176 - 200 of 243) sorted by relevance

12345678910

/external/clang/lib/Parse/
H A DParseTemplate.cpp118 // Skip until the semi-colon or a }.
355 // Somebody probably forgot to close the template. Skip ahead and
1177 bool Parser::IsTemplateArgumentList(unsigned Skip) { argument
1183 while (Skip) {
1185 --Skip;
/external/lzma/C/
H A DLzFindMt.c770 vTable->Skip = (Mf_Skip_Func)MatchFinderMt0_Skip;
776 vTable->Skip = (Mf_Skip_Func)MatchFinderMt2_Skip;
783 vTable->Skip = (Mf_Skip_Func)MatchFinderMt3_Skip;
789 vTable->Skip = (Mf_Skip_Func)MatchFinderMt4_Skip;
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job_unittest.cc59 virtual bool Skip(int64_t n, int64_t* bytes_skipped) OVERRIDE {
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium_stdio.cc106 virtual Status Skip(uint64_t n) { function in class:leveldb_env::__anon12436::ChromiumSequentialFile
H A Denv_chromium_win.cc84 virtual Status Skip(uint64_t n) { function in class:leveldb_env::__anon12437::ChromiumSequentialFileWin
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_test.cc79 virtual Status Skip(uint64_t n) { function in class:leveldb::log::LogTest::StringSource
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc75 HRESULT __stdcall Skip(ULONG skip_count);
96 // through methods like Next and Skip. This exposes the underlying data
155 STDMETHODIMP FormatEtcEnumerator::Skip(ULONG skip_count) { function in class:ui::FormatEtcEnumerator
/external/libhevc/common/arm/
H A Dihevc_sao_edge_offset_class0.s123 B SKIP_AU1_MASK_FF @Skip the else part
275 B SKIP_AU1_MASK_FF_RESIDUE @Skip the else part
H A Dihevc_sao_edge_offset_class0_chroma.s128 B SKIP_AU1_MASK_FF @Skip the else part
294 B SKIP_AU1_MASK_FF_RESIDUE @Skip the else part
/external/chromium_org/v8/src/
H A Dframes.cc243 // Skip top ExternalCallbackScope if we already advanced to a JS frame
640 // Skip saved double registers.
656 // Skip the words containing the register values.
727 // Skip the arguments adaptor frame and look at the real caller.
969 it.Next(); // Skip height.
1022 it.Skip(Translation::NumberOfOperandsFor(opcode));
1026 // Skip over operands to advance to the next opcode.
1027 it.Skip(Translation::NumberOfOperandsFor(opcode));
1109 it.Next(); // Skip ast id.
1111 it.Next(); // Skip heigh
[all...]
H A Ddeoptimizer.cc387 // Skip this code in the optimized code list.
1521 // Skip receiver.
2118 iterator->Skip(Translation::NumberOfOperandsFor(opcode));
2856 // Local or spill slots. Skip the fixed part of the frame
3225 it.Skip(1); // literal id
3228 // Skip the translation command for the receiver.
3229 it.Skip(Translation::NumberOfOperandsFor(
3241 // Skip over operands to advance to the next opcode.
3242 it.Skip(Translation::NumberOfOperandsFor(opcode));
3244 // Skip th
[all...]
H A Ddeoptimizer.h681 void Skip(int n) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c955 // Skip a symbol
958 void Skip(cmsIT8* it8, SYMBOL sy) function
965 // Skip multiple EOLN
1852 Skip(it8, SEND_DATA_FORMAT);
1904 Skip(it8, SEND_DATA);
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dattributes.cpp267 {# Skip on compact node DOMString getters #}
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc63 virtual Status Skip(uint64_t n) { function in class:leveldb::__anon12468::PosixSequentialFile
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc151 if (!input->Skip(length)) return false;
H A Dwire_format_lite_inl.h281 input->Skip(read_bytes);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.cc532 is->Skip((*table_header)->offset() - is->position());
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp380 m_strm.Skip( 2 );
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc532 is->Skip((*table_header)->offset() - is->position());
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py204 event.Skip()
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp505 bool Skip = PPLevelBranchIndex[PPBranchLevel] > 0; local
506 conditionalCompilationCondition(Unreachable || Skip);
1383 nextToken(); // Skip '>'.
1416 // Skip category, if present.
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs450 _matchFinder.Skip(num);
1076 _matchFinder.Skip(_trainSize);
/external/chromium_org/third_party/ots/src/
H A Dots.cc288 if (!file.Skip(2 * 2)) {
/external/pcre/dist/
H A Dpcre_internal.h2175 "Close", "Skip zero"

Completed in 914 milliseconds

12345678910