/aosp12/system/extras/simpleperf/ |
H A D | record_file_test.cpp | 60 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path); in TEST_F() 86 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path); in TEST_F() 108 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path); in TEST_F() 120 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path); in TEST_F() 132 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path); in TEST_F() 149 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path); in TEST_F() 156 std::unique_ptr<RecordFileWriter> writer = RecordFileWriter::CreateInstance(tmpfile_.path); in TEST_F() 173 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(tmpfile_.path); in TEST_F()
|
H A 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() 741 auto reader = RecordFileReader::CreateInstance(helper.GetDataPath()); in TestRecordingApps() 860 auto reader = RecordFileReader::CreateInstance(helper.GetDataPath()); in TEST() 1163 auto reader = RecordFileReader::CreateInstance(tmpfile.path); in TEST() [all …]
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | record_file.h | 68 static std::unique_ptr<RecordFileWriter> CreateInstance(const std::string& filename); 128 static std::unique_ptr<RecordFileReader> CreateInstance(const std::string& filename);
|
H A D | cmd_api_test.cpp | 50 auto reader = RecordFileReader::CreateInstance(filename); in CheckPerfDataFile()
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | stubhal.cpp | 67 VKAPI_ATTR VkResult CreateInstance(const VkInstanceCreateInfo* /*create_info*/, in CreateInstance() function 111 return reinterpret_cast<PFN_vkVoidFunction>(CreateInstance); in GetInstanceProcAddr() 144 .CreateInstance = CreateInstance,
|
H A D | api.h | 27 VKAPI_ATTR VkResult CreateInstance(const VkInstanceCreateInfo* pCreateInfo,
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type.cc | 138 const DoubleHiType* DoubleHiType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::DoubleHiType 153 const DoubleLoType* DoubleLoType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::DoubleLoType 168 const LongLoType* LongLoType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::LongLoType 176 const LongHiType* LongHiType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::LongHiType 198 const FloatType* FloatType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::FloatType 213 const CharType* CharType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::CharType 228 const ShortType* ShortType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::ShortType 243 const ByteType* ByteType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::ByteType 258 const IntegerType* IntegerType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::IntegerType 288 const BooleanType* BooleanType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::BooleanType [all …]
|
H A D | reg_type.h | 369 static const ConflictType* CreateInstance(ObjPtr<mirror::Class> klass, 448 static const IntegerType* CreateInstance(ObjPtr<mirror::Class> klass, 473 static const BooleanType* CreateInstance(ObjPtr<mirror::Class> klass, 499 static const ByteType* CreateInstance(ObjPtr<mirror::Class> klass, 524 static const ShortType* CreateInstance(ObjPtr<mirror::Class> klass, 548 static const CharType* CreateInstance(ObjPtr<mirror::Class> klass, 573 static const FloatType* CreateInstance(ObjPtr<mirror::Class> klass, 606 static const LongLoType* CreateInstance(ObjPtr<mirror::Class> klass, 631 static const LongHiType* CreateInstance(ObjPtr<mirror::Class> klass, 657 static const DoubleLoType* CreateInstance(ObjPtr<mirror::Class> klass, [all …]
|
/aosp12/system/update_engine/payload_generator/ |
H A D | payload_signer_unittest.cc | 143 auto payload_verifier = PayloadVerifier::CreateInstance(public_key); in TEST_F() 156 auto payload_verifier = PayloadVerifier::CreateInstance(public_key); in TEST_F() 164 payload_verifier = PayloadVerifier::CreateInstance(public_key); in TEST_F()
|
/aosp12/system/update_engine/common/ |
H A D | daemon_base.h | 32 static std::unique_ptr<DaemonBase> CreateInstance();
|
/aosp12/system/update_engine/cros/ |
H A D | download_action_chromeos_unittest.cc | 59 void SetUp() { FakeSystemState::CreateInstance(); } in SetUp() 132 FakeSystemState::CreateInstance(); in TestWithData() 347 FakeSystemState::CreateInstance(); in TestTerminateEarly() 462 FakeSystemState::CreateInstance(); in TEST() 518 FakeSystemState::CreateInstance(); in SetUp()
|
H A D | excluder_chromeos_unittest.cc | 32 void SetUp() override { FakeSystemState::CreateInstance(); } in SetUp()
|
H A D | daemon_chromeos.cc | 31 unique_ptr<DaemonBase> DaemonBase::CreateInstance() { in CreateInstance() function in chromeos_update_engine::DaemonBase
|
H A D | omaha_request_action_fuzzer.cc | 34 chromeos_update_engine::FakeSystemState::CreateInstance(); in LLVMFuzzerTestOneInput()
|
/aosp12/frameworks/native/vulkan/include/hardware/ |
H A D | hwvulkan.h | 66 PFN_vkCreateInstance CreateInstance; member
|
/aosp12/system/update_engine/ |
H A D | main.cc | 67 auto daemon = chromeos_update_engine::DaemonBase::CreateInstance(); in main()
|
/aosp12/system/extras/simpleperf/include/ |
H A D | simpleperf.h | 68 static PerfEventSet* CreateInstance(Type type);
|
/aosp12/system/update_engine/aosp/ |
H A D | daemon_android.cc | 29 unique_ptr<DaemonBase> DaemonBase::CreateInstance() { in CreateInstance() function in chromeos_update_engine::DaemonBase
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | payload_verifier.h | 48 static std::unique_ptr<PayloadVerifier> CreateInstance(
|
/aosp12/system/update_engine/client_library/include/update_engine/ |
H A D | client.h | 32 static std::unique_ptr<UpdateEngineClient> CreateInstance();
|
/aosp12/frameworks/av/media/libeffects/testlibs/ |
H A D | AudioEqualizer.h | 79 static AudioEqualizer * CreateInstance(void * pMem, int nBands,
|
/aosp12/system/update_engine/update_manager/ |
H A D | real_time_provider_unittest.cc | 37 FakeSystemState::CreateInstance(); in SetUp()
|