Searched defs:hasMore (Results 1 - 11 of 11) 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/webkit/Source/WebKit/chromium/src/
H A DWebFileSystemCallbacksImpl.cpp80 void WebFileSystemCallbacksImpl::didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore) argument
84 m_callbacks->didReadDirectoryEntries(hasMore);
H A DAsyncFileSystemChromium.cpp143 virtual void didReadDirectory(const WebKit::WebVector<WebKit::WebFileSystemEntry>& entries, bool hasMore) argument
H A DWorkerAsyncFileSystemChromium.cpp168 virtual void didReadDirectoryEntries(bool hasMore) argument
H A DWorkerFileSystemCallbacksBridge.cpp124 virtual void didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore) argument
126 m_bridge->didReadDirectoryOnMainThread(entries, hasMore, m_mode);
297 void WorkerFileSystemCallbacksBridge::didReadDirectoryOnMainThread(const WebVector<WebFileSystemEntry>& entries, bool hasMore, const String& mode) argument
299 mayPostTaskToWorker(createCallbackTask(&didReadDirectoryOnWorkerThread, this, entries, hasMore), mode);
336 void WorkerFileSystemCallbacksBridge::didReadDirectoryOnWorkerThread(ScriptExecutionContext*, WorkerFileSystemCallbacksBridge* bridge, const WebVector<WebFileSystemEntry>& entries, bool hasMore) argument
338 bridge->m_callbacksOnWorkerThread->didReadDirectory(entries, hasMore);
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp99 bool hasMore = true; local
102 default: hasMore = false; break;
113 if (!hasMore)
/external/webkit/Source/WebCore/fileapi/
H A DFileSystemCallbacks.cpp164 void EntriesCallbacks::didReadDirectoryEntries(bool hasMore) argument
166 m_directoryReader->setHasMoreEntries(hasMore);
/external/javassist/src/main/javassist/compiler/
H A DParser.java27 public boolean hasMore() { return lex.lookAhead() >= 0; } method in class:Parser
/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 ...

Completed in 255 milliseconds