Searched defs:profiles (Results 1 - 25 of 28) sorted by relevance

12

/external/perf_data_converter/src/
H A Dperf_to_profile.cc25 const auto profiles = perftools::RawPerfDataToProfiles( local
28 // With kNoOptions, all of the PID profiles should be merged into a
30 if (profiles.size() != 1) {
33 const auto& profile = profiles[0]->data;
H A Dbuilder.h18 namespace profiles { namespace in namespace:perftools
29 namespace profiles { namespace in namespace:perftools
31 // Provides mechanisms to facilitate the generation of profiles
34 // - Manages the creation of Functions for symbolized profiles.
117 } // namespace profiles
H A Dbuilder.cc28 namespace profiles { namespace in namespace:perftools
203 // - Creates missing locations for unsymbolized profiles.
254 } // namespace profiles
/external/minijail/
H A Dminijail0_cli_unittest.cc194 const std::vector<std::string> profiles = { local
199 for (const auto profile : profiles) {
257 // This should list all valid profiles.
258 const std::vector<std::string> profiles = { local
262 for (const auto profile : profiles) {
/external/boringssl/src/ssl/
H A Dd1_srtp.cc163 UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> profiles(
165 if (profiles == nullptr) {
182 if (!sk_SRTP_PROTECTION_PROFILE_push(profiles.get(), profile)) {
192 *out = profiles.release();
196 int SSL_CTX_set_srtp_profiles(SSL_CTX *ctx, const char *profiles) { argument
197 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles);
200 int SSL_set_srtp_profiles(SSL *ssl, const char *profiles) { argument
201 return ssl_ctx_make_profiles(profiles, &ssl->srtp_profiles);
224 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles) { argument
226 return !SSL_CTX_set_srtp_profiles(ctx, profiles);
229 SSL_set_tlsext_use_srtp(SSL *ssl, const char *profiles) argument
[all...]
/external/ImageMagick/tests/
H A Dwandtest.c5170 **profiles,
5475 profiles=MagickGetImageProfiles(magick_wand,"*",&number_profiles);
5476 if (profiles != (char **) NULL)
5480 (void) FormatLocaleFile(stdout," %s\n",profiles[i]);
5481 profiles[i]=(char *) MagickRelinquishMemory(profiles[i]);
5483 profiles=(char **) MagickRelinquishMemory(profiles);
5169 **profiles, local
/external/adhd/cras/src/server/
H A Dcras_bt_profile.c44 static struct cras_bt_profile *profiles; variable in typeref:struct:cras_bt_profile
385 DL_FOREACH(profiles, profile) {
417 DL_APPEND(profiles, profile);
426 DL_FOREACH(profiles, profile)
433 DL_FOREACH(profiles, profile) {
444 DL_FOREACH(profiles, profile)
H A Dcras_bt_device.c42 * Attemp to connect profiles which haven't been ready every 3 retries.
60 * connected_profiles - OR'ed all connected audio profiles.
61 * profiles - OR'ed by all audio profiles this device supports.
66 * conn_watch_timer - The timer used to watch connected profiles and start
67 * BT audio input/ouput when all profiles are ready.
84 enum cras_bt_device_profile profiles; member in struct:cras_bt_device
375 return !!(device->profiles & profile);
561 /* Callback used to periodically check if supported profiles are connected. */
644 /* Device is disconnected, resets connected profiles
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_vce_40_2_2.c47 static const unsigned profiles[7] = { 66, 77, 88, 100, 110, 122, 244 }; variable
91 RVCE_CS(profiles[enc->base.profile -
H A Dradeon_vce_52.c41 static const unsigned profiles[7] = { 66, 77, 88, 100, 110, 122, 244 }; variable
174 RVCE_CS(profiles[enc->base.profile -
/external/ImageMagick/coders/
H A Dmpc.c169 *profiles;
229 profiles=(LinkedListInfo *) NULL;
609 if (profiles == (LinkedListInfo *) NULL)
610 profiles=NewLinkedList(0);
611 (void) AppendValueToLinkedList(profiles,
807 if (profiles != (LinkedListInfo *) NULL)
819 Read image profiles.
821 ResetLinkedListIterator(profiles);
822 name=(const char *) GetNextValueInLinkedList(profiles);
831 name=(const char *) GetNextValueInLinkedList(profiles);
165 *profiles; local
[all...]
H A Dmiff.c427 *profiles;
517 profiles=(LinkedListInfo *) NULL;
900 if (profiles == (LinkedListInfo *) NULL)
901 profiles=NewLinkedList(0);
902 (void) AppendValueToLinkedList(profiles,
1130 if (profiles != (LinkedListInfo *) NULL)
1139 Read image profiles.
1141 ResetLinkedListIterator(profiles);
1142 name=(const char *) GetNextValueInLinkedList(profiles);
1155 name=(const char *) GetNextValueInLinkedList(profiles);
422 *profiles; local
[all...]
/external/v4l2_codec2/vda/
H A Dv4l2_device.cc111 std::vector<VideoCodecProfile> profiles; local
117 // TODO(posciak): need to query the device for supported H.264 profiles,
141 return profiles;
145 profiles.push_back(static_cast<VideoCodecProfile>(profile));
147 return profiles;
285 const auto& profiles = local
287 supported_profiles.insert(supported_profiles.end(), profiles.begin(),
288 profiles.end());
363 VideoDecodeAccelerator::SupportedProfiles profiles; local
382 profiles
[all...]
/external/tensorflow/tensorflow/core/platform/s3/
H A Ds3_file_system.cc88 auto profiles = loader.GetProfiles(); local
89 if (!profiles["default"].GetRegion().empty()) {
90 cfg.region = profiles["default"].GetRegion();
/external/ImageMagick/MagickWand/
H A Dmagick-property.c733 if (wand->images->profiles == (SplayTreeInfo *) NULL)
776 % o number_profiles: the number profiles associated with this wand.
783 **profiles;
807 profiles=(char **) AcquireQuantumMemory(length,sizeof(*profiles));
808 if (profiles == (char **) NULL)
820 profiles=(char **) ResizeQuantumMemory(profiles,length,
821 sizeof(*profiles));
822 if (profiles
764 **profiles; local
[all...]
/external/v8/src/profiler/
H A Dprofile-generator.cc629 // As starting / stopping profiles is rare relatively to this
639 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) argument
640 : profiles_(profiles) {}
H A Dprofile-generator.h343 List<CpuProfile*>* profiles() { return &finished_profiles_; } function in class:v8::internal::CpuProfilesCollection
353 // Limits the number of profiles that can be simultaneously collected.
371 explicit ProfileGenerator(CpuProfilesCollection* profiles);
/external/ImageMagick/MagickCore/
H A Dimage.h198 *profiles; member in struct:_Image
/external/kernel-headers/original/uapi/sound/
H A Dcompress_params.h301 * profiles. Additional options that affect encoding quality and speed can
335 * @profiles: Supported profiles. See SND_AUDIOPROFILE defines.
341 * This structure provides a scalar value for profiles, modes and stream
358 __u32 profiles; member in struct:snd_codec_desc
376 * Encoders may rely on profiles for quality levels.
/external/libcups/cups/
H A Dppd.h329 int num_profiles; /* Number of sRGB color profiles @deprecated@ */
330 ppd_profile_t *profiles; /* sRGB color profiles @deprecated@ */ member in struct:ppd_file_s
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs_tree.h657 * profiles to operate on, single is denoted by
660 __le64 profiles; member in struct:btrfs_disk_balance_args
H A Dbtrfs.h287 __u64 profiles; member in struct:btrfs_balance_args
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 654 milliseconds

12