HomeSort by relevance Sort by last modified time
    Searched defs:nextEntry (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /frameworks/base/tools/aapt/
DirectoryWalker.h 31 virtual struct dirent* nextEntry() = 0;
73 virtual struct dirent* nextEntry() {
  /frameworks/base/tools/aapt/tests/
MockDirectoryWalker.h 42 virtual struct dirent* nextEntry() {
  /packages/apps/Camera2/src/com/android/camera/async/
ConcurrentBufferQueue.java 156 private T doWithNextEntry(Entry<T> nextEntry) throws BufferQueueClosedException {
157 if (nextEntry.isClosingMarker()) {
160 mQueue.add(nextEntry);
163 return nextEntry.getValue();
169 Entry<T> nextEntry = mQueue.take();
170 return doWithNextEntry(nextEntry);
176 Entry<T> nextEntry = mQueue.poll(timeout, unit);
177 if (nextEntry == null) {
180 return doWithNextEntry(nextEntry);
185 Entry<T> nextEntry = mQueue.peek()
    [all...]
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 151 ZipEntryRO ZipFileRO::nextEntry(void* cookie)
  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 131 Iterator nextEntry = m_iter;
133 nextEntry = findNext(m_filter, nextEntry, m_end);
134 return FilteredIterator(nextEntry, m_end, m_filter);
  /external/guava/guava/src/com/google/common/collect/
HashBiMap.java 293 BiEntry<K, V> nextEntry = entry.nextInKToVBucket;
295 entry = nextEntry;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SortedMapNavigationTester.java 173 Entry<K, V> nextEntry = entryItr.next();
174 assertTrue(comparator.compare(prevEntry.getKey(), nextEntry.getKey()) < 0);
175 prevEntry = nextEntry;
  /external/skia/src/ports/
SkFontMgr_android.cpp 471 NameToFamily* nextEntry = nameToFamily->append();
472 SkNEW_PLACEMENT_ARGS(&nextEntry->name, SkString, (family.fNames[j]));
473 nextEntry->styleSet = newSet;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 165 Map.Entry<Integer, AnnotationEndpoint> nextEntry = annotatations.higherEntry(cursor);
166 if (nextEntry != null) {
167 int nextKey = nextEntry.getKey();
171 AnnotationEndpoint nextEndpoint = nextEntry.getValue();
195 endPoint = nextEntry.getValue();
  /libcore/luni/src/main/java/java/util/
LinkedHashMap.java 344 final LinkedEntry<K, V> nextEntry() {
366 public final K next() { return nextEntry().key; }
370 public final V next() { return nextEntry().value; }
375 public final Map.Entry<K, V> next() { return nextEntry(); }
WeakHashMap.java 118 private Entry<K, V> currentEntry, nextEntry;
130 if (nextEntry != null && (nextKey != null || nextEntry.isNull)) {
134 if (nextEntry == null) {
136 if ((nextEntry = elementData[position++]) != null) {
140 if (nextEntry == null) {
145 nextKey = nextEntry.get();
146 if (nextKey != null || nextEntry.isNull) {
149 nextEntry = nextEntry.next
    [all...]
HashMap.java 766 HashMapEntry<K, V> nextEntry = entryForNullKey;
771 if (nextEntry == null) {
777 nextEntry = next;
782 return nextEntry != null;
785 HashMapEntry<K, V> nextEntry() {
788 if (nextEntry == null)
791 HashMapEntry<K, V> entryToReturn = nextEntry;
797 nextEntry = next;
814 public K next() { return nextEntry().key; }
819 public V next() { return nextEntry().value;
    [all...]
Hashtable.java 708 HashtableEntry<K, V> nextEntry;
718 nextEntry = next;
722 return nextEntry != null;
725 HashtableEntry<K, V> nextEntry() {
728 if (nextEntry == null)
731 HashtableEntry<K, V> entryToReturn = nextEntry;
737 nextEntry = next;
742 if (nextEntry == null)
745 HashtableEntry<K, V> entryToReturn = nextEntry;
751 nextEntry = next
    [all...]
  /libcore/luni/src/main/java/java/util/jar/
StrictJarFile.java 188 private ZipEntry nextEntry;
195 if (nextEntry != null) {
196 final ZipEntry ze = nextEntry;
197 nextEntry = null;
205 if (nextEntry != null) {
214 nextEntry = ze;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 83 struct ANTLR3_HASH_ENTRY_struct * nextEntry;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 201 pANTLR3_HASH_ENTRY nextEntry;
225 nextEntry = entry->nextEntry;
246 entry = nextEntry; /* Load next pointer to see if we shoud free it */
308 (*nextPointer) = entry->nextEntry;
319 nextPointer = & (entry->nextEntry); /* Address of the next pointer in the current entry */
320 entry = entry->nextEntry; /* Address of the next element in the bucket (if any) */
365 (*nextPointer) = entry->nextEntry;
384 nextPointer = & (entry->nextEntry); /* Address of the next pointer in the current entry */
385 entry = entry->nextEntry; /* Address of the next element in the bucket (if any) *
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 543 Entry<K, Timestamped<V>> nextEntry;
551 if (nextEntry == null) {
554 if (nextEntry == null) {
559 lastEntry = nextEntry;
560 nextEntry = null;
566 if (nextEntry == null) {
570 nextEntry = next;
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 

Completed in 704 milliseconds

1 2 3 4 5 6