Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dmock_object.hpp70 MO_OP_IMPL( op, descr, prototype() ); \
147 static mock_object& prototype() in prototype() function in boost::itest::mock_object
209 MO_OP_IMPL( =, "Copy assignment", prototype() ); in operator =()
215 MO_OP_IMPL( =, "Copy assignment", prototype() ); in operator =()
230 MO_OP_IMPL( ++, "Postfix increment", prototype() ); in operator ++()
234 MO_OP_IMPL( --, "Postfix decrement", prototype() ); in operator --()
247 MO_OP_IMPL( (), "0-arity function-call", prototype() ); in operator ()()
252 MO_OP_IMPL( (), "1-arity function-call", prototype() ); in operator ()()
257 MO_OP_IMPL( (), "2-arity function-call", prototype() ); in operator ()()
262 MO_OP_IMPL( (), "3-arity function-call", prototype() ); in operator ()()
[all …]
Dinteraction_based.hpp86 return ::boost::itest::mock_object<>::prototype(); \
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch7 In NDK bionic's stdio.h, putchar appears as both a function prototype and a macro
28 +// In bionic's stdio.h, putchar appears as both a function prototype and a macro (later
/ndk/sources/host-tools/make-3.81/
Dconfigure1844 /* Override any GCC internal prototype to avoid an error.
1846 builtin and then its argument prototype would still apply. */
4471 /* Override any GCC internal prototype to avoid an error.
4473 builtin and then its argument prototype would still apply. */
7189 /* Override any GCC internal prototype to avoid an error.
7191 builtin and then its argument prototype would still apply. */
7893 /* Override any GCC internal prototype to avoid an error.
7895 builtin and then its argument prototype would still apply. */
7945 /* Override any GCC internal prototype to avoid an error.
7947 builtin and then its argument prototype would still apply. */
[all …]
DChangeLog299 * w32/include/sub_proc.h: Add a prototype for process_used_slots.
444 (free_dep_chain): Declare a prototype.
449 * filedef.h (parse_prereqs): Declare a prototype.
712 * job.c [VMS]: Move vmsWaitForChildren() prototype to be global.
970 * make.h: Update prototype.
1240 * make.h: Remove the prototype for sindex().
1265 * variable.h: Remove SUFFIX_ONLY from subst_expand() prototype.
2046 * variable.h: Add a prototype for new hash_init_function_table().
2294 (do_variable_definition): Create prototype.
2565 * variable.h: Add a prototype for the now non-static
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstring96 // MSVCRT, GNU libc and its derivates already have the correct prototype in <string.h> #ifdef __cpl…
Dcstdlib157 // MSVCRT already has the correct prototype in <stdlib.h> #ifdef __cplusplus
Dcstdio130 // In bionic's stdio.h, putchar appears as both a function prototype and a macro (later
/ndk/docs/Additional_library_docs/renderscript/
Djquery.js12prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;…
20prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType…
21 …his[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:…
22 …){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function…
32prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:functio…
/ndk/sources/cxx-stl/llvm-libc++/libcxx/
DCREDITS.TXT77 D: Initial regex prototype
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_main.ipp226 // prototype for user's unit test init function
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.01844 /* Override any GCC internal prototype to avoid an error.
1846 builtin and then its argument prototype would still apply. */
4471 /* Override any GCC internal prototype to avoid an error.
4473 builtin and then its argument prototype would still apply. */
6349 /* Override any GCC internal prototype to avoid an error.
6351 builtin and then its argument prototype would still apply. */
6563 /* Override any GCC internal prototype to avoid an error.
6565 builtin and then its argument prototype would still apply. */
6620 /* Override any GCC internal prototype to avoid an error.
6622 builtin and then its argument prototype would still apply. */
[all …]
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog3 * glob.c (my_malloc) [WINDOWS32]: Provide a full ISO C prototype,