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

1 2 3 4 5 6 7 8 910

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
LexerExtensions.cs 37 public static void skip( Lexer lexer ) method in class:Antlr.Runtime.JavaExtensions.LexerExtensions
39 lexer.Skip();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 42 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
LexerExtensions.cs 37 public static void skip( this Lexer lexer ) method in class:Antlr.Runtime.JavaExtensions.LexerExtensions
39 lexer.Skip();
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_conformance_expectations.py 64 self.Skip('conformance/ogles/GL/control_flow/control_flow_009_to_010.html',
97 self.Skip('conformance/glsl/functions/glsl-function-asin.html',
99 self.Skip('conformance/glsl/functions/glsl-function-dot.html',
101 self.Skip('conformance/glsl/functions/glsl-function-faceforward.html',
103 self.Skip('conformance/glsl/functions/glsl-function-length.html',
105 self.Skip('conformance/glsl/functions/glsl-function-normalize.html',
107 self.Skip('conformance/glsl/functions/glsl-function-reflect.html',
109 self.Skip('conformance/rendering/line-loop-tri-fan.html',
111 self.Skip('conformance/ogles/GL/control_flow/control_flow_001_to_008.html',
113 self.Skip('conformance/ogles/GL/dot/dot_001_to_006.html'
    [all...]
  /external/chromium_org/base/
big_endian_unittest.cc 23 EXPECT_TRUE(reader.Skip(2));
53 EXPECT_FALSE(reader.Skip(9));
54 EXPECT_TRUE(reader.Skip(1));
57 EXPECT_TRUE(reader.Skip(4));
61 EXPECT_TRUE(reader.Skip(2));
65 EXPECT_TRUE(reader.Skip(1));
79 EXPECT_TRUE(writer.Skip(2));
97 EXPECT_FALSE(writer.Skip(9));
98 EXPECT_TRUE(writer.Skip(1));
101 EXPECT_TRUE(writer.Skip(4))
    [all...]
  /external/chromium_org/android_webview/browser/
input_stream.h 35 virtual bool Skip(int64_t n, int64_t* bytes_skipped) = 0;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 38 * All tokens go to the parser (unless skip() is called in that rule)
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
92 public static readonly T Skip = new T()
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream.h 169 virtual bool Skip(int count) = 0;
zero_copy_stream_impl.cc 97 bool FileInputStream::Skip(int count) {
98 return impl_.Skip(count);
153 int FileInputStream::CopyingFileInputStream::Skip(int count) {
168 return CopyingInputStream::Skip(count);
287 bool IstreamInputStream::Skip(int count) {
288 return impl_.Skip(count);
381 bool ConcatenatingInputStream::Skip(int count) {
384 // skipped when Skip() fails.
386 if (streams_[0]->Skip(count)) return true;
389 // to skip
    [all...]
zero_copy_stream_impl.h 93 bool Skip(int count);
108 int Skip(int count);
227 bool Skip(int count);
238 // (We use the default implementation of Skip().)
314 bool Skip(int count);
340 bool Skip(int count);
zero_copy_stream_impl_lite.h 75 bool Skip(int count);
184 virtual int Skip(int count);
212 bool Skip(int count);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
memory_io_test.cc 60 // Test skip
63 EXPECT_EQ(is.Skip(30), 30); // position 50
68 EXPECT_EQ(is.Skip(-20), -20); // position 40
73 EXPECT_EQ(is.Skip(-60), -50); // Out of bound, position 0
74 EXPECT_EQ(is.Skip(kTestBufferLen + 10), (int32_t)kTestBufferLen);
file_io_test.cc 57 is.Skip(89);
62 // Skip test
63 is.Skip(-89);
67 is.Skip(100);
70 is.Skip(-400);
118 is.Skip(89);
125 font_is2.Skip(-200);
137 font_is.Skip(TTF_OFFSET[SAMPLE_TTF_FEAT]);
  /external/chromium_org/android_webview/browser/net/
input_stream_reader_unittest.cc 36 MOCK_METHOD2(Skip, bool(int64_t n, int64_t* bytes_skipped));
76 EXPECT_CALL(input_stream_, Skip(bytesToSkip, NotNull()))
90 EXPECT_CALL(input_stream_, Skip(bytesToSkip, NotNull()))
106 EXPECT_CALL(input_stream_, Skip(_, _))
110 EXPECT_CALL(input_stream_, Skip(bytesToSkip, NotNull()))
114 EXPECT_CALL(input_stream_, Skip(3, NotNull()))
118 EXPECT_CALL(input_stream_, Skip(2, NotNull()))
  /external/chromium_org/android_webview/native/
input_stream_impl.h 36 virtual bool Skip(int64_t n, int64_t* bytes_skipped) OVERRIDE;
  /external/chromium_org/base/win/
enum_variant.h 37 STDMETHODIMP Skip(ULONG skip_count);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
file_input_stream.h 40 virtual int64_t Skip(int64_t n);
input_stream.h 38 virtual int64_t Skip(int64_t n) = 0;
memory_input_stream.h 40 virtual int64_t Skip(int64_t n);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 98 WS : (' '|'\t')+ { Skip(); }
ProfileGrammar.g3 98 WS : (' '|'\t')+ { Skip(); }
  /external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs 22 void Skip(UInt32 num);
  /external/opencv/otherlibs/highgui/
bitstrm.h 73 void Skip( int bytes );
132 void Skip( int bytes );
152 void Skip( int bytes );
  /external/chromium_org/third_party/ots/src/
cvt.cc 26 if (!table.Skip(length)) {
fpgm.cc 22 if (!table.Skip(length)) {

Completed in 758 milliseconds

1 2 3 4 5 6 7 8 910