Searched defs:relation (Results 1 - 25 of 30) sorted by relevance

12

/external/bison/src/
H A Drelation.h26 If GRAPH is a relation, then GRAPH[Node] is a list of adjacent
33 typedef relation_nodes *relation; typedef
36 /* Report a relation R that has SIZE vertices. */
37 void relation_print (relation r, relation_node size, FILE *out);
39 /* Compute the transitive closure of the FUNCTION on the relation R
44 void relation_digraph (relation r, relation_node size, bitsetv *function);
47 void relation_transpose (relation *R_arg, relation_node n);
/external/iproute2/tc/
H A Demp_ematch.y30 %type <i> invert relation
50 | match relation expr
52 $1->relation = $2;
82 relation: label
H A Dm_ematch.h61 int relation; member in struct:ematch
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcoll.h33 Collator::EComparisonResult relation; member in class:SeqElement
H A Ddadrcoll.cpp107 el.relation = Collator::LESS;
111 el.relation = Collator::EQUAL;
115 el.relation = Collator::GREATER;
262 Collator::EComparisonResult relation = Collator::EQUAL; local
276 relation = Collator::EQUAL;
281 if(relation == Collator::EQUAL && source->relation != Collator::EQUAL) {
282 relation = source->relation;
284 doTest(col, source->source, target->source, relation);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorFilter.cpp135 CSSSelector::Relation relation = selector.relation(); local
142 switch (relation) {
167 relation = current->relation();
H A DSelectorChecker.cpp164 if (context.selector->relation() != CSSSelector::SubSelector) {
241 CSSSelector::Relation relation = context.selector->relation(); local
244 if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant && relation != CSSSelector::Child)))
249 switch (relation) {
1102 CSSSelector::Relation relation = current->relation(); local
1103 if (relation == CSSSelector::SubSelector)
1105 if (relation !
[all...]
H A DCSSSelector.h38 // ** tagHistory() and relation():
42 // simple selector in the list. The relation() method returns the relationship of the current simple selector to
46 // --> (relation == Descendant)
48 // --> (relation == SubSelector)
51 // Note that currently a bare selector such as ".a" has a relation() of Descendant. This is a bug - instead the relation should be
61 // --> (relation == ShadowPseudo)
299 // FIXME: selectors with no tagHistory() get a relation() of Descendant (and sometimes even SubSelector). It should instead be
301 Relation relation() const { return static_cast<Relation>(m_relation); } function in class:blink::CSSSelector
302 void setRelation(Relation relation) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DStyleSheetInvalidationAnalysis.cpp58 CSSSelector::Relation relation = current->relation(); local
61 if (relation == CSSSelector::ShadowDeep || relation == CSSSelector::ShadowPseudo)
63 if (relation != CSSSelector::Descendant && relation != CSSSelector::Child && relation != CSSSelector::SubSelector)
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserValues.cpp132 void CSSParserSelector::appendTagHistory(CSSSelector::Relation relation, PassOwnPtr<CSSParserSelector> selector) argument
137 end->setRelation(relation);
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.h172 IAccessibleRelation** relation) {
171 get_relation(LONG relation_index, IAccessibleRelation** relation) argument
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1015 // The relation between an NativeArray object (see below) and the
1040 NativeArray(const Element* array, size_t count, RelationToSource relation) { argument
1041 Init(array, count, relation);
1069 // 'relation' is kCopy.
1070 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1071 if (relation == kReference) {
1079 relation_to_source_ = relation;
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h947 // The relation between an NativeArray object (see below) and the
972 NativeArray(const Element* array, size_t count, RelationToSource relation) { argument
973 Init(array, count, relation);
1001 // 'relation' is kCopy.
1002 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1003 if (relation == kReference) {
1011 relation_to_source_ = relation;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1044 // The relation between an NativeArray object (see below) and the
1069 NativeArray(const Element* array, size_t count, RelationToSource relation) { argument
1070 Init(array, count, relation);
1098 // 'relation' is kCopy.
1099 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1100 if (relation == kReference) {
1108 relation_to_source_ = relation;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1015 // The relation between an NativeArray object (see below) and the
1040 NativeArray(const Element* array, size_t count, RelationToSource relation) { argument
1041 Init(array, count, relation);
1069 // 'relation' is kCopy.
1070 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1071 if (relation == kReference) {
1079 relation_to_source_ = relation;
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc160 int relation = Compare(version, version_, version_style_); local
162 return (relation == 0);
164 return (relation < 0);
166 return (relation <= 0);
168 return (relation > 0);
170 return (relation >= 0);
172 if (relation < 0)
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp993 Collation::Level relation; local
1000 relation = Collation::PRIMARY_LEVEL;
1003 relation = Collation::SECONDARY_LEVEL;
1006 relation = Collation::TERTIARY_LEVEL;
1009 relation = Collation::QUATERNARY_LEVEL;
1012 relation = Collation::CASE_LEVEL;
1015 relation = Collation::IDENTICAL_LEVEL;
1018 relation = Collation::NO_LEVEL;
1023 relation = Collation::ZERO_LEVEL;
1029 errln("no relation (
1675 Collation::Level relation = parseRelationAndString(s, errorCode); local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c3457 const char *relation, *name1, *name2; local
3460 relation=*names++;
3461 if(*relation=='=') {
3463 } else if(*relation=='<') {
H A Dcmsccoll.c775 char sEsc[256], s[256], tEsc[256], t[256], b[256], output[512], relation[256]; local
810 strcat(output, getRelationSymbol(expRes, expStrength, relation));
816 strcat(output, getRelationSymbol(realRes, realStrength, relation));
834 strcat(output, getRelationSymbol(expRes, expStrength, relation));
843 strcat(output, getRelationSymbol(realRes, realStrength, relation));
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3459 const char *relation, *name1, *name2; local
3462 relation=*names++;
3463 if(*relation=='=') {
3465 } else if(*relation=='<') {
/external/valgrind/main/VEX/priv/
H A Dir_opt.c3173 /* Produces the alias relation between an indexed guest
3195 /* Produces the alias relation between two indexed guest state
3222 relation will be. Now, since the IR is flattened, the index
4092 GSAliasing relation; local
4115 relation
4121 if (relation == NoAlias) {
4125 /* relation == UnknownAlias || relation == ExactAlias */
4129 vassert(relation != ExactAlias);
4139 relation
4212 GSAliasing relation; local
[all...]
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc775 IAccessibleRelation** relation) {
784 if (!relation)
788 *relation = relations_[relation_index];
3074 CComObject<BrowserAccessibilityRelation>* relation; local
3076 &relation);
3078 relation->AddRef();
3079 relation->Initialize(this, IA2_RELATION_LABELLED_BY);
3080 relation->AddTarget(title_elem_id);
3081 relations_.push_back(relation);
773 get_relation( LONG relation_index, IAccessibleRelation** relation) argument
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c9837 xmlSchemaPErrMemory(NULL, "allocating schema relation", NULL);
10275 xmlSchemaSchemaRelationPtr relation = NULL; local
10298 * skip the location and relation logic and just parse the doc.
10319 * Create a relation for the graph of schemas.
10321 relation = xmlSchemaSchemaRelationCreate();
10322 if (relation == NULL)
10325 relation);
10326 relation->type = type;
10332 relation->importNamespace = importNamespace;
10336 * Note that we don't assign a bucket to the relation
[all...]
/external/libxml2/
H A Dxmlschemas.c9856 xmlSchemaPErrMemory(NULL, "allocating schema relation", NULL);
10294 xmlSchemaSchemaRelationPtr relation = NULL; local
10317 * skip the location and relation logic and just parse the doc.
10338 * Create a relation for the graph of schemas.
10340 relation = xmlSchemaSchemaRelationCreate();
10341 if (relation == NULL)
10344 relation);
10345 relation->type = type;
10351 relation->importNamespace = importNamespace;
10355 * Note that we don't assign a bucket to the relation
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7907 // The relation between an NativeArray object (see below) and the
7932 NativeArray(const Element* array, size_t count, RelationToSource relation) { argument
7933 Init(array, count, relation);
7961 // 'relation' is kCopy.
7962 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
7963 if (relation == kReference) {
7971 relation_to_source_ = relation;

Completed in 4939 milliseconds

12