OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preamble
(Results
1 - 25
of
535
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libvorbis/doc/
Vorbis_I_spec.cfg
0
\
Preamble
{html}
/external/clang/test/Index/
preamble-reparse-import.m-3.h
1
#import "
preamble
-reparse-import.m-2.h"
preamble-reparse.c
1
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local "-remap-file=%S/Inputs/
preamble
-reparse-1.c;%S/Inputs/
preamble
-reparse-2.c" %S/Inputs/
preamble
-reparse-1.c | FileCheck %s
2
// CHECK:
preamble
-reparse-1.c:1:5: VarDecl=x:1:5 Extent=[1:1 - 1:6]
getcursor-preamble.m
1
#include "getcursor-
preamble
.h"
4
// RUN: -cursor-at=%S/getcursor-
preamble
.h:2:10 \
5
// RUN: -cursor-at=%S/getcursor-
preamble
.h:3:9 \
6
// RUN: -cursor-at=%S/getcursor-
preamble
.h:4:6 \
7
// RUN: -cursor-at=%S/getcursor-
preamble
.h:5:8 \
8
// RUN: -cursor-at=%S/getcursor-
preamble
.h:7:7 \
12
// RUN: -cursor-at=%S/getcursor-
preamble
.h:2:10 \
13
// RUN: -cursor-at=%S/getcursor-
preamble
.h:3:9 \
14
// RUN: -cursor-at=%S/getcursor-
preamble
.h:4:6 \
15
// RUN: -cursor-at=%S/getcursor-
preamble
.h:5:8
[
all
...]
preamble.c
2
#include "
preamble
.h"
11
// CHECK:
preamble
.h:1:12: FunctionDecl=bar:1:12 (Definition) Extent=[1:1 - 6:2]
12
// CHECK:
preamble
.h:4:3: BinaryOperator= Extent=[4:3 - 4:13]
13
// CHECK:
preamble
.h:4:3: DeclRefExpr=ptr:2:8 Extent=[4:3 - 4:6]
14
// CHECK:
preamble
.h:4:9: UnexposedExpr=ptr1:3:10 Extent=[4:9 - 4:13]
15
// CHECK:
preamble
.h:4:9: DeclRefExpr=ptr1:3:10 Extent=[4:9 - 4:13]
16
// CHECK:
preamble
.h:5:10: IntegerLiteral= Extent=[5:10 - 5:11]
17
// CHECK:
preamble
.c:3:5: FunctionDecl=wibble:3:5 Extent=[3:1 - 3:16]
18
// CHECK:
preamble
.c:3:15: ParmDecl=:3:15 (Definition) Extent=[3:12 - 3:16]
19
// CHECK-DIAG:
preamble
.h:4:7:{4:9-4:13}: warning: incompatible pointer types assigning to 'int *' from 'float *
[
all
...]
preamble-reparse-import.m
8
#import "
preamble
-reparse-import.m-1.h"
11
#import "
preamble
-reparse-import.m-2.h"
12
#import "
preamble
-reparse-import.m-1.h"
complete-preamble.cpp
1
#include "complete-
preamble
.h"
crash-recovery-code-complete.c
1
// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_PREAMBLE_FILE=%t-
preamble
.pch \
6
// RUN: test ! -e %t-
preamble
.pch
crash-recovery-reparse.c
1
// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_PREAMBLE_FILE=%t-
preamble
.pch \
6
// RUN: test ! -e $t-
preamble
.pch
file-includes.c
3
#include "targeted-
preamble
.h"
16
// LOCAL: inclusion directive=targeted-
preamble
.h ({{.*[/\\]}}test{{[/\\]}}Index{{[/\\]}}targeted-
preamble
.h) =[3:1 - 3:2]
targeted-file-refs.c
3
#include "targeted-
preamble
.h"
53
// RUN: c-index-test -file-refs-at=%S/targeted-
preamble
.h:2:15 %s -include %t.h \
56
// RUN: | FileCheck %s -check-prefix=
PREAMBLE
58
//
PREAMBLE
: VarDecl=PreambleVar:2:12
59
//
PREAMBLE
: VarDecl=PreambleVar:2:12 =[2:12 - 2:23]
/external/clang/test/PCH/
preamble.c
1
// Check that using the
preamble
option actually skips the
preamble
.
3
// RUN: %clang_cc1 -emit-pch -o %t %S/Inputs/
preamble
.h -DFOO=f
4
// RUN: %clang_cc1 -include-pch %t -
preamble
-bytes=317,1 -DFOO=f -verify %s -emit-llvm -o - | FileCheck %s
6
float f(int); // Not an error, because we skip this via the
preamble
!
/external/clang/test/Lexer/
preamble.c
0
//
Preamble
detection test: see below for comments and test commands.
17
// This test checks for detection of the
preamble
of a file, which
19
// changes to the
preamble
part of this file must be mirrored in
20
// Inputs/
preamble
.txt, since we diff against it.
22
// RUN: %clang_cc1 -print-
preamble
%s > %t
26
// CHECK: //
Preamble
detection test: see below for comments and test commands.
/packages/apps/Email/src/org/apache/james/mime4j/message/
Multipart.java
37
* ordered list of body parts. The multipart body also has a
preamble
and
38
* epilogue. The
preamble
consists of whatever characters appear before the
46
private String
preamble
= "";
field in class:Multipart
147
* Gets the
preamble
.
149
* @return the
preamble
.
152
return
preamble
;
156
* Sets the
preamble
.
158
* @param
preamble
the
preamble
.
160
public void setPreamble(String
preamble
) {
[
all
...]
/external/skia/legacy/src/core/
SkBitmapProcState_sample.h
33
#ifdef
PREAMBLE
34
PREAMBLE
(s);
76
#ifdef
PREAMBLE
77
PREAMBLE
(s);
130
#ifdef
PREAMBLE
131
PREAMBLE
(s);
176
#ifdef
PREAMBLE
177
PREAMBLE
(s);
221
#ifdef
PREAMBLE
222
#undef
PREAMBLE
[
all
...]
SkBitmapProcState_shaderproc.h
49
#ifdef
PREAMBLE
50
PREAMBLE
(s);
86
#undef
PREAMBLE
SkBitmapProcState_matrix.h
22
#ifndef
PREAMBLE
23
#define
PREAMBLE
(state)
35
PREAMBLE
(s);
102
PREAMBLE
(s);
126
PREAMBLE
(s);
166
PREAMBLE
(s);
208
PREAMBLE
(s);
236
PREAMBLE
(s);
281
#undef
PREAMBLE
/external/skia/src/core/
SkBitmapProcState_sample.h
48
#ifdef
PREAMBLE
49
PREAMBLE
(s);
91
#ifdef
PREAMBLE
92
PREAMBLE
(s);
145
#ifdef
PREAMBLE
146
PREAMBLE
(s);
191
#ifdef
PREAMBLE
192
PREAMBLE
(s);
236
#ifdef
PREAMBLE
237
#undef
PREAMBLE
[
all
...]
SkBitmapProcState_matrix.h
22
#ifndef
PREAMBLE
23
#define
PREAMBLE
(state)
51
PREAMBLE
(s);
117
PREAMBLE
(s);
142
PREAMBLE
(s);
182
PREAMBLE
(s);
223
PREAMBLE
(s);
251
PREAMBLE
(s);
296
#undef
PREAMBLE
SkBitmapProcState_shaderproc.h
54
#ifdef
PREAMBLE
55
PREAMBLE
(s);
91
#undef
PREAMBLE
SkBitmapProcState_procs.h
107
#define
PREAMBLE
(state) unsigned alphaScale = state.fAlphaScale
142
#define
PREAMBLE
(state) unsigned alphaScale = state.fAlphaScale
157
#define
PREAMBLE
(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
171
#define
PREAMBLE
(state) unsigned alphaScale = state.fAlphaScale; \
204
#define
PREAMBLE
(state) unsigned alphaScale = state.fAlphaScale
222
#define
PREAMBLE
(state) const SkPMColor pmColor = state.fPaintPMColor;
283
#define
PREAMBLE
(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
338
#define
PREAMBLE
(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
/hardware/ti/wlan/mac80211/config/
hostapd.conf
15
preamble
=1
/external/clang/include/clang/Frontend/
ASTUnit.h
130
/// The files and decls are only local (and non-
preamble
) ones.
136
/// \brief The set of diagnostics produced when creating the
preamble
.
155
/// precompiled
preamble
.
157
/// If zero, we will never build a precompiled
preamble
. Otherwise,
159
/// without the benefit of a precompiled
preamble
. When it hits 1,
161
/// building the precompiled
preamble
fails, we won't try again for
204
return
Preamble
;
209
/// \brief The contents of the
preamble
that has been precompiled to
211
PreambleData
Preamble
;
213
/// \brief Whether the
preamble
ends at the start of a new line
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
83
/// \brief The file in which the precompiled
preamble
is stored.
93
/// \brief Erase the
preamble
file.
96
/// \brief Erase temporary files and the
preamble
file.
207
/// \brief After failing to build a precompiled
preamble
(due to
208
/// errors in the source that occurs in the
preamble
), the number of
210
///
preamble
.
241
// Clean up the temporary files and the
preamble
file.
[
all
...]
/external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp
8
<
preamble
>
13
</
preamble
>
Completed in 257 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>