Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h548 bool isSimple() const { return mState == SIMPLE; } in isSimple()
576 SIMPLE, enumerator
735 enum { EMPTY, SIMPLE, COMPOUND } mState = EMPTY; enumerator
738 CHECK(mState == SIMPLE); in simple()
743 CHECK(mState == SIMPLE); in simple()
DExecutionPlan.cpp801 case SIMPLE: { in makeBursts()
822 if (mState == SIMPLE) { in makeController()
1115 if (mState == SIMPLE) { in next()
1429 CHECK(mState != SIMPLE); in becomeCompoundIfEmpty()
1473 mState = SIMPLE; in becomeSingleStep()
1507 case SIMPLE: in forTest_getKind()
1509 return mBody->mSuccessfulFinish ? Kind::SIMPLE : Kind::ERROR; in forTest_getKind()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1458 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1470 ASSERT_EQ(planC.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1551 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1673 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1807 ASSERT_EQ(cPNo.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1821 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1914 ASSERT_EQ(planBestOEM.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1958 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
2011 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
2030 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
[all …]
DTestPartitioningRandom.cpp1176 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_P()
1192 case ExecutionPlan::Kind::SIMPLE: in TEST_P()
/frameworks/rs/script_api/
DGenerateHeaderFiles.cpp139 case SIMPLE: in writeTypeSpecification()
DGenerateRSFunctionsList.cpp73 case SIMPLE: { in findSubstitute()
DSpecification.h282 SIMPLE, enumerator
DGenerateDocumentation.cpp353 case SIMPLE: { in writeDetailedTypeSpecification()
DSpecification.cpp413 spec->mKind = SIMPLE; in scanTypeSpecification()
/frameworks/base/non-updatable-api/
Dcurrent.txt20727 enum_constant public static final android.icu.text.MessagePattern.ArgType SIMPLE;
21530 enum_constant public static final android.icu.text.UnicodeSet.SpanCondition SIMPLE;
/frameworks/base/api/
Dcurrent.txt20727 enum_constant public static final android.icu.text.MessagePattern.ArgType SIMPLE;
21530 enum_constant public static final android.icu.text.UnicodeSet.SpanCondition SIMPLE;