Home
last modified time | relevance | path

Searched refs:ProfileData (Results 1 – 25 of 929) sorted by relevance

12345678910>>...38

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/
H A DProfileData.h34 class AWS_ALEXAFORBUSINESS_API ProfileData
37 ProfileData();
38 ProfileData(Aws::Utils::Json::JsonView jsonValue);
39 ProfileData& operator=(Aws::Utils::Json::JsonView jsonValue);
81 inline ProfileData& WithProfileArn(const char* value) { SetProfileArn(value); return *this;} in WithProfileArn()
122 inline ProfileData& WithProfileName(const char* value) { SetProfileName(value); return *this;} in WithProfileName()
143 inline ProfileData& WithIsDefault(bool value) { SetIsDefault(value); return *this;} in WithIsDefault()
184 inline ProfileData& WithAddress(const char* value) { SetAddress(value); return *this;} in WithAddress()
225 inline ProfileData& WithTimezone(const char* value) { SetTimezone(value); return *this;} in WithTimezone()
355 inline ProfileData& WithLocale(const Aws::String& value) { SetLocale(value); return *this;} in WithLocale()
[all …]
H A DSearchProfilesResult.h41 inline const Aws::Vector<ProfileData>& GetProfiles() const{ return m_profiles; } in GetProfiles()
47 inline void SetProfiles(const Aws::Vector<ProfileData>& value) { m_profiles = value; } in SetProfiles()
53 inline void SetProfiles(Aws::Vector<ProfileData>&& value) { m_profiles = std::move(value); } in SetProfiles()
59 …inline SearchProfilesResult& WithProfiles(const Aws::Vector<ProfileData>& value) { SetProfiles(val… in WithProfiles()
65 …inline SearchProfilesResult& WithProfiles(Aws::Vector<ProfileData>&& value) { SetProfiles(std::mov… in WithProfiles()
71 …inline SearchProfilesResult& AddProfiles(const ProfileData& value) { m_profiles.push_back(value); … in AddProfiles()
77 …inline SearchProfilesResult& AddProfiles(ProfileData&& value) { m_profiles.push_back(std::move(val… in AddProfiles()
133 Aws::Vector<ProfileData> m_profiles;
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dprofiledata.cc55 const int ProfileData::kMaxStackDepth;
56 const int ProfileData::kAssociativity;
57 const int ProfileData::kBuckets;
58 const int ProfileData::kBufferLength;
60 ProfileData::Options::Options() in Options()
80 ProfileData::ProfileData() in ProfileData() function in ProfileData
132 ProfileData::~ProfileData() { in ~ProfileData()
165 void ProfileData::Stop() { in Stop()
199 void ProfileData::Reset() { in Reset()
240 void ProfileData::FlushTable() { in FlushTable()
[all …]
H A Dprofiledata.h79 class ProfileData {
106 ProfileData();
107 ~ProfileData();
181 DISALLOW_COPY_AND_ASSIGN(ProfileData);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dprofiledata.cc55 const int ProfileData::kMaxStackDepth;
56 const int ProfileData::kAssociativity;
57 const int ProfileData::kBuckets;
58 const int ProfileData::kBufferLength;
60 ProfileData::Options::Options() in Options()
80 ProfileData::ProfileData() in ProfileData() function in ProfileData
132 ProfileData::~ProfileData() { in ~ProfileData()
165 void ProfileData::Stop() { in Stop()
199 void ProfileData::Reset() { in Reset()
240 void ProfileData::FlushTable() { in FlushTable()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dprofiledata.cc55 const int ProfileData::kMaxStackDepth;
56 const int ProfileData::kAssociativity;
57 const int ProfileData::kBuckets;
58 const int ProfileData::kBufferLength;
60 ProfileData::Options::Options() in Options()
80 ProfileData::ProfileData() in ProfileData() function in ProfileData
132 ProfileData::~ProfileData() { in ~ProfileData()
165 void ProfileData::Stop() { in Stop()
199 void ProfileData::Reset() { in Reset()
240 void ProfileData::FlushTable() { in FlushTable()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dprofiledata.cc55 const int ProfileData::kMaxStackDepth;
56 const int ProfileData::kAssociativity;
57 const int ProfileData::kBuckets;
58 const int ProfileData::kBufferLength;
60 ProfileData::Options::Options() in Options()
80 ProfileData::ProfileData() in ProfileData() function in ProfileData
132 ProfileData::~ProfileData() { in ~ProfileData()
165 void ProfileData::Stop() { in Stop()
199 void ProfileData::Reset() { in Reset()
240 void ProfileData::FlushTable() { in FlushTable()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-alexaforbusiness/source/model/
H A DProfileData.cpp21 ProfileData::ProfileData() : in ProfileData() function in Aws::AlexaForBusiness::Model::ProfileData
38 ProfileData::ProfileData(JsonView jsonValue) : in ProfileData() function in Aws::AlexaForBusiness::Model::ProfileData
56 ProfileData& ProfileData::operator =(JsonView jsonValue) in operator =()
124 JsonValue ProfileData::Jsonize() const in Jsonize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc324 ProfileData::State state; in ExpectRunningSamples()
338 ProfileData collector_;
397 ProfileData::State state_after; in TEST_F()
412 ProfileData::Options options; in TEST_F()
454 ProfileData::Options options; in TEST_F()
464 ProfileData::State state_after; in TEST_F()
483 ProfileData::Options options; in TEST_F()
502 ProfileData::Options options; in TEST_F()
526 ProfileData::Options options; in TEST_F()
553 ProfileData::Options options; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc324 ProfileData::State state; in ExpectRunningSamples()
338 ProfileData collector_;
397 ProfileData::State state_after; in TEST_F()
412 ProfileData::Options options; in TEST_F()
454 ProfileData::Options options; in TEST_F()
464 ProfileData::State state_after; in TEST_F()
483 ProfileData::Options options; in TEST_F()
502 ProfileData::Options options; in TEST_F()
526 ProfileData::Options options; in TEST_F()
553 ProfileData::Options options; in TEST_F()
[all …]
/dports/devel/google-perftools/gperftools-2.9.1/src/tests/
H A Dprofiledata_unittest.cc324 ProfileData::State state; in ExpectRunningSamples()
338 ProfileData collector_;
397 ProfileData::State state_after; in TEST_F()
412 ProfileData::Options options; in TEST_F()
454 ProfileData::Options options; in TEST_F()
464 ProfileData::State state_after; in TEST_F()
483 ProfileData::Options options; in TEST_F()
502 ProfileData::Options options; in TEST_F()
526 ProfileData::Options options; in TEST_F()
553 ProfileData::Options options; in TEST_F()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/acc/
H A Dprofile_manager.h25 struct ProfileData { struct
33 static_assert(sizeof(ProfileData) == 0x80, "ProfileData structure has incorrect size");
41 ProfileData data{}; // TODO(ognik): Work out what this is
77 ProfileData& data) const;
78 bool GetProfileBaseAndData(Common::UUID uuid, ProfileBase& profile, ProfileData& data) const;
80 ProfileData& data) const;
96 const ProfileData& data_new);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c42 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
45 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
48 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_check_compatibility()
87 int __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
90 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
96 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_merge_from_buffer()
137 if (SrcValueProfData >= ProfileData + ProfileSize) in __llvm_profile_merge_from_buffer()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c42 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
45 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
48 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_check_compatibility()
87 int __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
90 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
96 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_merge_from_buffer()
137 if (SrcValueProfData >= ProfileData + ProfileSize) in __llvm_profile_merge_from_buffer()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c42 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
45 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
48 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_check_compatibility()
87 int __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
90 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
96 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_merge_from_buffer()
137 if (SrcValueProfData >= ProfileData + ProfileSize) in __llvm_profile_merge_from_buffer()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c42 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
45 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
48 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_check_compatibility()
87 int __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
90 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
96 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_merge_from_buffer()
137 if (SrcValueProfData >= ProfileData + ProfileSize) in __llvm_profile_merge_from_buffer()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c42 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
45 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
48 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_check_compatibility()
95 int __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
98 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
105 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header) + in __llvm_profile_merge_from_buffer()
161 if (SrcValueProfData >= ProfileData + ProfileSize) in __llvm_profile_merge_from_buffer()
/dports/devel/kyra/grinliz/
H A Dglperformance.h60 struct ProfileData struct
138 static const grinliz::ProfileData& GetData();
142 static const grinliz::ProfileData& GetSortedData();
148 static ProfileData profile;
149 static ProfileData sortedProfile;
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c42 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
45 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
48 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_check_compatibility()
86 void __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
89 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
95 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_merge_from_buffer()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c41 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
44 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
47 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_check_compatibility()
85 void __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
88 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
94 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_merge_from_buffer()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c41 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
44 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
47 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_check_compatibility()
85 void __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
88 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
94 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_merge_from_buffer()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c41 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
44 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
47 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_check_compatibility()
85 void __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
88 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
94 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_merge_from_buffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c41 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
44 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
47 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_check_compatibility()
85 void __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
88 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
94 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_merge_from_buffer()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c41 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
44 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
47 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_check_compatibility()
85 void __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
88 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
94 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_merge_from_buffer()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/profile/
H A DInstrProfilingMerge.c41 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument
44 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_check_compatibility()
47 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_check_compatibility()
85 void __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer() argument
88 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData; in __llvm_profile_merge_from_buffer()
94 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header)); in __llvm_profile_merge_from_buffer()

12345678910>>...38