OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEADER
(Results
26 - 50
of
143
) sorted by null
1
2
3
4
5
6
/external/clang/test/PCH/
cxx-mangling.cpp
5
// RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -x c++-
header
%s -emit-pch -o %t
8
#ifndef
HEADER
9
#define
HEADER
macro-undef.cpp
5
#ifndef
HEADER
6
#define
HEADER
cxx-member-init.cpp
8
#ifdef
HEADER
37
#elif
HEADER
38
#undef
HEADER
cxx-implicit-moves.cpp
2
// RUN: %clang_cc1 -std=c++11 -x c++-
header
-emit-pch -o %t %s
7
#ifndef
HEADER
8
#define
HEADER
cxx1y-init-captures.cpp
8
#ifndef
HEADER
9
#define
HEADER
friend-template.cpp
10
#ifndef
HEADER
11
#define
HEADER
ms-if-exists.cpp
4
#ifndef
HEADER
5
#define
HEADER
crash-12631281.cpp
9
#ifndef
HEADER
10
#define
HEADER
pragma-diag-section.cpp
8
#ifndef
HEADER
9
#define
HEADER
pragma-loop.cpp
17
#ifndef
HEADER
18
#define
HEADER
variables.c
8
#ifndef
HEADER
9
#define
HEADER
/external/clang/test/Modules/
malformed.cpp
7
#include STR(
HEADER
)
extern_c.cpp
16
#include "c-
header
-indirect.h"
32
#define
HEADER
"cxx-
header
.h"
34
#define
HEADER
"c-
header
.h"
37
#include
HEADER
73
// expected-note@c-
header
.h:1 {{previous}}
/external/clang/test/OpenMP/
parallel_codegen.cpp
5
#ifndef
HEADER
6
#define
HEADER
threadprivate_ast_print.cpp
6
#ifndef
HEADER
7
#define
HEADER
sections_ast_print.cpp
6
#ifndef
HEADER
7
#define
HEADER
single_ast_print.cpp
6
#ifndef
HEADER
7
#define
HEADER
/ndk/tests/build/issue64679-prctl/
build.sh
19
for
HEADER
in $HEADERS; do
20
if [ "$INTERNAL_HEADERS" = "${INTERNAL_HEADERS%%$
HEADER
*}" ] ; then
21
#echo Compiling with $
HEADER
22
$ANDROID_NDK_ROOT/ndk-build -B APP_CFLAGS=-DHEADER=\"\<$
HEADER
\>\" APP_PLATFORM=android-$API_LEVEL APP_ABI=$ABI 1>/dev/null 2>&1
23
fail_panic "Can't compile
header
$ANDROID_NDK_ROOT/platforms/android-$API_LEVEL/arch-$ARCH/usr/include/$
HEADER
alone.
24
To reproduce: $ANDROID_NDK_ROOT/ndk-build -B APP_CFLAGS=-DHEADER=\"\<$
HEADER
\>\" APP_PLATFORM=android-$API_LEVEL APP_ABI=$ABI"
/external/chromium_org/third_party/WebKit/Source/core/css/
make-css-file-arrays.pl
21
# Usage: make-css-file-arrays.pl <
header
> <output> <input> ...
31
my $
header
= $ARGV[0];
37
$
header
=~ s|\\|/|g;
39
open
HEADER
, ">", $
header
or die "$!\n";
42
print
HEADER
"namespace WebCore {\n";
78
print
HEADER
"extern const char ${name}UserAgentStyleSheet[${length}];\n";
81
print
HEADER
"extern const char ${name}JavaScript[${length}];\n";
101
print
HEADER
"}\n";
/external/chromium_org/third_party/icu/source/tools/genren/
genren.pl
67
open
HEADER
, ">$headername"; # opening a
header
file
73
print
HEADER
<<"EndOfHeaderComment";
216
print
HEADER
"\n/* C exports renaming data */\n\n";
218
print
HEADER
"#define $_ U_ICU_ENTRY_POINT_RENAME($_)\n";
219
# print
HEADER
"#define $_ $_$U_ICU_VERSION_SUFFIX\n";
222
print
HEADER
"\n\n";
223
print
HEADER
"/* C++ class names renaming defines */\n\n";
224
print
HEADER
"#ifdef XP_CPLUSPLUS\n";
225
print
HEADER
"#if !U_HAVE_NAMESPACE\n\n"
[
all
...]
/external/chromium_org/third_party/libaddressinput/chromium/tools/
update-strings.py
13
HEADER
= """<!--
35
destination.write(
HEADER
)
/external/clang/test/Index/
annotate-comments.cpp
3
#ifndef
HEADER
4
#define
HEADER
annotate-tokens.c
38
#define
HEADER
() \
45
HEADER
(); \
/external/ceres-solver/internal/ceres/
generate_eliminator_specialization.py
71
HEADER
= """// Ceres Solver - A fast non-linear least squares minimizer
199
f.write(
HEADER
)
208
fptr.write(
HEADER
)
generate_partitioned_matrix_view_specializations.py
69
HEADER
= """// Ceres Solver - A fast non-linear least squares minimizer
200
f.write(
HEADER
)
209
fptr.write(
HEADER
)
Completed in 274 milliseconds
1
2
3
4
5
6