Home
last modified time | relevance | path

Searched refs:_skip (Results 1 – 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs43 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/
Dctest.h54 #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/
Dy4minput.h59 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,
Dy4minput.c788 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() argument
796 buffer[i] = *_skip++; in y4m_input_open()
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py1731 def _skip(self=None): function
1737 test_something = _skip
1740 setUp = _skip
1745 tearDown = _skip
1749 self.addCleanup(_skip)
/external/clang/lib/CodeGen/
DCGObjCMac.cpp742 SKIP_SCAN(unsigned _skip = 0, unsigned _scan = 0) in SKIP_SCAN() argument
743 : skip(_skip), scan(_scan) {} in SKIP_SCAN()