/external/python/cffi/cffi/ |
D | cparser.py | 55 def _workaround_for_old_pycparser(csource): argument 68 match = _r_star_const_space.search(csource) 72 parts.append(csource[:match.start()]) 76 if csource.startswith('*', endpos): 80 while i < len(csource): 81 c = csource[i] 92 csource = csource[endpos:i] + closing + csource[i:] 94 parts.append(csource) 97 def _preprocess_extern_python(csource): argument 112 match = _r_extern_python.search(csource) [all …]
|
D | api.py | 101 def cdef(self, csource, override=False, packed=False, pack=None): 112 self._cdef(csource, override=override, packed=packed, pack=pack) 114 def embedding_api(self, csource, packed=False, pack=None): argument 115 self._cdef(csource, packed=packed, pack=pack, dllexport=True) 119 def _cdef(self, csource, override=False, **options): argument 120 if not isinstance(csource, str): # unicode, on Python 2 121 if not isinstance(csource, basestring): 123 csource = csource.encode('ascii') 126 self._parser.parse(csource, override=override, **options) 127 self._cdefsources.append(csource)
|
/external/llvm-project/libcxx/test/std/utilities/utility/forward/ |
D | forward.fail.cpp | 20 const A csource() {return A();} in csource() function 33 … std::forward<A&>(csource()); // expected-error {{no matching function for call to 'forward'}} in main() 40 std::forward<A>(csource()); // expected-error {{no matching function for call to 'forward'}} in main()
|
D | forward.pass.cpp | 24 const A csource() TEST_NOEXCEPT {return A();} in csource() function 66 static_assert(std::is_same<decltype(std::forward<const A>(csource())), const A&&>::value, ""); in main() 69 ASSERT_NOEXCEPT(std::forward<const A>(csource())); in main()
|
D | move.fail.cpp | 27 const move_only csource() {return move_only();} in csource() function
|
D | move.pass.cpp | 29 const move_only csource() {return move_only();} in csource() function
|
/external/libcxx/test/std/utilities/utility/forward/ |
D | forward.fail.cpp | 21 const A csource() {return A();} in csource() function 40 … std::forward<A&>(csource()); // expected-error {{no matching function for call to 'forward'}} in main() 47 std::forward<A>(csource()); // expected-error {{no matching function for call to 'forward'}} in main()
|
D | forward_03.pass.cpp | 22 const A csource() {return A();} in csource() function 54 static_assert(sizeof(test(std::forward<const A&>(csource()))) == 2, ""); in main() 56 static_assert(sizeof(test(std::forward<const A>(csource()))) == 2, ""); in main()
|
D | forward.pass.cpp | 25 const A csource() noexcept {return A();} in csource() function 69 static_assert(std::is_same<decltype(std::forward<const A>(csource())), const A&&>::value, ""); in main() 72 static_assert(noexcept(std::forward<const A>(csource())), ""); in main()
|
D | move.fail.cpp | 24 const move_only csource() {return move_only();} in csource() function
|
D | move.pass.cpp | 32 const move_only csource() {return move_only();} in csource() function
|
/external/webrtc/rtc_base/ |
D | string_encode.cc | 54 const char* csource, in hex_encode_with_delimiter() argument 61 reinterpret_cast<const unsigned char*>(csource); in hex_encode_with_delimiter()
|
/external/python/cffi/testing/cffi1/ |
D | test_verify1.py | 268 csource = "\n".join(["%s somevar_%s;" % (tp, tp.replace(' ', '_')) 270 ffi.cdef(csource) 271 lib = ffi.verify(csource) 287 csource = "\n".join(["%s somevar_%s;" % (tp, tp.replace(' ', '_')) 289 ffi.cdef(csource) 290 lib = ffi.verify(csource)
|
/external/python/cffi/testing/cffi0/ |
D | test_verify.py | 287 csource = "\n".join(["%s somevar_%s;" % (tp, tp.replace(' ', '_')) 289 ffi.cdef(csource) 290 lib = ffi.verify(csource) 306 csource = "\n".join(["%s somevar_%s;" % (tp, tp.replace(' ', '_')) 308 ffi.cdef(csource) 309 lib = ffi.verify(csource)
|
/external/libcups/conf/ |
D | mime.types | 123 application/x-csource c cxx cpp cc C h hpp \
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 3809 const char* csource=source; in TestJitterbug2346() local 3818 ucnv_toUnicode(conv,&utarget,utargetLimit,&csource,csource+sizeof(source),NULL,TRUE,&err); in TestJitterbug2346() 4350 const char* csource=cSource; 4359 ucnv_toUnicode(conv,&utarget,utargetLimit,&csource,csource+sizeof(cSource),NULL,TRUE,&err);
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 171 …gennorm2 -o $ICU_SRC/icu4c/source/common/norm2_nfc_data.h -s $ICU4C_UNIDATA/norm2 nfc.txt --csource 445 …gennorm2 -o $ICU_SRC/icu4c/source/common/norm2_nfc_data.h -s $ICU4C_UNIDATA/norm2 nfc.txt --csource 758 …gennorm2 -o $ICU_SRC/icu4c/source/common/norm2_nfc_data.h -s $ICU4C_UNIDATA/norm2 nfc.txt --csource 1245 …gennorm2 -o $ICU_SRC/icu4c/source/common/norm2_nfc_data.h -s $ICU4C_UNIDATA/norm2 nfc.txt --csource 1637 …gennorm2 -o $ICU_SRC/icu4c/source/common/norm2_nfc_data.h -s $ICU4C_UNIDATA/norm2 nfc.txt --csource 2105 bin/gennorm2 -o $ICU_SRC_DIR/source/common/norm2_nfc_data.h -s $UNIDATA/norm2 nfc.txt --csource 2523 bin/gennorm2 -o $ICU_SRC_DIR/source/common/norm2_nfc_data.h -s $UNIDATA/norm2 nfc.txt --csource 2901 - bin/gennorm2 -o $ICU_SRC_DIR/source/common/norm2_nfc_data.h -s $UNIDATA/norm2 nfc.txt --csource 3642 ….icu/tools/trunk/bld/unicode/c$ genpname/genpname -v -d ~/svn.icu/trunk/src/source/common --csource 3807 ….icu/tools/trunk/bld/unicode/c$ genpname/genpname -v -d ~/svn.icu/trunk/src/source/common --csource [all …]
|