/external/clang/test/OpenMP/ |
for_ast_print.cpp | 6 #ifndef HEADER 7 #define HEADER
|
parallel_ast_print.cpp | 6 #ifndef HEADER 7 #define HEADER
|
parallel_for_ast_print.cpp | 6 #ifndef HEADER 7 #define HEADER
|
parallel_sections_ast_print.cpp | 6 #ifndef HEADER 7 #define HEADER
|
simd_ast_print.cpp | 6 #ifndef HEADER 7 #define HEADER
|
/external/icu/icu4c/source/tools/genren/ |
genren.pl | 67 open HEADER, ">$headername"; # opening a header file 73 print HEADER <<"EndOfHeaderComment"; 231 print HEADER "\n/* C exports renaming data */\n\n"; 233 print HEADER "#define $_ U_ICU_ENTRY_POINT_RENAME($_)\n"; 234 # print HEADER "#define $_ $_$U_ICU_VERSION_SUFFIX\n"; 237 print HEADER "\n#endif\n"; 238 print HEADER "\n#endif\n"; 240 close HEADER;
|
/external/clang/test/Analysis/inlining/ |
containers.cpp | 4 #ifndef HEADER 9 #define HEADER 11 #undef HEADER 81 #else // HEADER 83 #include "../Inputs/system-header-simulator-cxx.h" 271 #endif // HEADER
|
/bionic/libc/dns/resolv/ |
res_mkquery.c | 127 register HEADER *hp; 140 * Initialize header fields. 145 hp = (HEADER *)(void *)buf; 237 register HEADER *hp; 246 hp = (HEADER *)(void *)buf;
|
res_query.c | 135 HEADER *hp = (HEADER *)(void *)answer; 229 HEADER *hp = (HEADER *)(void *)answer;
|
res_send.c | 292 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); 329 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); 335 * Only header section present in replies to 338 if ((((const HEADER *)(const void *)buf1)->opcode == ns_o_update) && 339 (((const HEADER *)(const void *)buf2)->opcode == ns_o_update)) 342 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount)) 736 const HEADER *hp = (const HEADER *)(const void *)buf; 737 HEADER *anhp = (HEADER *)(void *)ans [all...] |
/external/objenesis/main/src/org/objenesis/instantiator/basic/ |
ObjectInputStreamInstantiator.java | 51 private static byte[] HEADER; 64 HEADER = byteOut.toByteArray(); 83 this.data = HEADER; 110 buffers = new byte[][] {HEADER, FIRST_DATA, REPEATING_DATA};
|
/system/core/debuggerd/ |
utility.h | 59 HEADER,
|
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
Makefile | 30 HEADER= $(EXHEADER) 32 ALL= $(GENERAL) $(SRC) $(HEADER)
|
/external/clang/test/SemaCXX/ |
warn-unused-filescoped.cpp | 4 #ifdef HEADER 43 #define HEADER
|
/external/vixl/tools/ |
make_instruction_doc.pl | 29 # Assembler header file. 38 open(IN, "<$hfile") or die("Can't open header file $header.\n"); 71 print <<HEADER; 80 HEADER
|
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
Makefile | 30 HEADER= $(EXHEADER) 32 ALL= $(GENERAL) $(SRC) $(HEADER)
|
/external/clang/test/Index/ |
comment-to-html-xml-conversion.cpp | 25 #ifndef HEADER 26 #define HEADER [all...] |
/external/clang/test/PCH/ |
cxx-key-functions.cpp | 5 #ifndef HEADER 6 #define HEADER
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
MailLogService.java | 114 /** Header printed at the start of the dump. */ 115 private static final String HEADER = "**** MailLogService ***\n"; 169 writer.print(HEADER); 172 // Write out a sub-header: Logging for tag "MyModuleName"
|
/bootable/recovery/ |
screen_ui.h | 60 enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_FG, LOG, TEXT_FILL };
|
/external/dnsmasq/src/ |
rfc1035.c | 19 static int add_resource_record(HEADER *header, char *limit, int *truncp, 24 #define CHECK_LEN(header, pp, plen, len) \ 25 ((size_t)((pp) - (unsigned char *)(header) + (len)) <= (plen)) 27 #define ADD_RDLEN(header, pp, plen, len) \ 28 (!CHECK_LEN(header, pp, plen, len) ? 0 : (long)((pp) += (len)), 1) 30 static int extract_name(HEADER *header, size_t plen, unsigned char **pp, 44 if (!CHECK_LEN(header, p, plen, 1)) 51 if (!CHECK_LEN(header, p, plen, extrabytes) [all...] |
forward.c | 206 HEADER *header, size_t plen, time_t now, struct frec *forward) 211 unsigned int crc = questions_crc(header, plen, daemon->namebuff); 213 unsigned short gotname = extract_request(header, plen, daemon->namebuff, NULL); 219 else if (forward || (forward = lookup_frec_by_sender(ntohs(header->id), udpaddr, crc))) 232 header->id = htons(forward->new_id); 247 find_pseudoheader(header, plen, NULL, NULL, &is_sign); 252 forward->orig_id = ntohs(header->id); 257 header->id = htons(forward->new_id); 335 if (sendto(fd, (char *)header, plen, 0 475 HEADER *header; local 576 HEADER *header = (HEADER *)daemon->packet; local 742 HEADER *header; local [all...] |
/external/chromium_org/testing/ |
generate_gmock_mutant.py | 9 HEADER = """\ 444 print HEADER
|
/external/clang/lib/Basic/ |
Builtins.cpp | 26 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER, BUILTIN_LANG) { #ID, TYPE, ATTRS, HEADER,\
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.event_1.2.0.v20100503.jar | |