Searched refs:DumpState (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/re2/
H A Ddfa.cc218 static string DumpState(State* state);
496 string DFA::DumpState(State* state) { function in class:re2::DFA
719 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str());
746 fprintf(stderr, " -> %s\n", DumpState(s).c_str());
1308 DumpState(s).c_str());
1416 DumpState(s).c_str());
1475 fprintf(stderr, "@_: %s\n", DumpState(s).c_str());
1485 DumpState(s).c_str());
1637 DumpState(info->start).c_str(), info->firstbyte);
1746 fprintf(stderr, "start %s\n", DumpState(param
[all...]
/external/qemu/
H A Dnet-android.c2025 typedef struct DumpState { struct
2029 } DumpState; typedef in typeref:struct:DumpState
2054 DumpState *s = vc->opaque;
2083 DumpState *s = vc->opaque;
2093 DumpState *s;
2095 s = qemu_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 = qemu_malloc(sizeof(DumpState));

Completed in 433 milliseconds