Home
last modified time | relevance | path

Searched refs:resultToString (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp447 static const char* resultToString (Result result);
761 const char* MemObjectAllocator::resultToString (Result result) in resultToString() function in deqp::gls::MemObjectAllocator
895 …log << TestLog::Message << "Invalid Error " << MemObjectAllocator::resultToString(allocator.getRes… in iterate()
/external/v8/test/cctest/
Dtest-regexp.cc1915 v8::Local<v8::Value> resultToString = in TEST() local
1919 CHECK(resultToString->IsInt32()); in TEST()
1921 resultToString->Int32Value(isolate->GetCurrentContext()).FromJust()); in TEST()