Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 117) sorted by relevance

12345

/ndk/sources/host-tools/ndk-stack/regex/
Dregexec.c74 #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/
Dtest_template14 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/
D0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch11 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/
DREADME.TXT4 This header is only here to ensure that existing build scripts can still
/ndk/sources/host-tools/sed-4.2.1/m4/
Dunistd_h.m411 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.
Dstring_h.m414 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.
Dwchar.m435 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.
Dsys_time_h.m412 dnl Use AC_REQUIRE here, so that the REPLACE_GETTIMEOFDAY=0 statement
Dinline.m422 dnl Use AC_COMPILE_IFELSE here, not AC_EGREP_CPP, because the result
Dsys_stat_h.m446 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
Dgnulib-common.m410 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.
Dstdlib_h.m429 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dreadin.good18 I live here, too.
Dreadin.inp12 I live here, too.
D8bit.sed5 # Speaking of Hitomaro, here is the english translation of one of my
/ndk/tests/standalone/init-fini-arrays/
DREADME1 This test is here to check that all constructors and destructors
/ndk/sources/host-tools/make-3.81/po/
DChangeLog50 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/
DREADME29 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/
Dgeneral26 # what the usage looks like, then compare it to what I get here... :(
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Ddefault_names14 # Just test what we can here (avoid Makefile versus makefile test).
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.in286 here=`pwd`; \
302 here=`pwd`; \
314 here=`$(am__cd) $(top_builddir) && pwd` \
316 && gtags -i $(GTAGS_ARGS) $$here
/ndk/sources/cxx-stl/stlport/stlport/
Dcstdlib26 * is not used and the workaround in this file must be duplicated here
Dexception38 /* If we are here it means that we are in an include called
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DDEFAULT9 ."defined here but passes the target bar on to another makefile\n"
/ndk/sources/host-tools/make-3.81/w32/
DMakefile342 here=`pwd`; \
358 here=`pwd`; \
370 here=`$(am__cd) $(top_builddir) && pwd` \
372 && gtags -i $(GTAGS_ARGS) $$here

12345