Home
last modified time | relevance | path

Searched defs:GetLong (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/libcore/ojluni/src/test/java/lang/Long/
H A DGetLong.java32 public class GetLong { class
/aosp_15_r20/external/flatbuffers/net/FlatBuffers/
H A DByteBuffer.cs757 public long GetLong(int offset) in GetLong() method in FlatBuffers.ByteBuffer
841 public long GetLong(int index) in GetLong() method in FlatBuffers.ByteBuffer
/aosp_15_r20/art/runtime/
H A Dmethod_handles-inl.h49 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function
H A Dart_field-inl.h258 inline int64_t ArtField::GetLong(ObjPtr<mirror::Object> object) { in GetLong() function
/aosp_15_r20/art/runtime/mirror/
H A Demulated_stack_frame.cc124 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function in art::mirror::EmulatedStackFrameAccessor
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/
Dformat_buffer.h344 intmax_t GetLong() { return va_arg(ap_, long); } in GetLong() function
/aosp_15_r20/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc148 intmax_t GetLong() { return params_.GetParam<long>(); } in GetLong() function in berberis::__anonb96b8ddf0111::FormatBufferGuestParamsArgs
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py374 def GetLong(self, key): member in SharedPrefs
/aosp_15_r20/external/lzma/CPP/Windows/
H A DWindow.h260 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong() function
/aosp_15_r20/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp618 int64_t LogEvent::GetLong(size_t key, status_t* err) const { in GetLong() function in android::os::statsd::LogEvent
/aosp_15_r20/system/keymaster/tests/
H A Dauthorization_set_test.cpp453 TEST(GetValue, GetLong) { in TEST() argument