Home
last modified time | relevance | path

Searched refs:param (Results 1 – 19 of 19) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dunary_test.cpp60 bool test_func(int param) { in test_func() argument
61 return param < 3; in test_func()
/ndk/tests/device/test-stlport/unit/
Dunary_test.cpp60 bool test_func(int param) { in test_func() argument
61 return param < 3; in test_func()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dpathmax.m411 AC_CHECK_HEADERS_ONCE([sys/param.h])
Dgetpagesize.m418 AC_CHECK_HEADERS([sys/param.h])
/ndk/build/tools/
Dprebuilt-common.sh341 param=`expr -- "$1" : '^\([^\-].*\)$'`
342 if [ -n "$param" ] ; then
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c1391 int param = 0; in __ParseLocaleString() local
1404 ++param; in __ParseLocaleString()
1415 if (param == 0) { in __ParseLocaleString()
1420 ++param; in __ParseLocaleString()
1424 ++param; in __ParseLocaleString()
1432 ++param; in __ParseLocaleString()
1438 switch (param) { in __ParseLocaleString()
/ndk/sources/host-tools/sed-4.2.1/po/
Dhu.po353 "nem-opci� param�tert h�jprogramnak tekintj�k. Minden tov�bbi param�ter\n"
/ndk/sources/host-tools/make-3.81/
Dconfig.ami313 /* Define if you have the <sys/param.h> header file. */
Dconfig.h.in253 /* Define to 1 if you have the <sys/param.h> header file. */
Dconfig.h-vms344 /* Define if you have the <sys/param.h> header file. */
Dconfigure.in69 memory.h sys/param.h sys/resource.h sys/time.h sys/timeb.h)
Dconfig.h.W32255 /* Define to 1 if you have the <sys/param.h> header file. */
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m4383 stdlib.h string.h unistd.h sys/param.h])
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in488 /* Define to 1 if you have the <sys/param.h> header file. */
DChangeLog776 * lib/getline.c: Don't realloc with first param = NULL.
Dconfigure2151 ac_header_list="$ac_header_list sys/param.h"
16381 for ac_header in sys/param.h
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0598 …68: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
Doutput.06747 memory.h sys/param.h sys/resource.h sys/time.h sys/timeb.h
/ndk/sources/host-tools/make-3.81/doc/
Dmake.texi6951 $(call @var{variable},@var{param},@var{param},@dots{})
6954 When @code{make} expands this function, it assigns each @var{param} to
6962 the value of @var{variable} will resolve to the first @var{param} in the
6975 The @code{call} function expands the @var{param} arguments before
10506 @item $(call @var{var},@var{param},@dots{})
10509 @code{$(2)} with the first, second, etc.@: @var{param} values.@*