/external/perfetto/src/profiling/memory/ |
D | bookkeeping_dump.h | 37 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;
|
D | bookkeeping_dump.cc | 30 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()
|
D | heapprofd_producer.cc | 738 DumpState dump_state(data_source->trace_writer.get(), in DumpProcessState()
|
/external/lua/src/ |
D | ldump.c | 28 } 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/ |
D | mbedtls_ops_test.cc | 33 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()
|
D | boringssl_ed25519_ops_test.cc | 33 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()
|
D | cbor_p384_cert_op_test.cc | 45 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()
|
D | cbor_cert_op_test.cc | 44 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()
|
D | test_utils.cc | 730 void DumpState(CertificateType cert_type, KeyType key_type, const char* suffix, in DumpState() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | dfa.cc | 227 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/ |
D | test_utils.h | 45 void DumpState(CertificateType cert_type, KeyType key_type, const char* suffix,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | simple_propagator_state.h | 138 void DumpState();
|
D | simple_propagator_state.cc | 106 void SimplePropagatorState::DumpState() { in DumpState() function in tensorflow::SimplePropagatorState
|
D | propagator_state.h | 458 void DumpState();
|
D | propagator_state.cc | 219 void PropagatorState::DumpState() { in DumpState() function in tensorflow::PropagatorState
|
D | executor.cc | 1350 propagator_.DumpState(); in Finish()
|