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

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 71 * @param nodeNum The number of the node among the list of all notes.
73 * otherwise the same as {@code nodeNum}.
75 void addNode(HtmlDocument.Node n, int nodeNum, int endNum);
449 int nodenum = Arrays.binarySearch(textPositions, textPos); local
450 if (nodenum >= 0) {
453 while ((nodenum - 1) >= 0 && textPositions[nodenum - 1] == textPos) {
454 nodenum--;
458 nodenum = -nodenum - 1
469 int nodenum = Arrays.binarySearch(textPositions, textPos); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 74 * @param nodeNum The number of the node among the list of all notes.
76 * otherwise the same as {@code nodeNum}.
78 void addNode(HtmlDocument.Node n, int nodeNum, int endNum);
482 int nodenum = Arrays.binarySearch(textPositions, textPos); local
483 if (nodenum >= 0) {
486 while ((nodenum - 1) >= 0 && textPositions[nodenum - 1] == textPos) {
487 nodenum--;
491 nodenum = -nodenum - 1
502 int nodenum = Arrays.binarySearch(textPositions, textPos); local
960 int nodenum = nodes.size(); local
971 int nodenum = nodes.size(); local
983 int nodenum = nodes.size(); local
992 int nodenum = nodes.size(); local
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 271 unsigned NodeNum; // Entry # of node in the node vector.
311 SUnit(SDNode *node, unsigned nodenum)
312 : Node(node), Instr(0), OrigNode(0), SchedClass(0), NodeNum(nodenum),
325 SUnit(MachineInstr *instr, unsigned nodenum)
326 : Node(0), Instr(instr), OrigNode(0), SchedClass(0), NodeNum(nodenum),
339 : Node(0), Instr(0), OrigNode(0), SchedClass(0), NodeNum(BoundaryID),
357 bool isBoundaryNode() const { return NodeNum == BoundaryID; };
  /external/strace/
system.c     [all...]

Completed in 211 milliseconds