Home
last modified time | relevance | path

Searched refs:relation (Results 1 – 25 of 124) sorted by relevance

12345

/external/bison/src/
Drelation.h33 typedef relation_nodes *relation; typedef
37 void relation_print (relation r, relation_node size, FILE *out);
44 void relation_digraph (relation r, relation_node size, bitsetv *function);
47 void relation_transpose (relation *R_arg, relation_node n);
Drelation.c30 relation_print (relation r, relation_node size, FILE *out) in relation_print()
54 static relation R;
97 relation_digraph (relation r, relation_node size, bitsetv *function) in relation_digraph()
125 relation_transpose (relation *R_arg, relation_node n) in relation_transpose()
127 relation r = *R_arg; in relation_transpose()
129 relation new_R = xnmalloc (n, sizeof *new_R); in relation_transpose()
131 relation end_R = xnmalloc (n, sizeof *end_R); in relation_transpose()
DMakefile.am60 relation.c relation.h \
/external/chromium_org/third_party/icu/source/test/intltest/
Ddadrcoll.cpp107 el.relation = Collator::LESS; in getNextInSequence()
111 el.relation = Collator::EQUAL; in getNextInSequence()
115 el.relation = Collator::GREATER; in getNextInSequence()
262 Collator::EComparisonResult relation = Collator::EQUAL; in processSequence() local
276 relation = Collator::EQUAL; in processSequence()
281 if(relation == Collator::EQUAL && source->relation != Collator::EQUAL) { in processSequence()
282 relation = source->relation; in processSequence()
284 doTest(col, source->source, target->source, relation); in processSequence()
Ddadrcoll.h33 Collator::EComparisonResult relation; variable
/external/iproute2/tc/
Demp_ematch.y30 %type <i> invert relation
50 | match relation expr
52 $1->relation = $2;
82 relation:
Dm_ematch.c181 .flags = t->relation in parse_tree()
241 if (tree->relation == 0) in flatten_tree()
565 if (t->relation == TCF_EM_REL_AND) in print_ematch_tree()
567 else if (t->relation == TCF_EM_REL_OR) in print_ematch_tree()
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
DStyleSheetInvalidationAnalysis.cpp58 CSSSelector::Relation relation = current->relation(); in determineSelectorScopes() local
61 if (relation == CSSSelector::ShadowDeep || relation == CSSSelector::ShadowPseudo) in determineSelectorScopes()
63 …if (relation != CSSSelector::Descendant && relation != CSSSelector::Child && relation != CSSSelect… in determineSelectorScopes()
/external/llvm/docs/
DHowToUseInstrMappings.rst27 describe all the instructions using that model. TableGen parses all the relation
28 models and uses the information to construct relation tables which relate
37 // relation model.
41 // a row of the relation table. Think of this as a set of properties shared
46 // in a column of the relation table.
51 // using this relation model.
55 // each column in the relation table. These are the instructions a key
81 // row in the resulting relation table.
90 // for a relation. Key instruction is passed as an argument
91 // to the function used for querying relation tables. Column instructions
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorFilter.cpp135 CSSSelector::Relation relation = selector.relation(); in collectIdentifierHashes() local
142 switch (relation) { in collectIdentifierHashes()
167 relation = current->relation(); in collectIdentifierHashes()
DCSSSelector.cpp408 printf("\n%*s--> (relation == %d)\n", indent, "", relation()); in show()
411 printf("\n%*s--> (relation == %d)\n", indent, "", relation()); in show()
559 || sel1->relation() != sel2->relation() in operator ==()
651 if (cs->relation() == CSSSelector::SubSelector && cs->tagHistory()) in selectorText()
693 if (cs->relation() != CSSSelector::SubSelector || !cs->tagHistory()) in selectorText()
699 switch (cs->relation()) { in selectorText()
795 if (prevSubSelector->relation() != CSSSelector::SubSelector) in isCompound()
DCSSSelector.h294 Relation relation() const { return static_cast<Relation>(m_relation); } in relation() function
295 void setRelation(Relation relation) in setRelation() argument
297 m_relation = relation; in setRelation()
298 ASSERT(static_cast<Relation>(m_relation) == relation); // using a bitfield. in setRelation()
DSelectorChecker.cpp173 if (context.selector->relation() != CSSSelector::SubSelector) { in match()
250 CSSSelector::Relation relation = context.selector->relation(); in matchForRelation() local
253 …text.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant && relati… in matchForRelation()
258 switch (relation) { in matchForRelation()
1121 CSSSelector::Relation relation = current->relation(); in determineLinkMatchType() local
1122 if (relation == CSSSelector::SubSelector) in determineLinkMatchType()
1124 if (relation != CSSSelector::Descendant && relation != CSSSelector::Child) in determineLinkMatchType()
DCSSParserValues.h222 CSSSelector::Relation relation() const { return m_selector->relation(); } in relation() function
258 return m_selector->relation() == CSSSelector::ShadowPseudo; in hasShadowPseudo()
DCSSParserValues.cpp210 void CSSParserSelector::appendTagHistory(CSSSelector::Relation relation, PassOwnPtr<CSSParserSelect… in appendTagHistory() argument
215 end->setRelation(relation); in appendTagHistory()
/external/valgrind/main/auxprogs/
DDotToScc.hs114 search relation (visited, sequence) vertex
119 = deDepthFirstSearch relation
121 (relation vertex)
136 search relation (visited, utSetSequence) vertex
141 = deDepthFirstSearch relation
143 (relation vertex)
/external/e2fsprogs/e2fsck/
Dprof_err.et10 error_code PROF_NO_RELATION, "Profile relation not found"
12 "Attempt to add a relation to node which is not a section"
30 error_code PROF_RELATION_SYNTAX, "Syntax error in profile relation"
/external/llvm/test/Transforms/LoopRotate/
Dcrash.ll33 %struct.relation = type { [4 x i16], i32, [4 x i16], i32, i32 }
45 … %r91.0.lcssa = phi %struct.relation* [ null, %bb139 ] ; <%struct.relation*> [#uses=0]
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp993 Collation::Level relation; in parseRelationAndString() local
1000 relation = Collation::PRIMARY_LEVEL; in parseRelationAndString()
1003 relation = Collation::SECONDARY_LEVEL; in parseRelationAndString()
1006 relation = Collation::TERTIARY_LEVEL; in parseRelationAndString()
1009 relation = Collation::QUATERNARY_LEVEL; in parseRelationAndString()
1012 relation = Collation::CASE_LEVEL; in parseRelationAndString()
1015 relation = Collation::IDENTICAL_LEVEL; in parseRelationAndString()
1018 relation = Collation::NO_LEVEL; in parseRelationAndString()
1023 relation = Collation::ZERO_LEVEL; in parseRelationAndString()
1049 return relation; in parseRelationAndString()
[all …]
/external/gtest/include/gtest/internal/
Dgtest-internal.h972 NativeArray(const Element* array, size_t count, RelationToSource relation) {
973 Init(array, count, relation);
1002 void Init(const Element* array, size_t a_size, RelationToSource relation) {
1003 if (relation == kReference) {
1011 relation_to_source_ = relation;
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py142 '%r (%s)' % (ci.name, relation)
143 for relation,ci in current_stack)
162 for relation,referent_name in ci.get_component_references():
167 ci.name, referent_name, relation))
170 current_stack.append((relation,ci))
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-internal.h972 NativeArray(const Element* array, size_t count, RelationToSource relation) {
973 Init(array, count, relation);
1002 void Init(const Element* array, size_t a_size, RelationToSource relation) {
1003 if (relation == kReference) {
1011 relation_to_source_ = relation;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DSelectorQuery.cpp252 if (selector->relation() == CSSSelector::SubSelector) in findTraverseRootsAndExecute()
255 …if (selector->relation() == CSSSelector::DirectAdjacent || selector->relation() == CSSSelector::In… in findTraverseRootsAndExecute()
403 if (selector->relation() != CSSSelector::SubSelector) in selectorForIdLookup()
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-internal.h1040 NativeArray(const Element* array, size_t count, RelationToSource relation) {
1041 Init(array, count, relation);
1070 void Init(const Element* array, size_t a_size, RelationToSource relation) {
1071 if (relation == kReference) {
1079 relation_to_source_ = relation;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h1069 NativeArray(const Element* array, size_t count, RelationToSource relation) {
1070 Init(array, count, relation);
1099 void Init(const Element* array, size_t a_size, RelationToSource relation) {
1100 if (relation == kReference) {
1108 relation_to_source_ = relation;

12345