Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 93) sorted by relevance

1234

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetdelim.c99 size_t needed = 2 * *n + 1; /* Be generous. */ in getdelim() local
102 if (needed_max < needed) in getdelim()
103 needed = needed_max; in getdelim()
104 if (cur_len + 1 >= needed) in getdelim()
111 new_lineptr = (char *) realloc (*lineptr, needed); in getdelim()
119 *n = needed; in getdelim()
/ndk/tests/device/test-basic-exceptions/
DREADME4 Normally, the only thing needed is adding -fexceptions to your LOCAL_CFLAGS
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-k60 $make_name: *** No rule to make target `kbd.c', needed by `kbd.o'.
109 #MAKE#: *** No rule to make target `no-such-file', needed by `ifile'.
Dsymlinks59 "#MAKE#: *** No rule to make target `sym', needed by `targ'. Stop.", 512);
/ndk/sources/host-tools/make-3.81/config/
Disc-posix.m49 # This file is not needed with autoconf-2.53 and newer. Remove it in 2005.
Dlib-prefix.m418 dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
22 dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
/ndk/sources/host-tools/sed-4.2.1/m4/
D00gnulib.m48 dnl gnulib-provided .m4 files. It is needed until such time as we can
Dacl.m427 dnl -lacl is needed on Linux, -lpacl is needed on OSF/1.
Dintlmacosx.m416 dnl Checks for special options needed on MacOS X.
Dthreadlib.m421 dnl Adds to CPPFLAGS the flag -D_REENTRANT or -D_THREAD_SAFE if needed for
40 dnl _GNU_SOURCE is needed for pthread_rwlock_t on glibc systems.
139 # Some library is needed. Try libpthread and libc_r.
Dlib-prefix.m416 dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
20 dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
Dstdbool.m434 # This macro is only needed in autoconf <= 2.59. Newer versions of autoconf
Dmbrlen.m481 dnl correctly returns the number of bytes that were needed to complete the
/ndk/
DREADME.TXT19 docs/INSTALL.html which lists the NDK prerequisites and the steps needed
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dmult_rules50 $answer = "$make_name: *** No rule to make target `extra.h', needed by `foo.o'. Stop.\n";
Dinclude63 "#MAKE#: *** No rule to make target `foo.mk', needed by `error'. Stop.\n",
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac24 AC_CACHE_CHECK([whether -lcP is needed], [sed_cv_libcp_needed], [
35 if (!fp) return 0; /* error, assume not needed */
/ndk/sources/cxx-stl/stlport/src/
Dstlport.rc10 * define needed file version flags, so we redefine them here.
/ndk/docs/text/
DSTABLE-APIS.text63 so "LOCAL_LIBS := -lpthread" is not needed. The same is true for real-time
150 declarations needed to perform OpenGL ES 1.x rendering calls from native
205 declarations needed to perform OpenGL ES 2.0 rendering calls from native code.
301 contain the declarations needed to perform audio input and output from the
376 contain the declarations needed to perform multimedia output from the
415 declarations needed to perform OpenGL ES 3.0 rendering calls from native code.
/ndk/sources/third_party/googletest/
DREADME.NDK10 includes many needed bugfixes.
/ndk/tests/device/test-libc++-shared-full/
DDATA1 # run-tests.sh looks for this file to check if additional data is needed to run tests in this proje…
/ndk/tests/device/test-libc++-static-full/
DDATA1 # run-tests.sh looks for this file to check if additional data is needed to run tests in this proje…
/ndk/sources/host-tools/make-3.81/
Dconfig.ami189 /* Name of this package (needed by automake) */
192 /* Version of this package (needed by automake) */
Dacinclude.m41 dnl acinclude.m4 -- Extra macros needed for GNU make.
Dconfig.h-vms212 /* Name of this package (needed by automake) */
215 /* Version of this package (needed by automake) */

1234