Searched refs:ExpectLocal (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/amber/src/ |
D | debug.cc | 103 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()
|
D | debug.h | 85 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/ |
D | parser_debug_test.cc | 54 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
|
D | parser.cc | 2815 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/ |
D | engine_vulkan_debugger.cc | 693 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
|