| /packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
| D | Normalization.cpp | 39 .constructor = softmaxConstructor}; in DEFINE_OPERATION_SIGNATURE() 49 .constructor = softmaxConstructor}; in DEFINE_OPERATION_SIGNATURE() 58 .constructor = softmaxConstructor}; in DEFINE_OPERATION_SIGNATURE() 70 .constructor = softmaxConstructor}; in DEFINE_OPERATION_SIGNATURE() 79 .constructor = softmaxConstructor}; in DEFINE_OPERATION_SIGNATURE() 89 .constructor = softmaxConstructor}; in DEFINE_OPERATION_SIGNATURE() 109 .constructor = l2normConstructor}; in DEFINE_OPERATION_SIGNATURE() 118 .constructor = l2normConstructor}; in DEFINE_OPERATION_SIGNATURE() 128 .constructor = l2normConstructor}; in DEFINE_OPERATION_SIGNATURE() 138 .constructor = l2normConstructor}; in DEFINE_OPERATION_SIGNATURE() [all …]
|
| D | Reshape.cpp | 58 .constructor = spaceToDepthConstructor}; 74 .constructor = spaceToDepthConstructor}; 114 .constructor = depthToSpaceConstructor}; 130 .constructor = depthToSpaceConstructor}; 162 .constructor = reshapeConstructor}; 202 .constructor = batchToSpaceConstructor}; 220 .constructor = batchToSpaceConstructor}; 262 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { in __anon71df20080102() 280 .constructor = spaceToBatchConstructor}; 299 .constructor = spaceToBatchConstructor}; [all …]
|
| D | OperationSignatureUtils.h | 323 .type = RandomOperandType::INPUT, .constructor = defaultOperandConstructor, \ 331 .type = RandomOperandType::INPUT, .constructor = defaultScalarOperandConstructor, \ 340 .constructor = [](TestOperandType, uint32_t rank, \ 352 .constructor = \ 382 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { \ 396 .constructor = [](TestOperandType dataType, uint32_t, RandomOperand* op) { \ 409 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { \ 420 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { op->dataType = opType; } \ 427 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { op->dataType = opType; } \ 434 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { \ [all …]
|
| D | ConcatSplit.cpp | 56 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() 69 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() 81 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() 94 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() 105 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() 117 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() 154 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() 167 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() 179 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() 191 .constructor = [](TestOperandType, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE()
|
| D | Resize.cpp | 81 .constructor = resizeOpConstructor}; 98 .constructor = resizeOpConstructor}; \ 108 .constructor = resizeOpConstructor}; 130 .constructor = resizeOpConstructor}; \ 142 .constructor = resizeOpConstructor};
|
| D | Convolutions.cpp | 150 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \ 167 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; 196 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \ 214 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \ 237 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \ 257 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; 392 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, \ 411 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \ 442 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, \ 462 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \ [all …]
|
| D | Elementwise.cpp | 63 .constructor = elementwiseOpConstructor}; 91 .constructor = elementwiseOpConstructor}; 120 .constructor = sameDimensionOpConstructor}; 155 .constructor = castingOpConstructor}; 188 .constructor = castingOpConstructor}; 222 .constructor = sameDimensionOpConstructor}; in DEFINE_OPERATION_SIGNATURE()
|
| D | Selection.cpp | 55 .constructor = embeddingLookupConstructor, \ 97 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { in __anon6a08d0e60102() 112 .constructor = hashtableLookupConstructor, in DEFINE_OPERATION_SIGNATURE() 158 .constructor = gatherConstructor, \ 182 .constructor = selectConstructor}; 219 .constructor = topKConstructor}; 268 .constructor = sliceConstructor, \ 376 .constructor = stridedSliceConstructor, in DEFINE_OPERATION_SIGNATURE() 390 .constructor = stridedSliceConstructor, in DEFINE_OPERATION_SIGNATURE() 404 .constructor = stridedSliceConstructor, in DEFINE_OPERATION_SIGNATURE()
|
| D | FullyConnected.cpp | 57 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_0, _3)}; in DEFINE_OPERATION_SIGNATURE() 68 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE() 78 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_3, _3)}; in DEFINE_OPERATION_SIGNATURE()
|
| D | BoundingBox.cpp | 38 .constructor = roiTensorConstructor}; 40 .constructor = roiTensorConstructor}; 150 .constructor = roiConstructor, \ 175 .constructor = roiConstructor, \ 238 .constructor = heatmapMaxKeypointConstructor, \
|
| D | Poolings.cpp | 121 .constructor = poolingExplicitOpConstructor}; \ 138 .constructor = poolingImplicitOpConstructor}; 171 .constructor = poolingExplicitOpConstructor}; \ 189 .constructor = poolingImplicitOpConstructor};
|
| D | Reduce.cpp | 72 .constructor = reduceOpConstructor}; 87 .constructor = reduceOpConstructor}; 123 .constructor = singleAxisReduceOpConstructor};
|
| /packages/apps/TV/tests/common/src/com/android/tv/testing/utils/ |
| D | TestUtils.java | 80 Constructor<TvInputInfo> constructor = in createTvInputInfoForO() local 98 constructor.setAccessible(true); in createTvInputInfoForO() 99 return constructor.newInstance( in createTvInputInfoForO() 134 Constructor<TvInputInfo> constructor = in createTvInputInfoForNyc() local 153 constructor.setAccessible(true); in createTvInputInfoForNyc() 154 return constructor.newInstance( in createTvInputInfoForNyc() 177 Constructor<TvInputInfo> constructor = in createTvInputInfoForMnc() local 180 constructor.setAccessible(true); in createTvInputInfoForMnc() 181 return constructor.newInstance(service, id, parentId, type, isHardwareInput); in createTvInputInfoForMnc()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/core/ |
| D | XmlControllerAttributeTest.java | 86 Constructor<?> constructor = getConstructorFromClass(clazz); in testAllIndexableXML_onlyValidBasePreferenceControllersAdded() local 88 if (constructor == null) { in testAllIndexableXML_onlyValidBasePreferenceControllersAdded() 187 Constructor<?> constructor = null; in getConstructorFromClass() local 189 constructor = clazz.getConstructor(Context.class); in getConstructorFromClass() 193 if (constructor != null) { in getConstructorFromClass() 194 return constructor; in getConstructorFromClass() 198 constructor = clazz.getConstructor(Context.class, String.class); in getConstructorFromClass() 202 return constructor; in getConstructorFromClass()
|
| D | BasePreferenceControllerSignatureInspector.java | 63 for (Constructor constructor : constructors) { in run() 64 if (hasValidConstructorSignature(constructor)) { in run() 86 private static boolean hasValidConstructorSignature(Constructor constructor) { in hasValidConstructorSignature() argument 87 final Class[] parameterTypes = constructor.getParameterTypes(); in hasValidConstructorSignature()
|
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| D | PreferenceInflater.java | 56 Constructor<?> constructor = sConstructorMap.get(name); in newPreference() local 58 if (constructor == null) { in newPreference() 62 constructor = clazz.getConstructor(CTOR_SIGNATURE); in newPreference() 63 sConstructorMap.put(name, constructor); in newPreference() 65 return (CameraPreference) constructor.newInstance(args); in newPreference()
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_le_audio.cpp | 52 jmethodID constructor; member 58 jmethodID constructor; member 63 jmethodID constructor; member 69 jmethodID constructor; member 74 jmethodID constructor; member 79 jmethodID constructor; member 84 jmethodID constructor; member 89 jmethodID constructor; member 102 android_bluetooth_BluetoothLeAudioCodecConfig.constructor, in prepareCodecConfigObj() 280 android_bluetooth_BluetoothLeAudioCodecConfig.constructor = env->GetMethodID( in classInitNative() [all …]
|
| /packages/services/Car/tools/GenericCarApiBuilder/src/com/android/car/tool/apibuilder/ |
| D | ParsedDataBuilder.java | 79 ConstructorDeclaration constructor = constructors.get(i); in populateParsedDataForFile() local 80 ConstructorData constructorData = getConstructorData(n, constructor); in populateParsedDataForFile() 86 constructor.getAnnotations()); in populateParsedDataForFile() 347 ConstructorDeclaration constructor) { in getConstructorData() argument 348 if (!n.isInterface() && !constructor.isPublic() && !constructor.isProtected()) { in getConstructorData() 352 String constructorName = constructor.getName().asString(); in getConstructorData() 359 List<Parameter> parameters = constructor.getParameters(); in getConstructorData() 373 if (!constructor.getJavadoc().isEmpty()) { in getConstructorData() 374 isHidden = constructor.getJavadoc().get().toText().contains("@hide"); in getConstructorData()
|
| /packages/apps/Settings/tests/unit/src/com/android/settings/core/ |
| D | BasePreferenceControllerSignatureInspector.java | 63 for (Constructor constructor : constructors) { in run() 64 if (hasValidConstructorSignature(constructor)) { in run() 86 private static boolean hasValidConstructorSignature(Constructor constructor) { in hasValidConstructorSignature() argument 87 final Class[] parameterTypes = constructor.getParameterTypes(); in hasValidConstructorSignature()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
| D | BluetoothPbapVcardList.java | 69 VCardEntryConstructor constructor = in parse() local 74 constructor.addEntryHandler(handler); in parse() 76 parser.addInterpreter(constructor); in parse()
|
| /packages/apps/Tag/src/com/android/apps/tag/record/ |
| D | VCardRecord.java | 123 final VCardEntryConstructor constructor = new VCardEntryConstructor(type); in getVCardEntries() local 124 constructor.addEntryHandler(new VCardEntryHandler() { in getVCardEntries() 136 parser.parse(new ByteArrayInputStream(mVCard), constructor); in getVCardEntries() 140 parser.parse(new ByteArrayInputStream(mVCard), constructor); in getVCardEntries()
|
| /packages/apps/Contacts/src/com/android/contacts/vcard/ |
| D | ImportProcessor.java | 153 final VCardEntryConstructor constructor = in runInternal() local 156 constructor.addEntryHandler(committer); in runInternal() 157 constructor.addEntryHandler(this); in runInternal() 171 successful = readOneVCard(is, estimatedVCardType, estimatedCharset, constructor, in runInternal()
|
| /packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
| D | MdnsSocketTests.java | 146 Constructor<NetworkInterface> constructor = in createEmptyNetworkInterface() local 148 constructor.setAccessible(true); in createEmptyNetworkInterface() 149 return constructor.newInstance(); in createEmptyNetworkInterface()
|
| /packages/services/Car/service-builtin/src/com/android/car/pm/ |
| D | CarSafetyAccessibilityService.java | 48 Constructor constructor = implClass.getConstructor(); in onCreate() local 49 mImpl = (CarSafetyAccessibilityServiceImplBase) constructor.newInstance(); in onCreate()
|
| /packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
| D | RandomGraphGenerator.cpp | 48 if (operand.constructor) operand.constructor(dataType, rank, this); in RandomOperand() 97 if (operation.constructor) operation.constructor(dataType, rank, this); in RandomOperation()
|