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

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 75 * @param nodeNum The number of the node among the list of all notes.
77 * otherwise the same as {@code nodeNum}.
79 void addNode(HtmlDocument.Node n, int nodeNum, int endNum);
486 int nodenum = Arrays.binarySearch(textPositions, textPos); local
487 if (nodenum >= 0) {
490 while ((nodenum - 1) >= 0 && textPositions[nodenum - 1] == textPos) {
491 nodenum--;
495 nodenum = -nodenum - 1
506 int nodenum = Arrays.binarySearch(textPositions, textPos); local
999 int nodenum = nodes.size(); local
1010 int nodenum = nodes.size(); local
1022 int nodenum = nodes.size(); local
1031 int nodenum = nodes.size(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsnwlink.h 22 UCHAR nodenum[6]; member in struct:_IPX_ADDRESS_DATA
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 283 unsigned NodeNum; // Entry # of node in the node vector.
325 SUnit(SDNode *node, unsigned nodenum)
327 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
341 SUnit(MachineInstr *instr, unsigned nodenum)
343 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
358 NodeNum(BoundaryID), NodeQueueId(0), NumPreds(0), NumSuccs(0),
377 bool isBoundaryNode() const { return NodeNum == BoundaryID; }

Completed in 102 milliseconds