Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 119) sorted by relevance

12345

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_native_headers.h18 # define _STLP_MAKE_HEADER(path, header) <path/header> argument
25 # define _STLP_NATIVE_HEADER(header) _STLP_MAKE_HEADER(_STLP_NATIVE_INCLUDE_PATH,header) argument
33 # define _STLP_NATIVE_C_HEADER(header) _STLP_MAKE_HEADER(_STLP_NATIVE_C_INCLUDE_PATH,header) argument
41 # define _STLP_NATIVE_CPP_C_HEADER(header) _STLP_MAKE_HEADER(_STLP_NATIVE_CPP_C_INCLUDE_PATH,head… argument
49 … define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) _STLP_MAKE_HEADER(_STLP_NATIVE_CPP_RUNTIME_INCLU… argument
D_android.h58 #define _STLP_NATIVE_HEADER(header) <usr/include/header> argument
59 #define _STLP_NATIVE_C_HEADER(header) <../include/header> argument
60 #define _STLP_NATIVE_CPP_C_HEADER(header) <../../gabi++/include/header> argument
61 #define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../../gabi++/include/header> argument
62 #define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <usr/include/header> argument
D_kai.h20 # define _STLP_NATIVE_HEADER(header) <../include/##header> argument
21 # define _STLP_NATIVE_C_HEADER(header) <../include/##header> argument
22 # define _STLP_NATIVE_CPP_C_HEADER(header) <../include/##header> argument
23 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../include/##header> argument
D_dec.h5 # define _STLP_NATIVE_HEADER(header) <../cxx/##header> argument
9 # define _STLP_NATIVE_CPP_C_HEADER(header) <../cxx/##header> argument
11 # define _STLP_NATIVE_CPP_C_HEADER(header) </usr/include/cxx_cname/##header> argument
14 # define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <../cxx/##header> argument
15 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../cxx/##header> argument
D_mwerks.h118 # define _STLP_NATIVE_HEADER(header) <../include/##header> argument
119 # define _STLP_NATIVE_CPP_C_HEADER(header) <../include/##header> argument
120 # define _STLP_NATIVE_C_HEADER(header) <../include/##header> argument
121 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../include/##header> argument
126 …LP_NATIVE_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Sta…
127 …IVE_CPP_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Sta…
128 …_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Lib…
129 …ME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Libra…
D_dec_vms.h5 # define _STLP_NATIVE_HEADER(header) <sys$library:##header> argument
7 # define _STLP_NATIVE_CPP_C_HEADER(header) <sys$library:##header> argument
8 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <sys$library:##header> argument
D_bc.h16 # define _STLP_NATIVE_HEADER(header) <../include/##header> argument
17 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../include/dinkumware/##header> argument
D_apple.h85 # define _STLP_MAKE_HEADER(path, header) <path:header> // Mac uses ":" for directory delimiter argument
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc262 _GABIXX_NORETURN void throwException(__cxa_exception *header) { in throwException() argument
264 header->unexpectedHandler = std::get_unexpected(); in throwException()
265 header->terminateHandler = std::get_terminate(); in throwException()
268 _Unwind_RaiseException(&header->unwindHeader); in throwException()
271 call_terminate(&header->unwindHeader); in throwException()
328 __cxa_exception* header = static_cast<__cxa_exception*>(thrown_exc)-1; in __cxa_throw() local
329 header->exceptionType = tinfo; in __cxa_throw()
330 header->exceptionDestructor = dest; in __cxa_throw()
332 header->unwindHeader.exception_class = __gxx_exception_class; in __cxa_throw()
333 header->unwindHeader.exception_cleanup = defaultExceptionCleanupFunc; in __cxa_throw()
[all …]
Dcall_unexpected.cc89 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(ucbp+1)-1; in __cxa_type_match() local
92 void* adjustedPtr = header+1; in __cxa_type_match()
93 if (dynamic_cast<const __pointer_type_info*>(header->exceptionType)) { in __cxa_type_match()
100 static_cast<const __shim_type_info*>(header->exceptionType); in __cxa_type_match()
136 __cxa_exception *header = reinterpret_cast<__cxa_exception*>(exc+1)-1; in __cxa_begin_cleanup() local
137 bool native = header->unwindHeader.exception_class == __gxx_exception_class; in __cxa_begin_cleanup()
140 header->cleanupCount += 1; in __cxa_begin_cleanup()
141 if (header->cleanupCount == 1) { // First time in __cxa_begin_cleanup()
142 header->nextCleanup = globals->cleanupExceptions; in __cxa_begin_cleanup()
143 globals->cleanupExceptions = header; in __cxa_begin_cleanup()
[all …]
/ndk/sources/host-tools/make-3.81/po/
DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
5 .SUFFIXES: .insert-header .po-update-en
15 .insert-header.po-update-en:
23 …--no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UT…
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
42 en@boldquot.insert-header: insert-header.sin
43 …sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert…
47 rm -f *.insert-header
/ndk/build/tools/
Ddev-platform-import.sh250 local header
252 for header; do
253 log " $header"
254 local src="$srcdir/$header"
255 local dst="$PLATFORM_ROOT/../include/$header"
256 if [ ! -f "$srcdir/$header" ] ; then
257 dump "ERROR: Missing system header: $srcdir/$header"
284 local header
285 for header; do
286 log "Copying $arch system header: $header"
[all …]
Ddev-system-import.sh426 local header
428 for header; do
429 dump " $header"
430 local src="$srcdir/$header"
431 local dst="$PLATFORM_ROOT/../include/$header"
432 if [ ! -f "$srcdir/$header" ] ; then
433 dump "ERROR: Missing system header: $srcdir/$header"
460 local header
461 for header; do
462 dump "Copying $arch system header: $header from $srcdir"
[all …]
/ndk/sources/host-tools/make-3.81/
Dalloca.c159 } header; typedef
161 static header *last_alloca_header = NULL; /* -> last alloca header. */
185 register header *hp; /* Traverses linked list. */ in alloca()
195 register header *np = hp->h.next; in alloca()
217 register pointer new = malloc (sizeof (header) + size); in alloca()
223 ((header *) new)->h.next = last_alloca_header; in alloca()
224 ((header *) new)->h.deep = depth; in alloca()
226 last_alloca_header = (header *) new; in alloca()
230 return (pointer) ((char *) new + sizeof (header)); in alloca()
Dconfig.h.in69 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
82 /* Define to 1 if you have the <fcntl.h> header file. */
118 /* Define to 1 if you have the <inttypes.h> header file. */
127 /* Define to 1 if you have the <limits.h> header file. */
130 /* Define to 1 if you have the <locale.h> header file. */
136 /* Define to 1 if you have the <mach/mach.h> header file. */
145 /* Define to 1 if you have the <memory.h> header file. */
154 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
157 /* Define to 1 if you have the <nlist.h> header file. */
208 /* Define to 1 if you have the <stdarg.h> header file. */
[all …]
Dconfig.h.W3280 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
93 /* Define to 1 if you have the <fcntl.h> header file. */
129 /* Define to 1 if you have the <inttypes.h> header file. */
138 /* Define to 1 if you have the <limits.h> header file. */
141 /* Define to 1 if you have the <locale.h> header file. */
144 /* Define to 1 if you have the <mach/mach.h> header file. */
150 /* Define to 1 if you have the <memory.h> header file. */
159 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
162 /* Define to 1 if you have the <nlist.h> header file. */
210 /* Define to 1 if you have the <stdarg.h> header file. */
[all …]
Dconfig.ami167 /* Define if you have the ANSI C header files. */
280 /* Define if you have the <dirent.h> header file. */
283 /* Define if you have the <fcntl.h> header file. */
286 /* Define if you have the <limits.h> header file. */
289 /* Define if you have the <mach/mach.h> header file. */
292 /* Define if you have the <memory.h> header file. */
295 /* Define if you have the <ndir.h> header file. */
298 /* Define to 1 if you have the <stdarg.h> header file. */
301 /* Define if you have the <stdlib.h> header file. */
304 /* Define if you have the <string.h> header file. */
[all …]
Dconfig.h-vms188 /* Define if you have the ANSI C header files. */
306 /* Define if you have the <dirent.h> header file. */
309 /* Define if you have the <fcntl.h> header file. */
314 /* Define if you have the <limits.h> header file. */
317 /* Define if you have the <mach/mach.h> header file. */
320 /* Define if you have the <memory.h> header file. */
323 /* Define if you have the <ndir.h> header file. */
329 /* Define to 1 if you have the <stdarg.h> header file. */
332 /* Define if you have the <stdlib.h> header file. */
335 /* Define if you have the <string.h> header file. */
[all …]
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.cpp51 ELF::Ehdr header[1]; in FindElfDynamicSection() local
55 fd.Read(header, sizeof(header)) != static_cast<int>(sizeof(header))) { in FindElfDynamicSection()
61 if (header->e_ident[0] != 127 || header->e_ident[1] != 'E' || in FindElfDynamicSection()
62 header->e_ident[2] != 'L' || header->e_ident[3] != 'F' || in FindElfDynamicSection()
63 header->e_ident[4] != ELF::kElfClass) { in FindElfDynamicSection()
71 if (header->e_phoff == 0 || header->e_phentsize != sizeof(ELF::Phdr)) { in FindElfDynamicSection()
77 if (fd.SeekTo(header->e_phoff) < 0) { in FindElfDynamicSection()
87 for (size_t n = 0; n < header->e_phnum; ++n) { in FindElfDynamicSection()
/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.cc84 Elf64_FHdr header; in Create() local
85 const Elf_CommonHdr* elf_hdr = &header.common; in Create()
100 const ssize_t read_bytes = mapfile_read(file_handle, &header, sizeof(header)); in Create()
102 assert(read_bytes != -1 && read_bytes == sizeof(header)); in Create()
103 if (read_bytes == -1 || read_bytes != sizeof(header)) { in Create()
335 const Elf_FHdr<Elf_Addr, Elf_Off>* header = in initialize() local
337 sec_count_ = pull_val(header->e_shnum); in initialize()
338 sec_entry_size_ = pull_val(header->e_shentsize); in initialize()
339 fixed_base_address_ = pull_val(header->e_entry) & ~0xFFF; in initialize()
342 const Elf_Off sec_table_off = pull_val(header->e_shoff); in initialize()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ioserr.h9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport con…
11 # error STLport iostreams header cannot be used; your compiler do not support it.
/ndk/sources/cxx-stl/stlport/stlport/
Dstrstream18 // WARNING: The classes defined in this header are DEPRECATED. This
19 // header is defined in section D.7.1 of the C++ standard, and it
21 // header <sstream> instead.
42 /* Even if deprecated strstream header is still part of the Standard. Remove
Dexception18 // This header exists solely for portability. Normally it just includes
19 // the native header <exception>.
40 * call to the native exception header:
/ndk/docs/Programmers_Guide/html/
Dresize.js2 var sidenav,navtree,content,header; variable
54 var headerHeight = header.outerHeight();
64 header = $("#top");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__undef_min_max14 "before any Windows header. #undefing min")
24 "before any Windows header. #undefing max")

12345