Home
last modified time | relevance | path

Searched refs:SetByte (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/leveldb/db/
H A Dlog_test.cc82 void SetByte(int offset, char new_byte) { in SetByte() function in leveldb::log::LogTest
422 SetByte(6, kMiddleType); in TEST_F()
431 SetByte(6, kLastType); in TEST_F()
441 SetByte(6, kFirstType); in TEST_F()
452 SetByte(6, kFirstType); in TEST_F()
507 SetByte(offset, 'x'); in TEST_F()
/aosp_15_r20/art/runtime/
H A Dcommon_dex_operations.h223 field->SetByte<transaction_active>(obj, value.GetB()); in DoFieldPutCommon()
H A Dart_field.h126 void SetByte(ObjPtr<mirror::Object> object, int8_t b) REQUIRES_SHARED(Locks::mutator_lock_);
H A Dart_field-inl.h196 inline void ArtField::SetByte(ObjPtr<mirror::Object> object, int8_t b) { in SetByte() function
H A Dclass_linker_test.cc1200 s1->SetByte<false>(statics.Get(), 6); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Drecordio_test.cc165 void SetByte(int offset, char new_byte) { contents_[offset] = new_byte; } in SetByte() function in tensorflow::io::__anon9bbd143a0111::RecordioTest
/aosp_15_r20/art/dex2oat/
H A Dtransaction_test.cc238 byteField->SetByte<true>(h_klass.Get(), 1); in TEST_F()
337 byteField->SetByte<true>(h_instance.Get(), 1); in TEST_F()
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.h535 void SetByte(size_t index, uint8_t value);
H A Dstun.cc1144 void StunByteStringAttribute::SetByte(size_t index, uint8_t value) { in SetByte() function in cricket::StunByteStringAttribute
/aosp_15_r20/art/runtime/arch/
H A Dstub_test.cc1158 f->SetByte<false>(obj->Get(), ++res); in GetSetByteInstance()
/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc1878 case kByte: field->SetByte<kTransactionActive>(field->GetDeclaringClass(), jval_.b); break; in ReadValueToField()