Home
last modified time | relevance | path

Searched defs:instance_ (Results 1 – 25 of 25) sorted by relevance

/aosp12/art/runtime/verifier/
H A Dreg_type.cc44 const ConflictType* ConflictType::instance_ = nullptr; member in art::verifier::ConflictType
45 const BooleanType* BooleanType::instance_ = nullptr; member in art::verifier::BooleanType
46 const ByteType* ByteType::instance_ = nullptr; member in art::verifier::ByteType
47 const ShortType* ShortType::instance_ = nullptr; member in art::verifier::ShortType
48 const CharType* CharType::instance_ = nullptr; member in art::verifier::CharType
49 const FloatType* FloatType::instance_ = nullptr; member in art::verifier::FloatType
50 const LongLoType* LongLoType::instance_ = nullptr; member in art::verifier::LongLoType
51 const LongHiType* LongHiType::instance_ = nullptr; member in art::verifier::LongHiType
52 const DoubleLoType* DoubleLoType::instance_ = nullptr; member in art::verifier::DoubleLoType
54 const IntegerType* IntegerType::instance_ = nullptr; member in art::verifier::IntegerType
[all …]
H A Dreg_type.h389 static const ConflictType* instance_; variable
466 static const IntegerType* instance_; variable
492 static const BooleanType* instance_; variable
517 static const ByteType* instance_; variable
541 static const ShortType* instance_; variable
566 static const CharType* instance_; variable
591 static const FloatType* instance_; variable
624 static const LongLoType* instance_; variable
649 static const LongHiType* instance_; variable
675 static const DoubleLoType* instance_; variable
[all …]
/aosp12/frameworks/base/core/jni/
H A Dfd_utils.h65 static FileDescriptorAllowlist* instance_; variable
H A Dfd_utils.cpp162 FileDescriptorAllowlist* FileDescriptorAllowlist::instance_ = nullptr; member in FileDescriptorAllowlist
/aosp12/system/core/libbinderwrapper/
H A Dbinder_wrapper.cc26 BinderWrapper* BinderWrapper::instance_ = nullptr; member in android::BinderWrapper
/aosp12/system/bt/profile/avrcp/
H A Dconnection_handler.h142 static ConnectionHandler* instance_; variable
H A Dconnection_handler.cc38 ConnectionHandler* ConnectionHandler::instance_ = nullptr; member in bluetooth::avrcp::ConnectionHandler
123 uint16_t version, uint16_t features) { in ConnectDevice()
340 uint16_t features) { in AcceptorControlCb()
/aosp12/hardware/interfaces/drm/1.0/vts/functional/include/
H A Ddrm_vts_helper.h37 const std::string instance_; member
/aosp12/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster1_engine.h118 static Keymaster1Engine* instance_; variable
/aosp12/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h109 delete instance_; in TearDown() local
194 static ObjectPool* instance_; variable
/aosp12/system/keymaster/include/keymaster/
H A Dlogger.h55 static Logger* instance_; variable
/aosp12/system/keymaster/android_keymaster/
H A Dlogger.cpp21 Logger* Logger::instance_ = nullptr; member in keymaster::Logger
/aosp12/system/extras/simpleperf/
H A Devent_type.h119 static EventTypeManager instance_; variable
H A Devent_type.cpp345 EventTypeManager EventTypeManager::instance_; member in simpleperf::EventTypeManager
/aosp12/hardware/interfaces/health/2.0/default/
H A DHealth.cpp37 sp<Health> Health::instance_; member in android::hardware::health::V2_0::implementation::Health
/aosp12/system/keymaster/legacy_support/
H A Dkeymaster1_engine.cpp39 Keymaster1Engine* Keymaster1Engine::instance_ = nullptr; member in keymaster::Keymaster1Engine
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp193 std::string instance_; member in AudioEncHidlTest
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp249 std::string instance_; member in AudioDecHidlTest
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/component/
H A DVtsHalMediaOmxV1_0TargetComponentTest.cpp156 std::string instance_; member in ComponentHidlTest
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc36 AvrcpService* AvrcpService::instance_ = nullptr; member in bluetooth::avrcp::AvrcpService
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc50 ProfileSaver* ProfileSaver::instance_ = nullptr; member in art::ProfileSaver
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp255 std::string instance_; member in VideoDecHidlTest
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp243 std::string instance_; member in VideoEncHidlTest
/aosp12/art/runtime/
H A Druntime.h1094 static Runtime* instance_; variable
H A Druntime.cc203 Runtime* Runtime::instance_ = nullptr; member in art::Runtime