HomeSort by relevance Sort by last modified time
    Searched refs:GetLong (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/base/cmds/statsd/src/metrics/
MetricsManager.cpp 245 long appHookUid = event.GetLong(event.size()-2, &err);
258 long appHookState = event.GetLong(event.size(), &err);
272 long jankUid = event.GetLong(1, &err);
284 long duration = event.GetLong(event.size(), &err);
ValueMetricProducer.cpp 381 const int64_t value = event.GetLong(mField, &error);
  /external/flatbuffers/tests/FlatBuffers.Test/
ByteBufferTests.cs 267 Assert.AreEqual(0x010203040A0B0C0D, uut.GetLong(0));
276 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetLong(8));
284 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetLong(0));
TestTable.cs 117 return t.bb.GetLong(t.bb_pos + off);
  /external/lzma/CPP/Windows/
Window.h 181 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); }
183 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); }
189 LONG_PTR GetLongPtr(int index) const { return GetLong(index); }
  /frameworks/base/cmds/statsd/src/logd/
LogEvent.h 95 int64_t GetLong(size_t key, status_t* err) const;
LogEvent.cpp 275 int64_t LogEvent::GetLong(size_t key, status_t* err) const {
  /art/dexlayout/
dex_verify.cc 599 if (orig->GetLong() != output->GetLong()) {
603 orig->GetLong(),
604 output->GetLong());
621 if (orig->GetLong() != output->GetLong()) {
626 orig->GetLong(),
627 output->GetLong());
    [all...]
  /art/runtime/
method_handles-inl.h 112 setter->SetLong(getter->GetLong());
121 value.SetJ(getter->GetLong());
method_handles.h 94 // int64_t GetLong();
143 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) {
common_dex_operations.h 133 result->SetJ(field->GetLong(obj));
reflection.cc 318 DO_FIRST_ARG("Ljava/lang/Long;", GetLong, AppendWide)
327 DO_ARG("Ljava/lang/Long;", GetLong, AppendFloat)
337 DO_ARG("Ljava/lang/Long;", GetLong, AppendDouble)
843 boxed_value.SetJ(primitive_field->GetLong(o));
    [all...]
transaction_test.cc 205 ASSERT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0));
250 EXPECT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0));
305 ASSERT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0));
350 EXPECT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0));
art_field.h 130 int64_t GetLong(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
art_field-inl.h 208 inline int64_t ArtField::GetLong(ObjPtr<mirror::Object> object) {
class_linker_test.cc     [all...]
  /external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 358 public long GetLong(int offset)
429 public long GetLong(int index)
  /external/flatbuffers/tests/MyGame/Example/
Stat.cs 22 public long Val { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
Monster.cs 60 public long Testhashs64Fnv1 { get { int o = __p.__offset(40); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
68 public long Testhashs64Fnv1a { get { int o = __p.__offset(48); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
92 public long VectorOfLongs(int j) { int o = __p.__offset(68); return o != 0 ? __p.bb.GetLong(__p.__vector(o) + j * 8) : (long)0; }
TypeAliases.cs 32 public long I64 { get { int o = __p.__offset(16); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
  /frameworks/base/cmds/statsd/src/
StatsLogProcessor.cpp 149 auto parent_uid = int(event.GetLong(1, &err2));
150 auto isolated_uid = int(event.GetLong(2, &err3));
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs.py 313 def GetLong(self, key):
  /art/runtime/mirror/
emulated_stack_frame.cc 120 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 330 def GetLong(self, key):
  /system/keymaster/tests/
authorization_set_test.cpp 446 TEST(GetValue, GetLong) {

Completed in 547 milliseconds

1 2