HomeSort by relevance Sort by last modified time
    Searched refs:GetStat (Results 1 - 7 of 7) sorted by null

  /external/libchrome/dbus/
dbus_statistics.cc 92 Stat* stat = GetStat(service, interface, method, true);
106 Stat* GetStat(const std::string& service,
272 Stat* stat = g_dbus_statistics->GetStat(service, interface, method, false);
  /art/runtime/
trace.cc 706 os << StringPrintf("alloc-count=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS));
707 os << StringPrintf("alloc-size=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_BYTES));
708 os << StringPrintf("gc-count=%d\n", Runtime::Current()->GetStat(KIND_GC_INVOCATIONS));
    [all...]
runtime.h 432 int32_t GetStat(int kind);
runtime.cc     [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 315 CListStat &GetStat(bool altStreamsMode) { return altStreamsMode ? AltStreams : MainFiles; }
1143 stat.GetStat(isAltStream).Update(st);
  /art/runtime/native/
dalvik_system_VMDebug.cc 77 return Runtime::Current()->GetStat(kind);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
activscp.h     [all...]

Completed in 270 milliseconds