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

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 376 * @param maxNode the largest node number
379 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) {
383 int endNode = Math.min(getBlockEnd(textEnd), maxNode);
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go 42 func maxNode() literalNode { return literalNode{math.MaxUint16, math.MaxInt32} }
129 list[n] = maxNode()
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_code.go 42 func maxNode() literalNode { return literalNode{math.MaxUint16, math.MaxInt32} }
129 list[n] = maxNode()
  /external/opencv/cv/src/
cvhistogram.cpp 344 CvSparseNode* maxNode = 0;
362 maxNode = node;
369 _idx_max = CV_NODE_IDX(mat,maxNode);
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 190 milliseconds