Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageApplicationActionButtonsPreferenceController.java71 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/
DShimUtils.cpp64 case Result::OP_FAILED: in convertResultToErrorStatus()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java79 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/
DTestUnspecifiedDimensions.cpp412 if (result == Result::OP_FAILED) continue; in TestOne()
574 return Result::OP_FAILED; in expectCompute()
DTestMemoryInternal.cpp256 ASSERT_EQ(WrapperResult::OP_FAILED, r); in TEST_F()
DTestExecution.cpp894 std::make_tuple(V1_3::ErrorStatus::GENERAL_FAILURE, WrapperResult::OP_FAILED,
947 std::make_tuple(V1_3::ErrorStatus::GENERAL_FAILURE, WrapperResult::OP_FAILED,
DTestPartitioningRandom.cpp1122 compilationResult == Result::OP_FAILED && hasUnknownDimensions && in TEST_P()
1133 ASSERT_EQ(compilationResult, Result::OP_FAILED); in TEST_P()
DTestPartitioning.cpp958 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/
DTestRandomGraph.cpp317 if (compileReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
333 if (executeReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
/packages/modules/NeuralNetworks/runtime/
DTelemetryStatsd.cpp133 STATIC_ASSERT_RESULT_CODE_EQ_VALUE(type, OP_FAILED); \
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h86 OP_FAILED = ANEURALNETWORKS_OP_FAILED, enumerator