Searched refs:ArrayIterator (Results 1 - 24 of 24) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DArrayIterator.h46 @interface ArrayIterator : NSObject {
58 + (ArrayIterator *) newIterator:(NSArray *)array;
59 + (ArrayIterator *) newIteratorForDictKey:(NSDictionary *)dict;
60 + (ArrayIterator *) newIteratorForDictObj:(NSDictionary *)dict;
H A DArrayIterator.m29 #import "ArrayIterator.h"
34 @implementation ArrayIterator
42 + (ArrayIterator *) newIterator:(NSArray *)array
44 return [[ArrayIterator alloc] initWithArray:array];
47 + (ArrayIterator *) newIteratorForDictKey:(NSDictionary *)dict
49 return [[ArrayIterator alloc] initWithDictKey:dict];
52 + (ArrayIterator *) newIteratorForDictObj:(NSDictionary *)dict
54 return [[ArrayIterator alloc] initWithDictObj:dict];
63 reason:[NSString stringWithFormat:@"ArrayIterator expecting NSArray class but got %@", [array className]]
86 reason:[NSString stringWithFormat:@"ArrayIterator expectin
[all...]
H A DAMutableDictionary.h11 #import "ArrayIterator.h"
14 @class ArrayIterator;
51 - (ArrayIterator *) keyEnumerator;
52 - (ArrayIterator *) objectEnumerator;
H A DAMutableArray.h10 #import "ArrayIterator.h"
12 @class ArrayIterator;
40 - (ArrayIterator *) objectEnumerator;
H A DANTLR.h114 #import <ANTLR/ArrayIterator.h>
H A Dantlr3.h114 #import <ANTLR/ArrayIterator.h>
/external/hamcrest/src/org/hamcrest/internal/
H A DArrayIterator.java6 public class ArrayIterator implements Iterator<Object> { class in inherits:Iterator
10 public ArrayIterator(Object array) { method in class:ArrayIterator
/external/v8/src/js/
H A Darray-iterator.js33 function ArrayIterator() {}
44 var iterator = new ArrayIterator;
113 %FunctionSetPrototype(ArrayIterator, {__proto__: IteratorPrototype});
114 %FunctionSetInstanceClassName(ArrayIterator, 'Array Iterator');
116 utils.InstallFunctions(ArrayIterator.prototype, DONT_ENUM, [
120 %AddNamedProperty(ArrayIterator.prototype, iteratorSymbol,
122 %AddNamedProperty(ArrayIterator.prototype, toStringTagSymbol,
/external/hamcrest/src/org/hamcrest/
H A DBaseDescription.java8 import org.hamcrest.internal.ArrayIterator;
47 appendValueList("[",", ","]", new ArrayIterator(value));
/external/testng/src/main/java/org/testng/internal/
H A DMethodHelper.java312 ArrayIterator result = new ArrayIterator(objects);
339 class ArrayIterator implements Iterator<Object[]> { class in inherits:Iterator
343 public ArrayIterator(Object[][] objects) { method in class:ArrayIterator
H A DParameters.java485 return new ArrayIterator(result.toArray(new Object[list.size()][]));
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/opencv3/modules/java/pure_test/lib/
H A Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
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 1320 milliseconds