Searched defs:aClass (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | everyTypeWithAnnotationAndInitializer.js | 36 var aClass: C = new C(); variable 82 var aClass = new C(); variable
|
| D | everyTypeWithAnnotationAndInvalidInitializer.js | 42 var aClass: C = new D(); variable 97 var aClass = new D(); variable
|
| /third_party/typescript/tests/cases/conformance/statements/VariableStatements/ |
| D | everyTypeWithInitializer.ts | 35 var aClass = new C(); variable
|
| D | everyTypeWithAnnotationAndInitializer.ts | 35 var aClass: C = new C(); variable
|
| D | everyTypeWithAnnotationAndInvalidInitializer.ts | 41 var aClass: C = new D(); variable
|
| /third_party/typescript/tests/cases/conformance/statements/throwStatements/ |
| D | throwStatements.ts | 45 var aClass = new C(); variable
|
| /third_party/typescript/tests/cases/conformance/statements/forStatements/ |
| D | forStatements.ts | 37 for(var aClass: C = new C();;){} variable
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| D | TestBoilerplate.java | 132 Class aClass = a.getClass(); in _clone() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| D | TestBoilerplate.java | 133 Class aClass = a.getClass(); in _clone() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 145391 CallCreateInstance(const nsCID& aClass, in CallCreateInstance() 145404 CallCreateInstance(const nsCID& aClass, DestinationType** aDestination) in CallCreateInstance() 145468 CallGetClassObject(const nsCID& aClass, DestinationType** aDestination) in CallGetClassObject() 145550 CallGetService(const nsCID& aClass, in CallGetService() 155603 CreateProxyObject(JSContext* aCx, const js::Class* aClass, in CreateProxyObject() 155620 CreateObject(JSContext* aCx, const JSClass* aClass, in CreateObject() 155846 const JSClass* aClass, JS::CompartmentOptions& aOptions, in CreateGlobal()
|