Home
last modified time | relevance | path

Searched defs:csource (Results 1 – 13 of 13) sorted by relevance

/external/python/cffi/cffi/
Dcparser.py55 def _workaround_for_old_pycparser(csource): argument
97 def _preprocess_extern_python(csource): argument
147 def _warn_for_string_literal(csource): argument
155 def _preprocess(csource): argument
213 def _common_type_names(csource): argument
265 def _parse(self, csource): argument
303 def _convert_pycparser_error(self, e, csource): argument
317 def convert_pycparser_error(self, e, csource): argument
327 def parse(self, csource, override=False, packed=False, pack=None, argument
351 def _internal_parse(self, csource): argument
Dapi.py114 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/
Dforward.fail.cpp21 const A csource() {return A();} in csource() function
Dmove.fail.cpp24 const move_only csource() {return move_only();} in csource() function
Dforward.pass.cpp25 const A csource() noexcept {return A();} in csource() function
Dforward_03.pass.cpp22 const A csource() {return A();} in csource() function
Dmove.pass.cpp32 const move_only csource() {return move_only();} in csource() function
/external/llvm-project/libcxx/test/std/utilities/utility/forward/
Dforward.fail.cpp20 const A csource() {return A();} in csource() function
Dmove.fail.cpp27 const move_only csource() {return move_only();} in csource() function
Dforward.pass.cpp24 const A csource() TEST_NOEXCEPT {return A();} in csource() function
Dmove.pass.cpp29 const move_only csource() {return move_only();} in csource() function
/external/webrtc/rtc_base/
Dstring_encode.cc54 const char* csource, in hex_encode_with_delimiter()
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c3809 const char* csource=source; in TestJitterbug2346() local