Searched defs:hasMore (Results 1 - 16 of 16) 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.h118 bool hasMore() const { return m_position < m_inspector.length(); } function in class:WebCore::CSSValueListIterator
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DAsyncFileSystemCallbacks.h62 // 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.
63 virtual void didReadDirectoryEntries(bool hasMore) { ASSERT_NOT_REACHED(); } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFileSystemCallbacksImpl.cpp108 void WebFileSystemCallbacksImpl::didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore) argument
112 m_callbacks->didReadDirectoryEntries(hasMore);
H A DWorkerFileSystemCallbacksBridge.cpp137 virtual void didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore) argument
139 m_bridge->didReadDirectoryOnMainThread(entries, hasMore, m_mode);
406 void WorkerFileSystemCallbacksBridge::didReadDirectoryOnMainThread(const WebVector<WebFileSystemEntry>& entries, bool hasMore, const String& mode) argument
410 this, entries, hasMore), mode);
452 void WorkerFileSystemCallbacksBridge::didReadDirectoryOnWorkerThread(ScriptExecutionContext*, PassRefPtr<WorkerFileSystemCallbacksBridge> bridge, const WebVector<WebFileSystemEntry>& entries, bool hasMore) argument
454 bridge->m_callbacksOnWorkerThread->didReadDirectory(entries, hasMore);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileSystemCallbacks.cpp126 void EntriesCallbacks::didReadDirectoryEntries(bool hasMore) argument
128 m_directoryReader->setHasMoreEntries(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/core/inspector/
H A DInspectorIndexedDBAgent.cpp464 void end(bool hasMore) argument
468 m_requestCallback->sendSuccess(m_result.release(), hasMore);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp5037 ASSERT(hasMore());
5043 bool hasMore() const { return m_colIndex >= 0; } function in class:WebCore::ColumnRectIterator
5084 for (ColumnRectIterator it(*this); it.hasMore(); it.advance()) {
5106 for (ColumnRectIterator it(*this); it.hasMore(); it.advance()) {
/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/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 248 milliseconds