Home
last modified time | relevance | path

Searched defs:executionResultCode (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/common/src/com/android/adservices/spe/
DAdServicesStatsdJobServiceLoggerTest.java65 int executionResultCode = 4; in testLogExecutionReportedStats() local
107 int executionResultCode = 4; in testLogExecutionReportedStats_logSamplingInfraFlagEnabled() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/common/src/com/android/adservices/metriclogger/
DBackgroundJobsExecutionMetricLoggerTest.java65 int executionResultCode = 4; in testLogStats() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DSelectAdsFromOutcomesApiCalledStats.java80 public abstract Builder setExecutionResultCode( in setExecutionResultCode()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLogger.java251 int executionResultCode, in logExecutionStats()
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp107 static bool validateOutputShapesFromDriver(int executionResultCode, const ModelBuilder* model, in validateOutputShapesFromDriver()
1159 static bool isZeroSizedTensor(int executionResultCode, const OutputShape& outputShape) { in isZeroSizedTensor()
1238 bool StepExecutor::updateOutputShapes(int executionResultCode, const std::vector<OutputShape>& from, in updateOutputShapes()