HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 126 - 150 of 1582) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-347543.js 12 var v1 = new Array(5000001);
13 var v2 = new Array(10);
regress-crbug-349465.js 12 var a1 = new Array(1024);
13 var a2 = new Array(128);
regress-crbug-577112.js 7 Array.prototype.__proto__ = null;
8 var prototype = Array.prototype;
regress-crbug-592340.js 5 class MyArray extends Array { }
7 delete Array[Symbol.species];
  /prebuilts/tools/common/m2/repository/com/android/tools/external/liblzf/1.0/
liblzf-1.0.jar 
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
GridPacker.java 23 import com.badlogic.gdx.utils.Array;
35 public Array<Page> pack (Array<Rect> inputRects) {
49 Array<Page> pages = new Array();
57 private Page packPage (Array<Rect> inputRects, int cellWidth, int cellHeight) {
59 page.outputRects = new Array();
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
ButtonGroup.java 19 import com.badlogic.gdx.utils.Array;
27 private final Array<T> buttons = new Array();
28 private Array<T> checkedButtons = new Array(1);
140 public Array<T> getAllChecked () {
144 public Array<T> getButtons () {
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
OrderedSet.java 21 /** An {@link ObjectSet} that also stores keys in an {@link Array} using the insertion order. There is some additional overhead
26 final Array<T> items;
30 items = new Array();
35 items = new Array(capacity);
40 items = new Array(capacity);
45 items = new Array(capacity);
69 public Array<T> orderedItems () {
109 private Array<T> items;
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
TexturePanel.java 12 import com.badlogic.gdx.utils.Array;
20 Array<TextureRegion> selectedRegions;
21 Array<TextureRegion> unselectedRegions;
25 selectedRegions = new Array<TextureRegion>();
26 unselectedRegions = new Array<TextureRegion>();
54 public TexturePanel(Texture texture, Array<TextureRegion> regions){
82 public void setRegions(Array<TextureRegion> regions){
88 private void swap(TextureRegion region, Array<TextureRegion> src, Array<TextureRegion> dst)
120 private void draw (Graphics g, Array<TextureRegion> regions, Color color, boolean drawIndex)
    [all...]
TemplatePickerPanel.java 14 import com.badlogic.gdx.utils.Array;
17 public class TemplatePickerPanel<T> extends EditorPanel<Array<T>> implements LoaderButton.Listener<T> {
23 Array<T> loadedTemplates;
24 Array<T> excludedTemplates;
33 public TemplatePickerPanel (FlameMain editor, Array<T> value, Listener listener, Class<T> type){
37 public TemplatePickerPanel (FlameMain editor, Array<T> value, Listener listener, Class<T> type, LoaderButton<T> loaderButton){
41 public TemplatePickerPanel (FlameMain editor, Array<T> value, Listener listener, Class<T> type,
48 loadedTemplates = new Array<T>();
49 excludedTemplates = new Array<T>();
55 public void setValue (Array<T> value)
    [all...]
  /external/v8/test/mjsunit/es6/
classes-maps.js 23 assertFalse(Array.isArray(this));
25 class Derived extends Array {}
26 assertSame(Derived.__proto__, Array);
29 assertTrue(Array.isArray(d1));
35 assertFalse(Array.isArray(d2));
array-tostring.js 21 Array.prototype.toString.call(new funs[f][i]),
24 Array.prototype.toString.call(funs[f][i]),
35 Array.prototype.toString.call(obj));
43 Array.prototype.toString.call(obj);
52 Array.prototype.toString.call(obj));
58 Array.prototype.toString.call(obj));
66 Array.prototype.toString.call(obj));
73 Array.prototype.toString.call(obj));
82 Array.prototype.toString.call(obj));
101 assertEquals("[object Object]", Array.prototype.toString.call(obj))
    [all...]
  /external/v8/test/mjsunit/
apply.js 41 assertSame(this, f0.apply(this, new Array(1)), "2b");
42 assertSame(this, f0.apply(this, new Array(2)), "2c");
43 assertSame(this, f0.apply(this, new Array(4242)), "2d");
46 assertSame(this, f0.apply(null, new Array(1)), "3b");
47 assertSame(this, f0.apply(null, new Array(2)), "3c");
48 assertSame(this, f0.apply(this, new Array(4242)), "3d");
51 assertSame(this, f0.apply(void 0, new Array(1)), "4b");
52 assertSame(this, f0.apply(void 0, new Array(2)), "4c");
57 assertEquals(void 0, f1.apply(this, new Array(1)), "5b");
58 assertEquals(void 0, f1.apply(this, new Array(2)), "5c")
    [all...]
array-indexing.js 28 var array = [1,2,3,1,2,3,1,2,3,1,2,3]; variable
49 // Array.prototype.indexOf.
54 assertEquals(-1, array.indexOf(4));
55 assertEquals(-1, array.indexOf(3, array.length));
57 assertEquals(2, array.indexOf(3));
59 assertEquals(0, array.indexOf(1, -17));
61 assertEquals(3, array.indexOf(1, -11));
63 assertEquals(3, array.indexOf(1, 1));
64 assertEquals(3, array.indexOf(1, 3))
    [all...]
  /art/runtime/native/
java_lang_reflect_Array.cc 44 mirror::Array* new_array = mirror::Array::CreateMultiArray(soa.Self(), element_class,
65 mirror::Array* new_array = mirror::ObjectArray<mirror::Object*>::Alloc(
71 NATIVE_METHOD(Array, createMultiArray, "!(Ljava/lang/Class;[I)Ljava/lang/Object;"),
72 NATIVE_METHOD(Array, createObjectArray, "!(Ljava/lang/Class;I)Ljava/lang/Object;"),
76 REGISTER_NATIVE_METHODS("java/lang/reflect/Array");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameValues.java 19 import java.lang.reflect.Array;
26 * This returns 1, if the Frame value is null, or if the value is not an array.
35 return Array.getLength(super.getValue());
40 * Returns the values in the Frame as an array.
42 * Note, that this may be called on Frames that have a non-array object assigned to them. In
43 * that case, this method will wrap the object in an array and return that. This way, filters
46 * @return The array of values in this frame.
53 // Allow reading a single as an array.
54 Object[] array = (Object[])Array.newInstance(value.getClass(), 1) local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 98 programs[DEFAULT_PROGRAM_NAME] = new Array();
106 var isn:Array = programs[programName] as Array;
132 var rewrites:Array = getProgram(programName);
146 var rewrites:Array = getProgram(programName);
187 protected function getProgram(name:String):Array {
188 var isn:Array = programs[name] as Array;
195 private function initializeProgram(name:String):Array {
196 var isn:Array = new Array()
    [all...]
CommonTokenStream.as 43 protected var tokens:Array = new Array();
46 protected var channelOverrideMap:Array;
49 protected var discardSet:Array;
153 channelOverrideMap = new Array();
160 discardSet = new Array();
169 public function getTokens():Array {
176 public function getTokensRange(start:int, stop:int):Array {
186 public function getTokensBitSet(start:int, stop:int, types:BitSet):Array {
201 var filteredTokens:Array = new Array()
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
DecalBatch.java 25 import com.badlogic.gdx.utils.Array;
55 private final SortedIntList<Array<Decal>> groupList = new SortedIntList<Array<Decal>>();
57 private final Pool<Array<Decal>> groupPool = new Pool<Array<Decal>>(16) {
59 protected Array<Decal> newObject () {
60 return new Array<Decal>(false, 100);
63 private final Array<Array<Decal>> usedGroups = new Array<Array<Decal>>(16);
    [all...]
  /external/v8/test/cctest/
test-global-object.cc 32 using ::v8::Array;
79 Local<Array> result;
80 result = Local<Array>::Cast(CompileRun("Object.keys(global2)"));
92 Local<Array>::Cast(CompileRun("Object.getOwnPropertyNames(global2)"));
102 result = Local<Array>::Cast(CompileRun("Object.keys(global2)"));
105 Local<Array>::Cast(CompileRun("Object.getOwnPropertyNames(global2)"));
  /external/replicaisland/tools/
ExtractPoints.js 50 var tiles = new Array();
54 // an array by tile.
67 tile.edges = new Array();
220 var lineArray = new Array();
227 lineArray[y] = Array(offsetX + edge.startX, offsetY + edge.startY);
244 var tileCenterArray = new Array();
245 tileCenterArray[0] = new Array(offsetX + tile.centerX - 1,
247 tileCenterArray[1] = new Array(offsetX + tile.centerX - 1,
249 tileCenterArray[2] = new Array(offsetX + tile.centerX + 1,
251 tileCenterArray[3] = new Array(offsetX + tile.centerX + 1,
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ParticleControllerInfluencer.java 13 import com.badlogic.gdx.utils.Array;
145 public Array<ParticleController> templates;
149 this.templates = new Array<ParticleController>(true, 1, ParticleController.class);
153 this.templates = new Array<ParticleController>(templates);
188 Array<ParticleEffect> effects = manager.getAll(ParticleEffect.class, new Array<ParticleEffect>());
190 Array<ParticleController> controllers = new Array<ParticleController>(templates);
191 Array<IntArray>effectsIndices = new Array<IntArray>()
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 34 struct Array {
39 A1<Array<int, 17>::type> ax;
  /external/conscrypt/src/compat/native/
ScopedPrimitiveArray.h 31 Scoped ## NAME ## ArrayRO(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
44 void reset(PRIMITIVE_TYPE ## Array javaArray) { \
49 PRIMITIVE_TYPE ## Array getJavaArray() const { return mJavaArray; } \
54 PRIMITIVE_TYPE ## Array mJavaArray; \
80 Scoped ## NAME ## ArrayRW(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
93 void reset(PRIMITIVE_TYPE ## Array javaArray) { \
98 PRIMITIVE_TYPE ## Array getJavaArray() const { return mJavaArray; } \
105 PRIMITIVE_TYPE ## Array mJavaArray; \
  /external/conscrypt/src/openjdk/native/
ScopedPrimitiveArray.h 31 Scoped ## NAME ## ArrayRO(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
44 void reset(PRIMITIVE_TYPE ## Array javaArray) { \
49 PRIMITIVE_TYPE ## Array getJavaArray() const { return mJavaArray; } \
54 PRIMITIVE_TYPE ## Array mJavaArray; \
80 Scoped ## NAME ## ArrayRW(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
93 void reset(PRIMITIVE_TYPE ## Array javaArray) { \
98 PRIMITIVE_TYPE ## Array getJavaArray() const { return mJavaArray; } \
105 PRIMITIVE_TYPE ## Array mJavaArray; \

Completed in 3070 milliseconds

1 2 3 4 56 7 8 91011>>