/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | Leb128Utils.java | 64 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/ |
D | base.js | 69 var hasMore = true; 71 while (hasMore) { 84 hasMore = false; 90 hasMore = true;
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncId.java | 65 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/ |
D | MediaType.java | 592 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/ |
D | CodeInput.java | 29 public boolean hasMore(); in hasMore() method
|
D | ShortArrayCodeInput.java | 41 public boolean hasMore() { in hasMore() method in ShortArrayCodeInput
|
D | DecodedInstruction.java | 88 while (in.hasMore()) { in decodeAll()
|
/external/jetty/src/java/org/eclipse/jetty/io/bio/ |
D | StringEndPoint.java | 90 public boolean hasMore() in hasMore() method in StringEndPoint
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 105 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/ |
D | TrieMapTest.java | 261 boolean hasMore; in checkSearch() 263 hasMore = matcher.next(); in checkSearch() 270 } while (hasMore); in checkSearch()
|
/external/javassist/src/main/javassist/compiler/ |
D | Javac.java | 214 if (p.hasMore()) in compileBody() 565 while (p.hasMore()) { in compileStmnt()
|
D | Parser.java | 27 public boolean hasMore() { return lex.lookAhead() >= 0; } in hasMore() method in Parser
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 584 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/ |
D | BitcodeWriter.cpp | 2054 auto hasMore = [&]() { in WriteUseListBlock() local 2057 if (!hasMore()) in WriteUseListBlock() 2062 while (hasMore()) { in WriteUseListBlock()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 3042 auto hasMore = in printUseLists() local 3044 if (!hasMore()) in printUseLists() 3049 while (hasMore()) { in printUseLists()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 326 I = cfg->getExit().filtered_pred_start_end(FO); I.hasMore(); ++I) { in CheckFallThrough()
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | htmlparser-1.3.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
D | htmlparser-1.3-with-transitions.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |