Home
last modified time | relevance | path

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

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