OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
...]
/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/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 187 milliseconds