Home
last modified time | relevance | path

Searched refs:decodeArray (Results 1 – 3 of 3) sorted by relevance

/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DUtf8Benchmark.java97 byte[] decodeArray; field in Utf8Benchmark
112 decodeArray = encode.getBytes(utf8); in setup()
131 return BenchmarkUtils.decodeUtf8(decodeArray); in bytesToStringOkio()
136 return new String(decodeArray, utf8); in bytesToStringJava()
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/arduino/
Dimage_provider.cc158 JpegDec.decodeArray(jpeg_buffer, jpeg_length); in DecodeAndProcessImage()
/external/libchrome/mojo/public/js/lib/
Dcodec.js149 Decoder.prototype.decodeArray = function(cls) { method in Decoder
185 return this.decodeAndCreateDecoder(pointer).decodeArray(cls);