Searched defs:constructor (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.js | 26 constructor() { method in anonymousFunction02b249f80100.TimeLog 38 constructor() { method in anonymousFunction02b249f80100.ProgressBar 198 constructor(divContainer) { method in anonymousFunction02b249f80100.TabManager 314 constructor(divContainer) { method in anonymousFunction02b249f80100.RecordFileView 362 constructor(divContainer, eventInfo) { method in anonymousFunction02b249f80100.ChartView 577 constructor(divContainer, eventInfo, onSelectChange) { method in anonymousFunction02b249f80100.SampleTableWeightSelectorView 636 constructor(divContainer, eventInfo) { method in anonymousFunction02b249f80100.SampleTableView 759 constructor(div, eventInfo) { method in anonymousFunction02b249f80100.FlameGraphViewList 873 constructor() { method in anonymousFunction02b249f80100.FunctionTab 1012 constructor(divContainer, eventInfo, onSelectChange) { method in anonymousFunction02b249f80100.SampleWeightSelectorView [all …]
|
/system/netd/libnetdutils/ |
D | SliceTest.cpp | 55 TEST_F(SliceTest, constructor) { in TEST_F() argument
|
/system/extras/verity/ |
D | Utils.java | 103 Constructor<?> constructor = null; in loadProviderIfNecessary() local
|
/system/tools/aidl/ |
D | generate_java.cpp | 520 auto constructor = std::make_shared<Method>(); in generate_parcel_class() local 548 auto constructor = std::make_shared<Method>(); in generate_parcel_class() local
|
D | generate_cpp.cpp | 736 unique_ptr<ConstructorImpl> constructor{new ConstructorImpl{bn_name, ArgList{}, {}}}; in BuildServerSource() local 878 unique_ptr<ConstructorDecl> constructor{new ConstructorDecl{ in BuildClientHeader() local 939 unique_ptr<ConstructorDecl> constructor{ in BuildServerHeader() local
|
/system/bpf/libbpf_android/ |
D | BpfMapTest.cpp | 105 TEST_F(BpfMapTest, constructor) { in TEST_F() argument
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 686 StringBuilder constructor = new StringBuilder(); in printConstructor() local
|