Home
last modified time | relevance | path

Searched refs:ArrayBuffer (Results 1 – 25 of 5309) sorted by relevance

12345678910>>...213

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/decpp/
H A DdeArrayBuffer.hpp48 class ArrayBuffer class
56 ArrayBuffer (const ArrayBuffer& other);
58 ArrayBuffer& operator= (const ArrayBuffer& other);
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
103 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const T* ptr, size_t numElements) in ArrayBuffer() function in de::ArrayBuffer
130 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const ArrayBuffer<T,Alignment,Stride>& other) in ArrayBuffer() function in de::ArrayBuffer
147 ArrayBuffer<T,Alignment,Stride>::~ArrayBuffer (void) throw() in ~ArrayBuffer()
153 ArrayBuffer<T,Alignment,Stride>& ArrayBuffer<T,Alignment,Stride>::operator= (const ArrayBuffer& oth… in operator =()
155 ArrayBuffer copied(other); in operator =()
[all …]
H A DdeArrayBuffer.cpp71 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()
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()
172 de::ArrayBuffer<int> source(4); in ArrayBuffer_selfTest()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DArrayBuffer.cpp33 PassRefPtr<ArrayBuffer> ArrayBuffer::create(unsigned numElements, unsigned elementByteSize) in create()
38 return adoptRef(new ArrayBuffer(data, numElements * elementByteSize)); in create()
41 PassRefPtr<ArrayBuffer> ArrayBuffer::create(ArrayBuffer* other) in create()
43 return ArrayBuffer::create(other->data(), other->byteLength()); in create()
46 PassRefPtr<ArrayBuffer> ArrayBuffer::create(void* source, unsigned byteLength) in create()
51 RefPtr<ArrayBuffer> buffer = adoptRef(new ArrayBuffer(data, byteLength)); in create()
56 ArrayBuffer::ArrayBuffer(void* data, unsigned sizeInBytes) in ArrayBuffer() function in WebCore::ArrayBuffer
62 void* ArrayBuffer::data() in data()
67 const void* ArrayBuffer::data() const in data()
72 unsigned ArrayBuffer::byteLength() const in byteLength()
[all …]
H A DArrayBuffer.h34 class ArrayBuffer : public RefCounted<ArrayBuffer> {
36 static PassRefPtr<ArrayBuffer> create(unsigned numElements, unsigned elementByteSize);
37 static PassRefPtr<ArrayBuffer> create(ArrayBuffer*);
38 static PassRefPtr<ArrayBuffer> create(void* source, unsigned byteLength);
44 ~ArrayBuffer();
47 ArrayBuffer(void* data, unsigned sizeInBytes);
48 ArrayBuffer(unsigned numElements, unsigned elementByteSize);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gin/
H A Darray_buffer.cc76 class ArrayBuffer::Private : public base::RefCounted<ArrayBuffer::Private> {
94 v8::Global<v8::ArrayBuffer> array_buffer_;
103 scoped_refptr<ArrayBuffer::Private> ArrayBuffer::Private::From( in From()
135 ArrayBuffer::Private::~Private() { in ~Private()
139 void ArrayBuffer::Private::FirstWeakCallback( in FirstWeakCallback()
146 void ArrayBuffer::Private::SecondWeakCallback( in SecondWeakCallback()
154 ArrayBuffer::ArrayBuffer() in ArrayBuffer() function in gin::ArrayBuffer
159 ArrayBuffer::ArrayBuffer(v8::Isolate* isolate, in ArrayBuffer() function in gin::ArrayBuffer
166 ArrayBuffer::~ArrayBuffer() = default;
168 ArrayBuffer& ArrayBuffer::operator=(const ArrayBuffer& other) = default;
[all …]
H A Darray_buffer.h20 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
29 class GIN_EXPORT ArrayBuffer {
31 ArrayBuffer();
32 ArrayBuffer(v8::Isolate* isolate, v8::Local<v8::ArrayBuffer> buffer);
33 ~ArrayBuffer();
34 ArrayBuffer& operator=(const ArrayBuffer& other);
46 DISALLOW_COPY(ArrayBuffer);
50 struct GIN_EXPORT Converter<ArrayBuffer> {
52 ArrayBuffer* out);
68 ArrayBuffer array_buffer_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gin/
H A Darray_buffer.cc76 class ArrayBuffer::Private : public base::RefCounted<ArrayBuffer::Private> {
94 v8::Global<v8::ArrayBuffer> array_buffer_;
103 scoped_refptr<ArrayBuffer::Private> ArrayBuffer::Private::From( in From()
135 ArrayBuffer::Private::~Private() { in ~Private()
139 void ArrayBuffer::Private::FirstWeakCallback( in FirstWeakCallback()
146 void ArrayBuffer::Private::SecondWeakCallback( in SecondWeakCallback()
154 ArrayBuffer::ArrayBuffer() : bytes_(nullptr), num_bytes_(0) {} in ArrayBuffer() function in gin::ArrayBuffer
156 ArrayBuffer::ArrayBuffer(v8::Isolate* isolate, in ArrayBuffer() function in gin::ArrayBuffer
163 ArrayBuffer::~ArrayBuffer() = default;
165 ArrayBuffer& ArrayBuffer::operator=(const ArrayBuffer& other) = default;
[all …]
H A Darray_buffer.h20 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
29 class GIN_EXPORT ArrayBuffer {
31 ArrayBuffer();
32 ArrayBuffer(v8::Isolate* isolate, v8::Local<v8::ArrayBuffer> buffer);
33 ~ArrayBuffer();
34 ArrayBuffer& operator=(const ArrayBuffer& other);
46 DISALLOW_COPY(ArrayBuffer);
50 struct GIN_EXPORT Converter<ArrayBuffer> {
52 ArrayBuffer* out);
68 ArrayBuffer array_buffer_;
/dports/devel/coursier/coursier-1.1.0-M12/modules/tests/shared/src/test/scala/coursier/util/
H A DTreeTests.scala5 import scala.collection.mutable.ArrayBuffer
22 MutableTree("p1", ArrayBuffer(
23 MutableTree("c1", ArrayBuffer.empty),
24 MutableTree("c2", ArrayBuffer.empty))),
25 MutableTree("p2", ArrayBuffer(
26 MutableTree("c3", ArrayBuffer.empty),
27 MutableTree("c4", ArrayBuffer.empty)))
31 MutableTree("p1", ArrayBuffer(
32 MutableTree("c1", ArrayBuffer(
34 MutableTree("p3", ArrayBuffer(
[all …]
/dports/math/ogdf/OGDF/include/ogdf/lib/abacus/
H A Dsub.h459 ArrayBuffer<bool> *keepInPool = nullptr,
460 ArrayBuffer<double> *rank = nullptr);
492 ArrayBuffer<double> *rank = nullptr);
655 ArrayBuffer<BranchRule*> **samples);
798 ArrayBuffer<InfeasCon*> &infeasCon, in initMakeFeas()
799 ArrayBuffer<Variable*> &newVars, in initMakeFeas()
846 ArrayBuffer<FSVarStat*> &status) { } in setByLogImp()
1057 ArrayBuffer<FSVarStat*> &status) { } in fixByLogImp()
1506 ArrayBuffer<int> *removeVarBuffer_;
1509 ArrayBuffer<int> *removeConBuffer_;
[all …]
H A Dlpsub.h179 ArrayBuffer<InfeasCon*> *infeasCon() { return &infeasCons_; } in infeasCon()
221 virtual void removeCons(ArrayBuffer<int> &ind) { in removeCons()
226 virtual void removeVars(ArrayBuffer<int> &vars);
229 virtual void addCons(ArrayBuffer<Constraint*> &newCons);
238 ArrayBuffer<Variable*> &vars,
239 ArrayBuffer<FSVarStat*> &fsVarStat,
240 ArrayBuffer<double> &lb,
241 ArrayBuffer<double> &ub);
264 void constraint2row(ArrayBuffer<Constraint*> &newCons,
265 ArrayBuffer<Row*> &newRows);
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_arraybuffer.cpp49 return new ArrayBuffer(size); in construct()
64 const ClassInfo ArrayBuffer::info = { "ArrayBuffer", nullptr, &ArrayBufferTable, nullptr };
74 ArrayBuffer::ArrayBuffer(size_t size) in ArrayBuffer() function in KJS::ArrayBuffer
85 ArrayBuffer::ArrayBuffer(uint8_t *buffer, size_t size) in ArrayBuffer() function in KJS::ArrayBuffer
96 ArrayBuffer::~ArrayBuffer() in ~ArrayBuffer()
103 …return getStaticValueSlot<ArrayBuffer, JSObject>(exec, &ArrayBufferTable, this, propertyName, slot… in getOwnPropertySlot()
106 JSValue *ArrayBuffer::getValueProperty(ExecState * /*exec*/, int token) const in getValueProperty()
120 if (thisObj->inherits(&ArrayBuffer::info)) { in callAsFunction()
124 ArrayBuffer *arraybuf = static_cast<ArrayBuffer *>(thisObj); in callAsFunction()
126 case ArrayBuffer::Splice: { in callAsFunction()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/encoding/streams/
H A Ddecode-utf8.any.js.ini2 [decoding one UTF-8 chunk should give one output string - ArrayBuffer]
10 [an initial empty chunk should be ignored - ArrayBuffer]
34 [a trailing empty chunk should be ignored - ArrayBuffer]
37 [UTF-8 EOF handling - ArrayBuffer]
54 [an initial empty chunk should be ignored - ArrayBuffer]
77 [a trailing empty chunk should be ignored - ArrayBuffer]
80 [UTF-8 EOF handling - ArrayBuffer]
97 [an initial empty chunk should be ignored - ArrayBuffer]
120 [a trailing empty chunk should be ignored - ArrayBuffer]
123 [UTF-8 EOF handling - ArrayBuffer]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/encoding/streams/
H A Ddecode-utf8.any.js.ini2 [decoding one UTF-8 chunk should give one output string - ArrayBuffer]
10 [an initial empty chunk should be ignored - ArrayBuffer]
34 [a trailing empty chunk should be ignored - ArrayBuffer]
37 [UTF-8 EOF handling - ArrayBuffer]
54 [an initial empty chunk should be ignored - ArrayBuffer]
77 [a trailing empty chunk should be ignored - ArrayBuffer]
80 [UTF-8 EOF handling - ArrayBuffer]
97 [an initial empty chunk should be ignored - ArrayBuffer]
120 [a trailing empty chunk should be ignored - ArrayBuffer]
123 [UTF-8 EOF handling - ArrayBuffer]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/encoding/streams/
H A Ddecode-utf8.any.js.ini2 [decoding one UTF-8 chunk should give one output string - ArrayBuffer]
10 [an initial empty chunk should be ignored - ArrayBuffer]
34 [a trailing empty chunk should be ignored - ArrayBuffer]
37 [UTF-8 EOF handling - ArrayBuffer]
54 [an initial empty chunk should be ignored - ArrayBuffer]
77 [a trailing empty chunk should be ignored - ArrayBuffer]
80 [UTF-8 EOF handling - ArrayBuffer]
97 [an initial empty chunk should be ignored - ArrayBuffer]
120 [a trailing empty chunk should be ignored - ArrayBuffer]
123 [UTF-8 EOF handling - ArrayBuffer]
[all …]
/dports/math/jacop/jacop-4.8.0/src/main/scala/org/jacop/examples/scala/
H A DMUCA.scala57 import scala.collection.mutable.ArrayBuffer
66 var bids: ArrayBuffer[ArrayBuffer[ArrayBuffer[Transformation]]] = null
72 var costs: ArrayBuffer[ArrayBuffer[Int]] = null
386 var goodsIds: ArrayBuffer[Int] = new ArrayBuffer[Int]()
387 var delta: ArrayBuffer[Delta] = new ArrayBuffer[Delta]()
475 bids = new ArrayBuffer[ArrayBuffer[ArrayBuffer[Transformation]]]()
477 bids :+= new ArrayBuffer[ArrayBuffer[Transformation]]()
491 bids :+= new ArrayBuffer[ArrayBuffer[Transformation]]()
550 costs = new ArrayBuffer[ArrayBuffer[Int]]()
552 costs :+= new ArrayBuffer[Int]()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/encoding/streams/
H A Ddecode-utf8.any.js.ini2 [decoding one UTF-8 chunk should give one output string - ArrayBuffer]
6 [decoding an empty chunk should give no output chunks - ArrayBuffer]
10 [an initial empty chunk should be ignored - ArrayBuffer]
14 [a trailing empty chunk should be ignored- ArrayBuffer]
38 [decoding a transferred ArrayBuffer chunk should give no output]
43 [a trailing empty chunk should be ignored- ArrayBuffer]
52 [an initial empty chunk should be ignored - ArrayBuffer]
81 [a trailing empty chunk should be ignored- ArrayBuffer]
90 [an initial empty chunk should be ignored - ArrayBuffer]
127 [an initial empty chunk should be ignored - ArrayBuffer]
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/js-sys-0.3.55/tests/wasm/
H A DArrayBuffer.rs8 let x = ArrayBuffer::new(42); in new()
15 let buf = ArrayBuffer::new(42); in byte_length()
22 assert!(ArrayBuffer::is_view(&JsValue::from(x))); in is_view()
27 let buf = ArrayBuffer::new(4); in slice()
34 let buf = ArrayBuffer::new(4); in slice_with_end()
41 let buf = ArrayBuffer::new(4); in arraybuffer_inheritance()
42 assert!(buf.is_instance_of::<ArrayBuffer>()); in arraybuffer_inheritance()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/js-sys-0.3.55/tests/wasm/
H A DArrayBuffer.rs8 let x = ArrayBuffer::new(42); in new()
15 let buf = ArrayBuffer::new(42); in byte_length()
22 assert!(ArrayBuffer::is_view(&JsValue::from(x))); in is_view()
27 let buf = ArrayBuffer::new(4); in slice()
34 let buf = ArrayBuffer::new(4); in slice_with_end()
41 let buf = ArrayBuffer::new(4); in arraybuffer_inheritance()
42 assert!(buf.is_instance_of::<ArrayBuffer>()); in arraybuffer_inheritance()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/js-sys-0.3.55/tests/wasm/
H A DArrayBuffer.rs8 let x = ArrayBuffer::new(42); in new()
15 let buf = ArrayBuffer::new(42); in byte_length()
22 assert!(ArrayBuffer::is_view(&JsValue::from(x))); in is_view()
27 let buf = ArrayBuffer::new(4); in slice()
34 let buf = ArrayBuffer::new(4); in slice_with_end()
41 let buf = ArrayBuffer::new(4); in arraybuffer_inheritance()
42 assert!(buf.is_instance_of::<ArrayBuffer>()); in arraybuffer_inheritance()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/js-sys-0.3.53/tests/wasm/
H A DArrayBuffer.rs8 let x = ArrayBuffer::new(42); in new()
15 let buf = ArrayBuffer::new(42); in byte_length()
22 assert!(ArrayBuffer::is_view(&JsValue::from(x))); in is_view()
27 let buf = ArrayBuffer::new(4); in slice()
34 let buf = ArrayBuffer::new(4); in slice_with_end()
41 let buf = ArrayBuffer::new(4); in arraybuffer_inheritance()
42 assert!(buf.is_instance_of::<ArrayBuffer>()); in arraybuffer_inheritance()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/js-sys-0.3.46/tests/wasm/
H A DArrayBuffer.rs8 let x = ArrayBuffer::new(42); in new()
15 let buf = ArrayBuffer::new(42); in byte_length()
22 assert!(ArrayBuffer::is_view(&JsValue::from(x))); in is_view()
27 let buf = ArrayBuffer::new(4); in slice()
34 let buf = ArrayBuffer::new(4); in slice_with_end()
41 let buf = ArrayBuffer::new(4); in arraybuffer_inheritance()
42 assert!(buf.is_instance_of::<ArrayBuffer>()); in arraybuffer_inheritance()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/js-sys-0.3.55/tests/wasm/
H A DArrayBuffer.rs8 let x = ArrayBuffer::new(42); in new()
15 let buf = ArrayBuffer::new(42); in byte_length()
22 assert!(ArrayBuffer::is_view(&JsValue::from(x))); in is_view()
27 let buf = ArrayBuffer::new(4); in slice()
34 let buf = ArrayBuffer::new(4); in slice_with_end()
41 let buf = ArrayBuffer::new(4); in arraybuffer_inheritance()
42 assert!(buf.is_instance_of::<ArrayBuffer>()); in arraybuffer_inheritance()
/dports/games/genact/genact-0.10.0/cargo-crates/js-sys-0.3.44/tests/wasm/
H A DArrayBuffer.rs8 let x = ArrayBuffer::new(42); in new()
15 let buf = ArrayBuffer::new(42); in byte_length()
22 assert!(ArrayBuffer::is_view(&JsValue::from(x))); in is_view()
27 let buf = ArrayBuffer::new(4); in slice()
34 let buf = ArrayBuffer::new(4); in slice_with_end()
41 let buf = ArrayBuffer::new(4); in arraybuffer_inheritance()
42 assert!(buf.is_instance_of::<ArrayBuffer>()); in arraybuffer_inheritance()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/js-sys-0.3.55/tests/wasm/
H A DArrayBuffer.rs8 let x = ArrayBuffer::new(42); in new()
15 let buf = ArrayBuffer::new(42); in byte_length()
22 assert!(ArrayBuffer::is_view(&JsValue::from(x))); in is_view()
27 let buf = ArrayBuffer::new(4); in slice()
34 let buf = ArrayBuffer::new(4); in slice_with_end()
41 let buf = ArrayBuffer::new(4); in arraybuffer_inheritance()
42 assert!(buf.is_instance_of::<ArrayBuffer>()); in arraybuffer_inheritance()

12345678910>>...213