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

1 2

  /external/bison/src/
relation.h 26 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/
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_org/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;
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/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/chromium_org/third_party/WebKit/Source/core/css/
SelectorFilter.cpp 136 CSSSelector::Relation relation = selector->relation(); local
143 switch (relation) {
165 relation = selector->relation();
StyleInvalidationAnalysis.cpp 58 CSSSelector::Relation relation = current->relation(); local
59 if (relation != CSSSelector::Descendant && relation != CSSSelector::Child && relation != CSSSelector::SubSelector)
SelectorChecker.cpp 166 CSSSelector::Relation relation = context.selector->relation(); local
177 if (relation != CSSSelector::SubSelector) {
187 if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant && relation != CSSSelector::Child)))
193 switch (relation) {
967 CSSSelector::Relation relation = selector->relation(); local
    [all...]
CSSSelector.h 73 enum Relation {
226 Relation relation() const { return static_cast<Relation>(m_relation); } function in class:WebCore::CSSSelector
242 unsigned m_relation : 3; // enum Relation
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc 731 IAccessibleRelation** relation) {
740 if (!relation)
744 *relation = relations_[relation_index];
2913 CComObject<BrowserAccessibilityRelation>* relation; local
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list.cc 156 int relation = Compare(version, version_, version_style_); local
158 return (relation == 0);
160 return (relation < 0);
162 return (relation <= 0);
164 return (relation > 0);
166 return (relation >= 0);
168 if (relation < 0)
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 216 NJ_UINT32 relation[NJ_MAX_PHR_CONNECT]; member in struct:__anon35208
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 3495 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/icu4c/test/cintltst/
ccapitst.c 3456 const char *relation, *name1, *name2; local
    [all...]
cmsccoll.c 774 char sEsc[256], s[256], tEsc[256], t[256], b[256], output[512], relation[256]; local
809 strcat(output, getRelationSymbol(expRes, expStrength, relation));
815 strcat(output, getRelationSymbol(realRes, realStrength, relation));
833 strcat(output, getRelationSymbol(expRes, expStrength, relation));
842 strcat(output, getRelationSymbol(realRes, realStrength, relation));
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 3692 GSAliasing relation; local
3812 GSAliasing relation; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 10275 xmlSchemaSchemaRelationPtr relation = NULL; local
    [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 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 766 milliseconds

1 2