Searched defs:SetLong (Results 1 – 6 of 6) sorted by relevance
93 ALWAYS_INLINE void SetLong(int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function
269 inline void ArtField::SetLong(ObjPtr<mirror::Object> object, int64_t j) { in SetLong() function
101 ALWAYS_INLINE void SetLong(const int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function in art::mirror::EmulatedStackFrameAccessor
378 def SetLong(self, key, value): member in SharedPrefs
259 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() function
848 bool ExifUtilsImpl::SetLong(ExifIfd ifd, ExifTag tag, uint32_t value, in SetLong() function in android::ExifUtilsImpl