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/compile/libbcc/include/bcc/
DCompiler.h53 kSuccess, enumerator
/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp802 kSuccess(std::get<1>(GetParam())), in TimingTest()
807 const Success kSuccess; member in __anon736024e70111::timing_tests::TimingTest
813 ASSERT_EQ(kDriverKind == DriverKind::CPU, kSuccess == Success::PASS_CPU); in TEST_P()
817 kSuccess != Success::FAIL_WAIT); in TEST_P()
837 DeviceManager::get()->forTest_registerDevice(name, new TestDriver11(name, kSuccess)); in TEST_P()
843 DeviceManager::get()->forTest_registerDevice(name, new TestDriver13(name, kSuccess)); in TEST_P()
873 const bool isPass = hasBit(kSuccess, Success::PASS_BIT); in TEST_P()
1010 auto expectedTiming = getExpectedTiming(kSuccess, kCompute == Compute::FENCED); in TEST_P()
/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/
DBitmapFactory.cpp394 case SkCodec::kSuccess: in doDecode()
DImageDecoder.cpp313 case SkCodec::kSuccess: in ImageDecoder_nDecodeBitmap()