Searched defs:DumpState (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_controller.cc117 DumpState();
185 void BufferingController::DumpState() const { function in class:chromecast::media::BufferingController
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldump.c24 } DumpState; typedef in typeref:struct:__anon15423
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*
[all...]
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc247 static string DumpState(State* state);
525 string DFA::DumpState(State* state) { function in class:re2::DFA
748 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str());
775 fprintf(stderr, " -> %s\n", DumpState(s).c_str());
1349 DumpState(s).c_str());
1458 DumpState(s).c_str());
1504 fprintf(stderr, "@_: %s\n", DumpState(s).c_str());
1523 DumpState(s).c_str());
1675 DumpState(info->start).c_str(), info->firstbyte);
1792 fprintf(stderr, "start %s\n", DumpState(param
[all...]
/external/regex-re2/re2/
H A Ddfa.cc245 static string DumpState(State* state);
523 string DFA::DumpState(State* state) { function in class:re2::DFA
746 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str());
773 fprintf(stderr, " -> %s\n", DumpState(s).c_str());
1347 DumpState(s).c_str());
1456 DumpState(s).c_str());
1502 fprintf(stderr, "@_: %s\n", DumpState(s).c_str());
1521 DumpState(s).c_str());
1673 DumpState(info->start).c_str(), info->firstbyte);
1790 fprintf(stderr, "start %s\n", DumpState(param
[all...]
/external/qemu/net/
H A Dnet-android.c2000 typedef struct DumpState { struct
2004 } DumpState; typedef in typeref:struct:DumpState
2029 DumpState *s = vc->opaque;
2058 DumpState *s = vc->opaque;
2068 DumpState *s;
2070 s = g_malloc(sizeof(DumpState));
H A Dnet.c1921 typedef struct DumpState { struct
1925 } DumpState; typedef in typeref:struct:DumpState
1950 DumpState *s = vc->opaque;
1979 DumpState *s = vc->opaque;
1989 DumpState *s;
1991 s = g_malloc(sizeof(DumpState));

Completed in 470 milliseconds