Home
last modified time | relevance | path

Searched refs:opIdx (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java3576 for (int opIdx = 0; opIdx < attributedOps.getOpCount(); opIdx++) {
3577 final AppOpsManager.HistoricalOp op = attributedOps.getOpAt(opIdx);
3583 for (int opIdx = 0; opIdx < packageOps.getOpCount(); opIdx++) {
3584 final AppOpsManager.HistoricalOp op = packageOps.getOpAt(opIdx);
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp365 uint32_t opIdx = 0; in addOperation() local
372 model, opIdx, &inputs[i].channelQuant.value()); in addOperation()
375 ANeuralNetworksModel_setOperandValueFromModel(model, opIdx, in addOperation()
378 inputIds.push_back(opIdx++); in addOperation()
384 model, opIdx, &outputs[i].channelQuant.value()); in addOperation()
386 outputIds.push_back(opIdx++); in addOperation()