/external/deqp/framework/delibs/decpp/ |
D | deArrayBuffer.hpp | 48 class ArrayBuffer class 53 ArrayBuffer (void) throw(); 54 ArrayBuffer (size_t numElements); 55 ArrayBuffer (const T* ptr, size_t numElements); 56 ArrayBuffer (const ArrayBuffer& other); 57 ~ArrayBuffer (void) throw(); 58 ArrayBuffer& operator= (const ArrayBuffer& other); 62 void swap (ArrayBuffer& other) throw(); 77 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (void) throw() in ArrayBuffer() function in de::ArrayBuffer 84 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (size_t numElements) in ArrayBuffer() function in de::ArrayBuffer [all …]
|
D | deArrayBuffer.cpp | 71 de::ArrayBuffer<int> buf; in ArrayBuffer_selfTest() 78 de::ArrayBuffer<int> buf(4); in ArrayBuffer_selfTest() 85 de::ArrayBuffer<int> originalBuf(4); in ArrayBuffer_selfTest() 91 de::ArrayBuffer<int> targetBuf(originalBuf); in ArrayBuffer_selfTest() 106 de::ArrayBuffer<int> originalBuf(4); in ArrayBuffer_selfTest() 112 de::ArrayBuffer<int> targetBuf(1); in ArrayBuffer_selfTest() 129 de::ArrayBuffer<int> buf(4); in ArrayBuffer_selfTest() 137 de::ArrayBuffer<int> buf(4); in ArrayBuffer_selfTest() 145 de::ArrayBuffer<int> buf(4); in ArrayBuffer_selfTest() 171 de::ArrayBuffer<int> buf; in ArrayBuffer_selfTest() [all …]
|
/external/v8/src/extensions/ |
D | free-buffer-extension.cc | 22 v8::Local<v8::ArrayBuffer> arrayBuffer = args[0].As<v8::ArrayBuffer>(); in FreeBuffer() 23 v8::ArrayBuffer::Contents contents = arrayBuffer->Externalize(); in FreeBuffer()
|
/external/libmojo/mojo/public/js/ |
D | buffer.js | 8 var endianArrayBuffer = new ArrayBuffer(2); 18 if (sizeOrArrayBuffer instanceof ArrayBuffer) 21 this.arrayBuffer = new ArrayBuffer(sizeOrArrayBuffer); 46 var newArrayBuffer = new ArrayBuffer(size);
|
/external/libmojo/mojo/edk/js/ |
D | drain_data.cc | 87 v8::Handle<v8::ArrayBuffer> array_buffer = in DeliverData() 88 v8::ArrayBuffer::New(isolate_, total_bytes); in DeliverData() 89 gin::ArrayBuffer buffer; in DeliverData()
|
D | core.cc | 168 v8::Handle<v8::ArrayBuffer> array_buffer = in ReadMessage() 169 v8::ArrayBuffer::New(args.isolate(), num_bytes); in ReadMessage() 172 gin::ArrayBuffer buffer; in ReadMessage() 258 v8::Handle<v8::ArrayBuffer> array_buffer = in ReadData() 259 v8::ArrayBuffer::New(args.isolate(), num_bytes); in ReadData() 260 gin::ArrayBuffer buffer; in ReadData()
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 75 using de::ArrayBuffer; 818 vector<ArrayBuffer<deUint8> >& levels, in genTextureImage() 835 ArrayBuffer<deUint8>& level = levels[levelNdx]; in genTextureImage() 871 vector<ArrayBuffer<deUint8> >& levels, in genRenderbufferImage() 974 vector<ArrayBuffer<deUint8> >& levels, in genImage() 1004 void copyImageData (vector<ArrayBuffer<deUint8> >& dstImageData, in copyImageData() 1009 const vector<ArrayBuffer<deUint8> >& srcImageData, in copyImageData() 1016 const ArrayBuffer<deUint8>& srcLevelData = srcImageData[srcLevel]; in copyImageData() 1017 ArrayBuffer<deUint8>& dstLevelData = dstImageData[dstLevel]; in copyImageData() 1055 vector<tcu::ConstPixelBufferAccess> getLevelAccesses (const vector<ArrayBuffer<deUint8> >& data, co… in getLevelAccesses() [all …]
|
/external/pdfium/fxjs/ |
D | cfxjse_isolatetracker.h | 63 std::unique_ptr<v8::ArrayBuffer::Allocator> alloc); 71 std::map<v8::Isolate*, std::unique_ptr<v8::ArrayBuffer::Allocator>>
|
D | cfxjse_runtimedata.cpp | 18 class FXJSE_ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { 59 std::unique_ptr<v8::ArrayBuffer::Allocator> allocator( in FXJSE_Runtime_Create_Own()
|
D | cfxjse_isolatetracker.cpp | 18 std::unique_ptr<v8::ArrayBuffer::Allocator> alloc) { in Append()
|
D | fxjs_v8.h | 113 class FXJS_ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
|
/external/deqp/framework/opengl/ |
D | gluTexture.hpp | 284 de::ArrayBuffer<deUint8>& getRefBuffer (void) { return m_refBuffer; } in getRefBuffer() 285 const de::ArrayBuffer<deUint8>& getRefBuffer (void) const { return m_refBuffer; } in getRefBuffer() 303 de::ArrayBuffer<deUint8> m_refBuffer;
|
/external/v8/src/ |
D | d8.h | 167 void WriteArrayBufferContents(const ArrayBuffer::Contents& contents); 178 void ReadArrayBufferContents(ArrayBuffer::Contents* contents, 192 i::List<ArrayBuffer::Contents> array_buffer_contents_; 431 static ArrayBuffer::Allocator* array_buffer_allocator;
|
D | d8.cc | 66 class ShellArrayBufferAllocator : public v8::ArrayBuffer::Allocator { 77 class MockArrayBufferAllocator : public v8::ArrayBuffer::Allocator { 358 ArrayBuffer::Allocator* Shell::array_buffer_allocator; 1685 Global<ArrayBuffer> handle; 1720 Local<v8::ArrayBuffer> buffer = ArrayBuffer::New(isolate, data->data, length); in ReadBuffer() 2026 ArrayBuffer::Contents& contents = array_buffer_contents_[i]; in ~SerializationData() 2047 const ArrayBuffer::Contents& contents) { in WriteArrayBufferContents() 2077 void SerializationData::ReadArrayBufferContents(ArrayBuffer::Contents* contents, in ReadArrayBufferContents() 2085 array_buffer_contents_[index] = ArrayBuffer::Contents(); in ReadArrayBufferContents() 2521 Local<ArrayBuffer> array_buffer = Local<ArrayBuffer>::Cast(value); in SerializeValue() [all …]
|
D | api.h | 85 V(ArrayBuffer, JSArrayBuffer) \ 153 static inline Local<ArrayBuffer> ToLocal( 305 MAKE_TO_LOCAL(ToLocal, JSArrayBuffer, ArrayBuffer) in MAKE_TO_LOCAL()
|
D | isolate.h | 1139 void set_array_buffer_allocator(v8::ArrayBuffer::Allocator* allocator) { in set_array_buffer_allocator() 1142 v8::ArrayBuffer::Allocator* array_buffer_allocator() const { in array_buffer_allocator() 1439 v8::ArrayBuffer::Allocator* array_buffer_allocator_;
|
D | api.cc | 414 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { 3033 Local<ArrayBuffer> array_buffer) { in TransferArrayBuffer() 3154 Local<ArrayBuffer> array_buffer) { in TransferArrayBuffer() 3657 void v8::ArrayBuffer::CheckCast(Value* that) { in CheckCast() 7340 v8::ArrayBuffer::Allocator* v8::ArrayBuffer::Allocator::NewDefaultAllocator() { in NewDefaultAllocator() 7344 bool v8::ArrayBuffer::IsExternal() const { in IsExternal() 7349 bool v8::ArrayBuffer::IsNeuterable() const { in IsNeuterable() 7354 v8::ArrayBuffer::Contents v8::ArrayBuffer::Externalize() { in Externalize() 7366 v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents() { in GetContents() 7376 void v8::ArrayBuffer::Neuter() { in Neuter() [all …]
|
/external/v8/samples/ |
D | hello-world.cc | 25 v8::ArrayBuffer::Allocator::NewDefaultAllocator(); in main()
|
/external/v8/src/js/ |
D | arraybuffer.js | 14 var GlobalArrayBuffer = global.ArrayBuffer;
|
/external/deqp/framework/common/ |
D | tcuSurface.hpp | 67 de::ArrayBuffer<deUint32> m_pixels;
|
D | tcuTexture.hpp | 432 de::ArrayBuffer<deUint8> m_data; 625 typedef de::ArrayBuffer<deUint8> LevelData; 816 typedef de::ArrayBuffer<deUint8> LevelData;
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 58 Local<ArrayBuffer> buffer = Local<ArrayBuffer>::Cast(source); in GetRawBufferSource() 59 ArrayBuffer::Contents contents = buffer->GetContents(); in GetRawBufferSource() 70 Local<ArrayBuffer> buffer = array->Buffer(); in GetRawBufferSource() 72 ArrayBuffer::Contents contents = buffer->GetContents(); in GetRawBufferSource()
|
/external/v8/include/ |
D | v8.h | 68 class ArrayBuffer; variable 1764 Local<ArrayBuffer> array_buffer); 1833 Local<ArrayBuffer> array_buffer); 3931 class V8_EXPORT ArrayBuffer : public Object { 3999 friend class ArrayBuffer; variable 4014 static Local<ArrayBuffer> New(Isolate* isolate, size_t byte_length); 4022 static Local<ArrayBuffer> New( 4068 V8_INLINE static ArrayBuffer* Cast(Value* obj); 4073 ArrayBuffer(); 4095 Local<ArrayBuffer> Buffer(); [all …]
|
/external/pdfium/testing/resources/ |
D | bug_634716.in | 84 array.push(new ArrayBuffer(1024*1024));
|
/external/v8/tools/ |
D | parser-shell.cc | 162 v8::ArrayBuffer::Allocator::NewDefaultAllocator(); in main()
|