/aosp_15_r20/art/test/141-class-unload/src/ |
H A D | Main.java | 39 Constructor<?> constructor = in main() local 93 private static void stressTest(Constructor<?> constructor) throws Exception { in stressTest() 110 private static void testUnloadClass(Constructor<?> constructor) throws Exception { in testUnloadClass() 121 private static void testUnloadLoader(Constructor<?> constructor) throws Exception { in testUnloadLoader() 129 private static void testStackTrace(Constructor<?> constructor) throws Exception { in testStackTrace() 141 private static void testLoadAndUnloadLibrary(Constructor<?> constructor) throws Exception { in testLoadAndUnloadLibrary() 165 private static Pair $noinline$testNoUnloadInstanceHelper(Constructor<?> constructor) in $noinline$testNoUnloadInstanceHelper() 173 private static void testNoUnloadInstance(Constructor<?> constructor) throws Exception { in testNoUnloadInstance() 180 private static Class<?> setUpUnloadClass(Constructor<?> constructor) throws Exception { in setUpUnloadClass() 195 private static Object allocObjectInOtherClassLoader(Constructor<?> constructor) in allocObjectInOtherClassLoader() [all …]
|
/aosp_15_r20/development/tools/winscope/src/messaging/ |
H A D | winscope_event.ts | 106 constructor(readonly files: AdbFiles) { method in AppFilesCollected 114 constructor(readonly files: File[]) { method in AppFilesUploaded 138 constructor( method in RemoteToolFilesReceived 149 constructor(readonly deferredTimestamp: () => Timestamp | undefined) { method in RemoteToolTimestampReceived 158 constructor(view: View) { method in TabbedViewSwitched 172 constructor(newActiveTrace: Trace<object>) { method in TabbedViewSwitchRequest 183 constructor(position: TracePosition, updateTimeline = false) { method in TracePositionUpdate 209 constructor(readonly viewers: Viewer[]) { method in ViewersLoaded 220 constructor(readonly isTimelineExpanded: boolean) { method in ExpandedTimelineToggled 227 constructor(readonly trace: Trace<object>) { method in ActiveTraceChanged [all …]
|
H A D | user_warnings.ts | 24 constructor(private readonly file: File) { method in CorruptedArchive 38 constructor(private traces?: string[]) { method in NoValidFiles 54 constructor( method in TraceHasOldData 79 constructor( method in TraceOverridden 101 constructor(private readonly descriptor: string) { method in UnsupportedFileFormat 115 constructor( method in InvalidLegacyTrace 132 constructor( method in InvalidPerfettoTrace 149 constructor( method in FailedToCreateTracesParser 168 constructor(private readonly errorMessage: string) { method in CannotVisualizeTraceEntry 192 constructor(private readonly errorMessage: string) { method in IncompleteFrameMapping [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
H A D | ParameterTest.java | 124 Constructor<?> constructor = SingleParameter.class.getDeclaredConstructor(String.class); in testSingleParameterConstructor() local 149 Constructor<?> constructor = clazz.getDeclaredConstructor(String.class); in testSingleParameterConstructor_withMetadata() local 184 Constructor<?> constructor = GenericParameter.class.getDeclaredConstructor(Function.class); in testGenericParameterConstructor() local 212 Constructor<?> constructor = clazz.getDeclaredConstructor(Function.class); in testGenericParameterConstructor_withMetadata() local 248 Constructor<?> constructor = in testTwoParameterConstructor() local 279 Constructor<?> constructor = clazz.getDeclaredConstructor(String.class, Integer.class); in testTwoParameterConstructor_withMetadata() local 320 Constructor<?> constructor = FinalParameter.class.getDeclaredConstructor(String.class); in testFinalParameterConstructor() local 345 Constructor<?> constructor = clazz.getDeclaredConstructor(String.class); in testFinalParameterConstructor_withMetdata() local 387 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass); in testInnerClassSingleParameter() local 406 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass); in testInnerClassSingleParameter_withMetadata() local [all …]
|
H A D | ConstructorTest.java | 26 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(new Class[0]); in test_getExceptionTypes() local 39 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameterTypes() local 56 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameterCount() local 67 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameters() local 87 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor((Class[]) null); in testGetConstructorWithNullArgumentsArray() local 108 Constructor<?> constructor = ConstructorTestHelper.class.getDeclaredConstructor( in testGetDeclaredConstructorReturnsPrivateConstructor() local
|
/aosp_15_r20/external/perfetto/ui/src/components/widgets/sql/table/ |
H A D | well_known_columns.ts | 80 constructor( method in StandardColumn 105 constructor( method in TimestampColumn 136 constructor( method in DurationColumn 176 constructor( method in SliceIdColumn 253 constructor( method in SliceColumnSet 314 constructor( method in SchedIdColumn 397 constructor( method in ThreadStateIdColumn 480 constructor( method in ThreadColumn 605 constructor(private utid: SqlColumn) { method in ThreadIdColumn 674 constructor( method in ThreadColumnSet [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/ |
H A D | InvokableTest.java | 200 static Invokable<A, A> constructor() throws Exception { in constructor() method in InvokableTest.A 201 Constructor<A> constructor = A.class.getDeclaredConstructor(Object.class); in constructor() local 233 Constructor<WithConstructorAndTypeParameter> constructor = type.getDeclaredConstructor(); in testConstructor_returnType_hasTypeParameter() local 490 Constructor<?> constructor = InnerWithDefaultConstructor.class.getDeclaredConstructors()[0]; in testInnerClassDefaultConstructor() local 495 Constructor<?> constructor = in testNestedInnerClassDefaultConstructor() local 506 Constructor<?> constructor = in testInnerClassWithOneParameterConstructor() local 519 Constructor<?> constructor = in testInnerClassWithAnnotatedConstructorParameter() local 532 Constructor<?> constructor = in testInnerClassWithGenericConstructorParameter() local 550 Constructor<?> constructor = anonymous.getDeclaredConstructors()[0]; in testAnonymousClassDefaultConstructor() local 560 Constructor<?> constructor = anonymous.getDeclaredConstructors()[0]; in testAnonymousClassWithTwoParametersConstructor() local [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/ |
H A D | InvokableTest.java | 200 static Invokable<A, A> constructor() throws Exception { in constructor() method in InvokableTest.A 201 Constructor<A> constructor = A.class.getDeclaredConstructor(Object.class); in constructor() local 233 Constructor<WithConstructorAndTypeParameter> constructor = type.getDeclaredConstructor(); in testConstructor_returnType_hasTypeParameter() local 490 Constructor<?> constructor = InnerWithDefaultConstructor.class.getDeclaredConstructors()[0]; in testInnerClassDefaultConstructor() local 495 Constructor<?> constructor = in testNestedInnerClassDefaultConstructor() local 506 Constructor<?> constructor = in testInnerClassWithOneParameterConstructor() local 519 Constructor<?> constructor = in testInnerClassWithAnnotatedConstructorParameter() local 532 Constructor<?> constructor = in testInnerClassWithGenericConstructorParameter() local 550 Constructor<?> constructor = anonymous.getDeclaredConstructors()[0]; in testAnonymousClassDefaultConstructor() local 560 Constructor<?> constructor = anonymous.getDeclaredConstructors()[0]; in testAnonymousClassWithTwoParametersConstructor() local [all …]
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.SqlModules/ |
H A D | sql_modules_impl.ts | 49 constructor(docs: SqlModulesDocsSchema) { method in SqlModulesImpl 72 constructor(docs: DocsPackageSchemaType) { method in StdlibPackageImpl 116 constructor(docs: DocsModuleSchemaType) { method in StdlibModuleImpl 156 constructor(docs: DocsMacroSchemaType) { method in StdlibMacroImpl 173 constructor(docs: DocsTableFunctionSchemaType) { method in StdlibTableFunctionImpl 190 constructor(docs: DocsFunctionSchemaType) { method in StdlibFunctionImpl 206 constructor(docs: DocsDataObjectSchemaType) { method in StdlibDataObjectImpl 223 constructor(docs: DocsArgOrColSchemaType) { method in StdlibColumnImpl 283 constructor(docs: DocsArgOrColSchemaType) { method in StdlibFunctionArgImpl
|
/aosp_15_r20/development/tools/winscope/src/viewers/common/ |
H A D | viewer_events.ts | 57 constructor(public clickedRectId: string) {} method in RectDblClickDetail 61 constructor( method in TimestampClickDetail 68 constructor(public header: LogHeader, public value: string[]) {} method in LogFilterChangeDetail 72 constructor(public header: LogHeader, public filter: TextFilter) {} method in LogTextFilterChangeDetail 76 constructor(public query: string) {} method in QueryClickDetail 80 constructor(public query: string, public name: string) {} method in SaveQueryClickDetail 84 constructor(public search: Search) {} method in DeleteSavedQueryClickDetail
|
/aosp_15_r20/external/perfetto/ui/src/components/widgets/sql/details/ |
H A D | details.ts | 215 constructor( method in Details 310 constructor( method in DictSchema 324 constructor( method in ArraySchema 339 constructor( method in ScalarValueSchema 366 constructor( method in IntervalSchema 382 constructor( method in ThreadIntervalSchema 400 constructor( method in SqlIdRefSchema 423 constructor(public message: string) {} method in Err
|
/aosp_15_r20/system/extras/simpleperf/scripts/ |
H A D | report_html.js | 26 constructor() { method in anonymousFunction14fedc670100.TimeLog 38 constructor() { method in anonymousFunction14fedc670100.ProgressBar 198 constructor(divContainer) { method in anonymousFunction14fedc670100.TabManager 314 constructor(divContainer) { method in anonymousFunction14fedc670100.RecordFileView 368 constructor(divContainer, eventInfo) { method in anonymousFunction14fedc670100.ChartView 583 constructor(divContainer, eventInfo, onSelectChange) { method in anonymousFunction14fedc670100.SampleTableWeightSelectorView 642 constructor(divContainer, eventInfo) { method in anonymousFunction14fedc670100.SampleTableView 769 constructor(div, eventInfo) { method in anonymousFunction14fedc670100.FlameGraphViewList 883 constructor() { method in anonymousFunction14fedc670100.FunctionTab 1022 constructor(divContainer, eventInfo, onSelectChange) { method in anonymousFunction14fedc670100.SampleWeightSelectorView [all …]
|
/aosp_15_r20/external/guice/core/test/com/google/inject/ |
H A D | BindingTest.java | 250 final Constructor<D> constructor = D.class.getConstructor(Stage.class); in testToConstructorBinding() local 266 final Constructor<C> constructor = C.class.getConstructor(Stage.class, Object.class); in testToConstructorBindingsOnParameterizedTypes() local 292 final Constructor constructor = C.class.getConstructor(Stage.class, Object.class); in testToConstructorBindingsFailsOnRawTypes() local 314 final Constructor<D> constructor = D.class.getConstructor(Stage.class); in testToConstructorAndMethodInterceptors() local 343 final Constructor<E> constructor = E.class.getDeclaredConstructor(Stage.class); in testInaccessibleConstructor() local 359 final Constructor<F> constructor = F.class.getConstructor(Stage.class); in testToConstructorAndScopes() local 396 final Constructor<D> constructor = D.class.getConstructor(Stage.class); in testToConstructorSpiData() local 421 final Constructor<CFoo> constructor = CFoo.class.getDeclaredConstructor(); in testInterfaceToImplementationConstructor() local
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | DefaultConstructionProxyFactory.java | 45 final Constructor<T> constructor = (Constructor<T>) injectionPoint.getMember(); in create() local 70 final Constructor<T> constructor; field in DefaultConstructionProxyFactory.FastClassProxy 76 Constructor<T> constructor, in FastClassProxy() 111 final Constructor<T> constructor; field in DefaultConstructionProxyFactory.ReflectiveProxy 114 ReflectiveProxy(InjectionPoint injectionPoint, Constructor<T> constructor) { in ReflectiveProxy()
|
/aosp_15_r20/external/pytorch/torch/utils/model_dump/ |
H A D | code.js | 20 constructor() { method in Blamer 48 constructor() { method in Hider 101 constructor() { method in StructuredData 343 constructor() { method in OneCodeSection 386 constructor() { method in OneJsonSection 422 constructor() { method in OnePickleSection 585 constructor() { method in AuxContentPane 622 constructor() { method in App
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
H A D | Yaml.java | 55 protected BaseConstructor constructor; field in Yaml 100 public Yaml(BaseConstructor constructor) { in Yaml() 110 public Yaml(BaseConstructor constructor, Representer representer) { in Yaml() 141 public Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions) { in Yaml() 153 public Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions, in Yaml() 166 public Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions, in Yaml() 180 public Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions, in Yaml()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/ |
H A D | SdkField.java | 44 private final Supplier<SdkPojo> constructor; field in SdkField 97 public Supplier<SdkPojo> constructor() { in constructor() method in SdkField 207 private Supplier<SdkPojo> constructor; field in SdkField.Builder 228 public Builder<TypeT> constructor(Supplier<SdkPojo> constructor) { in constructor() method in SdkField.Builder
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/ |
H A D | DefaultRenderersFactory.java | 370 Constructor<?> constructor = in buildVideoRenderers() local 395 Constructor<?> constructor = in buildVideoRenderers() local 421 Constructor<?> constructor = in buildVideoRenderers() local 489 Constructor<?> constructor = in buildAudioRenderers() local 508 Constructor<?> constructor = in buildAudioRenderers() local 528 Constructor<?> constructor = in buildAudioRenderers() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/ |
H A D | DefaultRenderersFactory.java | 410 Constructor<?> constructor = in buildVideoRenderers() local 435 Constructor<?> constructor = in buildVideoRenderers() local 461 Constructor<?> constructor = in buildVideoRenderers() local 529 Constructor<?> constructor = in buildAudioRenderers() local 548 Constructor<?> constructor = in buildAudioRenderers() local 568 Constructor<?> constructor = in buildAudioRenderers() local
|
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/ |
H A D | ViewGenerator.java | 91 private boolean isConstructorVisibleToGeneratedClass(XConstructorElement constructor) { in isConstructorVisibleToGeneratedClass() 115 private MethodSpec constructorMethod(XConstructorElement constructor) { in constructorMethod() 134 private boolean isRestrictedApiConstructor(XConstructorElement constructor) { in isRestrictedApiConstructor() 189 private boolean isInOurPackage(XConstructorElement constructor) { in isInOurPackage()
|
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestParametersMethodProcessor.java | 58 public ExecutableValidationResult validateConstructor(Constructor<?> constructor) { in validateConstructor() 150 Constructor<?> constructor = TestParameterInjectorUtils.getOnlyConstructor(testClass); in getConstructorParametersOrSingleAbsentElement() local 169 Constructor<?> constructor, TestInfo testInfo) { in maybeGetConstructorParameters() 202 private ImmutableList<TestParametersValues> getConstructorParameters(Constructor<?> constructor) { in getConstructorParameters() 294 Constructor<? extends TestParametersValuesProvider> constructor = in toParameterValuesList() local
|
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/ |
H A D | TestParametersMethodProcessor.java | 58 public ExecutableValidationResult validateConstructor(Constructor<?> constructor) { in validateConstructor() 150 Constructor<?> constructor = TestParameterInjectorUtils.getOnlyConstructor(testClass); in getConstructorParametersOrSingleAbsentElement() local 169 Constructor<?> constructor, TestInfo testInfo) { in maybeGetConstructorParameters() 202 private ImmutableList<TestParametersValues> getConstructorParameters(Constructor<?> constructor) { in getConstructorParameters() 294 Constructor<? extends TestParametersValuesProvider> constructor = in toParameterValuesList() local
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
H A D | TypeSafeCollectionsTest.java | 30 Constructor constructor = new Constructor(Car.class); in testTypeSafeList() local 46 Constructor constructor = new Constructor(MyCar.class); in testTypeSafeMap() local 65 Constructor constructor = new Constructor(Car.class); in testTypeSafeList2() local 81 Constructor constructor = new Constructor(MyCar.class); in testTypeSafeMap2() local
|
/aosp_15_r20/external/python/bumble/web/ |
D | bumble.js | 6 constructor(pyodide) { method in PacketSource 27 constructor() { method in PacketSink 58 constructor(message) { method in LogEvent 65 constructor(pyodide) { method in Bumble
|
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/hive/web/ |
D | bumble.js | 6 constructor(pyodide) { method in PacketSource 27 constructor() { method in PacketSink 58 constructor(message) { method in LogEvent 65 constructor(pyodide) { method in Bumble
|