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

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 339 * @param maxNode the largest node number
342 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) {
346 int endNode = Math.min(getBlockEnd(textEnd), maxNode);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 372 * @param maxNode the largest node number
375 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) {
379 int endNode = Math.min(getBlockEnd(textEnd), maxNode);
  /external/opencv/cv/src/
cvhistogram.cpp 344 CvSparseNode* maxNode = 0;
362 maxNode = node;
369 _idx_max = CV_NODE_IDX(mat,maxNode);
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 97 milliseconds