HomeSort by relevance Sort by last modified time
    Searched defs:HEADER (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/PCH/
attrs.c 8 #ifndef HEADER
9 #define HEADER
check-deserializations.cpp 4 #ifndef HEADER
5 #define HEADER
6 // Header.
15 // Using the header.
cxx-static_assert.cpp 8 #ifndef HEADER
9 #define HEADER
pragma-diag.c 8 #ifndef HEADER
9 #define HEADER
attrs-PR8406.c 8 #ifndef HEADER
9 #define HEADER
cxx-implicit-moves.cpp 2 // RUN: %clang_cc1 -std=c++11 -x c++-header -emit-pch -o %t %s
6 #ifndef HEADER
7 #define HEADER
pragma-diag-section.cpp 8 #ifndef HEADER
9 #define HEADER
rdar8852495.c 11 #ifndef HEADER
12 #define HEADER
cxx-member-init.cpp 8 #ifdef HEADER
19 #elif HEADER
20 #undef HEADER
variables.c 8 #ifndef HEADER
9 #define HEADER
  /external/clang/test/Preprocessor/
include-directive2.c 2 # define HEADER <stdarg.h>
4 # include HEADER
11 #include HEADER EMPTY
  /external/chromium/testing/gtest/scripts/
gen_gtest_pred_impl.py 58 # Where to store the generated header.
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
66 """Returns the preamble for the header file.
118 // Makes sure this header is not included before gtest.h.
123 // This header implements a family of generic predicate assertion
294 """Returns the postamble for the header file."""
316 """Given the maximum arity n, updates the header file that implements
319 GenerateFile(HEADER,
716 """The entry point of the script. Generates the header file and its
  /external/gtest/scripts/
gen_gtest_pred_impl.py 58 # Where to store the generated header.
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
66 """Returns the preamble for the header file.
118 // Makes sure this header is not included before gtest.h.
123 // This header implements a family of generic predicate assertion
296 """Returns the postamble for the header file."""
318 """Given the maximum arity n, updates the header file that implements
321 GenerateFile(HEADER,
719 """The entry point of the script. Generates the header file and its
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 58 # Where to store the generated header.
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
66 """Returns the preamble for the header file.
118 // Makes sure this header is not included before gtest.h.
123 // This header implements a family of generic predicate assertion
296 """Returns the postamble for the header file."""
318 """Given the maximum arity n, updates the header file that implements
321 GenerateFile(HEADER,
719 """The entry point of the script. Generates the header file and its
  /external/openssl/ssl/
Makefile 49 HEADER= $(EXHEADER) ssl_locl.h kssl_lcl.h
51 ALL= $(GENERAL) $(SRC) $(HEADER)
    [all...]
  /external/llvm/utils/lit/lit/
ProgressBar.py 163 'Header: 0 .. 10.. 20.. ...'
166 def __init__(self, header):
167 self.header = header
172 sys.stdout.write(self.header)
202 Header
210 HEADER = '${BOLD}${CYAN}%s${NORMAL}\n\n'
212 def __init__(self, term, header, useETA=True):
227 self.header = self.term.render(self.HEADER % header.center(self.width)
    [all...]
  /external/blktrace/
blkparse_fmt.c 16 #define HEADER "%D %2c %8s %5T.%9t %5p %2a %3d "
303 * The header is always the same
  /bionic/libc/private/
arpa_nameser_compat.h 93 * Structure for query header. The order of the fields is machine- and
134 } HEADER;
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 74 * Constant - the specified header
76 static final String HEADER = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
151 out.write(HEADER);
484 out.write(HEADER);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 42 * Structure for query header. The order of the fields is machine- and
83 } HEADER;
  /external/dnsmasq/src/
nameser.h 104 #define HFIXEDSZ 12 /* #/bytes of fixed data in header */
277 * Structure for query header. The order of the fields is machine- and
318 } HEADER;
  /external/tcpdump/
nameser.h 1 /* @(#) $Header: /tcpdump/master/tcpdump/nameser.h,v 1.14.4.2 2006/11/10 03:15:35 guy Exp $ (LBL) */
225 * Structure for query header.
235 } HEADER;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 8 original, manufacturer supplied header file. */
31 #define HEADER 6
38 /* header: 0x00 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0x00 */
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/windows/swt/
swt.jar 

Completed in 1449 milliseconds

1 2