Searched refs:SetByte (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/leveldb/db/ |
H A D | log_test.cc | 82 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 D | common_dex_operations.h | 223 field->SetByte<transaction_active>(obj, value.GetB()); in DoFieldPutCommon()
|
H A D | art_field.h | 126 void SetByte(ObjPtr<mirror::Object> object, int8_t b) REQUIRES_SHARED(Locks::mutator_lock_);
|
H A D | art_field-inl.h | 196 inline void ArtField::SetByte(ObjPtr<mirror::Object> object, int8_t b) { in SetByte() function
|
H A D | class_linker_test.cc | 1200 s1->SetByte<false>(statics.Get(), 6); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | recordio_test.cc | 165 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 D | transaction_test.cc | 238 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 D | stun.h | 535 void SetByte(size_t index, uint8_t value);
|
H A D | stun.cc | 1144 void StunByteStringAttribute::SetByte(size_t index, uint8_t value) { in SetByte() function in cricket::StunByteStringAttribute
|
/aosp_15_r20/art/runtime/arch/ |
H A D | stub_test.cc | 1158 f->SetByte<false>(obj->Get(), ++res); in GetSetByteInstance()
|
/aosp_15_r20/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 1878 case kByte: field->SetByte<kTransactionActive>(field->GetDeclaringClass(), jval_.b); break; in ReadValueToField()
|