Home
last modified time | relevance | path

Searched refs:kSuccess (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/tests/
Dvrflinger_test.cpp92 kSuccess, enumerator
118 return VrFlingerSwitchResult::kSuccess; in WaitForVrFlingerTimed()
225 SurfaceFlingerConnection::VrFlingerSwitchResult::kSuccess); in TEST()
231 SurfaceFlingerConnection::VrFlingerSwitchResult::kSuccess); in TEST()
256 SurfaceFlingerConnection::VrFlingerSwitchResult::kSuccess); in TEST()
/frameworks/compile/libbcc/lib/
DCompiler.cpp120 case kSuccess: in GetErrorString()
170 if (err != kSuccess) { in Compiler()
211 return kSuccess; in config()
298 return kSuccess; in runPasses()
357 if ((err = runPasses(script, pResult)) != kSuccess) { in compile()
365 return kSuccess; in compile()
509 return kSuccess; in screenGlobalFunctions()
DRSCompilerDriver.cpp121 if (mCompiler.screenGlobalFunctions(pScript) != Compiler::kSuccess) { in compileScript()
184 if (err != Compiler::kSuccess) { in compileScript()
208 if (compile_result != Compiler::kSuccess) { in compileScript()
215 return Compiler::kSuccess; in compileScript()
300 return status == Compiler::kSuccess; in build()
447 if (status != Compiler::kSuccess) { in buildForCompatLib()
/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp526 kSuccess(std::get<1>(GetParam())), in TimingTest()
531 const Success kSuccess; member in __anon062581700111::timing_tests::TimingTest
537 ASSERT_EQ(kDriverKind == DriverKind::CPU, kSuccess == Success::PASS_CPU); in TEST_P()
540 ASSERT_TRUE(kCompute == Compute::ASYNC || kSuccess != Success::FAIL_WAIT); in TEST_P()
560 DeviceManager::get()->forTest_registerDevice(name, new TestDriver11(name, kSuccess)); in TEST_P()
566 DeviceManager::get()->forTest_registerDevice(name, new TestDriver12(name, kSuccess)); in TEST_P()
596 const bool isPass = expectedPassSet.count(kSuccess) != 0; in TEST_P()
662 const Timing expectedTiming = expectedTimingMap.at(kSuccess); in TEST_P()
/frameworks/compile/libbcc/include/bcc/
DCompiler.h53 kSuccess, enumerator
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp203 if (result != Compiler::kSuccess) { in ConfigCompiler()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp278 if (result != Compiler::kSuccess) { in ConfigCompiler()
/frameworks/base/core/jni/android/graphics/
DImageDecoder.cpp311 case SkCodec::kSuccess: in ImageDecoder_nDecodeBitmap()
DBitmapFactory.cpp392 case SkCodec::kSuccess: in doDecode()