Searched refs:here (Results 1 – 25 of 117) sorted by relevance
12345
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regexec.c | 74 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) 75 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) 76 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) 123 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) 124 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) 125 #define ISSETBACK(v, n) ((v)[here - (n)])
|
/ndk/sources/host-tools/make-3.81/tests/scripts/ |
D | test_template | 14 run_make_test('Your test makefile goes here', 15 'Arguments to pass to make go here', 16 'Expected output from the invocation goes here');
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch | 11 include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes] 32 +// include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes]
|
/ndk/sources/cpufeatures/ |
D | README.TXT | 4 This header is only here to ensure that existing build scripts can still
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | unistd_h.m4 | 11 dnl Use AC_REQUIRE here, so that the default behavior below is expanded 28 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
D | string_h.m4 | 14 dnl Use AC_REQUIRE here, so that the default behavior below is expanded 28 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
D | wchar.m4 | 35 dnl Do it always: WCHAR_H may be empty here but can be set later. 57 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
D | sys_time_h.m4 | 12 dnl Use AC_REQUIRE here, so that the REPLACE_GETTIMEOFDAY=0 statement
|
D | inline.m4 | 22 dnl Use AC_COMPILE_IFELSE here, not AC_EGREP_CPP, because the result
|
D | sys_stat_h.m4 | 46 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
D | gnulib-common.m4 | 10 dnl Use AC_REQUIRE here, so that the code is expanded once only. 69 # The order here caters to the fact that C++ does not require restrict.
|
D | stdlib_h.m4 | 29 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | readin.good | 18 I live here, too.
|
D | readin.inp | 12 I live here, too.
|
D | 8bit.sed | 5 # Speaking of Hitomaro, here is the english translation of one of my
|
/ndk/tests/standalone/init-fini-arrays/ |
D | README | 1 This test is here to check that all constructors and destructors
|
/ndk/sources/host-tools/make-3.81/po/ |
D | ChangeLog | 50 pl.po, pt_BR.po, ru.po, tr.po: Moved from i18n to here. 51 * .cvsignore: Moved from i18n to here.
|
/ndk/sources/host-tools/make-3.81/ |
D | README | 29 GNU Make can be obtained in many different ways. See a description here: 51 management tool. Savannah is here: 55 And the GNU Make development page is here: 84 You may also find interesting patches to GNU Make available here: 98 GNU Subversions CVS server; look here for details:
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | general | 26 # what the usage looks like, then compare it to what I get here... :(
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | default_names | 14 # Just test what we can here (avoid Makefile versus makefile test).
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.in | 286 here=`pwd`; \ 302 here=`pwd`; \ 314 here=`$(am__cd) $(top_builddir) && pwd` \ 316 && gtags -i $(GTAGS_ARGS) $$here
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | cstdlib | 26 * is not used and the workaround in this file must be duplicated here
|
D | exception | 38 /* If we are here it means that we are in an include called
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | DEFAULT | 9 ."defined here but passes the target bar on to another makefile\n"
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile | 342 here=`pwd`; \ 358 here=`pwd`; \ 370 here=`$(am__cd) $(top_builddir) && pwd` \ 372 && gtags -i $(GTAGS_ARGS) $$here
|
12345