Home
last modified time | relevance | path

Searched refs:DumpState (Results 1 – 16 of 16) sorted by relevance

/external/perfetto/src/profiling/memory/
Dbookkeeping_dump.h37 class DumpState {
39 DumpState( in DumpState() function
52 DumpState(const DumpState&) = delete;
53 DumpState& operator=(const DumpState&) = delete;
54 DumpState(DumpState&&) = delete;
55 DumpState& operator=(DumpState&&) = delete;
Dbookkeeping_dump.cc30 void DumpState::WriteMap(const Interned<Mapping> map) { in WriteMap()
34 void DumpState::WriteFrame(Interned<Frame> frame) { in WriteFrame()
38 void DumpState::WriteBuildIDString(const Interned<std::string>& str) { in WriteBuildIDString()
42 void DumpState::WriteMappingPathString(const Interned<std::string>& str) { in WriteMappingPathString()
46 void DumpState::WriteFunctionNameString(const Interned<std::string>& str) { in WriteFunctionNameString()
50 void DumpState::WriteAllocation(const HeapTracker::CallstackAllocations& alloc, in WriteAllocation()
71 void DumpState::DumpCallstacks(GlobalCallstackTrie* callsites) { in DumpCallstacks()
88 ProfilePacket::ProcessHeapSamples* DumpState::GetCurrentProcessHeapSamples() { in GetCurrentProcessHeapSamples()
104 protos::pbzero::InternedData* DumpState::GetCurrentInternedData() { in GetCurrentInternedData()
Dheapprofd_producer.cc738 DumpState dump_state(data_source->trace_writer.get(), in DumpProcessState()
/external/lua/src/
Dldump.c28 } DumpState; typedef
40 static void dumpBlock (DumpState *D, const void *b, size_t size) { in dumpBlock()
52 static void dumpByte (DumpState *D, int y) { in dumpByte()
61 static void dumpSize (DumpState *D, size_t x) { in dumpSize()
73 static void dumpInt (DumpState *D, int x) { in dumpInt()
78 static void dumpNumber (DumpState *D, lua_Number x) { in dumpNumber()
83 static void dumpInteger (DumpState *D, lua_Integer x) { in dumpInteger()
88 static void dumpString (DumpState *D, const TString *s) { in dumpString()
100 static void dumpCode (DumpState *D, const Proto *f) { in dumpCode()
106 static void dumpFunction(DumpState *D, const Proto *f, TString *psource);
[all …]
/external/open-dice/src/
Dmbedtls_ops_test.cc33 using dice::test::DumpState;
45 DumpState(CertificateType_X509, KeyType_P256, "zero_input", next_state); in TEST()
75 DumpState(CertificateType_X509, KeyType_P256, "hash_only_input", next_state); in TEST()
123 DumpState(CertificateType_X509, KeyType_P256, "descriptor_input", next_state); in TEST()
199 DumpState(CertificateType_X509, KeyType_P256, suffix, states[i + 1]); in TEST()
229 DumpState(CertificateType_X509, KeyType_P256, suffix, states[i + 1]); in TEST()
Dboringssl_ed25519_ops_test.cc33 using dice::test::DumpState;
45 DumpState(CertificateType_X509, KeyType_Ed25519, "zero_input", next_state); in TEST()
75 DumpState(CertificateType_X509, KeyType_Ed25519, "hash_only_input", in TEST()
124 DumpState(CertificateType_X509, KeyType_Ed25519, "descriptor_input", in TEST()
201 DumpState(CertificateType_X509, KeyType_Ed25519, suffix, states[i + 1]); in TEST()
231 DumpState(CertificateType_X509, KeyType_Ed25519, suffix, states[i + 1]); in TEST()
Dcbor_p384_cert_op_test.cc45 DumpState(CertificateType_Cbor, KeyType_P384, "zero_input", next_state); in TEST()
82 DumpState(CertificateType_Cbor, KeyType_P384, "hash_only_input", next_state); in TEST()
134 DumpState(CertificateType_Cbor, KeyType_P384, "descriptor_input", next_state); in TEST()
211 DumpState(CertificateType_Cbor, KeyType_P384, suffix, states[i + 1]); in TEST()
241 DumpState(CertificateType_Cbor, KeyType_P384, suffix, states[i + 1]); in TEST()
Dcbor_cert_op_test.cc44 DumpState(CertificateType_Cbor, KeyType_Ed25519, "zero_input", next_state); in TEST()
74 DumpState(CertificateType_Cbor, KeyType_Ed25519, "hash_only_input", in TEST()
123 DumpState(CertificateType_Cbor, KeyType_Ed25519, "descriptor_input", in TEST()
200 DumpState(CertificateType_Cbor, KeyType_Ed25519, suffix, states[i + 1]); in TEST()
230 DumpState(CertificateType_Cbor, KeyType_Ed25519, suffix, states[i + 1]); in TEST()
Dtest_utils.cc730 void DumpState(CertificateType cert_type, KeyType key_type, const char* suffix, in DumpState() function
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc227 static std::string DumpState(State* state);
509 std::string DFA::DumpState(State* state) { in DumpState() function in re2::DFA
743 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str()); in CachedState()
774 fprintf(stderr, " -> %s\n", DumpState(s).c_str()); in CachedState()
1345 fprintf(stderr, "@stx: %s\n", DumpState(s).c_str()); in InlinedSearchLoop()
1351 fprintf(stderr, "match @stx! [%s]\n", DumpState(s).c_str()); in InlinedSearchLoop()
1368 fprintf(stderr, "@%td: %s\n", p - bp, DumpState(s).c_str()); in InlinedSearchLoop()
1468 fprintf(stderr, "match @%td! [%s]\n", lastmatch - bp, DumpState(s).c_str()); in InlinedSearchLoop()
1487 fprintf(stderr, "@etx: %s\n", DumpState(s).c_str()); in InlinedSearchLoop()
1535 fprintf(stderr, "match @etx! [%s]\n", DumpState(s).c_str()); in InlinedSearchLoop()
[all …]
/external/open-dice/include/dice/
Dtest_utils.h45 void DumpState(CertificateType cert_type, KeyType key_type, const char* suffix,
/external/tensorflow/tensorflow/core/common_runtime/
Dsimple_propagator_state.h138 void DumpState();
Dsimple_propagator_state.cc106 void SimplePropagatorState::DumpState() { in DumpState() function in tensorflow::SimplePropagatorState
Dpropagator_state.h458 void DumpState();
Dpropagator_state.cc219 void PropagatorState::DumpState() { in DumpState() function in tensorflow::PropagatorState
Dexecutor.cc1350 propagator_.DumpState(); in Finish()