Home
last modified time | relevance | path

Searched refs:OP_FAILED (Results 1 – 10 of 10) 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/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java77 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/shim_and_sl/
DShimUtils.cpp64 case Result::OP_FAILED: in convertResultToErrorStatus()
/packages/modules/NeuralNetworks/runtime/test/
DTestUnspecifiedDimensions.cpp403 if (result == Result::OP_FAILED) continue; in TestOne()
565 return Result::OP_FAILED; in expectCompute()
DTestMemoryInternal.cpp237 ASSERT_EQ(WrapperResult::OP_FAILED, r); in TEST_F()
DTestExecution.cpp893 std::make_tuple(V1_3::ErrorStatus::GENERAL_FAILURE, WrapperResult::OP_FAILED,
946 std::make_tuple(V1_3::ErrorStatus::GENERAL_FAILURE, WrapperResult::OP_FAILED,
DTestPartitioningRandom.cpp1139 compilationResult == Result::OP_FAILED && hasUnknownDimensions && in TEST_P()
1149 ASSERT_EQ(compilationResult, Result::OP_FAILED); in TEST_P()
DTestPartitioning.cpp957 builder()->forTest_failPartitioning(static_cast<int>(Result::OP_FAILED))); in failPartitioning()
1992 ASSERT_EQ(cPWithoutFallback.finish(), Result::OP_FAILED); in TEST_F()
2416 ASSERT_EQ(mCompilation->finish(), Result::OP_FAILED); in compileModelAndComparePlan()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp313 if (compileReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
329 if (executeReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h86 OP_FAILED = ANEURALNETWORKS_OP_FAILED, enumerator