Searched defs:findFirst (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLEntitySearch.cpp61 const HTMLEntityTableEntry* HTMLEntitySearch::findFirst(UChar nextCharacter) const function in class:WebCore::HTMLEntitySearch
120 m_first = findFirst(nextCharacter);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DBits.java153 int idx = findFirst(bits, start);
166 public static int findFirst(int[] bits, int idx) { method in class:Bits
173 int bitIdx = findFirst(word, minBit);
193 public static int findFirst(int value, int idx) { method in class:Bits
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeWizard.java236 public Object findFirst(Object t, int ttype) { method in class:TreeWizard
240 public Object findFirst(Object t, String pattern) { method in class:TreeWizard
/external/skia/src/gpu/
H A DGrRedBlackTree.h106 Iter findFirst(const T& t);
269 typename GrRedBlackTree<T,C>::Iter GrRedBlackTree<T,C>::findFirst(const T& t) { function in class:GrRedBlackTree
993 Iter iter = tree.findFirst(i);
1026 iter = tree.findFirst(i);
1039 GrAssert(tree.findFirst(i) == tree.end());
1051 GrAssert(tree.findFirst(0) == tree.end());
1062 GrAssert(tree.findFirst(99) == tree.end());
1084 Iter iter = tree.findFirst(i);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.cpp82 Specific elements can be accessed using findAll() and findFirst(). These
92 Using findFirst() is more efficient than calling findAll(), and extracting
236 \sa findFirst()
253 QWebElement QWebElement::findFirst(const QString &selectorQuery) const function in class:QWebElement
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 197 milliseconds