Searched refs:SIMPLE (Results 1 – 15 of 15) sorted by relevance
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/test/resources/testdata/ |
D | annotation_valid.proto | 33 SIMPLE = 2; enumerator 48 SIMPLE = 2; enumerator
|
D | fidelity_params_valid.proto | 24 SIMPLE = 2; enumerator
|
D | dev_tuningfork.proto | 35 SIMPLE = 2; enumerator
|
/frameworks/opt/gamesdk/src/tuningfork/proto/ |
D | example_tuningfork.proto | 19 SIMPLE = 2; enumerator
|
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.h | 251 enum class Kind { ERROR, EMPTY, SIMPLE, COMPOUND }; enumerator 308 enum { EMPTY, SIMPLE, COMPOUND } mState = EMPTY; enumerator
|
D | ExecutionPlan.cpp | 665 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/ |
D | TestPartitioning.cpp | 1196 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 …]
|
D | TestPartitioningRandom.cpp | 1125 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/ |
D | README.md | 117 SIMPLE = 3;
|
/frameworks/rs/script_api/ |
D | GenerateStubsWhiteList.cpp | 73 case SIMPLE: { in findSubstitute()
|
D | GenerateHeaderFiles.cpp | 139 case SIMPLE: in writeTypeSpecification()
|
D | Specification.h | 282 SIMPLE, enumerator
|
D | GenerateDocumentation.cpp | 353 case SIMPLE: { in writeDetailedTypeSpecification()
|
D | Specification.cpp | 413 spec->mKind = SIMPLE; in scanTypeSpecification()
|
/frameworks/base/api/ |
D | current.txt | 20469 enum_constant public static final android.icu.text.MessagePattern.ArgType SIMPLE; 21272 enum_constant public static final android.icu.text.UnicodeSet.SpanCondition SIMPLE;
|