Home
last modified time | relevance | path

Searched defs:byte_array (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
Dfile_utils.cc86 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[2]); in ReadInt16BufferFromFile() local
148 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[4]); in ReadFloatBufferFromFile() local
171 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[8]); in ReadDoubleBufferFromFile() local
194 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[2]); in WriteInt16BufferToFile() local
218 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[4]); in WriteFloatBufferToFile() local
241 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[8]); in WriteDoubleBufferToFile() local
/external/v8/src/interpreter/
Dsource-position-table.cc159 SourcePositionTableIterator::SourcePositionTableIterator(ByteArray* byte_array) in SourcePositionTableIterator()
/external/lldb/examples/python/
Ddisasm-stress-test.py60 def PrintByteArray(log_file, byte_array): argument
/external/v8/src/
Dstring-stream.cc396 void StringStream::PrintByteArray(ByteArray* byte_array) { in PrintByteArray()
/external/v8/test/cctest/heap/
Dtest-heap.cc6474 ByteArray* byte_array; in HEAP_TEST() local
6504 ByteArray* byte_array; in HEAP_TEST() local
/external/v8/src/heap/
Dheap.cc2423 ByteArray* byte_array; in CreateInitialMaps() local