Home
last modified time | relevance | path

Searched refs:CreateInstance (Results 1 – 25 of 86) sorted by relevance

1234

/aosp12/system/extras/simpleperf/
H A Drecord_file_test.cpp60 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 Dcmd_record_test.cpp99 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 Dutils_test.cpp38 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 Drecord_lib_test.cpp41 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 Dread_apk.cpp74 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 Drecord_file.h68 static std::unique_ptr<RecordFileWriter> CreateInstance(const std::string& filename);
128 static std::unique_ptr<RecordFileReader> CreateInstance(const std::string& filename);
H A Dcmd_api_test.cpp50 auto reader = RecordFileReader::CreateInstance(filename); in CheckPerfDataFile()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dstubhal.cpp67 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 Dapi.h27 VKAPI_ATTR VkResult CreateInstance(const VkInstanceCreateInfo* pCreateInfo,
/aosp12/art/runtime/verifier/
H A Dreg_type.cc138 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 Dreg_type.h369 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 Dpayload_signer_unittest.cc143 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 Ddaemon_base.h32 static std::unique_ptr<DaemonBase> CreateInstance();
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos_unittest.cc59 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 Dexcluder_chromeos_unittest.cc32 void SetUp() override { FakeSystemState::CreateInstance(); } in SetUp()
H A Ddaemon_chromeos.cc31 unique_ptr<DaemonBase> DaemonBase::CreateInstance() { in CreateInstance() function in chromeos_update_engine::DaemonBase
H A Domaha_request_action_fuzzer.cc34 chromeos_update_engine::FakeSystemState::CreateInstance(); in LLVMFuzzerTestOneInput()
/aosp12/frameworks/native/vulkan/include/hardware/
H A Dhwvulkan.h66 PFN_vkCreateInstance CreateInstance; member
/aosp12/system/update_engine/
H A Dmain.cc67 auto daemon = chromeos_update_engine::DaemonBase::CreateInstance(); in main()
/aosp12/system/extras/simpleperf/include/
H A Dsimpleperf.h68 static PerfEventSet* CreateInstance(Type type);
/aosp12/system/update_engine/aosp/
H A Ddaemon_android.cc29 unique_ptr<DaemonBase> DaemonBase::CreateInstance() { in CreateInstance() function in chromeos_update_engine::DaemonBase
/aosp12/system/update_engine/payload_consumer/
H A Dpayload_verifier.h48 static std::unique_ptr<PayloadVerifier> CreateInstance(
/aosp12/system/update_engine/client_library/include/update_engine/
H A Dclient.h32 static std::unique_ptr<UpdateEngineClient> CreateInstance();
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.h79 static AudioEqualizer * CreateInstance(void * pMem, int nBands,
/aosp12/system/update_engine/update_manager/
H A Dreal_time_provider_unittest.cc37 FakeSystemState::CreateInstance(); in SetUp()

1234