Searched refs:needed (Results 1 – 25 of 93) sorted by relevance
1234
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | getdelim.c | 99 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/ |
D | README | 4 Normally, the only thing needed is adding -fexceptions to your LOCAL_CFLAGS
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-k | 60 $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'.
|
D | symlinks | 59 "#MAKE#: *** No rule to make target `sym', needed by `targ'. Stop.", 512);
|
/ndk/sources/host-tools/make-3.81/config/ |
D | isc-posix.m4 | 9 # This file is not needed with autoconf-2.53 and newer. Remove it in 2005.
|
D | lib-prefix.m4 | 18 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/ |
D | 00gnulib.m4 | 8 dnl gnulib-provided .m4 files. It is needed until such time as we can
|
D | acl.m4 | 27 dnl -lacl is needed on Linux, -lpacl is needed on OSF/1.
|
D | intlmacosx.m4 | 16 dnl Checks for special options needed on MacOS X.
|
D | threadlib.m4 | 21 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.
|
D | lib-prefix.m4 | 16 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
|
D | stdbool.m4 | 34 # This macro is only needed in autoconf <= 2.59. Newer versions of autoconf
|
D | mbrlen.m4 | 81 dnl correctly returns the number of bytes that were needed to complete the
|
/ndk/ |
D | README.TXT | 19 docs/INSTALL.html which lists the NDK prerequisites and the steps needed
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | mult_rules | 50 $answer = "$make_name: *** No rule to make target `extra.h', needed by `foo.o'. Stop.\n";
|
D | include | 63 "#MAKE#: *** No rule to make target `foo.mk', needed by `error'. Stop.\n",
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure.ac | 24 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/ |
D | stlport.rc | 10 * define needed file version flags, so we redefine them here.
|
/ndk/docs/text/ |
D | STABLE-APIS.text | 63 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/ |
D | README.NDK | 10 includes many needed bugfixes.
|
/ndk/tests/device/test-libc++-shared-full/ |
D | DATA | 1 # 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/ |
D | DATA | 1 # 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/ |
D | config.ami | 189 /* Name of this package (needed by automake) */ 192 /* Version of this package (needed by automake) */
|
D | acinclude.m4 | 1 dnl acinclude.m4 -- Extra macros needed for GNU make.
|
D | config.h-vms | 212 /* Name of this package (needed by automake) */ 215 /* Version of this package (needed by automake) */
|
1234