/external/llvm-project/lldb/include/lldb/API/ |
D | SBReproducer.h | 47 static const char *Replay(const char *path); 48 static const char *Replay(const char *path, bool skip_version_check); 49 static const char *Replay(const char *path, const SBReplayOptions &options);
|
/external/llvm-project/lldb/source/API/ |
D | SBReproducer.cpp | 191 const char *SBReproducer::Replay(const char *path) { in Replay() function in SBReproducer 193 return SBReproducer::Replay(path, options); in Replay() 196 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { in Replay() function in SBReproducer 199 return SBReproducer::Replay(path, options); in Replay() 202 const char *SBReproducer::Replay(const char *path, in Replay() function in SBReproducer 205 if (auto e = Reproducer::Initialize(ReproducerMode::Replay, FileSpec(path))) { in Replay() 263 registry.Replay(file); in Replay() 270 if (auto e = Reproducer::Initialize(ReproducerMode::Replay, FileSpec(path))) { in Finalize()
|
/external/llvm-project/lldb/source/Utility/ |
D | ReproducerInstrumentation.cpp | 87 bool Registry::Replay(const FileSpec &file) { in Replay() function in Registry 92 return Replay((*error_or_file)->getBuffer()); in Replay() 95 bool Registry::Replay(llvm::StringRef buffer) { in Replay() function in Registry 97 return Replay(deserializer); in Replay() 100 bool Registry::Replay(Deserializer &deserializer) { in Replay() function in Registry
|
D | Reproducer.cpp | 39 if (mode != ReproducerMode::Replay) { in Initialize() 65 case ReproducerMode::Replay: in Initialize()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | ReproducerInstrumentation.h | 469 Replay(deserializer); 472 Result Replay(Deserializer &deserializer) const { 488 Replay(deserializer); 491 void Replay(Deserializer &deserializer) const { 542 bool Replay(const FileSpec &file); 545 bool Replay(llvm::StringRef buffer); 548 bool Replay(Deserializer &deserializer); 817 Result Replay(Deserializer &deserializer, Registry ®istry, uintptr_t addr, 824 ->Replay(deserializer), 828 void Replay(Deserializer &deserializer, Registry ®istry, uintptr_t addr) { [all …]
|
D | Reproducer.h | 32 Replay, enumerator
|
/external/angle/samples/capture_replay/ |
D | CaptureReplay.cpp | 21 ANGLE_MACRO_CONCAT(ANGLE_CAPTURE_REPLAY_SAMPLE_CONTEXT_ID, Replay))); 27 ANGLE_MACRO_CONCAT(ANGLE_CAPTURE_REPLAY_SAMPLE_CONTEXT_ID, Replay)));
|
/external/webrtc/test/fuzzers/utils/ |
D | rtp_replayer.h | 52 static void Replay(const std::string& replay_config_filepath, 58 static void Replay(
|
D | rtp_replayer.cc | 32 void RtpReplayer::Replay(const std::string& replay_config_filepath, in Replay() function in webrtc::test::RtpReplayer 38 return Replay(std::move(stream_state), std::move(receive_stream_configs), in Replay() 42 void RtpReplayer::Replay( in Replay() function in webrtc::test::RtpReplayer
|
/external/llvm-project/lldb/docs/design/ |
D | reproducers.rst | 59 Replay section in Usage 95 Replay section in Design 104 Active Replay argument 114 Replay is driven by the ``Registry::Replay``. As long as there's data in the 130 Passive Replay argument
|
/external/webrtc/test/fuzzers/ |
D | vp9_replay_fuzzer.cc | 38 test::RtpReplayer::Replay(std::move(stream_state), std::move(replay_configs), in FuzzOneInput()
|
D | vp8_replay_fuzzer.cc | 39 test::RtpReplayer::Replay(std::move(stream_state), std::move(replay_configs), in FuzzOneInput()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ras/aer_event/ |
D | format | 14 …00000080, "Bad DLLP"}, {0x00000100, "RELAY_NUM Rollover"}, {0x00001000, "Replay Timer Timeout"}, {…
|
/external/angle/src/tests/capture_replay_tests/ |
D | capture_replay_expectations.txt | 63 # Replay times out
|
/external/angle/doc/ |
D | CaptureAndReplay.md | 1 # ANGLE OpenGL Frame Capture and Replay 26 `angle_capture_context{id}_frame{n}.angledata`. Replay programs must be able to load data from the 161 5. Replay the capture on desktop
|
/external/llvm-project/lldb/unittests/Utility/ |
D | ReproducerInstrumentationTest.cpp | 637 registry.Replay(deserializer); in TEST() 677 registry.Replay(deserializer); in TEST() 712 registry.Replay(deserializer); in TEST() 752 registry.Replay(deserializer); in TEST() 788 registry.Replay(deserializer); in TEST()
|
/external/llvm-project/lldb/test/Shell/Reproducer/Modules/ |
D | TestModuleCXX.test | 35 # Replay the debug session.
|
/external/webrtc/rtc_tools/ |
D | video_replay.cc | 264 static void Replay(const std::string& replay_config_path, in Replay() function in webrtc::RtpReplayer 500 RtpReplayer::Replay(ConfigFile(), InputFile()); in RtpReplay()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.h | 201 void Replay(AnyWriter* writer) const;
|
D | protostream_objectwriter.cc | 382 uninterpreted_events_[i].Replay(this); in StartAny() 411 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter::Event
|
/external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 445 bool Replay(const spv_target_env& target_env, in Replay() function 720 if (!Replay(target_env, fuzzer_options, validator_options, binary_in, in main()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 445 bool Replay(const spv_target_env& target_env, in Replay() function 720 if (!Replay(target_env, fuzzer_options, validator_options, binary_in, in main()
|
/external/libsrtp2/ |
D | CMakeLists.txt | 160 source_group("src\\Replay" FILES ${REPLAY_SOURCES_C})
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/fuzz/ |
D | fuzz.cpp | 467 bool Replay(const spv_target_env& target_env, in Replay() function 778 if (!Replay(target_env, fuzzer_options, validator_options, binary_in, in main()
|
/external/protobuf/python/ |
D | mox.py | 235 def Replay(*args): function
|