Searched refs:nextItem (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/js/
H A Dweak-collection.js41 for (var nextItem of iterable) {
42 if (!IS_RECEIVER(nextItem)) {
43 throw %make_type_error(kIteratorValueNotAnObject, nextItem);
45 %_Call(adder, this, nextItem[0], nextItem[1]);
H A Dcollection.js300 for (var nextItem of iterable) {
301 if (!IS_RECEIVER(nextItem)) {
302 throw %make_type_error(kIteratorValueNotAnObject, nextItem);
304 %_Call(adder, this, nextItem[0], nextItem[1]);
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DMonitorBasedArrayBlockingQueue.java690 * nextItem holds on to item fields because once we claim
695 private E nextItem; field in class:MonitorBasedArrayBlockingQueue.Itr
709 nextItem = items[takeIndex];
724 * Checks whether nextIndex is valid; if so setting nextItem.
730 nextItem = null;
732 nextItem = items[nextIndex];
733 if (nextItem == null)
746 E x = nextItem;
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DStreamServiceTest.java137 StreamItem nextItem = readItem();
138 assertEquals("Expected EOF " + nextItem, Kind.EOF, nextItem.kind());
/external/libmojo/mojo/public/js/test/
H A Dvalidation_test_input_parser.js72 Line.prototype.nextItem = function() {
274 var item = line.nextItem();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 202 milliseconds