Searched refs:Int8Array (Results 1 – 12 of 12) sorted by relevance
/external/brotli/js/ |
D | decode_test.js | 13 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([
|
D | polyfill.js | 55 if (!Int8Array.prototype.copyWithin) { 56 Int8Array.prototype.copyWithin = Array.prototype.copyWithin; class 59 if (!Int8Array.prototype.fill) { 60 Int8Array.prototype.fill = Array.prototype.fill;
|
D | decode.js | 12 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 …]
|
D | decode.min.js | 1 …Int8Array(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/ |
D | common.ts | 24 cpu: Int8Array;
|
D | controller.ts | 103 cpu: new Int8Array(numRows),
|
/external/perfetto/ui/src/tracks/cpu_freq/ |
D | common.ts | 27 lastIdleValues: Int8Array;
|
D | controller.ts | 100 lastIdleValues: new Int8Array(numRows),
|
/external/skia/experimental/tskit/bindings/ |
D | embind.d.ts | 12 HEAP8: Int8Array;
|
/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 1348 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…
|
D | monster_test_generated.js | 1500 …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/ |
D | index.d.ts | 3617 export type TypedArray = Float32Array | Int32Array | Int16Array | Int8Array | Uint32Array |
|