OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declarations
(Results
101 - 125
of
962
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/stlport/stlport/
iostream.h
26
// Those should be included all separately, as they do contain using
declarations
/external/v8/tools/
jsmin.py
92
These can be curly braces, literal strings, function
declarations
and var
93
declarations
. (These last two must be on one line including the opening
257
r"\([\w$%,]+\)\{") # ...argument
declarations
.
273
r"\bvar [\w$%,]+", # var
declarations
.
/external/yaffs2/yaffs2/direct/
Makefile
18
#CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-
declarations
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.h
35
* \brief SME API
declarations
/hardware/ti/wlan/wl1271/utils/
GenSM.h
35
* \brief Generic state machine
declarations
/system/core/libacc/tests/data/
structs.c
17
// forward
declarations
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
sme.h
35
* \brief SME API
declarations
/system/wlan/ti/wilink_6_1/utils/
GenSM.h
35
* \brief Generic state machine
declarations
/external/expat/lib/
expat.h
178
/* The XML declaration handler is called for *both* XML
declarations
179
and text
declarations
. The way to distinguish is that the version
180
parameter will be NULL for text
declarations
. The encoding
181
parameter may be NULL for XML
declarations
. The standalone
281
(comments, markup
declarations
), or characters that are part of a
311
/* This is called for entity
declarations
. The is_parameter_entity
324
non-NULL value only for unparsed entity
declarations
.
444
Note: skipped parameter entities in
declarations
and skipped general
447
declarations
or attribute values
715
identifiers in
declarations
. Resolving relative identifiers i
[
all
...]
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
DeclHandler.java
22
* complete information about DTD
declarations
in an XML document.
26
* <p>Note that data-related DTD
declarations
(unparsed entities and
/external/jpeg/
jmem-android.c
20
#include "jmemsys.h" /* import the system-dependent
declarations
*/
52
* NB: although we include FAR keywords in the routine
declarations
,
/external/v8/src/
prettyprinter.h
73
void PrintDeclarations(ZoneList<Declaration*>*
declarations
);
97
void PrintDeclarations(ZoneList<Declaration*>*
declarations
);
variables.h
116
VAR, // declared via 'var', and 'function'
declarations
118
CONST, // declared via 'const'
declarations
ast.cc
86
// non-const) multiple variable
declarations
, const vars introduced via
87
// eval() etc. Const-ness and variable
declarations
are a complete mess
163
void AstVisitor::VisitDeclarations(ZoneList<Declaration*>*
declarations
) {
164
for (int i = 0; i <
declarations
->length(); i++) {
165
Visit(
declarations
->at(i));
codegen.cc
297
void CodeGenerator::ProcessDeclarations(ZoneList<Declaration*>*
declarations
) {
298
int length =
declarations
->length();
301
Declaration* node =
declarations
->at(i);
319
// Compute array of global variable and function
declarations
.
322
Declaration* node =
declarations
->at(i);
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-131964.js
38
* SUMMARY: Function
declarations
in global or function scope are {DontDelete}.
39
* Function
declarations
in eval scope are not {DontDelete}.
/external/webkit/WebCore/css/
CSSVariablesDeclaration.cpp
94
// FIXME: Disabling
declarations
as variable values for now since they no longer have a common base class with CSSValues.
119
// FIXME: Disabling
declarations
as variable values for now since they no longer have a common base class with CSSValues.
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
c-pretty-print.h
1
/* Various
declarations
for the C and C++ pretty-printers.
175
/*
Declarations
. */
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
elf.h
74
/* We might need a ARM specific header to function
declarations
. */
87
/* We might need an ARM specific trailer for function
declarations
. */
/bionic/libc/kernel/
README.TXT
9
declarations
and constructs that usually result in compilation failure.
155
2. remove variable and function
declarations
:
195
they contain many
declarations
and construct that will result in a compilation
233
ones by stripping the __KERNEL__ protected
declarations
.
236
a few broken
declarations
that are difficult to route around. (see below for
/external/freetype/include/freetype/config/
ftheader.h
29
/* files to ensure that the
declarations
within are properly */
47
/* files to ensure that the
declarations
within are properly */
506
* glyph image-related cache
declarations
.
527
* small bitmaps-related cache
declarations
.
543
* charmap-based cache
declarations
.
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Thread.c
79
/*--------data
declarations
--------------------------------------------------*/
84
* PUBLIC
DECLARATIONS
Defined here, used elsewhere
86
/*--------data
declarations
--------------------------------------------------*/
91
* PRIVATE
DECLARATIONS
Defined here, used only here
93
/*--------data
declarations
--------------------------------------------------*/
/external/bison/doc/
bison.info
62
* Grammar File:: Writing Bison
declarations
and rules.
116
* Decls: Rpcalc Decls. Prologue (
declarations
) for rpcalc.
132
* Decls: Ltcalc Decls. Bison and C
declarations
for ltcalc.
138
* Decl: Mfcalc Decl. Bison
declarations
for multi-function calculator.
150
*
Declarations
:: All kinds of Bison
declarations
are described here.
156
* Bison
Declarations
:: Syntax and usage of the Bison
declarations
section.
176
Bison
Declarations
188
* Decl Summary:: Table of all Bison
declarations
[
all
...]
bison.texinfo
99
* Grammar File:: Writing Bison
declarations
and rules.
154
* Decls: Rpcalc Decls. Prologue (
declarations
) for rpcalc.
170
* Decls: Ltcalc Decls. Bison and C
declarations
for ltcalc.
176
* Decl: Mfcalc Decl. Bison
declarations
for multi-function calculator.
188
*
Declarations
:: All kinds of Bison
declarations
are described here.
194
* Bison
Declarations
:: Syntax and usage of the Bison
declarations
section.
214
Bison
Declarations
226
* Decl Summary:: Table of all Bison
declarations
[
all
...]
/dalvik/libcore/xml/src/main/java/javax/xml/namespace/
NamespaceContext.java
43
* ("xmlns") Namespace
declarations
occur in the same Start-Tag and
51
*
declarations
in the logical parent element hierarchy. e.g.<br />
65
* @see javax.xml.XMLConstants javax.XMLConstants for
declarations
of common XML values
Completed in 573 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>