Searched refs:OP_FAILED (Results 1 – 10 of 10) sorted by relevance
71 private static final int OP_FAILED = 2; field in StorageApplicationActionButtonsPreferenceController362 msg.arg1 = succeeded ? OP_SUCCESSFUL : OP_FAILED; in onRemoveCompleted()370 msg.arg1 = succeeded ? OP_SUCCESSFUL : OP_FAILED; in onRemoveCompleted()
77 private static final int OP_FAILED = 2; field in AppStorageSettings617 msg.arg1 = succeeded ? OP_SUCCESSFUL : OP_FAILED;625 msg.arg1 = succeeded ? OP_SUCCESSFUL : OP_FAILED;
64 case Result::OP_FAILED: in convertResultToErrorStatus()
403 if (result == Result::OP_FAILED) continue; in TestOne()565 return Result::OP_FAILED; in expectCompute()
237 ASSERT_EQ(WrapperResult::OP_FAILED, r); in TEST_F()
893 std::make_tuple(V1_3::ErrorStatus::GENERAL_FAILURE, WrapperResult::OP_FAILED,946 std::make_tuple(V1_3::ErrorStatus::GENERAL_FAILURE, WrapperResult::OP_FAILED,
1139 compilationResult == Result::OP_FAILED && hasUnknownDimensions && in TEST_P()1149 ASSERT_EQ(compilationResult, Result::OP_FAILED); in TEST_P()
957 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()
313 if (compileReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()329 if (executeReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
86 OP_FAILED = ANEURALNETWORKS_OP_FAILED, enumerator