Searched defs:csource (Results 1 – 13 of 13) sorted by relevance
| /external/python/cffi/cffi/ |
| D | cparser.py | 56 def _workaround_for_old_pycparser(csource): argument 98 def _preprocess_extern_python(csource): argument 148 def _warn_for_string_literal(csource): argument 167 def _remove_line_directives(csource): argument 180 def _put_back_line_directives(csource, line_directives): argument 189 def _preprocess(csource): argument 255 def _common_type_names(csource): argument 307 def _parse(self, csource): argument 345 def _convert_pycparser_error(self, e, csource): argument 359 def convert_pycparser_error(self, e, csource): argument [all …]
|
| D | api.py | 114 def embedding_api(self, csource, packed=False, pack=None): argument 119 def _cdef(self, csource, override=False, **options): argument
|
| /external/libcxx/test/std/utilities/utility/forward/ |
| D | forward.fail.cpp | 21 const A csource() {return A();} in csource() function
|
| D | move.fail.cpp | 24 const move_only csource() {return move_only();} in csource() function
|
| D | forward.pass.cpp | 25 const A csource() noexcept {return A();} in csource() function
|
| D | forward_03.pass.cpp | 22 const A csource() {return A();} in csource() function
|
| D | move.pass.cpp | 32 const move_only csource() {return move_only();} in csource() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/forward/ |
| D | forward.fail.cpp | 20 const A csource() {return A();} in csource() function
|
| D | move.fail.cpp | 27 const move_only csource() {return move_only();} in csource() function
|
| D | forward.pass.cpp | 24 const A csource() TEST_NOEXCEPT {return A();} in csource() function
|
| D | move.pass.cpp | 29 const move_only csource() {return move_only();} in csource() function
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | nucnvtst.c | 3810 const char* csource=source; in TestJitterbug2346() local
|
| /external/cronet/third_party/icu/source/test/cintltst/ |
| D | nucnvtst.c | 3805 const char* csource=source; in TestJitterbug2346() local
|