HomeSort by relevance Sort by last modified time
    Searched defs:relation (Results 1 - 19 of 19) 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/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;
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/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/Source/WebCore/css/
CSSSelector.h 106 enum Relation {
259 Relation relation() const { return static_cast<Relation>(m_relation); } function in class:WebCore::CSSSelector
271 unsigned m_relation : 3; // enum Relation
CSSStyleSelector.cpp 3074 CSSSelector::Relation relation = m_selector->relation(); local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 3115 GSAliasing relation; local
3231 GSAliasing relation; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 216 NJ_UINT32 relation[NJ_MAX_PHR_CONNECT]; member in struct:__anon19687
  /external/icu4c/test/cintltst/
ccapitst.c 3501 const char *relation, *name1, *name2; local
    [all...]
cmsccoll.c 772 char sEsc[256], s[256], tEsc[256], t[256], b[256], output[512], relation[256]; local
807 strcat(output, getRelationSymbol(expRes, expStrength, relation));
813 strcat(output, getRelationSymbol(realRes, realStrength, relation));
831 strcat(output, getRelationSymbol(expRes, expStrength, relation));
840 strcat(output, getRelationSymbol(realRes, realStrength, relation));
    [all...]
  /external/libxml2/
xmlschemas.c 10275 xmlSchemaSchemaRelationPtr relation = NULL; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 1240 milliseconds