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

/external/boringssl/src/ssl/
H A Dd1_srtp.c165 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles;
170 profiles = sk_SRTP_PROTECTION_PROFILE_new_null();
171 if (profiles == NULL) {
182 sk_SRTP_PROTECTION_PROFILE_push(profiles, p);
193 *out = profiles;
198 int SSL_CTX_set_srtp_profiles(SSL_CTX *ctx, const char *profiles) { argument
199 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles);
202 int SSL_set_srtp_profiles(SSL *ssl, const char *profiles) { argument
203 return ssl_ctx_make_profiles(profiles, &ssl->srtp_profiles);
226 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles) { argument
231 SSL_set_tlsext_use_srtp(SSL *ssl, const char *profiles) argument
[all...]
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py122 profiles = get_profile_list()
123 for (filename, profile) in profiles:
130 path.join(builtins_dir, 'profiles'), '*.' + extension)
132 profiles = []
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
135 return profiles
223 profiles = get_profile_list() variable
225 print 'static gl_shader *builtin_profiles[%d];' % len(profiles)
271 for (filename, profile) in profiles:
/external/v8/src/profiler/
H A Dprofile-generator.cc528 // As starting / stopping profiles is rare relatively to this
561 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) argument
562 : profiles_(profiles),
564 profiles->NewCodeEntry(Logger::FUNCTION_TAG, kProgramEntryName)),
566 profiles->NewCodeEntry(Logger::FUNCTION_TAG, kIdleEntryName)),
568 profiles->NewCodeEntry(Logger::BUILTIN_TAG,
571 profiles->NewCodeEntry(Logger::FUNCTION_TAG,
H A Dprofile-generator.h310 List<CpuProfile*>* profiles() { return &finished_profiles_; } function in class:v8::internal::CpuProfilesCollection
338 // Limits the number of profiles that can be simultaneously collected.
358 explicit ProfileGenerator(CpuProfilesCollection* profiles);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... .eclipse.equinox.p2.engine.IProfile[] profiles int i org.eclipse.equinox.p2. ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar ... -1.1.profile profiles/J2SE-1.2.profile profiles/J2SE-1.3.profile profiles/J2SE-1.4. ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/kernel-headers/original/uapi/sound/
H A Dcompress_params.h299 * profiles. Additional options that affect encoding quality and speed can
333 * @profiles: Supported profiles. See SND_AUDIOPROFILE defines.
339 * This structure provides a scalar value for profiles, modes and stream
356 __u32 profiles; member in struct:snd_codec_desc
374 * Encoders may rely on profiles for quality levels.
/external/v8/test/cctest/
H A Dtest-cpu-profiler.cc28 // Tests of profiles generator and utilities.
75 CpuProfilesCollection profiles(isolate->heap());
76 ProfileGenerator generator(&profiles);
162 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); local
163 profiles->StartProfiling("", false);
164 ProfileGenerator generator(profiles);
168 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
223 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); local
224 profiles->StartProfiling("", false);
225 ProfileGenerator generator(profiles);
292 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); local
1113 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs.h208 __u64 profiles; member in struct:btrfs_balance_args
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
H A Davcodec.h2932 const AVProfile *profiles; ///< array of recognized profiles, or NULL if unknown, array is terminated by {FF_PROFILE_UNKNOWN} member in struct:AVCodec
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/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/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 5225 milliseconds