Home
last modified time | relevance | path

Searched defs:constructor (Results 126 – 150 of 2280) sorted by relevance

12345678910>>...92

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DStructureHLSL.cpp388 TString *constructor = &definedStruct->second->constructor; in addStructConstructor() local
446 TString constructor = TypeString(ctorType) + " " + constructorFunctionName + "("; in addBuiltInConstructor() local
642 for (auto &constructor : mBuiltInConstructors) in structsHeader() local
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Ddescriptors.ts35 constructor( method in Channel
57 constructor(serviceName: string, methodsList: RPCMethodDescriptor[]) { method in Service
/aosp_15_r20/external/icu/android_icu4j/testing/src/android/icu/extratest/impl/locale/
H A DLocaleObjectCacheTest.java105 Constructor<SoftReference> constructor = entryClass.getDeclaredConstructor( in insertKeyIntoQueue() local
133 Constructor constructor = keyClass.getDeclaredConstructor(String.class, String.class, in createKey() local
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-c/
H A Dtable-in-c.js6 constructor() { method in TableInC
55 constructor(referToA1 = null, referToA2 = null) { method in TableInCT
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dreferrable.js4 constructor() { method in Referrable
64 constructor(id = BigInt('0')) { method in ReferrableT
H A Dtest-simple-table-with-enum.js5 constructor() { method in TestSimpleTableWithEnum
65 constructor(color = Color.Green) { method in TestSimpleTableWithEnumT
H A Dvec3.js4 constructor() { method in Vec3
86 constructor(x = 0.0, y = 0.0, z = 0.0, test1 = 0.0, test2 = 0, test3 = null) { method in Vec3T
H A Dstat.js4 constructor() { method in Stat
90 constructor(id = null, val = BigInt('0'), count = 0) { method in StatT
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/
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
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/
H A DExtensionClassTypeSpecBuilder.java121 private MethodSpec constructor() { in constructor() method in ExtensionClassTypeSpecBuilder
122 MethodSpec.Builder constructor = constructorBuilder(); in constructor() local
/aosp_15_r20/external/truth/refactorings/src/main/java/com/google/common/truth/refactorings/
H A DCorrespondenceSubclassToFactoryCall.java273 MethodTree constructor = in visibilityModifierOnConstructor() local
384 MethodTree constructor = (MethodTree) getOnlyElement(members.get(CONSTRUCTOR)); in computePossibleReplacements() local
594 private static boolean constructorCallsOnlySuper(MethodTree constructor) { in constructorCallsOnlySuper()
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dstore.ts113 constructor(initialState: T) { method in RootStore
182 constructor( method in SubStore
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_search/
H A Dpresenter.ts44 constructor( method in QueryAndTrace
62 constructor( method in Presenter
/aosp_15_r20/external/pigweed/ts/device/
H A Dindex.ts42 constructor(private underlyingSource: RPCUnderlyingSource) { method in RPCReadableStream
66 constructor( method in Device
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/
H A DUnionTypeTest.java298 private final Function<T, AllTypesUnionStructure> constructor; field in UnionTypeTest.TestCase
304 Function<T, AllTypesUnionStructure> constructor, in TestCase()
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/
H A Dadb_connection_over_websocket.ts36 constructor( method in AdbConnectionOverWebsocket
107 private constructor( method in AdbOverWebsocketStream
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/creation/instance/
H A DConstructorInstantiator.java63 …private static <T> T invokeConstructor(Constructor<?> constructor, Object... params) throws java.l… in invokeConstructor()
159 …e void evaluateConstructor(List<Constructor<?>> matchingConstructors, Constructor<?> constructor) { in evaluateConstructor()
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DShadowDOM.js293 function defineGetter(constructor, name, getter) { argument
297 function defineWrapGetter(constructor, name) { argument
303 constructors.forEach(function(constructor) { argument
305 constructor.prototype[name] = function() { class
670 constructor: MutationObserver, property in MutationObserver
1287 [ Node, Window ].forEach(function(constructor) { argument
2788 constructor: HTMLContentElement, property
2863 HTMLShadowElement.prototype.constructor = HTMLShadowElement; method in HTMLShadowElement
2909 constructor: HTMLTemplateElement, property
3102 constructor: HTMLTableSectionElement, property
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Dgroup-constructors.js21 function constructor(children, timingInput, id) { function
45 constructor.prototype = { class
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/core/
DXmlControllerAttributeTest.java85 Constructor<?> constructor = getConstructorFromClass(clazz); in testAllIndexableXML_onlyValidBasePreferenceControllersAdded() local
180 Constructor<?> constructor = null; in getConstructorFromClass() local
/aosp_15_r20/external/moshi/moshi-kotlin/src/main/java/com/squareup/moshi/kotlin/reflect/
H A DKotlinJsonAdapter.kt58 val constructor: KFunction<T>, in <lambda>() constant in com.squareup.moshi.kotlin.reflect.KotlinJsonAdapter
228 val constructor = rawTypeKotlin.primaryConstructor ?: return null in create() constant
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DBindingBuilder.java157 public <S extends T> ScopedBindingBuilder toConstructor(Constructor<S> constructor) { in toConstructor()
163 Constructor<S> constructor, TypeLiteral<? extends S> type) { in toConstructor()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/
H A DConstructorResolutionLogic.java58 … public static boolean isApplicable(ConstructorDeclaration constructor, List<Type> argumentsTypes, in isApplicable()
63 … private static boolean isApplicable(ConstructorDeclaration constructor, List<Type> argumentsTypes, in isApplicable()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
H A DConstructorResolutionLogic.java58 …public static boolean isApplicable(ResolvedConstructorDeclaration constructor, List<ResolvedType> … in isApplicable()
63 …private static boolean isApplicable(ResolvedConstructorDeclaration constructor, List<ResolvedType>… in isApplicable()
/aosp_15_r20/external/javassist/src/test/test/javassist/proxy/
H A DProxySerializationTest.java34 Constructor constructor = proxyClass.getConstructor(new Class[] {String.class}); in testSerialization() local
61 Constructor constructor = proxyClass.getConstructor(new Class[] {String.class}); in testSerialization() local

12345678910>>...92