/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/ |
D | RuntimeDocumentClipper.java | 93 Function<String, Uri> uriBuilder, Selection<String> selection, @OpType int opType) { in getClipDataForDocuments() 111 List<Uri> uris, @OpType int opType, DocumentInfo parent) { in getClipDataForDocuments() 119 public ClipData getClipDataForDocuments(List<Uri> uris, @OpType int opType) { in getClipDataForDocuments() 128 private ClipData createStandardClipData(List<Uri> uris, @OpType int opType) { in createStandardClipData() 156 private ClipData createJumboClipData(List<Uri> uris, @OpType int opType) { in createJumboClipData() 251 @OpType int opType, in copyFromClipData() 270 @OpType int opType = getOpType(bundle); in copyFromClipData() local
|
D | DocumentClipper.java | 50 @OpType int opType); in getClipDataForDocuments() 55 ClipData getClipDataForDocuments(List<Uri> uris, @OpType int opType, DocumentInfo parent); in getClipDataForDocuments() 60 ClipData getClipDataForDocuments(List<Uri> uris, @OpType int opType); in getClipDataForDocuments() 125 @OpType int opType, in copyFromClipData()
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDocumentClipper.java | 45 public final TestEventListener<Integer> opType = new TestEventListener<>(); field in TestDocumentClipper 54 Function<String, Uri> uriBuilder, Selection<String> selection, int opType) { in getClipDataForDocuments() 60 @FileOperationService.OpType int opType) { in getClipDataForDocuments() 66 @FileOperationService.OpType int opType, DocumentInfo parent) { in getClipDataForDocuments() 104 @OpType int opType, Callback callback) { in copyFromClipData()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | ResizeImageOps.cpp | 104 bool resizeImageOpNhwc(OperationType opType, const T* inputData, const Shape& inputShape, in resizeImageOpNhwc() 131 bool resizeImageOpNhwc<_Float16>(OperationType opType, const _Float16* inputData, in resizeImageOpNhwc() 145 bool resizeImageOp(OperationType opType, const T* inputData, const Shape& inputShape, bool useNchw, in resizeImageOp() 169 bool prepare(OperationType opType, IOperationExecutionContext* context) { in prepare() 220 bool execute(OperationType opType, IOperationExecutionContext* context) { in execute()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsClusteredTests.cpp | 64 std::string getOpTypeName(int opType) in getOpTypeName() 88 std::string getOpTypeOperation(int opType, Format format, std::string lhs, std::string rhs) in getOpTypeOperation() 186 std::string getIdentity(int opType, Format format) in getIdentity() 280 std::string getCompare(int opType, Format format, std::string lhs, std::string rhs) in getCompare() 320 int opType; member
|
H A D | glcSubgroupsArithmeticTests.cpp | 78 std::string getOpTypeName(int opType) in getOpTypeName() 130 std::string getOpTypeOperation(int opType, Format format, std::string lhs, std::string rhs) in getOpTypeOperation() 242 std::string getIdentity(int opType, Format format) in getIdentity() 350 std::string getCompare(int opType, Format format, std::string lhs, std::string rhs) in getCompare() 398 int opType; member
|
H A D | glcSubgroupsPartitionedTests.cpp | 78 std::string getOpTypeName(int opType) in getOpTypeName() 130 std::string getOpTypeNamePartitioned(int opType) in getOpTypeNamePartitioned() 182 std::string getIdentity(int opType, Format format) in getIdentity() 290 std::string getCompare(int opType, Format format, std::string lhs, std::string rhs) in getCompare() 338 int opType; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsQuadTests.cpp | 51 OpType opType; member 75 string getOpTypeName(OpType opType) in getOpTypeName() 94 string getOpTypeCaseName(OpType opType) in getOpTypeCaseName() 461 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsQuadTests() local 552 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsQuadTests() local
|
H A D | vktSubgroupsShuffleTests.cpp | 60 OpType opType; member 85 string getOpTypeName(OpType opType) in getOpTypeName() 106 string getExtensionForOpType(OpType opType) in getExtensionForOpType() 711 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsShuffleTests() local 817 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsShuffleTests() local
|
H A D | vktSubgroupsBallotBroadcastTests.cpp | 49 OpType opType; member 75 string getOpTypeCaseName(OpType opType) in getOpTypeCaseName() 513 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsBallotBroadcastTests() local 665 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsBallotBroadcastTests() local
|
H A D | vktSubgroupsArithmeticTests.cpp | 78 static Operator getOperator(OpType opType) in getOperator() 116 static ScanType getScanType(OpType opType) in getScanType() 528 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsArithmeticTests() local 636 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsArithmeticTests() local
|
H A D | vktSubgroupsPartitionedTests.cpp | 79 static Operator getOperator(OpType opType) in getOperator() 117 static ScanType getScanType(OpType opType) in getScanType() 558 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsPartitionedTests() local 663 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsPartitionedTests() local
|
H A D | vktSubgroupsVoteTests.cpp | 53 OpType opType; member 107 string getOpTypeName(int opType) in getOpTypeName() 605 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsVoteTests() local 739 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsVoteTests() local
|
H A D | vktSubgroupsShapeTests.cpp | 48 OpType opType; member 69 string getOpTypeName(const OpType opType) in getOpTypeName() 428 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsShapeTests() local
|
H A D | vktSubgroupsBallotOtherTests.cpp | 53 OpType opType; member 74 string getOpTypeName(OpType opType) in getOpTypeName() 497 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsBallotOtherTests() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsValidationUtils.h | 29 #define NN_VALIDATION_FUNCTION_NAME(opType) validate_##opType argument 31 #define NN_VALIDATION_FUNCTION_SIGNATURE(opType) \ argument 34 #define NN_DEFINE_VALIDATION_FUNCTION(opType, validate) \ argument
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
H A D | DspBufferMath.java | 60 int opType = estimateOperandsType(a, b); in add() local 132 int opType = estimateOperandsType(a, b); in mult() local 214 int opType = estimateOperandsType(r, a); in mult() local 260 int opType = estimateOperandsType(r, a); in set() local
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/ui/ |
D | DialogController.java | 37 void showFileOperationStatus(int status, int opType, int docCount); in showFileOperationStatus() 72 public void showFileOperationStatus(@Status int status, @OpType int opType, int docCount) { in showFileOperationStatus() 114 private boolean shouldShowProgressDialogForOperation(@OpType int opType) { in shouldShowProgressDialogForOperation()
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | DragAndDropManager.java | 343 final @OpType int opType = calculateOpType(mClipData, destRoot); in updateState() local 399 final @OpType int opType = calculateOpType(clipData, destRoot); in drop() local 415 @OpType int opType, in dropOnRootDocument() 450 @OpType int opType, FileOperations.Callback callback) { in dropChecked()
|
/aosp_15_r20/external/pytorch/test/cpp/c10d/ |
H A D | ProcessGroupNCCLErrorsTest.cpp | 26 c10d::OpType opType, in WorkNCCLSimulateErrors() 67 c10d::OpType opType, in initWork() 98 c10d::OpType opType, in WorkNCCLTimedoutErrors() 129 c10d::OpType opType, in initWork()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | regexcmp.cpp | 2030 int32_t opType = URX_TYPE(op); in insertOp() local 2700 int32_t opType; // The opcode type of the op in matchStartType() local 3219 int32_t opType; in minMatchLength() local 3494 int32_t opType; in maxMatchLength() local 3731 int32_t opType = URX_TYPE(op); in maxMatchLength() local 3800 int32_t opType = URX_TYPE(op); in stripNOPs() local
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | regexcmp.cpp | 2030 int32_t opType = URX_TYPE(op); in insertOp() local 2700 int32_t opType; // The opcode type of the op in matchStartType() local 3217 int32_t opType; in minMatchLength() local 3492 int32_t opType; in maxMatchLength() local 3729 int32_t opType = URX_TYPE(op); in maxMatchLength() local 3798 int32_t opType = URX_TYPE(op); in stripNOPs() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | OperationResolver.cpp | 26 #define NN_FORWARD_DECLARE_OPERATION_REGISTRATION_FUNCTION(opType) \ argument 65 #define NN_REGISTER_OPERATION_FUNCTION(opType) registerOperation(register_##opType()); in BuiltinOperationResolver() argument
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | FileOperation.java | 63 FileOperation(@OpType int opType, UrisSupplier srcs, DocumentStack destination) { in FileOperation() 251 private MoveDeleteOperation(@OpType int opType, UrisSupplier srcs, in MoveDeleteOperation() 318 public Builder withOpType(@OpType int opType) { in withOpType()
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/ |
D | test_generator.py | 257 def __init__(self, name, opType, value, backward=None, skipRenaming=False, extraParams=None): argument 313 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument 324 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument 330 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument 336 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument 346 def __init__(self, name, opType, value, backward=None, skipRenaming=False, extraParams=None): argument 422 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument
|