Searched refs:OP_FAILED (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | StorageApplicationActionButtonsPreferenceController.java | 71 private static final int OP_FAILED = 2; field in StorageApplicationActionButtonsPreferenceController 362 msg.arg1 = succeeded ? OP_SUCCESSFUL : OP_FAILED; in onRemoveCompleted() 370 msg.arg1 = succeeded ? OP_SUCCESSFUL : OP_FAILED; in onRemoveCompleted()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimUtils.cpp | 64 case Result::OP_FAILED: in convertResultToErrorStatus()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppStorageSettings.java | 79 private static final int OP_FAILED = 2; field in AppStorageSettings 617 msg.arg1 = succeeded ? OP_SUCCESSFUL : OP_FAILED; 625 msg.arg1 = succeeded ? OP_SUCCESSFUL : OP_FAILED;
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestUnspecifiedDimensions.cpp | 412 if (result == Result::OP_FAILED) continue; in TestOne() 574 return Result::OP_FAILED; in expectCompute()
|
D | TestMemoryInternal.cpp | 256 ASSERT_EQ(WrapperResult::OP_FAILED, r); in TEST_F()
|
D | TestExecution.cpp | 894 std::make_tuple(V1_3::ErrorStatus::GENERAL_FAILURE, WrapperResult::OP_FAILED, 947 std::make_tuple(V1_3::ErrorStatus::GENERAL_FAILURE, WrapperResult::OP_FAILED,
|
D | TestPartitioningRandom.cpp | 1122 compilationResult == Result::OP_FAILED && hasUnknownDimensions && in TEST_P() 1133 ASSERT_EQ(compilationResult, Result::OP_FAILED); in TEST_P()
|
D | TestPartitioning.cpp | 958 builder()->forTest_failPartitioning(static_cast<int>(Result::OP_FAILED))); in failPartitioning() 1993 ASSERT_EQ(cPWithoutFallback.finish(), Result::OP_FAILED); in TEST_F() 2417 ASSERT_EQ(mCompilation->finish(), Result::OP_FAILED); in compileModelAndComparePlan()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 317 if (compileReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice() 333 if (executeReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
|
/packages/modules/NeuralNetworks/runtime/ |
D | TelemetryStatsd.cpp | 133 STATIC_ASSERT_RESULT_CODE_EQ_VALUE(type, OP_FAILED); \
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapper.h | 86 OP_FAILED = ANEURALNETWORKS_OP_FAILED, enumerator
|