Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/ndk/sources/host-tools/make-3.81/
DNMakefile40 all: config.h subproc Release Debug
55 config.h: config.h.W32
68 if exist config.h erase config.h
131 ar.o ar.o: ar.c make.h config.h \
132 getopt.h \
133 gettext.h filedef.h hash.h dep.h \
136 arscan.o arscan.o: arscan.c make.h config.h \
137 getopt.h \
138 gettext.h \
141 commands.o commands.o: commands.c make.h config.h \
[all …]
Dmakefile.vms99 commands.h dep.h filedef.h job.h make.h rule.h variable.h
103 all: config.h make.exe
118 commands.obj: commands.c make.h dep.h commands.h filedef.h variable.h job.h
119 job.obj: job.c vmsjobs.c make.h commands.h job.h filedef.h variable.h
120 dir.obj: dir.c make.h
121 file.obj: file.c make.h commands.h dep.h filedef.h variable.h
122 misc.obj: misc.c make.h dep.h
123 hash.obj: hash.c make.h hash.h
124 strcache.obj: strcache.c make.h hash.h
125 main.obj: main.c make.h commands.h dep.h filedef.h variable.h job.h
[all …]
DSMakefile47 # See also `config.h'.
57 GETOPT_SRC = $(srcdir)getopt.c $(srcdir)getopt1.c $(srcdir)getopt.h
138 $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \
139 $(srcdir)commands.h $(srcdir)dep.h $(srcdir)file.h \
140 $(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \
141 $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in
145 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo
167 # -I. is needed to find config.h in the build directory.
188 loadavg: loadavg.c config.h
196 -$(RM) -f Makefile config.h config.status build.sh
[all …]
DMakefile.ami51 GETOPT_SRC = $(srcdir)getopt.c $(srcdir)getopt1.c $(srcdir)getopt.h
132 $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \
133 $(srcdir)commands.h $(srcdir)dep.h $(srcdir)filedep.h \
134 $(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \
135 $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in
139 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo
177 glob/libglob.a: FORCE config.h
228 loadavg: loadavg.c config.h
249 -$(RM) Makefile config.h config.status build.sh
270 $(objs): config.h
[all …]
DMakefile.am49 noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \
50 debug.h getopt.h gettext.h hash.h
/ndk/build/tools/
Ddev-platform-import.sh344 copy_system_headers $ANDROID_ROOT/bionic/libm/include math.h
347 copy_arch_system_headers $ANDROID_ROOT/bionic/libm/include/i387 fenv.h
350 copy_arch_system_headers $ANDROID_ROOT/bionic/libm/$ARCH fenv.h
361 copy_system_headers $ANDROID_ROOT/external/zlib zconf.h zlib.h
364 copy_system_headers $ANDROID_ROOT/system/core/include android/log.h
374 copy_system_headers $ANDROID_ROOT/libnativehelper/include/nativehelper jni.h
381 GLES/gl.h \
382 GLES/glext.h \
383 GLES/glplatform.h
386 KHR/khrplatform.h
[all …]
Ddev-system-import.sh524 copy_system_headers $ANDROID_ROOT/bionic/libm/include math.h
527 copy_arch_system_headers $ANDROID_ROOT/bionic/libm/include/i387 fenv.h
530 copy_arch_system_headers $ANDROID_ROOT/bionic/libm/$ARCH fenv.h
541 copy_system_headers $ANDROID_ROOT/external/zlib zconf.h zlib.h
546 copy_system_headers $ANDROID_ROOT/system/core/include android/log.h
562 copy_system_headers $ANDROID_ROOT/bionic/libthread_db/include thread_db.h sys/procfs.h
564 copy_system_headers $ANDROID_ROOT/libnativehelper/include/nativehelper jni.h
571 GLES/gl.h \
572 GLES/glext.h \
573 GLES/glplatform.h
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dmult_rules13 on the make command line as extradeps=extra.h which adds yet
22 foo.o : defs.h
23 bar.o : defs.h test.h
25 \$(objects) : config.h \$(extradeps)
33 &touch("defs.h","test.h","config.h");
45 "extradeps=extra.h",
50 $answer = "$make_name: *** No rule to make target `extra.h', needed by `foo.o'. Stop.\n";
58 &touch("extra.h");
61 "extradeps=extra.h",
70 unlink("defs.h","test.h","config.h","extra.h");
Dvpath9 ."that end in c or h. We also test the variables $@ (which gives\n"
21 print MAKEFILE "vpath %.h $workdir\n";
25 print MAKEFILE "main.o : main.c defs.h\n";
27 print MAKEFILE "kbd.o : kbd.c defs.h command.h\n";
29 print MAKEFILE "commands.o : command.c defs.h command.h\n";
31 print MAKEFILE "display.o : display.c defs.h buffer.h\n";
33 print MAKEFILE "insert.o : insert.c defs.h buffer.h\n";
41 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h",
42 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h",
44 "$workdir${pathsep}buffer.h","$workdir${pathsep}insert.c",
/ndk/sources/cxx-stl/stlport/stlport/
Dwctype.h27 # include_next <stdarg.h>
28 # include_next <wchar.h>
30 # include_next <wctype.h>
33 # include _STLP_NATIVE_C_HEADER(stdarg.h)
34 # include _STLP_NATIVE_C_HEADER(wchar.h)
36 # include _STLP_NATIVE_C_HEADER(wctype.h)
Dstring.h37 # include_next <string.h>
39 # include _STLP_NATIVE_C_HEADER(string.h)
44 # include_next <_str.h>
46 # include _STLP_NATIVE_CPP_C_HEADER(_str.h)
50 # include_next <string.h>
52 # include _STLP_NATIVE_C_HEADER(string.h)
Dwchar.h27 # include_next <_str.h>
29 # include _STLP_NATIVE_CPP_C_HEADER(_str.h)
39 # include_next <stddef.h>
41 # include _STLP_NATIVE_C_HEADER(stddef.h)
45 # include_next <wchar.h>
47 # include _STLP_NATIVE_C_HEADER(wchar.h)
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0005-Fix-gabi-stlport-llvm-libc-build.patch21 -#elif defined(LIBCXXRT) || __has_include(<cxxabi.h>)
22 +#elif defined(LIBCXXRT) || __has_include(<cxxabi.h>) || defined(__ANDROID__)
23 #include <cxxabi.h>
34 - #if defined(LIBCXXRT) || __has_include(<cxxabi.h>)
35 + #if defined(LIBCXXRT) || __has_include(<cxxabi.h>) || defined(__ANDROID__)
36 #include <cxxabi.h>
37 #endif // __has_include(<cxxabi.h>)
47 -#if __has_include(<cxxabi.h>) || defined(__APPLE_) || defined(LIBCXXRT)
48 +#if __has_include(<cxxabi.h>) || defined(__APPLE_) || defined(LIBCXXRT) || defined(__ANDROID__)
49 #include <cxxabi.h>
[all …]
/ndk/build/tools/toolchain-patches/gcc/
D0012-Don-t-define-__fp16-for-clang.patch8 gcc-4.8/gcc/config/i386/arm_neon.h | 2 ++
9 gcc-4.9/gcc/config/i386/arm_neon.h | 2 ++
12 diff --git a/gcc-4.8/gcc/config/i386/arm_neon.h b/gcc-4.8/gcc/config/i386/arm_neon.h
14 --- a/gcc-4.8/gcc/config/i386/arm_neon.h
15 +++ b/gcc-4.8/gcc/config/i386/arm_neon.h
26 diff --git a/gcc-4.9/gcc/config/i386/arm_neon.h b/gcc-4.9/gcc/config/i386/arm_neon.h
28 --- a/gcc-4.9/gcc/config/i386/arm_neon.h
29 +++ b/gcc-4.9/gcc/config/i386/arm_neon.h
D0002-Enable-C-exceptions-and-RTTI-by-default.patch9 gcc-4.8/gcc/config/linux-android.h | 4 ++--
10 gcc-4.9/gcc/config/linux-android.h | 4 ++--
13 diff --git a/gcc-4.8/gcc/config/linux-android.h b/gcc-4.8/gcc/config/linux-android.h
15 --- a/gcc-4.8/gcc/config/linux-android.h
16 +++ b/gcc-4.8/gcc/config/linux-android.h
28 diff --git a/gcc-4.9/gcc/config/linux-android.h b/gcc-4.9/gcc/config/linux-android.h
30 --- a/gcc-4.9/gcc/config/linux-android.h
31 +++ b/gcc-4.9/gcc/config/linux-android.h
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
Dfloating.pass.cpp33 std::hash<T> h; in test() local
34 std::size_t t0 = h(0.); in test()
35 std::size_t tn0 = h(-0.); in test()
36 std::size_t tp1 = h(0.1); in test()
37 std::size_t t1 = h(1); in test()
38 std::size_t tn1 = h(-1); in test()
39 std::size_t pinf = h(INFINITY); in test()
40 std::size_t ninf = h(-INFINITY); in test()
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral217 main.o : main.c defs.h
19 kbd.o : kbd.c defs.h command.h
21 commands.o : command.c defs.h command.h
23 display.o : display.c defs.h buffer.h
25 insert.o : insert.c defs.h buffer.h
32 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h",
33 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h",
35 "$workdir${pathsep}buffer.h","$workdir${pathsep}insert.c",
Dgeneral116 main.o : main.c defs.h
18 kbd.o : kbd.c defs.h command.h
20 commands.o : command.c defs.h command.h
22 display.o : display.c defs.h buffer.h
24 insert.o : insert.c defs.h buffer.h
31 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h",
32 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h",
34 "$workdir${pathsep}buffer.h","$workdir${pathsep}insert.c",
/ndk/sources/android/support/tests/
Dlibdl_unittest.cc15 void *h, *libdl = dlopen("libc.so", RTLD_NOW); in TEST() local
17 h = dlsym(libdl, "printf"); in TEST()
18 EXPECT_NE(0, h); in TEST()
19 int r = my_dladdr((char*)h+1, &info); in TEST()
22 EXPECT_EQ(h, info.dli_saddr); in TEST()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
Dop_++.pass.cpp21 std::chrono::hours h(3); in main() local
22 std::chrono::hours& href = ++h; in main()
23 assert(&href == &h); in main()
24 assert(h.count() == 4); in main()
Dop_--.pass.cpp21 std::chrono::hours h(3); in main() local
22 std::chrono::hours& href = --h; in main()
23 assert(&href == &h); in main()
24 assert(h.count() == 2); in main()
/ndk/tests/build/issue64679-prctl/
Dbuild.sh34 …I_LEVEL/arch-$ARCH/usr/include ; ls *.h sys/*.h android/*.h EGL/*.h GLES/*.h GLES2/*.h GLES3/*.h O…
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/
Ddef.hpp35 # define BOOST_PP_SLOT_CC_8(a, b, c, d, e, f, g, h) BOOST_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h) argument
36 # define BOOST_PP_SLOT_CC_9(a, b, c, d, e, f, g, h, i) BOOST_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h,… argument
37 # define BOOST_PP_SLOT_CC_10(a, b, c, d, e, f, g, h, i, j) BOOST_PP_SLOT_CC_10_D(a, b, c, d, e, f, … argument
45 # define BOOST_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h) a ## b ## c ## d ## e ## f ## g ## h argument
46 # define BOOST_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h, i) a ## b ## c ## d ## e ## f ## g ## h ## i argument
47 # define BOOST_PP_SLOT_CC_10_D(a, b, c, d, e, f, g, h, i, j) a ## b ## c ## d ## e ## f ## g ## h #… argument
/ndk/sources/host-tools/make-3.81/config/
Dinttypes.m411 # Define HAVE_INTTYPES_H if <inttypes.h> exists and doesn't clash with
12 # <sys/types.h>.
16 AC_CACHE_CHECK([for inttypes.h], gt_cv_header_inttypes_h,
19 [#include <sys/types.h>
20 #include <inttypes.h>],
25 [Define if <inttypes.h> exists and doesn't clash with <sys/types.h>.])
Dstdint_h.m411 # Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists,
12 # doesn't clash with <sys/types.h>, and declares uintmax_t.
16 AC_CACHE_CHECK([for stdint.h], jm_ac_cv_header_stdint_h,
18 [#include <sys/types.h>
19 #include <stdint.h>],
25 [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,

12345678910>>...16