/aosp12/art/runtime/verifier/ |
H A D | reg_type.cc | 44 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 D | reg_type.h | 389 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 D | fd_utils.h | 65 static FileDescriptorAllowlist* instance_; variable
|
H A D | fd_utils.cpp | 162 FileDescriptorAllowlist* FileDescriptorAllowlist::instance_ = nullptr; member in FileDescriptorAllowlist
|
/aosp12/system/core/libbinderwrapper/ |
H A D | binder_wrapper.cc | 26 BinderWrapper* BinderWrapper::instance_ = nullptr; member in android::BinderWrapper
|
/aosp12/system/bt/profile/avrcp/ |
H A D | connection_handler.h | 142 static ConnectionHandler* instance_; variable
|
H A D | connection_handler.cc | 38 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 D | drm_vts_helper.h | 37 const std::string instance_; member
|
/aosp12/system/keymaster/include/keymaster/legacy_support/ |
H A D | keymaster1_engine.h | 118 static Keymaster1Engine* instance_; variable
|
/aosp12/frameworks/base/media/mca/filterfw/jni/ |
H A D | jni_util.h | 109 delete instance_; in TearDown() local 194 static ObjectPool* instance_; variable
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | logger.h | 55 static Logger* instance_; variable
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | logger.cpp | 21 Logger* Logger::instance_ = nullptr; member in keymaster::Logger
|
/aosp12/system/extras/simpleperf/ |
H A D | event_type.h | 119 static EventTypeManager instance_; variable
|
H A D | event_type.cpp | 345 EventTypeManager EventTypeManager::instance_; member in simpleperf::EventTypeManager
|
/aosp12/hardware/interfaces/health/2.0/default/ |
H A D | Health.cpp | 37 sp<Health> Health::instance_; member in android::hardware::health::V2_0::implementation::Health
|
/aosp12/system/keymaster/legacy_support/ |
H A D | keymaster1_engine.cpp | 39 Keymaster1Engine* Keymaster1Engine::instance_ = nullptr; member in keymaster::Keymaster1Engine
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
H A D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 193 std::string instance_; member in AudioEncHidlTest
|
H A D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 249 std::string instance_; member in AudioDecHidlTest
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
H A D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 156 std::string instance_; member in ComponentHidlTest
|
/aosp12/system/bt/btif/avrcp/ |
H A D | avrcp_service.cc | 36 AvrcpService* AvrcpService::instance_ = nullptr; member in bluetooth::avrcp::AvrcpService
|
/aosp12/art/runtime/jit/ |
H A D | profile_saver.cc | 50 ProfileSaver* ProfileSaver::instance_ = nullptr; member in art::ProfileSaver
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
H A D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 255 std::string instance_; member in VideoDecHidlTest
|
H A D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 243 std::string instance_; member in VideoEncHidlTest
|
/aosp12/art/runtime/ |
H A D | runtime.h | 1094 static Runtime* instance_; variable
|
H A D | runtime.cc | 203 Runtime* Runtime::instance_ = nullptr; member in art::Runtime
|