Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 25 of 112) sorted by relevance

12345

/aosp12/art/test/141-class-unload/src/
H A DMain.java35 Constructor<?> constructor = in main() local
78 private static void stressTest(Constructor<?> constructor) throws Exception { in stressTest()
95 private static void testUnloadClass(Constructor<?> constructor) throws Exception { in testUnloadClass()
106 private static void testUnloadLoader(Constructor<?> constructor) in testUnloadLoader()
115 private static void testStackTrace(Constructor<?> constructor) throws Exception { in testStackTrace()
157 private static void testNoUnloadInstance(Constructor<?> constructor) throws Exception { in testNoUnloadInstance()
165 private static Class<?> setUpUnloadClass(Constructor<?> constructor) throws Exception { in setUpUnloadClass()
180 private static Object allocObjectInOtherClassLoader(Constructor<?> constructor) in allocObjectInOtherClassLoader()
188 private static void testStickyUnload(Constructor<?> constructor) throws Exception { in testStickyUnload()
204 private static WeakReference<Class> setUpUnloadClassWeak(Constructor<?> constructor) in setUpUnloadClassWeak()
[all …]
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.js26 constructor() { method in TimeLog
38 constructor() { method in ProgressBar
198 constructor(divContainer) { method in TabManager
314 constructor(divContainer) { method in RecordFileView
362 constructor(divContainer, eventInfo) { method in ChartView
636 constructor(divContainer, eventInfo) { method in SampleTableView
759 constructor(div, eventInfo) { method in FlameGraphViewList
873 constructor() { method in FunctionTab
1467 constructor(fileId) { method in SourceFile
1544 constructor(divContainer, sourceFiles, totalCount) { method in SourceCodeView
[all …]
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/utils/
H A DTestUtils.java80 Constructor<TvInputInfo> constructor = in createTvInputInfoForO() local
134 Constructor<TvInputInfo> constructor = in createTvInputInfoForNyc() local
177 Constructor<TvInputInfo> constructor = in createTvInputInfoForMnc() local
/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTestSuite.java52 Constructor<?> constructor; in createTest() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DOperationManager.h41 std::function<void(test_helper::TestOperandType, uint32_t, RandomOperand*)> constructor = member
84 std::function<void(test_helper::TestOperandType, uint32_t, RandomOperation*)> constructor = member
/aosp12/art/test/817-hiddenapi/
H A Dtest_native.cc27 jmethodID constructor = env->GetMethodID(cls, "<init>", "()V"); in Java_TestCase_testNativeInternal() local
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DDrawableInflater_Delegate.java39 Constructor<? extends Drawable> constructor; in inflateFromClass() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/core/
H A DXmlControllerAttributeTest.java84 Constructor<?> constructor = getConstructorFromClass(clazz); in testAllIndexableXML_onlyValidBasePreferenceControllersAdded() local
185 Constructor<?> constructor = null; in getConstructorFromClass() local
H A DBasePreferenceControllerSignatureInspector.java86 private static boolean hasValidConstructorSignature(Constructor constructor) { in hasValidConstructorSignature()
/aosp12/art/test/044-proxy/src/
H A DConstructorProxy.java40 Constructor<?> constructor = proxyClass.getConstructor(InvocationHandler.class); in runTest() local
/aosp12/art/test/674-hiddenapi/
H A Dhiddenapi.cc97 jmethodID constructor = env->GetMethodID(klass, "<init>", "()V"); in NewInstance() local
258 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canDiscoverConstructor() local
270 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canInvokeConstructorA() local
295 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canInvokeConstructorV() local
/aosp12/art/test/636-wrong-static-access/src/
H A DMain.java29 Constructor<?> constructor = in main() local
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/core/
H A DBasePreferenceControllerSignatureInspector.java86 private static boolean hasValidConstructorSignature(Constructor constructor) { in hasValidConstructorSignature()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DPositionTest.java56 public void constructor() { in constructor() method in PositionTest
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_VerifiedKeyEvent.cpp28 jmethodID constructor; member
H A Dandroid_view_VerifiedMotionEvent.cpp28 jmethodID constructor; member
/aosp12/art/test/142-classloader2/src/
H A DMain.java28 Constructor<?> constructor = myClassLoaderClass.getConstructor(String.class, in createClassLoader() local
/aosp12/art/test/661-classloader-allocator/src/
H A DMain.java50 Constructor<?> constructor = in loadClass() local
/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DCustomSliceable.java115 final Constructor<? extends CustomSliceable> constructor = in createInstance() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DTestUtils.java30 final Constructor<SensorEvent> constructor = in createSensorEvent() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/fuzzers/
H A DFuzzer.java122 Constructor<? extends Executor> constructor = in addExecutorsForArchitecture() local
127 Constructor<? extends Executor> constructor = in addExecutorsForArchitecture() local
/aosp12/art/test/ti-agent/
H A Dstack_trace_helper.cc45 jmethodID constructor = env->GetMethodID( in Java_art_StackTrace_nativeGetStackTrace() local
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/s2/
H A DS2LevelRangeTest.java32 public void constructor() { in constructor() method in S2LevelRangeTest
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DPreferenceInflater.java56 Constructor<?> constructor = sConstructorMap.get(name); in newPreference() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapVcardList.java69 VCardEntryConstructor constructor = in parse() local

12345