HomeSort by relevance Sort by last modified time
    Searched refs:Uint8Array (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/chromium_org/v8/test/mjsunit/regress/
regress-2110.js 30 var uint8 = new Uint8Array(1);
regress-2596.js 30 var bytes = new Uint8Array([
regress-2931.js 33 var u8 = new Uint8Array(100);
regress-319722-ArrayBuffer.js 49 TestArray(Uint8Array);
regress-324028.js 30 assertThrows(function() { new Uint8Array(badObj); }, RangeError);
regress-410912.js 185 __f_12(__v_19.fixed_uint8, new Uint8Array(007));
195 __f_12(__v_37.external_uint8, new Uint8Array(__v_13));
  /external/chromium_org/v8/test/mjsunit/
typed-array-slice.js 32 var types = [Array, Int8Array, Uint8Array, Int16Array, Uint16Array,
  /external/chromium_org/remoting/webapp/
xmpp_stream_parser.js 78 var newData = new Uint8Array(this.data_.byteLength + data.byteLength);
79 newData.set(new Uint8Array(this.data_), 0);
80 newData.set(new Uint8Array(data), this.data_.byteLength);
video_frame_recorder.js 93 var byteArray = new Uint8Array(byteNumbers);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 41 #include "wtf/Uint8Array.h"
303 bool getUint8Array(const Dictionary& raw, const char* propertyName, RefPtr<Uint8Array>& array, const ErrorContext& context, AlgorithmError* error)
306 setSyntaxError(context.toString(propertyName, "Missing or not a Uint8Array"), error);
314 // typedef Uint8Array BigInteger;
315 bool getBigInteger(const Dictionary& raw, const char* propertyName, RefPtr<Uint8Array>& array, const ErrorContext& context, AlgorithmError* error)
326 setSyntaxError(context.toString(propertyName, "Missing or not a Uint8Array"), error);
527 RefPtr<Uint8Array> publicExponent;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
braille_captions_background.js 62 var byteBuf = new Uint8Array(cells);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbydevice.js 110 * @param {ArrayBuffer|Uint8Array} data Command data
sha256.js 116 * @param {Array.<number>|Uint8Array} bytes The data
usbenrollhandler.js 161 var version = UTIL_BytesToString(new Uint8Array(data || null));
287 var info = B64_encode(new Uint8Array(infoArray || []));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/
background.js 94 var bufferView = new Uint8Array(buffer);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileFlameChart.js 176 var entryLevels = new Uint8Array(entries.length);
625 * @return {!Uint8Array}
637 var drawData = new Uint8Array(width);
  /external/chromium_org/v8/src/
array-iterator.js 137 FUNCTION(Uint8Array)
  /external/chromium_org/v8/test/cctest/
test-weaktypedarrays.cc 219 TestViewFromApi<v8::Uint8Array>();
346 TestTypedArrayFromScript<v8::Uint8Array>("Uint8Array");
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
DOMWebSocketTest.cpp 18 #include "wtf/Uint8Array.h"
556 RefPtr<ArrayBufferView> view = Uint8Array::create(8);
575 RefPtr<ArrayBufferView> view = Uint8Array::create(8);
597 RefPtr<ArrayBufferView> view = Uint8Array::create(8);
619 RefPtr<ArrayBufferView> view = Uint8Array::create(8);
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_encoder.js 162 var array = new Uint8Array(size);
229 return new Uint8Array(0).buffer;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestObject.idl 135 attribute Uint8Array uint8ArrayAttribute;
325 Uint8Array uint8ArrayMethod();
331 void voidMethodUint8ArrayArg(Uint8Array uint8ArrayArg);
    [all...]
  /external/chromium_org/remoting/webapp/js_proto/
dom_proto.js 122 /** @type {{getRandomValues: function((Uint16Array|Uint8Array)):void}} */
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_display_manager.js 239 var extCellsView = new Uint8Array(extCells);
240 extCellsView.set(new Uint8Array(cells));
expanding_braille_translator.js 129 var cells = new Uint8Array(totalCells);
139 cells.set(new Uint8Array(chunk.cells), cellPos);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 342 var array = new Uint8Array(hex.length / 2);
358 var array = new Uint8Array(arrayBuffer);

Completed in 1623 milliseconds

1 23 4 5