Searched refs:profiles (Results 1 - 25 of 62) sorted by relevance

123

/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/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 Dperf_data_converter.h63 // Whether to produce multiple, per-process profiles from the single input
65 // still get a list of profiles back; it just has only one entry).
78 perftools::profiles::Profile data;
88 // Converts raw Linux perf data to a vector of process profiles.
91 // profiles. options governs other conversion options such as whether per-PID
92 // profiles should be returned or all processes should be merged into the same
95 // Returns a vector of process profiles, empty if any error occurs.
100 // Converts a PerfDataProto to a vector of process profiles.
H A Dperf_data_converter_test.cc31 using perftools::profiles::Location;
32 using perftools::profiles::Mapping;
260 // contain 6 profiles, one for each pid.
H A Dperf_data_converter.cc27 typedef perftools::profiles::Profile Profile;
28 typedef perftools::profiles::Builder ProfileBuilder;
149 typedef std::unordered_map<SampleKey, perftools::profiles::Sample*,
438 perftools::profiles::Sample* sample = per_pid_[pid].sample_map[sample_key];
512 perftools::profiles::Location* loc = profile->add_location();
/external/ltp/testcases/realtime/scripts/
H A Dsetenv.sh18 export PROFILES_DIR=$TESTS_DIR/profiles
/external/tensorflow/tensorflow/python/profiler/
H A Dpprof_profiler_test.py41 profiles = pprof_profiler.get_profiles(graph, run_metadata)
42 self.assertEquals(0, len(profiles))
57 profiles = pprof_profiler.get_profiles(graph, run_metadata)
58 self.assertEquals(0, len(profiles))
124 profiles = pprof_profiler.get_profiles(graph, run_metadata)
125 self.assertEquals(1, len(profiles))
126 self.assertTrue('deviceA' in profiles)
127 self.assertEquals(expected_proto, str(profiles['deviceA']))
150 profiles = pprof_profiler.get_profiles(sess.graph, run_metadata)
151 self.assertEquals(1, len(profiles))
[all...]
H A Dpprof_profiler.py259 """Creates profiles in pprof format."""
275 """Generates pprof profiles.
281 profiles = {}
300 profiles[device_stats.device] = pprof_proto
301 return profiles
390 """Generate profiles in pprof format.
406 """Generate profiles in pprof format.
423 profiles = get_profiles(graph, run_metadata)
433 for device, pprof_proto in profiles.items():
/external/toolchain-utils/cwp/
H A Ddemo_pipeline.sh8 RECORD_FILE=/tmp/profiles.rio
9 COLUMN_FILE=/tmp/profiles.cio
32 rm /tmp/profiles.*
51 fileutil cp -f /tmp/profiles.cio-* ${CNS_LOC}
53 echo " dremel> define table t /cns/ag-d/home/${USER}/profiledb/profiles.cio-*"
/external/autotest/client/site_tests/network_BasicProfileProperties/
H A Dnetwork_BasicProfileProperties.py14 """Test that shill's DBus properties for profiles work."""
47 profiles = shill.get_profiles()
48 logging.info('Got profiles %r', profiles)
50 profile = profiles[-1]
/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/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)
/external/v4l2_codec2/
H A DC2VDAAdaptorProxy.cpp157 media::VideoDecodeAccelerator::SupportedProfiles profiles(1);
158 profiles[0].min_resolution = media::Size(16, 16);
159 profiles[0].max_resolution = media::Size(4096, 4096);
163 profiles[0].profile = media::H264PROFILE_MAIN;
167 profiles[0].profile = media::VP8PROFILE_ANY;
171 profiles[0].profile = media::VP9PROFILE_PROFILE0;
177 return profiles;
/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/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/ImageMagick/www/api/
H A Dprofile.php15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, image, profiles, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
59 <p>CloneImageProfiles() clones one or more image profiles.</p>
182 <p>ProfileImage() associates, applies, or removes an ICM, IPTC, or generic profile with / to / from an image. If the profile is NULL, it is removed from the image otherwise added or applied. Use a name of '*' and a profile of NULL to remove all profiles from the image.</p>
184 <p>ICC and ICM profiles are handled as follows: If the image does not have an associated color profile, the one you provide is associated with the image and the image pixels are not transformed. Otherwise, the colorspace transform defined by the existing and new profile are applied to the image pixels and the new profile is associated with the image.</p>
249 <p>ResetImageProfileIterator() resets the image profile iterator. Use it in conjunction with GetNextImageProfile() to iterate over all the profiles associated with an image.</p>
271 <p>SetImageProfile() adds a named profile to the image. If a profile with the same name already exists, it is replaced. This method differs from the ProfileImage() method in that it does not apply CMS color profiles.</p>
292 <dd>the profile name, for example icc, exif, and 8bim (8bim is the Photoshop wrapper for iptc profiles). </dd>
302 <p>SyncImageProfiles() synchronizes image properties with the image profiles. Currently we only support updating the EXIF resolution and orientation.</p>
/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/autotest/client/cros/networking/
H A Dwifi_proxy.py29 """Iterate over all pushed profiles and remove WiFi entries."""
30 profiles = self.get_profiles()
31 for profile in profiles:
/external/v8/src/profiler/
H A Dcpu-profiler.cc199 // The count of profiles doesn't depend on a security token.
200 return profiles_->profiles()->length();
205 return profiles_->profiles()->at(index);
218 if (profiles_->profiles()->is_empty() && !is_profiling_) {
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/tensorflow/tensorflow/core/profiler/g3doc/
H A Dadvise.md3 tfprof analyzes profiles and generates advice for common issues.
78 There is no magic behind advise mode. tfprof builds the profiles first, then
/external/ImageMagick/MagickCore/
H A Dprofile.c131 % CloneImageProfiles() clones one or more image profiles.
154 if (clone_image->profiles != (void *) NULL)
156 if (image->profiles != (void *) NULL)
158 image->profiles=CloneSplayTree((SplayTreeInfo *) clone_image->profiles,
195 if (image->profiles == (SplayTreeInfo *) NULL)
198 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->profiles,name));
226 if (image->profiles != (SplayTreeInfo *) NULL)
227 image->profiles=DestroySplayTree((SplayTreeInfo *) image->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 -

Completed in 1428 milliseconds

123