Searched refs:_skip (Results 1 – 8 of 8) sorted by relevance
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 43 bool _skip; field in Antlr.Runtime.SlimLexer 116 _skip = false; in Reset() 135 _skip = false; in NextToken() 151 if ( _skip ) in NextToken() 189 _skip = true; in Skip()
|
/external/cn-cbor/test/ |
D | ctest.h | 54 #define __CTEST_STRUCT(sname, tname, _skip, __data, __setup, __teardown) \ argument 59 .skip = _skip, \ 73 #define __CTEST_INTERNAL(sname, tname, _skip) \ argument 75 __CTEST_STRUCT(sname, tname, _skip, NULL, NULL, NULL) \ 86 #define __CTEST2_INTERNAL(sname, tname, _skip) \ argument 91 …__CTEST_STRUCT(sname, tname, _skip, &__ctest_##sname##_data, SETUP_FNAME(sname), TEARDOWN_FNAME(sn…
|
/external/libvpx/libvpx/ |
D | y4minput.h | 59 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,
|
D | y4minput.c | 787 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() argument 795 buffer[i] = *_skip++; in y4m_input_open()
|
/external/libaom/libaom/common/ |
D | y4minput.h | 66 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,
|
D | y4minput.c | 782 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() argument 790 buffer[i] = *_skip++; in y4m_input_open()
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_case.py | 1758 def _skip(self=None): function 1764 test_something = _skip 1767 setUp = _skip 1772 tearDown = _skip 1776 self.addCleanup(_skip)
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 742 SKIP_SCAN(unsigned _skip = 0, unsigned _scan = 0) in SKIP_SCAN() argument 743 : skip(_skip), scan(_scan) {} in SKIP_SCAN()
|