HomeSort by relevance Sort by last modified time
    Searched refs:start_node (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.h 72 // Searches through the children of start_node to find the nearest
76 int x, int y, BrowserAccessibility* start_node);
78 static void FuzzyHitTestImpl(int x, int y, BrowserAccessibility* start_node,
browser_accessibility_manager_android.cc 298 int x, int y, BrowserAccessibility* start_node) {
301 FuzzyHitTestImpl(x, y, start_node, &nearest_node, &min_distance);
307 int x, int y, BrowserAccessibility* start_node,
310 static_cast<BrowserAccessibilityAndroid*>(start_node);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.h 28 IntervalTreeNode *start_node; member in struct:it_recursion_node
inttree.c 92 it->recursionNodeStack[0].start_node = NULL;
816 it->recursionNodeStack[it->recursionNodeStackTop].start_node = x;
827 x=it->recursionNodeStack[it->recursionNodeStackTop].start_node->right;
  /external/chromium_org/cc/trees/
layer_sorter.cc 320 GraphNode* start_node = NULL; local
323 start_node = &node_a;
326 start_node = &node_b;
330 if (start_node) {
331 DVLOG(2) << start_node->layer->id() << " -> " << end_node->layer->id();
332 edges_.push_back(GraphEdge(start_node, end_node, weight));
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 325 public int start_node; field in class:HtmlTree.Block
391 b.start_node = blockStart;
402 b.start_node = blockStart;
411 b.start_node + "-" + b.end_node + " " +
412 getPlainText(b.start_node, b.end_node));
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 358 public int start_node; field in class:HtmlTree.Block
424 b.start_node = blockStart;
435 b.start_node = blockStart;
444 b.start_node + "-" + b.end_node + " " +
445 getPlainText(b.start_node, b.end_node));
  /external/srec/srec/include/
srec_context.h 119 nodeID start_node; member in struct:srec_context
  /external/chromium_org/tools/grit/grit/tool/
build.py 176 def AddWhitelistTags(start_node, whitelist_names):
181 for node in start_node:
  /external/srec/srec/crec/
srec_context.c 109 int fst_add_arcs(srec_context* fst, nodeID start_node, nodeID end_node,
1197 nodeID start_node = MAXnodeID, end_node = MAXnodeID; local
    [all...]
srec.c     [all...]
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
printers.py 153 def __init__ (self, start_node, start_cur, start_last,
155 self.node = start_node
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 152 def __init__ (self, start_node, start_cur, start_last,
154 self.node = start_node
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 153 def __init__ (self, start_node, start_cur, start_last,
155 self.node = start_node
  /external/srec/tools/test_g2g/
test_g2g.c 255 for( ; fr_node!=fst->start_node; fr_node=arc->fr_node) {

Completed in 589 milliseconds