/frameworks/ml/nn/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 | 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 | OperationSignatureUtils.h | 313 .type = RandomOperandType::INPUT, .constructor = defaultOperandConstructor, \ 321 .type = RandomOperandType::INPUT, .constructor = defaultScalarOperandConstructor, \ 330 .constructor = [](TestOperandType, uint32_t rank, \ 342 .constructor = \ 372 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { \ 386 .constructor = [](TestOperandType dataType, uint32_t, RandomOperand* op) { \ 399 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { \ 410 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { op->dataType = opType; } \ 417 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { op->dataType = opType; } \ 424 .constructor = [](TestOperandType, uint32_t, RandomOperand* op) { \ [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 __anon0a84149d0102() 280 .constructor = spaceToBatchConstructor}; 299 .constructor = spaceToBatchConstructor}; [all …]
|
D | Resize.cpp | 81 .constructor = resizeOpConstructor}; 98 .constructor = resizeOpConstructor}; \ 108 .constructor = resizeOpConstructor}; 130 .constructor = resizeOpConstructor}; \ 142 .constructor = resizeOpConstructor};
|
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 | 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 __anonbfbd3ebb0102() 112 .constructor = hashtableLookupConstructor, in DEFINE_OPERATION_SIGNATURE() 158 .constructor = gatherConstructor, \ 182 .constructor = selectConstructor}; 219 .constructor = topKConstructor}; 259 .constructor = sliceConstructor, \ 358 .constructor = stridedSliceConstructor, in DEFINE_OPERATION_SIGNATURE() 372 .constructor = stridedSliceConstructor, in DEFINE_OPERATION_SIGNATURE() 386 .constructor = stridedSliceConstructor, in DEFINE_OPERATION_SIGNATURE()
|
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 | BoundingBox.cpp | 36 .constructor = roiTensorConstructor}; 38 .constructor = roiTensorConstructor}; 146 .constructor = roiConstructor, \ 171 .constructor = roiConstructor, \ 229 .constructor = heatmapMaxKeypointConstructor, \
|
D | Poolings.cpp | 121 .constructor = poolingExplicitOpConstructor}; \ 138 .constructor = poolingImplicitOpConstructor}; 171 .constructor = poolingExplicitOpConstructor}; \ 189 .constructor = poolingImplicitOpConstructor};
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | DrawableInflater_Delegate.java | 39 Constructor<? extends Drawable> constructor; in inflateFromClass() local 41 constructor = CONSTRUCTOR_MAP.get(className); in inflateFromClass() 42 if (constructor == null) { in inflateFromClass() 46 constructor = clazz.getConstructor(); in inflateFromClass() 47 CONSTRUCTOR_MAP.put(className, constructor); in inflateFromClass() 50 return constructor.newInstance(); in inflateFromClass()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
D | ReflectionInflater.java | 87 Constructor<? extends T> constructor = in createItem() local 91 if (constructor == null) { in createItem() 96 constructor = clazz.getConstructor(CONSTRUCTOR_SIGNATURE); in createItem() 97 constructor.setAccessible(true); in createItem() 98 constructorMap.put(tagName, constructor); in createItem() 103 final T item = constructor.newInstance(tempConstructorArgs); in createItem()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | DrawableInflater.java | 200 Constructor<? extends Drawable> constructor; in inflateFromClass() local 202 constructor = CONSTRUCTOR_MAP.get(className); in inflateFromClass() 203 if (constructor == null) { in inflateFromClass() 206 constructor = clazz.getConstructor(); in inflateFromClass() 207 CONSTRUCTOR_MAP.put(className, constructor); in inflateFromClass() 210 return constructor.newInstance(); in inflateFromClass()
|
/frameworks/base/core/jni/ |
D | android_view_VerifiedMotionEvent.cpp | 28 jmethodID constructor; member 35 gVerifiedMotionEventClassInfo.constructor, event.deviceId, in android_view_VerifiedMotionEvent() 45 gVerifiedMotionEventClassInfo.constructor = in register_android_view_VerifiedMotionEvent()
|
D | android_view_VerifiedKeyEvent.cpp | 28 jmethodID constructor; member 34 return env->NewObject(gVerifiedKeyEventClassInfo.clazz, gVerifiedKeyEventClassInfo.constructor, in android_view_VerifiedKeyEvent() 44 gVerifiedKeyEventClassInfo.constructor = in register_android_view_VerifiedKeyEvent()
|
D | android_os_HidlMemory.cpp | 32 jmethodID constructor; // HidlMemory(String, long, NativeHandle) member 92 gFields.constructor, in toJava() 144 gFields.constructor = GetMethodIDOrDie(env, in register_android_os_HidlMemory()
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteLayoutlibCallbackAdapter.java | 73 Constructor<?> constructor = null; in createNewInstance() local 76 constructor = clazz.getConstructor(constructorSignature); in createNewInstance() 118 constructor = clazz.getConstructor(constructorSignature); in createNewInstance() 119 if (constructor != null) { in createNewInstance() 138 if (constructor == null) { in createNewInstance() 143 constructor.setAccessible(true); in createNewInstance() 144 return constructor.newInstance(constructorParameters); in createNewInstance()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | TestUtils.java | 30 final Constructor<SensorEvent> constructor = in createSensorEvent() local 32 constructor.setAccessible(true); in createSensorEvent() 33 final SensorEvent event = constructor.newInstance(1); in createSensorEvent()
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestMethod.java | 88 for (Constructor constructor : constructors) { in instantiateTest() 89 Class[] params = constructor.getParameterTypes(); in instantiateTest() 91 TestCase test = ((Constructor<? extends TestCase>) constructor).newInstance(); in instantiateTest() 97 return ((Constructor<? extends TestCase>) constructor) in instantiateTest()
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 377 Constructor constructor = (Constructor) sConstructorMap.get(name); in createItem() local 380 if (null == constructor) { in createItem() 385 constructor = clazz.getConstructor(mConstructorSignature); in createItem() 386 constructor.setAccessible(true); in createItem() 387 sConstructorMap.put(name, constructor); in createItem() 392 return (T) constructor.newInstance(args); in createItem() 409 + constructor.getClass().getName()); in createItem()
|
/frameworks/base/test-base/src/junit/framework/ |
D | TestSuite.java | 52 Constructor<?> constructor; in createTest() local 54 constructor= getTestConstructor(theClass); in createTest() 60 if (constructor.getParameterTypes().length == 0) { in createTest() 61 test= constructor.newInstance(new Object[0]); in createTest() 65 test= constructor.newInstance(new Object[]{name}); in createTest()
|
/frameworks/base/core/java/android/transition/ |
D | TransitionInflater.java | 208 Constructor constructor = sConstructors.get(className); in createCustom() local 209 if (constructor == null) { in createCustom() 213 constructor = c.getConstructor(sConstructorSignature); in createCustom() 214 constructor.setAccessible(true); in createCustom() 215 sConstructors.put(className, constructor); in createCustom() 218 return constructor.newInstance(mContext, attrs); in createCustom()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | OperationManager.h | 41 std::function<void(test_helper::TestOperandType, uint32_t, RandomOperand*)> constructor = member 84 std::function<void(test_helper::TestOperandType, uint32_t, RandomOperation*)> constructor = member
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTestUtils.java | 50 Constructor constructor = clazz.getDeclaredConstructor(paramType); in createNewInstance() local 51 constructor.setAccessible(true); in createNewInstance() 53 return constructor.newInstance(params); in createNewInstance()
|