Searched refs:hasMore (Results 1 - 20 of 20) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeInput.java29 public boolean hasMore(); method in interface:CodeInput
H A DShortArrayCodeInput.java41 public boolean hasMore() { method in class:ShortArrayCodeInput
H A DDecodedInstruction.java88 while (in.hasMore()) {
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DLeb128Utils.java64 boolean hasMore = true;
67 while (hasMore) {
68 hasMore = (remaining != end)
150 boolean hasMore = true;
153 while (hasMore) {
154 hasMore = (remaining != end)
157 out.writeByte((byte) ((value & 0x7f) | (hasMore ? 0x80 : 0)));
/external/v8/test/fuzz-natives/
H A Dbase.js69 var hasMore = true;
71 while (hasMore) {
84 hasMore = false;
90 hasMore = true;
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncId.java65 boolean hasMore = tokenizer.hasMoreTokens();
68 while (hasMore)
71 hasMore = tokenizer.hasMoreTokens();
85 if ((null != ref) && (hasMore || mayBeMore))
/external/jetty/src/java/org/eclipse/jetty/io/bio/
H A DStringEndPoint.java90 public boolean hasMore() method in class:StringEndPoint
/external/guava/guava/src/com/google/common/net/
H A DMediaType.java592 while (tokenizer.hasMore()) {
631 checkState(hasMore());
634 return hasMore() ? input.substring(startPosition, position) : input.substring(startPosition);
645 checkState(hasMore());
653 checkState(hasMore());
660 checkState(hasMore());
664 boolean hasMore() { method in class:MediaType.Tokenizer
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java261 boolean hasMore;
263 hasMore = matcher.next();
270 } while (hasMore);
/external/javassist/src/main/javassist/compiler/
H A DJavac.java214 if (p.hasMore())
565 while (p.hasMore()) {
H A DParser.java27 public boolean hasMore() { return lex.lookAhead() >= 0; } method in class:Parser
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp105 bool hasMore = true; local
108 default: hasMore = false; break;
119 if (!hasMore)
/external/clang/include/clang/Analysis/
H A DCFG.h584 while (hasMore() && Filter(*I))
588 bool hasMore() const { return I != E; } function in class:clang::CFGBlock::ElementList::FilteredCFGBlockIterator
591 do { ++I; } while (hasMore() && Filter(*I));
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2054 auto hasMore = [&]() { local
2057 if (!hasMore())
2062 while (hasMore()) {
/external/llvm/lib/IR/
H A DAsmWriter.cpp3042 auto hasMore = local
3044 if (!hasMore())
3049 while (hasMore()) {
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp326 I = cfg->getExit().filtered_pred_start_end(FO); I.hasMore(); ++I) {
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 451 milliseconds