HomeSort by relevance Sort by last modified time
    Searched refs:_skip (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/
y4minput.h 59 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,
y4minput.c 788 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,
796 buffer[i] = *_skip++;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 43 bool _skip; field in class:Antlr.Runtime.SlimLexer
116 _skip = false;
135 _skip = false;
151 if ( _skip )
189 _skip = true;
  /external/cn-cbor/test/
ctest.h 54 #define __CTEST_STRUCT(sname, tname, _skip, __data, __setup, __teardown) \
59 .skip = _skip, \
73 #define __CTEST_INTERNAL(sname, tname, _skip) \
75 __CTEST_STRUCT(sname, tname, _skip, NULL, NULL, NULL) \
86 #define __CTEST2_INTERNAL(sname, tname, _skip) \
91 __CTEST_STRUCT(sname, tname, _skip, &__ctest_##sname##_data, SETUP_FNAME(sname), TEARDOWN_FNAME(sname)) \
  /external/python/cpython3/Lib/unittest/test/
test_case.py 1731 def _skip(self=None): function in function:.testSkippingEverywhere
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 742 SKIP_SCAN(unsigned _skip = 0, unsigned _scan = 0)
743 : skip(_skip), scan(_scan) {}
    [all...]

Completed in 293 milliseconds