Searched refs:getOpType (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidateOperations.cpp | 3196 getOpType(ANEURALNETWORKS_INT32), getOpType(ANEURALNETWORKS_INT32), in roiAlignOpTest() 3197 getOpType(scalarOperandCode), getOpType(scalarOperandCode), in roiAlignOpTest() 3198 getOpType(ANEURALNETWORKS_INT32), getOpType(ANEURALNETWORKS_INT32), in roiAlignOpTest() 3231 getOpType(ANEURALNETWORKS_INT32), getOpType(ANEURALNETWORKS_INT32), in roiPoolingOpTest() 3232 getOpType(scalarOperandCode), getOpType(scalarOperandCode), in roiPoolingOpTest() 3598 getOpType(floatScalarType), getOpType(floatScalarType), getOpType(floatScalarType)}, in localResponseNormOpTest() 3605 getOpType(floatScalarType), getOpType(floatScalarType), getOpType(floatScalarType), in localResponseNormOpTest() 3856 getOpType(ANEURALNETWORKS_INT32), getOpType(ANEURALNETWORKS_INT32), in boxWithNmsLimitOpTest() 3857 getOpType(scalarOperandCode), getOpType(scalarOperandCode), in boxWithNmsLimitOpTest() 4231 getOpType(scalarOperandCode), getOpType(scalarOperandCode), in generateProposalsOpTest() [all …]
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/ |
H A D | RuntimeDocumentClipper.java | 270 @OpType int opType = getOpType(bundle); in copyFromClipData() 274 FileOperations.Callback.STATUS_REJECTED, getOpType(clipData), 0); in copyFromClipData() 315 private @OpType int getOpType(ClipData data) { in getOpType() method in RuntimeDocumentClipper 317 return getOpType(bundle); in getOpType() 320 private @OpType int getOpType(PersistableBundle bundle) { in getOpType() method in RuntimeDocumentClipper
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ui/ |
H A D | DialogController.java | 125 assert(operation.getOpType() != FileOperationService.OPERATION_UNKNOWN); in showProgressDialog() 127 if (!shouldShowProgressDialogForOperation(operation.getOpType())) { in showProgressDialog()
|
H A D | OperationProgressDialog.java | 91 switch (operation.getOpType()) { in create()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
H A D | FileOperation.java | 77 public @OpType int getOpType() { in getOpType() method in FileOperation 260 switch(getOpType()) { in createJob() 269 throw new UnsupportedOperationException("Unsupported op type: " + getOpType()); in createJob()
|
H A D | FileOperations.java | 68 callback.onOperationResult(Callback.STATUS_ACCEPTED, operation.getOpType(), in start()
|
H A D | FileOperationService.java | 257 Future<?> future = getExecutorService(operation.getOpType()).submit(job); in handleOperation()
|