Home
last modified time | relevance | path

Searched refs:Int8Array (Results 1 – 12 of 12) sorted by relevance

/external/brotli/js/
Ddecode_test.js13 assertEquals("", bytesToString(BrotliDecode(Int8Array.from([1, 11, 0, 42, 3]))));
17 assertEquals("", bytesToString(BrotliDecode(Int8Array.from([6]))));
18 assertEquals("", bytesToString(BrotliDecode(Int8Array.from([0x81, 1]))));
22 var input = Int8Array.from([
32 var input = Int8Array.from([
43 var input = Int8Array.from([
71 var input = Int8Array.from([
Dpolyfill.js55 if (!Int8Array.prototype.copyWithin) {
56 Int8Array.prototype.copyWithin = Array.prototype.copyWithin; class
59 if (!Int8Array.prototype.fill) {
60 Int8Array.prototype.fill = Array.prototype.fill;
Ddecode.js12 var DICTIONARY_DATA = new Int8Array(0);
182 s.distExtraBits = new Int8Array(maxDistanceAlphabetLimit);
697 var /** !Int8Array */ newBuffer = new Int8Array(ringBufferSizeWithSlack);
813 s.contextModes = new Int8Array(s.numLiteralBlockTypes);
827 s.contextMap = new Int8Array(s.numLiteralBlockTypes << 6);
836 s.distContextMap = new Int8Array(s.numDistanceBlockTypes << 2);
1245 this.prefixSuffixStorage = new Int8Array(0);
1253 this.prefixSuffixStorage = new Int8Array(prefixSuffixLen);
1602 s.byteBuffer = new Int8Array(4160);
1772 this.ringBuffer = new Int8Array(0);
[all …]
Ddecode.min.js1Int8Array(i),e.m=new Int32Array(i),e.input=t,U(e),e.h=1}function s(e){if(0==e.h)throw"State MUST b…
/external/perfetto/ui/src/tracks/thread_state/
Dcommon.ts24 cpu: Int8Array;
Dcontroller.ts103 cpu: new Int8Array(numRows),
/external/perfetto/ui/src/tracks/cpu_freq/
Dcommon.ts27 lastIdleValues: Int8Array;
Dcontroller.ts100 lastIdleValues: new Int8Array(numRows),
/external/skia/experimental/tskit/bindings/
Dembind.d.ts12 HEAP8: Int8Array;
/external/flatbuffers/tests/
Dmonster_test_generated.ts1348 testarrayofboolsArray():Int8Array|null {
1350 …return offset ? new Int8Array(this.bb!.bytes().buffer, this.bb!.bytes().byteOffset + this.bb!.__ve…
2890 v8Array():Int8Array|null {
2892 …return offset ? new Int8Array(this.bb!.bytes().buffer, this.bb!.bytes().byteOffset + this.bb!.__ve…
Dmonster_test_generated.js1500 …return offset ? new Int8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vecto…
3098 …return offset ? new Int8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vecto…
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3617 export type TypedArray = Float32Array | Int32Array | Int16Array | Int8Array | Uint32Array |