Home
last modified time | relevance | path

Searched defs:constructor (Results 101 – 125 of 2280) sorted by relevance

12345678910>>...92

/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dquery_result.ts721 constructor(querySpec: Row, rowData: Row, res: QueryResultImpl) { method in RowIteratorImpl
918 constructor(querySpec: Row, res: QueryResultImpl) { method in RowIteratorImplWithRowData
940 constructor(errorInfo: QueryErrorInfo) { method in WaitableQueryResultImpl
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/javac/
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/local-javac-header/
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_transactions/
H A Dui_data.ts29 constructor( method in UiData
45 constructor( method in TransactionsEntry
/aosp_15_r20/external/perfetto/ui/src/base/
H A Ddisposable_stack.ts35 constructor() { method in DisposableStack
95 constructor() { method in AsyncDisposableStack
H A Dgeom.ts37 constructor({x, y}: Point2D) { method in Vector2D
132 constructor({left, top, right, bottom}: Bounds2D) { method in Rect2D
/aosp_15_r20/external/guice/core/src/com/google/inject/binder/
H A DLinkedBindingBuilder.java77 <S extends T> ScopedBindingBuilder toConstructor(Constructor<S> constructor); in toConstructor()
85 Constructor<S> constructor, TypeLiteral<? extends S> type); in toConstructor()
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
H A DKotlinDefaultArgumentsFilter.java84 final IFilterOutput output, final boolean constructor) { in match()
134 final boolean constructor) { in maskVar()
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dtest.js3 constructor() { method in Test
48 constructor(a = 0, b = 0) { method in TestT
H A Dability.js3 constructor() { method in Ability
47 constructor(id = 0, distance = 0) { method in AbilityT
H A Dstruct-of-structs.js5 constructor() { method in StructOfStructs
53 constructor(a = null, b = null, c = null) { method in StructOfStructsT
/aosp_15_r20/external/moshi/moshi/src/main/java16/com/squareup/moshi/
H A DRecordJsonAdapter.java119 private final MethodHandle constructor; field in RecordJsonAdapter
125 MethodHandle constructor, in RecordJsonAdapter()
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
H A Dstruct-in-nested-n-s.js3 constructor() { method in StructInNestedNS
47 constructor(a = 0, b = 0) { method in StructInNestedNST
H A Dtable-in-nested-n-s.js4 constructor() { method in TableInNestedNS
58 constructor(foo = 0) { method in TableInNestedNST
/aosp_15_r20/development/tools/winscope/src/test/unit/
H A Dmock_log_viewer_presenter.ts64 constructor( method in MockPresenter
154 constructor( method in MockData
/aosp_15_r20/development/tools/winscope/src/common/
H A Dtime.ts20 constructor(readonly from: Timestamp, readonly to: Timestamp) {} method in TimeRange
47 constructor(valueNs: bigint, formatter: TimestampFormatter) { method in Timestamp
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_input/
H A Dui_data.ts35 constructor( method in UiData
64 constructor( method in InputEntry
/aosp_15_r20/external/flatbuffers/tests/my-game/example2/
H A Dmonster.js4 constructor() { method in Monster
46 constructor() { } method in MonsterT
/aosp_15_r20/external/flatbuffers/tests/my-game/
H A Din-parent-namespace.js4 constructor() { method in InParentNamespace
46 constructor() { } method in InParentNamespaceT
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/configuration/
H A DSpyAnnotationEngine.java109 Constructor<?> constructor = noArgConstructorOf(type); in spyNewInstance() local
119 Constructor<?> constructor; in noArgConstructorOf() local
/aosp_15_r20/external/dokka/runners/gradle-integration-tests/testData/basic/src/main/kotlin/demo/
H A DHelloWorld.kt30 fun SomeInterface.constructor(): SomeInterface { in SomeInterface() method
37 fun SomeType.constructor(): SomeType { in SomeType() method
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/
H A DTestParameterInjectorExtension.java64 Constructor<?> constructor = in validateTestMethodAndConstructor() local
84 Constructor<?> constructor = in getConstructorParameters() local
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/
H A Dsecond-table-in-a.js5 constructor() { method in SecondTableInA
51 constructor(referToC = null) { method in SecondTableInAT
/aosp_15_r20/external/ksp/examples/playground/test-processor/src/main/kotlin/
H A DJavaBuilderProcessor.kt22 val constructor = typeElement.enclosedElements.filterIsInstance<ExecutableElement>() in processType() constant
/aosp_15_r20/external/flatbuffers/tests/union_vector/
H A Dattacker.js4 constructor() { method in Attacker
58 constructor(swordAttackDamage = 0) { method in AttackerT

12345678910>>...92