HomeSort by relevance Sort by last modified time
    Searched defs:HEADER (Results 1 - 25 of 35) 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-exprs.cpp 8 #ifndef HEADER
9 #define HEADER
cxx-static_assert.cpp 8 #ifndef HEADER
9 #define HEADER
pragma-diag.c 8 #ifndef HEADER
9 #define HEADER
single-token-macro.c 10 #ifndef HEADER
11 #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
ms-if-exists.cpp 4 #ifndef HEADER
5 #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/Analysis/
check-deserialization.cpp 5 #ifndef HEADER
6 #define HEADER
7 // Header.
13 // Using the header.
  /external/clang/test/Preprocessor/
include-directive2.c 2 # define HEADER <stdarg.h>
4 # include HEADER
11 #include HEADER EMPTY
  /external/clang/test/Index/
pch-with-errors.c 1 #ifndef HEADER
2 #define HEADER
  /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
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/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);
  /prebuilts/gcc/linux-x86/host/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;

Completed in 768 milliseconds

1 2