OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayIterator
(Results
1 - 21
of
21
) sorted by null
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ArrayIterator.h
46
@interface
ArrayIterator
: NSObject {
58
+ (
ArrayIterator
*) newIterator:(NSArray *)array;
59
+ (
ArrayIterator
*) newIteratorForDictKey:(NSDictionary *)dict;
60
+ (
ArrayIterator
*) newIteratorForDictObj:(NSDictionary *)dict;
ArrayIterator.m
29
#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
expecting NSDictionary class but got %@", [dict className]
[
all
...]
AMutableDictionary.h
11
#import "
ArrayIterator
.h"
14
@class
ArrayIterator
;
51
- (
ArrayIterator
*) keyEnumerator;
52
- (
ArrayIterator
*) objectEnumerator;
AMutableArray.h
10
#import "
ArrayIterator
.h"
12
@class
ArrayIterator
;
40
- (
ArrayIterator
*) objectEnumerator;
ANTLR.h
114
#import <ANTLR/
ArrayIterator
.h>
antlr3.h
114
#import <ANTLR/
ArrayIterator
.h>
/external/hamcrest/src/org/hamcrest/internal/
ArrayIterator.java
6
public class
ArrayIterator
implements Iterator<Object> {
10
public
ArrayIterator
(Object array) {
/external/chromium_org/v8/src/
array-iterator.js
43
function
ArrayIterator
() {}
48
var iterator = new
ArrayIterator
;
60
// 15.4.5.2.2
ArrayIterator
.prototype.next( )
106
%FunctionSetInstanceClassName(
ArrayIterator
, 'Array Iterator');
107
%FunctionSetReadOnlyPrototype(
ArrayIterator
);
109
InstallFunctions(
ArrayIterator
.prototype, DONT_ENUM, $Array(
/external/chromium_org/v8/test/mjsunit/harmony/
array-iterator.js
124
var
ArrayIterator
= iterator.constructor;
125
assertEquals(
ArrayIterator
.prototype, array.values().__proto__);
126
assertEquals(
ArrayIterator
.prototype, array.keys().__proto__);
127
assertEquals(
ArrayIterator
.prototype, array.entries().__proto__);
129
assertEquals(Object.prototype,
ArrayIterator
.prototype.__proto__);
136
Object.getOwnPropertyDescriptor(
ArrayIterator
, 'prototype');
/external/hamcrest/src/org/hamcrest/
BaseDescription.java
8
import org.hamcrest.internal.
ArrayIterator
;
47
appendValueList("[",", ","]", new
ArrayIterator
(value));
/external/jmonkeyengine/engine/src/core/com/jme3/util/
SafeArrayList.java
309
return new
ArrayIterator
<E>(getArray(), 0);
313
return new
ArrayIterator
<E>(getArray(), index);
342
protected class
ArrayIterator
<E> implements ListIterator<E> {
347
protected
ArrayIterator
( E[] array, int index ) {
/frameworks/base/core/java/android/util/
MapCollections.java
37
final class
ArrayIterator
<T> implements Iterator<T> {
43
ArrayIterator
(int offset) {
301
return new
ArrayIterator
<K>(0);
395
return new
ArrayIterator
<V>(1);
/frameworks/support/v4/java/android/support/v4/util/
MapCollections.java
35
final class
ArrayIterator
<T> implements Iterator<T> {
41
ArrayIterator
(int offset) {
299
return new
ArrayIterator
<K>(0);
393
return new
ArrayIterator
<V>(1);
/external/robolectric/lib/main/
hamcrest-core-1.2.jar
/cts/tools/signature-tools/lib/
stringtemplate.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 202 milliseconds