HomeSort by relevance Sort by last modified time
    Searched refs:byte_array (Results 1 - 17 of 17) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/transient/
file_utils.cc 86 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[2]);
91 size_t bytes_read = file->Read(byte_array.get(), 2);
95 int16_t value = byte_array[1];
97 value += byte_array[0];
148 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[4]);
153 size_t bytes_read = file->Read(byte_array.get(), 4);
157 ConvertByteArrayToFloat(byte_array.get(), &buffer[floats_read]);
171 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[8]);
176 size_t bytes_read = file->Read(byte_array.get(), 8);
180 ConvertByteArrayToDouble(byte_array.get(), &buffer[doubles_read])
    [all...]
  /art/runtime/native/
java_lang_StringFactory.cc 38 Handle<mirror::ByteArray> byte_array(hs.NewHandle(soa.Decode<mirror::ByteArray*>(java_data)));
39 int32_t data_size = byte_array->GetLength();
48 byte_array, offset, high,
  /system/connectivity/dhcp_client/
dhcp_options_parser.cc 185 ByteString* byte_array = local
187 *byte_array = ByteString(buffer, length);
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_hal_mock.h 34 void put_byte_array(const char* name, u8* byte_array, int array_length);
wifi_hal_mock.cpp 54 static constexpr const char* const type_byte_array_tag = "byte_array";
77 void HalMockJsonWriter::put_byte_array(const char* name, u8* byte_array,
89 array.PushBack((int) byte_array[i], allocator);
  /art/test/004-JniTest/
jni_test.cc 584 jbyteArray byte_array = env->NewByteArray(byte_array_length); local
585 env->SetByteArrayRegion(byte_array, 0, byte_array_length, reinterpret_cast<const jbyte*>(test_array));
588 jstring s = reinterpret_cast<jstring>(env->NewObject(c, mid2, byte_array));
611 env->CallNonvirtualVoidMethod(s2, c, mid2, byte_array);
630 env->CallNonvirtualVoidMethod(s6, c, mid2, byte_array);
  /external/v8/src/
string-stream.cc 396 void StringStream::PrintByteArray(ByteArray* byte_array) {
397 unsigned int limit = byte_array->length();
399 byte b = byte_array->get(i);
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 156 mirror::ByteArray* byte_array, int32_t high, int32_t offset, int32_t byte_count, \
161 Handle<mirror::ByteArray> handle_array(hs.NewHandle(byte_array)); \
  /external/sfntly/
Android.mk 20 cpp/src/sfntly/data/byte_array.cc \
  /art/compiler/optimizing/
intrinsics_mips64.cc 1580 GpuRegister byte_array = locations->InAt(0).AsRegister<GpuRegister>(); local
    [all...]
intrinsics_arm.cc 1219 Register byte_array = locations->InAt(0).AsRegister<Register>(); local
    [all...]
intrinsics_arm64.cc 1403 Register byte_array = WRegisterFrom(locations->InAt(0)); local
    [all...]
intrinsics_x86.cc 1542 Register byte_array = locations->InAt(0).AsRegister<Register>(); local
    [all...]
intrinsics_x86_64.cc 1640 CpuRegister byte_array = locations->InAt(0).AsRegister<CpuRegister>(); local
    [all...]
intrinsics_mips.cc 2187 Register byte_array = locations->InAt(0).AsRegister<Register>(); local
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 998 mirror::ByteArray* byte_array = array->AsByteArray(); local
    [all...]
  /external/v8/src/heap/
heap.cc 2415 ByteArray* byte_array; local
    [all...]

Completed in 791 milliseconds