Home
last modified time | relevance | path

Searched refs:ExpectLocal (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/amber/src/
Ddebug.cc103 void ExpectLocal(const std::string& name, int64_t value) override { in ExpectLocal() function in amber::debug::__anon24aeb8120111::ThreadScriptImpl
104 sequence_.emplace_back([=](Thread* t) { t->ExpectLocal(name, value); }); in ExpectLocal()
107 void ExpectLocal(const std::string& name, double value) override { in ExpectLocal() function in amber::debug::__anon24aeb8120111::ThreadScriptImpl
108 sequence_.emplace_back([=](Thread* t) { t->ExpectLocal(name, value); }); in ExpectLocal()
111 void ExpectLocal(const std::string& name, const std::string& value) override { in ExpectLocal() function in amber::debug::__anon24aeb8120111::ThreadScriptImpl
112 sequence_.emplace_back([=](Thread* t) { t->ExpectLocal(name, value); }); in ExpectLocal()
Ddebug.h85 virtual void ExpectLocal(const std::string& name, int64_t value) = 0;
86 virtual void ExpectLocal(const std::string& name, double value) = 0;
87 virtual void ExpectLocal(const std::string& name,
/external/deqp-deps/amber/src/amberscript/
Dparser_debug_test.cc54 void ExpectLocal(const std::string& name, int64_t value) override { in ExpectLocal() function in amber::amberscript::__anona356cc680111::ThreadEventRecorder
58 void ExpectLocal(const std::string& name, double value) override { in ExpectLocal() function in amber::amberscript::__anona356cc680111::ThreadEventRecorder
62 void ExpectLocal(const std::string& name, const std::string& value) override { in ExpectLocal() function in amber::amberscript::__anona356cc680111::ThreadEventRecorder
Dparser.cc2815 thread->ExpectLocal(name->AsString(), value->AsInt64()); in ParseDebugThreadBody()
2817 thread->ExpectLocal(name->AsString(), value->AsDouble()); in ParseDebugThreadBody()
2819 thread->ExpectLocal(name->AsString(), value->AsString()); in ParseDebugThreadBody()
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan_debugger.cc693 void ExpectLocal(const std::string& name, int64_t value) override { in ExpectLocal() function in amber::vulkan::__anonf24a5b550111::Thread
698 void ExpectLocal(const std::string& name, double value) override { in ExpectLocal() function in amber::vulkan::__anonf24a5b550111::Thread
704 void ExpectLocal(const std::string& name, const std::string& value) override { in ExpectLocal() function in amber::vulkan::__anonf24a5b550111::Thread