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

  /frameworks/native/services/vr/performanced/
performance_service.cpp 112 std::string PerformanceService::DumpState(size_t /*max_length*/) {
113 return cpuset_.DumpState();
cpu_set.cpp 106 std::string CpuSetManager::DumpState() const {
  /system/core/init/
init_parser.cpp 147 void Parser::DumpState() const {
148 ServiceManager::GetInstance().DumpState();
149 ActionManager::GetInstance().DumpState();
action.cpp 260 void Action::DumpState() const {
399 void ActionManager::DumpState() const {
401 a->DumpState();
service.cpp 323 void Service::DumpState() const {
    [all...]
  /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/skia/third_party/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/libs/vr/libvrflinger/
display_service.cpp 37 std::string DisplayService::DumpState(size_t /*max_length*/) {
  /frameworks/native/services/vr/bufferhubd/
buffer_hub.cpp 36 std::string BufferHubService::DumpState(size_t /*max_length*/) {
  /frameworks/native/libs/vr/libpdx/
service.cpp 580 std::string Service::DumpState(size_t /*max_length*/) { return ""; }
617 auto response = DumpState(message.GetReceiveLength());
  /external/regex-re2/re2/
dfa.cc 245 static string DumpState(State* state);
523 string DFA::DumpState(State* state) {
746 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str());
773 fprintf(stderr, " -> %s\n", DumpState(s).c_str());
    [all...]
  /art/runtime/
thread.cc     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 900 milliseconds