HomeSort by relevance Sort by last modified time
    Searched refs:ArrayBuffer (Results 51 - 75 of 158) sorted by null

1 23 4 5 6 7

  /external/v8/test/mjsunit/asm/
int32mod-constant.js 7 var heap = new ArrayBuffer(64 * 1024);
uint32mod-constant.js 7 var heap = new ArrayBuffer(64 * 1024);
word32and.js 7 var heap = new ArrayBuffer(64 * 1024);
float64mul.js 22 var m = Module(this, {}, new ArrayBuffer(64 * 1024));
int32array-constant-key.js 37 var m = Module(this, {}, new ArrayBuffer(4));
uint32div.js 7 var heap = new ArrayBuffer(64 * 1024);
  /external/v8/test/mjsunit/regress/
regress-undefined-nan.js 11 var ab = new ArrayBuffer(8);
regress-undefined-nan3.js 7 var ab = new ArrayBuffer(8);
regress-crbug-465298.js 8 var buffer = new ArrayBuffer(64 * 1024);
regress-2931.js 29 // value of ArrayBuffer on global object.
32 this.ArrayBuffer = function() { throw Error('BAM'); };
regress-319722-ArrayBuffer.js 28 // Flags: --nostress-opt --allow-natives-syntax --mock-arraybuffer-allocator
32 // Allocate the largest ArrayBuffer we can on this architecture.
35 ab = new ArrayBuffer(maxSize * k);
  /external/v8/samples/
hello-world.cc 14 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
  /external/v8/test/mjsunit/wasm/
parallel_compilation.js 17 // Check the memory is an ArrayBuffer.
23 assertTrue(mem instanceof ArrayBuffer);
calls.js 17 // Check the memory is an ArrayBuffer.
23 assertTrue(mem instanceof ArrayBuffer);
module-memory.js 85 var buffer = new ArrayBuffer(kMemSize);
112 var buffer = new ArrayBuffer(kMemSize);
  /external/v8/test/mjsunit/
external-array.js 52 // Test derivation from an ArrayBuffer
53 var ab = new ArrayBuffer(12);
54 assertInstance(ab, ArrayBuffer);
113 // ArrayBuffer an exception is raised.
130 // If length is not explicitly specified, the length of the ArrayBuffer minus
133 var ab2 = new ArrayBuffer(13);
156 assertInstance(a.buffer, ArrayBuffer);
411 ab = new ArrayBuffer(0);
412 assertInstance(ab, ArrayBuffer);
420 ab = new ArrayBuffer(16)
    [all...]
  /external/v8/test/mjsunit/es6/
built-in-accessor-names.js 19 assertGetterName('get byteLength', ArrayBuffer.prototype, 'byteLength');
prototype-ordinary-objects.js 30 ArrayBuffer,
typedarray-every.js 101 // The method must work for typed arrays created from ArrayBuffer.
102 // The length of the ArrayBuffer is chosen so it is a multiple of
104 a = new constructor(new ArrayBuffer(64));
121 assertEquals("ArrayBuffer", %_ClassOf(buffer));
typedarray-foreach.js 105 // The method must work for typed arrays created from ArrayBuffer.
106 // The length of the ArrayBuffer is chosen so it is a multiple of
108 a = new constructor(new ArrayBuffer(64));
124 assertEquals("ArrayBuffer", %_ClassOf(buffer));
  /external/deqp/framework/common/
tcuSurface.hpp 67 de::ArrayBuffer<deUint32> m_pixels;
  /external/v8/test/unittests/
test-utils.cc 16 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
DirectByteBuffer.java 24 import com.google.gwt.typedarrays.shared.ArrayBuffer;
43 DirectByteBuffer (ArrayBuffer buf) {
47 DirectByteBuffer (ArrayBuffer buffer, int capacity, int offset) {
  /libcore/ojluni/src/main/java/java/util/stream/
StreamSpliterators.java     [all...]
  /external/deqp/framework/opengl/
gluTexture.hpp 284 de::ArrayBuffer<deUint8>& getRefBuffer (void) { return m_refBuffer; }
285 const de::ArrayBuffer<deUint8>& getRefBuffer (void) const { return m_refBuffer; }
303 de::ArrayBuffer<deUint8> m_refBuffer;

Completed in 1316 milliseconds

1 23 4 5 6 7