Home
last modified time | relevance | path

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

12345678910>>...27

/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/
DProfileProviderCredentialsContext.java30 private final Profile profile; field in ProfileProviderCredentialsContext
33 private ProfileProviderCredentialsContext(Profile profile, ProfileFile profileFile) { in ProfileProviderCredentialsContext()
46 public Profile profile() { in profile() method in ProfileProviderCredentialsContext
79 private Profile profile; field in ProfileProviderCredentialsContext.Builder
90 public Builder profile(Profile profile) { in profile() method in ProfileProviderCredentialsContext.Builder
/external/cronet/stable/components/metrics/call_stacks/
Dcall_stack_profile_metrics_provider.cc111 SampledProfile profile; in GetUnretrievedProfiles() local
179 SampledProfile profile; in RetrieveProfiles() local
230 SampledProfile profile) { in MaybeCollectProfile()
322 const SampledProfile& profile) { in WasMinimallySuccessful()
341 for (const auto& profile : profiles) { in OnRetrieveProfiles() local
361 for (const SampledProfile& profile : in GetSuccessfullyCollectedCounts() local
391 SampledProfile profile) { in ReceiveProfile()
418 SampledProfile profile; in ReceiveSerializedProfile() local
469 for (auto& profile : profiles) { in ProvideCurrentSessionData() local
Dcall_stack_profile_metrics_provider_unittest.cc25 mojom::SampledProfilePtr SerializeProfile(const SampledProfile& profile) { in SerializeProfile()
63 SampledProfile profile; in TEST_F() local
79 SampledProfile profile; in TEST_F() local
99 SampledProfile profile; in TEST_F() local
133 SampledProfile profile; in TEST_F() local
230 SampledProfile profile; in TEST_F() local
251 SampledProfile profile; in TEST_F() local
273 SampledProfile profile; in TEST_F() local
317 SampledProfile profile; in RecieveProfile() local
330 SampledProfile profile; in ReceiveSerializedProfile() local
Dcall_stack_profile_builder_unittest.cc135 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
191 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
237 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
278 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
316 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
370 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
443 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
491 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
548 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
612 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
/external/cronet/tot/components/metrics/call_stacks/
Dcall_stack_profile_metrics_provider.cc111 SampledProfile profile; in GetUnretrievedProfiles() local
179 SampledProfile profile; in RetrieveProfiles() local
230 SampledProfile profile) { in MaybeCollectProfile()
322 const SampledProfile& profile) { in WasMinimallySuccessful()
341 for (const auto& profile : profiles) { in OnRetrieveProfiles() local
361 for (const SampledProfile& profile : in GetSuccessfullyCollectedCounts() local
391 SampledProfile profile) { in ReceiveProfile()
418 SampledProfile profile; in ReceiveSerializedProfile() local
469 for (auto& profile : profiles) { in ProvideCurrentSessionData() local
Dcall_stack_profile_metrics_provider_unittest.cc25 mojom::SampledProfilePtr SerializeProfile(const SampledProfile& profile) { in SerializeProfile()
63 SampledProfile profile; in TEST_F() local
79 SampledProfile profile; in TEST_F() local
99 SampledProfile profile; in TEST_F() local
133 SampledProfile profile; in TEST_F() local
230 SampledProfile profile; in TEST_F() local
251 SampledProfile profile; in TEST_F() local
273 SampledProfile profile; in TEST_F() local
317 SampledProfile profile; in RecieveProfile() local
330 SampledProfile profile; in ReceiveSerializedProfile() local
/external/intel-media-driver/media_driver/linux/common/ddi/
Dmedia_libva_caps.cpp213 VAProfile *profile, in GetProfileEntrypointFromConfigId()
276 VAProfile profile, in AddProfileEntry()
297 int32_t MediaLibvaCaps::GetProfileTableIdx(VAProfile profile, VAEntrypoint entrypoint) in GetProfileTableIdx()
362 VAProfile profile, in SetAttribute()
391 VAProfile profile, in CheckEncRTFormat()
462 VAProfile profile, in CheckAttribList()
640 VAProfile profile, in CreateEncAttributes()
1029 VAProfile profile, in CreateDecAttributes()
1252 VAProfile profile, in CreateVpAttributes()
1296 VAProfile profile[3] = { in LoadAvcDecProfileEntrypoints() local
[all …]
/external/intel-media-driver/media_driver/linux/Xe_M/ddi/
Dmedia_libva_caps_dg2.cpp111 VAProfile profile[3] = { in LoadAvcEncLpProfileEntrypoints() local
156 std::string MediaLibvaCapsDG2::GetEncodeCodecKey(VAProfile profile, VAEntrypoint entrypoint, uint32… in GetEncodeCodecKey()
203 CODECHAL_MODE MediaLibvaCapsDG2::GetEncodeCodecMode(VAProfile profile, VAEntrypoint entrypoint) in GetEncodeCodecMode()
249 VAProfile profile, in CheckEncodeResolution()
328 VAProfile profile, in CheckEncRTFormat()
396 VAStatus MediaLibvaCapsDG2::GetPlatformSpecificAttrib(VAProfile profile, in GetPlatformSpecificAttrib()
613 VAProfile profile, in CreateEncAttributes()
1005 VAProfile profile, in AddEncSurfaceAttributes()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothManager.java51 abstract int profile(); in profile() method in ShadowBluetoothManager.BleDevice
69 abstract Builder setProfile(int profile); in setProfile()
90 protected List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
91 checkArgument(isProfileValid(profile), "Profile not supported: %s", profile); in getDevicesMatchingConnectionStates() local
118 public void addDevice(int profile, int state, BluetoothDevice device) { in addDevice()
125 private boolean isProfileValid(int profile) { in isProfileValid()
/external/skia/src/codec/
DSkEncodedInfo.cpp14 skcms_ICCProfile profile; in Make() local
23 const skcms_ICCProfile& profile) { in Make()
27 SkEncodedInfo::ICCProfile::ICCProfile(const skcms_ICCProfile& profile, sk_sp<SkData> data) in ICCProfile()
/external/aws-sdk-java-v2/services/sso/src/main/java/software/amazon/awssdk/services/sso/auth/
DSsoProfileCredentialsProviderFactory.java77 public AwsCredentialsProvider create(Profile profile, ProfileFile profileFile, in create()
92 private SsoProfileCredentialsProvider(Profile profile, ProfileFile profileFile, in SsoProfileCredentialsProvider()
131 private static String regionFromProfileOrSession(Profile profile, ProfileFile profileFile) { in regionFromProfileOrSession()
144 private static String requireProperty(Profile profile, String requiredProperty) { in requireProperty()
160 private static SdkTokenProvider sdkTokenProvider(Profile profile, ProfileFile profileFile) { in sdkTokenProvider()
182 …private static void validateCommonProfileProperties(Profile profile, Profile ssoSessionProfileFile… in validateCommonProfileProperties()
/external/google-cloud-java/java-profiler/google-cloud-profiler/src/test/java/com/google/devtools/cloudprofiler/v2/
DProfilerServiceClientHttpJsonTest.java152 Profile profile = Profile.newBuilder().build(); in createOfflineProfileTest() local
181 Profile profile = Profile.newBuilder().build(); in createOfflineProfileExceptionTest() local
203 Profile profile = Profile.newBuilder().build(); in createOfflineProfileTest2() local
232 Profile profile = Profile.newBuilder().build(); in createOfflineProfileExceptionTest2() local
253 Profile profile = in updateProfileTest() local
290 Profile profile = in updateProfileExceptionTest() local
DProfilerServiceClientTest.java152 Profile profile = Profile.newBuilder().build(); in createOfflineProfileTest() local
177 Profile profile = Profile.newBuilder().build(); in createOfflineProfileExceptionTest() local
199 Profile profile = Profile.newBuilder().build(); in createOfflineProfileTest2() local
224 Profile profile = Profile.newBuilder().build(); in createOfflineProfileExceptionTest2() local
245 Profile profile = Profile.newBuilder().build(); in updateProfileTest() local
269 Profile profile = Profile.newBuilder().build(); in updateProfileExceptionTest() local
/external/cronet/tot/base/fuchsia/
Dintl_profile_watcher.cc42 [this](Profile profile) { on_profile_changed_.Run(profile); }); in FuchsiaIntlProfileWatcher()
50 const Profile& profile) { in GetPrimaryTimeZoneIdFromProfile()
73 std::string FuchsiaIntlProfileWatcher::GetPrimaryLocaleIdFromProfile( in GetPrimaryLocaleIdFromProfile()
99 Profile profile; in GetProfileFromPropertyProvider() local
/external/cronet/stable/base/fuchsia/
Dintl_profile_watcher.cc42 [this](Profile profile) { on_profile_changed_.Run(profile); }); in FuchsiaIntlProfileWatcher()
50 const Profile& profile) { in GetPrimaryTimeZoneIdFromProfile()
73 std::string FuchsiaIntlProfileWatcher::GetPrimaryLocaleIdFromProfile( in GetPrimaryLocaleIdFromProfile()
99 Profile profile; in GetProfileFromPropertyProvider() local
/external/dynamic_depth/internal/dynamic_depth/
Dprofiles.cc17 for (const auto& profile : profile_list_) { in GetNamespaces() local
45 std::unique_ptr<Profile> profile = Profile::FromDeserializer(*deserializer); in FromDeserializer() local
59 for (const auto& profile : profile_list_) { in GetProfiles() local
80 for (const auto& profile : profile_list_) { in Serialize() local
/external/intel-media-driver/media_softlet/linux/Xe_M_plus/ddi/
Dmedia_libva_caps_mtl_base.cpp128 VAProfile profile[3] = { in LoadAvcEncLpProfileEntrypoints() local
225 VAProfile profile, in CheckDecodeResolution()
270 CODECHAL_MODE MediaLibvaCapsMtlBase::GetDecodeCodecMode(VAProfile profile) in GetDecodeCodecMode()
313 std::string MediaLibvaCapsMtlBase::GetDecodeCodecKey(VAProfile profile) in GetDecodeCodecKey()
358 VAProfile profile, in GetEncodeCodecKey()
386 VAProfile profile, in GetEncodeCodecMode()
413 VAProfile profile, in CheckEncodeResolution()
464 VAProfile profile, in CheckEncRTFormat()
693 VAStatus MediaLibvaCapsMtlBase::GetPlatformSpecificAttrib(VAProfile profile, in GetPlatformSpecificAttrib()
962 VAProfile profile, in CreateDecAttributes()
[all …]
/external/aws-sdk-java-v2/services/sts/src/main/java/software/amazon/awssdk/services/sts/internal/
DStsProfileCredentialsProviderFactory.java44 … AwsCredentialsProvider create(AwsCredentialsProvider sourceCredentialsProvider, Profile profile) { in create()
58 … StsProfileCredentialsProvider(AwsCredentialsProvider parentCredentialsProvider, Profile profile) { in StsProfileCredentialsProvider()
82 private void configureEndpoint(StsClientBuilder stsClientBuilder, Profile profile) { in configureEndpoint()
101 private String requireProperty(Profile profile, String requiredProperty) { in requireProperty()
/external/intel-media-driver/media_driver/linux/gen11/ddi/
Dmedia_libva_caps_g11.cpp140 CODECHAL_MODE MediaLibvaCapsG11::GetEncodeCodecMode(VAProfile profile, VAEntrypoint entrypoint) in GetEncodeCodecMode()
177 std::string MediaLibvaCapsG11::GetDecodeCodecKey(VAProfile profile) in GetDecodeCodecKey()
216 std::string MediaLibvaCapsG11::GetEncodeCodecKey(VAProfile profile, VAEntrypoint entrypoint, uint32… in GetEncodeCodecKey()
270 VAStatus MediaLibvaCapsG11::GetPlatformSpecificAttrib(VAProfile profile, in GetPlatformSpecificAttrib()
714 VAProfile profile, in CheckEncodeResolution()
778 VAProfile profile, in CheckDecodeResolution()
927 VAProfile profile; in QuerySurfaceAttributes() local
1431 VAProfile profile, in CreateEncAttributes()
1461 VAProfile profile, in CreateDecAttributes()
/external/intel-media-driver/media_driver/linux/gen12/ddi/
Dmedia_libva_caps_g12.cpp164 CODECHAL_MODE MediaLibvaCapsG12::GetEncodeCodecMode(VAProfile profile, VAEntrypoint entrypoint) in GetEncodeCodecMode()
207 CODECHAL_MODE MediaLibvaCapsG12::GetDecodeCodecMode(VAProfile profile) in GetDecodeCodecMode()
254 std::string MediaLibvaCapsG12::GetDecodeCodecKey(VAProfile profile) in GetDecodeCodecKey()
301 std::string MediaLibvaCapsG12::GetEncodeCodecKey(VAProfile profile, VAEntrypoint entrypoint, uint32… in GetEncodeCodecKey()
349 bool MediaLibvaCapsG12::IsAV1Profile(VAProfile profile) in IsAV1Profile()
355 VAStatus MediaLibvaCapsG12::GetPlatformSpecificAttrib(VAProfile profile, in GetPlatformSpecificAttrib()
899 VAProfile profile, in CheckEncodeResolution()
969 VAProfile profile, in CheckDecodeResolution()
1029 VAProfile profile, in AddEncSurfaceAttributes()
1310 VAProfile profile; in QuerySurfaceAttributes() local
[all …]
/external/cronet/stable/components/metrics/
Dpersistent_synthetic_trial_observer_unittest.cc29 SystemProfileProto profile; in SetUp() local
42 SystemProfileProto profile; in GetSystemProfile() local
65 SystemProfileProto profile = GetSystemProfile(); in TEST_F() local
/external/cronet/tot/components/metrics/
Dpersistent_synthetic_trial_observer_unittest.cc29 SystemProfileProto profile; in SetUp() local
42 SystemProfileProto profile; in GetSystemProfile() local
65 SystemProfileProto profile = GetSystemProfile(); in TEST_F() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Dconformance_testing_test.cc122 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef
380 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef
471 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef
636 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef
703 using profile = Profile; typedef
1188 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef
1280 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef
1291 using profile = in TEST() typedef
1301 using profile = in TEST() typedef
1312 using profile = ti::ComparableProfile; in TEST() typedef
[all …]
/external/openscreen/third_party/abseil/src/absl/types/internal/
Dconformance_testing_test.cc122 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef
380 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef
471 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef
636 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef
703 using profile = Profile; typedef
1188 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef
1280 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef
1291 using profile = in TEST() typedef
1301 using profile = in TEST() typedef
1312 using profile = ti::ComparableProfile; in TEST() typedef
[all …]
/external/pytorch/torch/profiler/
D_pattern_matcher.py29 def __init__(self, prof: profile, should_benchmark: bool = False):
139 def __init__(self, prof: profile, name: str, should_benchmark: bool = False):
165 def __init__(self, prof: profile, should_benchmark: bool = False):
252 def __init__(self, prof: profile, should_benchmark: bool = False):
299 def __init__(self, prof: profile, should_benchmark: bool = False):
366 def __init__(self, prof: profile, should_benchmark: bool = False):
401 def __init__(self, prof: profile, should_benchmark: bool = False):
460 def __init__(self, prof: profile, should_benchmark: bool = False):
501 def __init__(self, prof: profile, should_benchmark: bool = False):
532 def __init__(self, prof: profile, should_benchmark: bool = False):

12345678910>>...27