Searched defs:hasMore (Results 1 - 19 of 19) 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
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueList.h99 bool hasMore() const { return m_position < m_inspector.length(); } function in class:blink::CSSValueListIterator
/external/chromium_org/third_party/WebKit/Source/platform/
H A DAsyncFileSystemCallbacks.h67 // Called after a chunk of directory entries have been read (i.e. indicates it's good time to call back to the application). If hasMore is true there can be more chunks.
68 virtual void didReadDirectoryEntries(bool hasMore) { ASSERT_NOT_REACHED(); } argument
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebFileSystemCallbacks.cpp113 void WebFileSystemCallbacks::didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore) argument
118 m_private->callbacks()->didReadDirectoryEntries(hasMore);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileSystemCallbacks.cpp186 void EntriesCallbacks::didReadDirectoryEntries(bool hasMore) argument
188 m_directoryReader->setHasMoreEntries(hasMore);
196 if (!hasMore)
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp101 bool hasMore = true; local
104 default: hasMore = false; break;
115 if (!hasMore)
/external/javassist/src/main/javassist/compiler/
H A DParser.java27 public boolean hasMore() { return lex.lookAhead() >= 0; } method in class:Parser
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DInspectorIndexedDBAgent.cpp465 void end(bool hasMore) argument
469 m_requestCallback->sendSuccess(m_result.release(), hasMore);
/external/clang/include/clang/Analysis/
H A DCFG.h585 while (hasMore() && Filter(*I))
589 bool hasMore() const { return I != E; } function in class:clang::CFGBlock::ElementList::FilteredCFGBlockIterator
592 do { ++I; } while (hasMore() && Filter(*I));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp2481 ASSERT(hasMore());
2487 bool hasMore() const { return m_colIndex >= 0; } function in class:blink::ColumnRectIterator
2528 for (ColumnRectIterator it(*this); it.hasMore(); it.advance()) {
2550 for (ColumnRectIterator it(*this); it.hasMore(); it.advance()) {
/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/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/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/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 368 milliseconds