Home
last modified time | relevance | path

Searched refs:SIMPLE (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/test/resources/testdata/
Dannotation_valid.proto33 SIMPLE = 2; enumerator
48 SIMPLE = 2; enumerator
Dfidelity_params_valid.proto24 SIMPLE = 2; enumerator
Ddev_tuningfork.proto35 SIMPLE = 2; enumerator
/frameworks/opt/gamesdk/src/tuningfork/proto/
Dexample_tuningfork.proto19 SIMPLE = 2; enumerator
/frameworks/ml/nn/runtime/
DExecutionPlan.h251 enum class Kind { ERROR, EMPTY, SIMPLE, COMPOUND }; enumerator
308 enum { EMPTY, SIMPLE, COMPOUND } mState = EMPTY; enumerator
DExecutionPlan.cpp665 case SIMPLE: { in makeBursts()
782 if (mState == SIMPLE) { in next()
885 nnAssert(mState != SIMPLE); in createNewStep()
900 mState = SIMPLE; in becomeSingleStep()
923 case SIMPLE: in forTest_getKind()
925 return mBody->mSuccessfulFinish ? Kind::SIMPLE : Kind::ERROR; in forTest_getKind()
936 nnAssert(mState == SIMPLE); in forTest_simpleGetDevice()
949 CHECK(mState == SIMPLE) in forTest_simpleGetCacheToken()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1196 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1207 ASSERT_EQ(planC.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1284 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1384 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1518 ASSERT_EQ(cPNo.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1531 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1621 ASSERT_EQ(planBestOEM.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1664 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1712 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1730 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
[all …]
DTestPartitioningRandom.cpp1125 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_P()
1140 case ExecutionPlan::Kind::SIMPLE: in TEST_P()
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
DREADME.md117 SIMPLE = 3;
/frameworks/rs/script_api/
DGenerateStubsWhiteList.cpp73 case SIMPLE: { in findSubstitute()
DGenerateHeaderFiles.cpp139 case SIMPLE: in writeTypeSpecification()
DSpecification.h282 SIMPLE, enumerator
DGenerateDocumentation.cpp353 case SIMPLE: { in writeDetailedTypeSpecification()
DSpecification.cpp413 spec->mKind = SIMPLE; in scanTypeSpecification()
/frameworks/base/api/
Dcurrent.txt20469 enum_constant public static final android.icu.text.MessagePattern.ArgType SIMPLE;
21272 enum_constant public static final android.icu.text.UnicodeSet.SpanCondition SIMPLE;