OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotationList
(Results
1 - 7
of
7
) sorted by null
/external/bison/src/
AnnotationList.h
37
typedef struct
AnnotationList
40
struct
AnnotationList
*next;
47
* <tt>
AnnotationList
::inadequacyNode->contributionCount</tt>.
49
* <tt>InadequacyList__getContributionToken (
AnnotationList
::inadequacyNode, i)</tt>.
50
* - Iff <tt>
AnnotationList
::contributions[i] = NULL</tt>, contribution
61
* - The number of columns in <tt>
AnnotationList
::contributions[i]</tt>
64
* - Iff <tt>
AnnotationList
::contributions[i]</tt> is empty, contribution
68
* <tt>
AnnotationList
::contributions[i]</tt>, if the token associated
76
}
AnnotationList
;
112
InadequacyList **inadequacy_lists,
AnnotationList
**annotation_lists
[
all
...]
AnnotationList.c
23
#include "
AnnotationList
.h"
31
* - \c result is a new \c
AnnotationList
with one node whose:
37
static
AnnotationList
*
41
AnnotationList
*result;
45
offsetof (
AnnotationList
, contributions)
61
AnnotationList__isContributionAlways (
AnnotationList
const *self,
98
AnnotationList__insertInto (
AnnotationList
*self,
AnnotationList
**list,
101
AnnotationList
**node;
218
AnnotationList__computePredecessorAnnotations (
AnnotationList
*self, state *s
[
all
...]
ielr.c
28
#include "
AnnotationList
.h"
477
* - <tt>(*annotation_listsp)[i]</tt> contains the \c
AnnotationList
head
487
AnnotationList
***annotation_listsp,
700
AnnotationList
**annotation_lists, state *t,
712
AnnotationList
*a;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextAnnotation.h
50
typedef Vector<std::pair<const char*, String> >
AnnotationList
;
62
void asAnnotationList(
AnnotationList
&) const;
GraphicsContextAnnotation.cpp
57
void GraphicsContextAnnotation::asAnnotationList(
AnnotationList
&list) const
GraphicsContext.cpp
216
AnnotationList
annotations;
219
AnnotationList
::const_iterator end = annotations.end();
220
for (
AnnotationList
::const_iterator it = annotations.begin(); it != end; ++it)
[
all
...]
/external/bison/
Android.mk
151
src/
AnnotationList
.c \
Completed in 570 milliseconds