HomeSort by relevance Sort by last modified time
    Searched defs:relation (Results 1 - 16 of 16) sorted by null

  /external/bison/src/
relation.h 27 If GRAPH is a relation, then GRAPH[Node] is a list of adjacent
34 typedef relation_nodes *relation; typedef
37 /* Report a relation R that has SIZE vertices. */
38 void relation_print (relation r, relation_node size, FILE *out);
40 /* Compute the transitive closure of the FUNCTION on the relation R
45 void relation_digraph (relation r, relation_node size, bitsetv *function);
48 void relation_transpose (relation *R_arg, relation_node n);
  /external/iproute2/tc/
emp_ematch.y 30 %type <i> invert relation
50 | match relation expr
52 $1->relation = $2;
82 relation: label
m_ematch.h 61 int relation; member in struct:ematch
  /external/chromium/third_party/icu/source/test/intltest/
dadrcoll.h 33 Collator::EComparisonResult relation; member in class:SeqElement
dadrcoll.cpp 107 el.relation = Collator::LESS;
111 el.relation = Collator::EQUAL;
115 el.relation = Collator::GREATER;
261 Collator::EComparisonResult relation = Collator::EQUAL; local
275 relation = Collator::EQUAL;
280 if(relation == Collator::EQUAL && source->relation != Collator::EQUAL) {
281 relation = source->relation;
283 doTest(col, source->source, target->source, relation);
    [all...]
  /external/icu4c/test/intltest/
dadrcoll.h 33 Collator::EComparisonResult relation; member in class:SeqElement
dadrcoll.cpp 107 el.relation = Collator::LESS;
111 el.relation = Collator::EQUAL;
115 el.relation = Collator::GREATER;
261 Collator::EComparisonResult relation = Collator::EQUAL; local
275 relation = Collator::EQUAL;
280 if(relation == Collator::EQUAL && source->relation != Collator::EQUAL) {
281 relation = source->relation;
283 doTest(col, source->source, target->source, relation);
    [all...]
  /external/bluetooth/glib/tests/
relation-test.c 66 GRelation *relation; local
71 relation = g_relation_new (2);
73 g_relation_index (relation, 0, g_int_hash, g_int_equal);
74 g_relation_index (relation, 1, g_int_hash, g_int_equal);
81 g_relation_insert (relation, data + i, data + i + 1);
82 g_relation_insert (relation, data + i, data + i - 1);
87 g_assert (! g_relation_exists (relation, data + i, data + i));
88 g_assert (! g_relation_exists (relation, data + i, data + i + 2));
89 g_assert (! g_relation_exists (relation, data + i, data + i - 2));
94 g_assert (g_relation_exists (relation, data + i, data + i + 1))
    [all...]
testglib.c 1067 GRelation *relation = g_relation_new (2); local
1072 g_relation_index (relation, 0, g_int_hash, g_int_equal);
1073 g_relation_index (relation, 1, g_int_hash, g_int_equal);
1080 g_relation_insert (relation, data + i, data + i + 1);
1081 g_relation_insert (relation, data + i, data + i - 1);
1086 g_assert (! g_relation_exists (relation, data + i, data + i));
1087 g_assert (! g_relation_exists (relation, data + i, data + i + 2));
1088 g_assert (! g_relation_exists (relation, data + i, data + i - 2));
1093 g_assert (g_relation_exists (relation, data + i, data + i + 1));
1094 g_assert (g_relation_exists (relation, data + i, data + i - 1))
    [all...]
  /external/webkit/WebCore/css/
CSSSelector.h 92 enum Relation {
215 Relation relation() const { return static_cast<Relation>(m_relation); } function in class:WebCore::CSSSelector
223 unsigned m_relation : 3; // enum Relation
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 216 NJ_UINT32 relation[NJ_MAX_PHR_CONNECT]; member in struct:__anon11312
  /external/chromium/third_party/icu/source/test/cintltst/
ccapitst.c 3402 const char *relation, *name1, *name2; local
    [all...]
cmsccoll.c 766 char sEsc[256], s[256], tEsc[256], t[256], b[256], output[512], relation[256]; local
801 strcat(output, getRelationSymbol(expRes, expStrength, relation));
807 strcat(output, getRelationSymbol(realRes, realStrength, relation));
825 strcat(output, getRelationSymbol(expRes, expStrength, relation));
834 strcat(output, getRelationSymbol(realRes, realStrength, relation));
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 3493 const char *relation, *name1, *name2; local
    [all...]
cmsccoll.c 766 char sEsc[256], s[256], tEsc[256], t[256], b[256], output[512], relation[256]; local
801 strcat(output, getRelationSymbol(expRes, expStrength, relation));
807 strcat(output, getRelationSymbol(realRes, realStrength, relation));
825 strcat(output, getRelationSymbol(expRes, expStrength, relation));
834 strcat(output, getRelationSymbol(realRes, realStrength, relation));
    [all...]
  /external/libxml2/
xmlschemas.c 10275 xmlSchemaSchemaRelationPtr relation = NULL; local
    [all...]

Completed in 448 milliseconds