HomeSort by relevance Sort by last modified time
    Searched defs:DumpState (Results 1 - 15 of 15) sorted by null

  /system/core/init/
action_manager.cpp 102 void ActionManager::DumpState() const {
104 a->DumpState();
action.cpp 205 void Action::DumpState() const {
init.cpp 95 void DumpState() {
96 ServiceList::GetInstance().DumpState();
97 ActionManager::GetInstance().DumpState();
718 if (false) DumpState();
service.cpp 390 void Service::DumpState() const {
    [all...]
  /frameworks/native/services/vr/bufferhubd/
buffer_hub.cpp 38 std::string BufferHubService::DumpState(size_t /*max_length*/) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldump.c 24 } DumpState;
29 static void DumpBlock(const void* b, size_t size, DumpState* D)
39 static void DumpChar(int y, DumpState* D)
45 static void DumpInt(int x, DumpState* D)
50 static void DumpNumber(lua_Number x, DumpState* D)
55 static void DumpVector(const void* b, int n, size_t size, DumpState* D)
61 static void DumpString(const TString* s, DumpState* D)
78 static void DumpFunction(const Proto* f, DumpState* D);
80 static void DumpConstants(const Proto* f, DumpState* D)
109 static void DumpUpvalues(const Proto* f, DumpState* D
    [all...]
  /external/syslinux/com32/lua/src/
ldump.c 24 } DumpState;
29 static void DumpBlock(const void* b, size_t size, DumpState* D)
39 static void DumpChar(int y, DumpState* D)
45 static void DumpInt(int x, DumpState* D)
50 static void DumpNumber(lua_Number x, DumpState* D)
55 static void DumpVector(const void* b, int n, size_t size, DumpState* D)
61 static void DumpString(const TString* s, DumpState* D)
78 static void DumpFunction(const Proto* f, DumpState* D);
80 static void DumpConstants(const Proto* f, DumpState* D)
109 static void DumpUpvalues(const Proto* f, DumpState* D
    [all...]
  /frameworks/native/services/vr/performanced/
cpu_set.cpp 109 std::string CpuSetManager::DumpState() const {
performance_service.cpp 220 std::string PerformanceService::DumpState(size_t /*max_length*/) {
221 return cpuset_.DumpState();
  /frameworks/base/services/core/java/com/android/server/pm/
DumpState.java 18 public final class DumpState {
  /frameworks/native/libs/vr/libpdx/
service.cpp 577 std::string Service::DumpState(size_t /*max_length*/) { return ""; }
614 auto response = DumpState(message.GetReceiveLength());
  /frameworks/native/libs/vr/libvrflinger/
display_service.cpp 53 std::string DisplayService::DumpState(size_t /*max_length*/) {
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc     [all...]
  /art/runtime/
thread.cc     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 505 milliseconds