/external/llvm-project/compiler-rt/lib/fuzzer/scripts/ |
D | unbalanced_allocs.py | 20 _skip = 0 variable 23 global _skip 24 if _skip > 0: 69 global _skip 70 _skip = _skip - 1 87 global _skip 88 _skip = int(args.skip) + 1
|
/external/rust/crates/libfuzzer-sys/libfuzzer/scripts/ |
D | unbalanced_allocs.py | 20 _skip = 0 variable 23 global _skip 24 if _skip > 0: 69 global _skip 70 _skip = _skip - 1 87 global _skip 88 _skip = int(args.skip) + 1
|
/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/oss-fuzz/projects/readstat/ |
D | fuzz_format_stata_commands.dict | 11 "_skip("
|
/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/tensorflow/tensorflow/python/ops/ |
D | stateful_random_ops.py | 587 return self._skip(delta) 599 def _skip(self, delta): member in Generator
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_case.py | 1763 def _skip(self=None): function 1769 test_something = _skip 1772 setUp = _skip 1777 tearDown = _skip 1781 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()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 773 SKIP_SCAN(unsigned _skip = 0, unsigned _scan = 0) in SKIP_SCAN() argument 774 : skip(_skip), scan(_scan) {} in SKIP_SCAN()
|