Home
last modified time | relevance | path

Searched refs:Replay (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/lldb/include/lldb/API/
DSBReproducer.h47 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/
DSBReproducer.cpp191 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/
DReproducerInstrumentation.cpp87 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
DReproducer.cpp39 if (mode != ReproducerMode::Replay) { in Initialize()
65 case ReproducerMode::Replay: in Initialize()
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerInstrumentation.h469 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 &registry, uintptr_t addr,
824 ->Replay(deserializer),
828 void Replay(Deserializer &deserializer, Registry &registry, uintptr_t addr) {
[all …]
DReproducer.h32 Replay, enumerator
/external/angle/samples/capture_replay/
DCaptureReplay.cpp21 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/
Drtp_replayer.h52 static void Replay(const std::string& replay_config_filepath,
58 static void Replay(
Drtp_replayer.cc32 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/
Dreproducers.rst59 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/
Dvp9_replay_fuzzer.cc38 test::RtpReplayer::Replay(std::move(stream_state), std::move(replay_configs), in FuzzOneInput()
Dvp8_replay_fuzzer.cc39 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/
Dformat14 …00000080, "Bad DLLP"}, {0x00000100, "RELAY_NUM Rollover"}, {0x00001000, "Replay Timer Timeout"}, {…
/external/angle/src/tests/capture_replay_tests/
Dcapture_replay_expectations.txt63 # Replay times out
/external/angle/doc/
DCaptureAndReplay.md1 # 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/
DReproducerInstrumentationTest.cpp637 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/
DTestModuleCXX.test35 # Replay the debug session.
/external/webrtc/rtc_tools/
Dvideo_replay.cc264 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/
Dprotostream_objectwriter.h201 void Replay(AnyWriter* writer) const;
Dprotostream_objectwriter.cc382 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/
Dfuzz.cpp445 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/
Dfuzz.cpp445 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/
DCMakeLists.txt160 source_group("src\\Replay" FILES ${REPLAY_SOURCES_C})
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/fuzz/
Dfuzz.cpp467 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/
Dmox.py235 def Replay(*args): function

12