/external/webkit/Source/WebCore/html/canvas/ |
D | Int16Array.cpp | 31 PassRefPtr<Int16Array> Int16Array::create(unsigned length) in create() 33 return TypedArrayBase<short>::create<Int16Array>(length); in create() 36 PassRefPtr<Int16Array> Int16Array::create(short* array, unsigned length) in create() 38 return TypedArrayBase<short>::create<Int16Array>(array, length); in create() 41 PassRefPtr<Int16Array> Int16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsi… in create() 43 return TypedArrayBase<short>::create<Int16Array>(buffer, byteOffset, length); in create() 46 Int16Array::Int16Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) in Int16Array() function in WebCore::Int16Array 51 PassRefPtr<Int16Array> Int16Array::subarray(int start) const in subarray() 56 PassRefPtr<Int16Array> Int16Array::subarray(int start, int end) const in subarray() 58 return subarrayImpl<Int16Array>(start, end); in subarray()
|
D | Int16Array.h | 35 class Int16Array : public IntegralTypedArrayBase<short> { 37 static PassRefPtr<Int16Array> create(unsigned length); 38 static PassRefPtr<Int16Array> create(short* array, unsigned length); 39 …static PassRefPtr<Int16Array> create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned… 44 PassRefPtr<Int16Array> subarray(int start) const; 45 PassRefPtr<Int16Array> subarray(int start, int end) const; 48 Int16Array(PassRefPtr<ArrayBuffer> buffer,
|
D | Int16Array.idl | 37 ] Int16Array : ArrayBufferView { 41 Int16Array subarray(in long start, in [Optional] long end); 43 // void set(in Int16Array array, [Optional] in unsigned long offset);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8Int16ArrayCustom.cpp | 47 return constructWebGLArray<Int16Array, short>(args, &info, v8::kExternalShortArray); in constructorCallback() 53 return setWebGLArrayHelper<Int16Array, V8Int16Array>(args); in setCallback() 56 v8::Handle<v8::Value> toV8(Int16Array* impl) in toV8()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSInt16ArrayCustom.cpp | 41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Int16Array* object) in toJS() 54 RefPtr<Int16Array> array = constructArrayBufferView<Int16Array, short>(exec); in constructJSInt16Array()
|
/external/v8/test/mjsunit/regress/ |
D | regress-98773.js | 30 var array = new Int16Array(23);
|
/external/v8/test/mjsunit/ |
D | external-array.js | 98 a = new Int16Array(2); 142 types = [Array, Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array,
|
D | elements-kind.js | 140 assertKind(elements_kind.external_short, new Int16Array(666));
|
/external/webkit/Source/WebCore/workers/ |
D | WorkerContext.idl | 124 attribute Int16ArrayConstructor Int16Array; // Usable with new operator
|
/external/v8/src/ |
D | d8.h | 319 static Handle<Value> Int16Array(const Arguments& args);
|
D | d8.cc | 476 Handle<Value> Shell::Int16Array(const Arguments& args) { in Int16Array() function in v8::Shell 829 FunctionTemplate::New(Int16Array)); in CreateGlobalTemplate()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 116 Int16Array \
|
D | CodeGenerators.pri | 212 html/canvas/Int16Array.idl \
|
D | CMakeLists.txt | 292 html/canvas/Int16Array.idl 860 html/canvas/Int16Array.cpp
|
D | Android.mk | 383 html/canvas/Int16Array.cpp \
|
D | WebCore.pro | 781 html/canvas/Int16Array.cpp \ 1621 html/canvas/Int16Array.h \
|
D | WebCore.gypi | 1292 'html/canvas/Int16Array.idl', 3085 'html/canvas/Int16Array.cpp', 3086 'html/canvas/Int16Array.h',
|
D | GNUmakefile.list.am | 1543 Source/WebCore/html/canvas/Int16Array.cpp \ 1544 Source/WebCore/html/canvas/Int16Array.h \
|
D | GNUmakefile.am | 1588 Source/WebCore/html/canvas/Int16Array.cpp \ 1589 Source/WebCore/html/canvas/Int16Array.h \
|
D | ChangeLog-2011-02-16 | 2851 * html/canvas/Int16Array.cpp: 2852 * html/canvas/Int16Array.idl: 10067 * html/canvas/Int16Array.cpp: 10068 (WebCore::Int16Array::subarray): 10069 * html/canvas/Int16Array.h: 10070 * html/canvas/Int16Array.idl: 14488 * html/canvas/Int16Array.cpp: 14489 (WebCore::Int16Array::subset): 14490 * html/canvas/Int16Array.h: 14491 * html/canvas/Int16Array.idl: [all …]
|
D | ChangeLog-2010-05-24 | 6546 * html/canvas/Int16Array.cpp: Copied from WebCore/html/canvas/WebGLShortArray.cpp. 6547 (WebCore::Int16Array::create): 6548 (WebCore::Int16Array::Int16Array): 6549 (WebCore::Int16Array::slice): 6550 * html/canvas/Int16Array.h: Copied from WebCore/html/canvas/WebGLShortArray.h. 6551 * html/canvas/Int16Array.idl: Copied from WebCore/html/canvas/WebGLShortArray.idl.
|
D | ChangeLog-2010-12-06 | 9563 * html/canvas/Int16Array.cpp: 9564 (WebCore::Int16Array::slice): 9565 * html/canvas/Int16Array.h: 9566 * html/canvas/Int16Array.idl: 33215 * html/canvas/Int16Array.idl: Add NoStaticTables attribute. 35441 * html/canvas/Int16Array.cpp: 35442 * html/canvas/Int16Array.idl: 100118 * html/canvas/Int16Array.idl: 121795 * html/canvas/Int16Array.idl: 124705 * html/canvas/Int16Array.idl:
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.idl | 508 attribute [JSCCustomGetter] Int16ArrayConstructor Int16Array; // Usable with new operator
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 1172 …EECDEB10503C2400099FAB /* Int16Array.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EECDD310… 1173 …9EECDEC10503C2400099FAB /* Int16Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 49EECDD4105… 7723 … Int16Array.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp… 7724 …B /* Int16Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c… 7725 …9FAB /* Int16Array.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; n… 13629 49EECDD310503C2300099FAB /* Int16Array.cpp */, 13630 49EECDD410503C2300099FAB /* Int16Array.h */, 13631 49EECDD510503C2300099FAB /* Int16Array.idl */, 21424 49EECDEC10503C2400099FAB /* Int16Array.h in Headers */, 24245 49EECDEB10503C2400099FAB /* Int16Array.cpp in Sources */,
|