/system/extras/simpleperf/ |
D | record_file_test.cpp | 61 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path); in TEST_F() 87 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path); in TEST_F() 109 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path); in TEST_F() 121 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path); in TEST_F() 133 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path); in TEST_F() 150 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path); in TEST_F() 157 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path); in TEST_F() 174 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path); in TEST_F() 187 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path); in TEST_F() 219 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path); in TEST_F()
|
D | utils_test.cpp | 38 std::unique_ptr<ArchiveHelper> ahelper = ArchiveHelper::CreateInstance(GetTestData(APK_FILE)); in TEST() 58 ASSERT_FALSE(ArchiveHelper::CreateInstance(GetTestData(ELF_FILE))); in TEST() 59 ASSERT_FALSE(ArchiveHelper::CreateInstance("/dev/zero")); in TEST()
|
D | record_lib_test.cpp | 41 PerfEventSet::CreateInstance(PerfEventSet::Type::kPerfForCounting)); in TEST() 67 PerfEventSet::CreateInstance(PerfEventSet::Type::kPerfForCounting)); in TEST() 93 PerfEventSet::CreateInstance(PerfEventSet::Type::kPerfForCounting)); in TEST() 121 PerfEventSet::CreateInstance(PerfEventSet::Type::kPerfForCounting)); in TEST()
|
D | cmd_record_test.cpp | 99 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(record_file); in CheckEventType() 152 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile.path); in TEST() 172 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile.path); in TEST() 202 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile.path); in TEST() 320 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(path); in CheckKernelSymbol() 349 auto reader = RecordFileReader::CreateInstance(perf_data_file); in ProcessSymbolsInPerfDataFile() 505 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile.path); in TEST() 544 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile.path); in TEST() 583 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile.path); in TEST() 596 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile.path); in TEST() [all …]
|
D | read_apk.cpp | 74 std::unique_ptr<ArchiveHelper> ahelper = ArchiveHelper::CreateInstance(apk_path); in FindElfInApkByOffsetWithoutCache() 110 std::unique_ptr<ArchiveHelper> ahelper = ArchiveHelper::CreateInstance(apk_path); in FindElfInApkByNameWithoutCache()
|
D | cmd_api_test.cpp | 50 auto reader = RecordFileReader::CreateInstance(filename); in CheckPerfDataFile()
|
D | record_file.h | 78 static std::unique_ptr<RecordFileWriter> CreateInstance(const std::string& filename); 138 static std::unique_ptr<RecordFileReader> CreateInstance(const std::string& filename);
|
D | cmd_merge.cpp | 127 readers_.emplace_back(RecordFileReader::CreateInstance(file)); in Run() 137 writer_ = RecordFileWriter::CreateInstance(output_file_); in Run()
|
D | cmd_debug_unwind_test.cpp | 153 auto reader = RecordFileReader::CreateInstance(tmpfile.path); in TEST()
|
D | record_lib_interface.cpp | 259 PerfEventSet* PerfEventSet::CreateInstance(PerfEventSet::Type type) { in CreateInstance() function in simpleperf::PerfEventSet
|
D | utils.h | 96 static std::unique_ptr<ArchiveHelper> CreateInstance(const std::string& filename);
|
D | utils.cpp | 84 std::unique_ptr<ArchiveHelper> ArchiveHelper::CreateInstance(const std::string& filename) { in CreateInstance() function in simpleperf::ArchiveHelper
|
D | cmd_trace_sched.cpp | 190 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(record_file_path); in ParseSchedEvents()
|
D | record_file_writer.cpp | 43 std::unique_ptr<RecordFileWriter> RecordFileWriter::CreateInstance(const std::string& filename) { in CreateInstance() function in simpleperf::RecordFileWriter
|
D | cmd_dumprecord.cpp | 223 record_file_reader_ = RecordFileReader::CreateInstance(record_filename_); in Run()
|
D | cmd_kmem.cpp | 462 record_file_reader_ = RecordFileReader::CreateInstance(record_filename_); in ReportKmemInfo()
|
/system/update_engine/payload_generator/ |
D | payload_signer_unittest.cc | 135 auto payload_verifier = PayloadVerifier::CreateInstance(public_key); in TEST_F() 148 auto payload_verifier = PayloadVerifier::CreateInstance(public_key); in TEST_F() 156 payload_verifier = PayloadVerifier::CreateInstance(public_key); in TEST_F()
|
D | payload_signer.cc | 275 auto payload_verifier = PayloadVerifier::CreateInstance(public_key); in VerifySignedPayload()
|
/system/update_engine/common/ |
D | daemon_base.h | 32 static std::unique_ptr<DaemonBase> CreateInstance();
|
/system/update_engine/ |
D | main.cc | 67 auto daemon = chromeos_update_engine::DaemonBase::CreateInstance(); in main()
|
/system/extras/simpleperf/include/ |
D | simpleperf.h | 68 static PerfEventSet* CreateInstance(Type type);
|
/system/update_engine/aosp/ |
D | daemon_android.cc | 29 unique_ptr<DaemonBase> DaemonBase::CreateInstance() { in CreateInstance() function in chromeos_update_engine::DaemonBase
|
/system/update_engine/payload_consumer/ |
D | payload_verifier.h | 48 static std::unique_ptr<PayloadVerifier> CreateInstance(
|
D | payload_verifier.cc | 55 std::unique_ptr<PayloadVerifier> PayloadVerifier::CreateInstance( in CreateInstance() function in chromeos_update_engine::PayloadVerifier
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 32 static std::unique_ptr<UpdateEngineClient> CreateInstance();
|