Home
last modified time | relevance | path

Searched defs:profiles (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/ssl/
Dd1_srtp.c198 int SSL_CTX_set_srtp_profiles(SSL_CTX *ctx, const char *profiles) { in SSL_CTX_set_srtp_profiles()
202 int SSL_set_srtp_profiles(SSL *ssl, const char *profiles) { in SSL_set_srtp_profiles()
226 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles) { in SSL_CTX_set_tlsext_use_srtp()
231 int SSL_set_tlsext_use_srtp(SSL *ssl, const char *profiles) { in SSL_set_tlsext_use_srtp()
/external/skia/gm/
Dcolor4f.cpp76 SkColorProfileType const profiles[] { kLinear_SkColorProfileType, kSRGB_SkColorProfileType }; variable
/external/mesa3d/src/glsl/builtins/tools/
Dgenerate_builtins.py223 profiles = get_profile_list() variable
/external/v8/test/cctest/
Dtest-profile-generator.cc350 CpuProfilesCollection profiles(CcTest::heap()); in TEST() local
416 CpuProfilesCollection profiles(CcTest::heap()); in TEST() local
464 CpuProfilesCollection profiles(CcTest::heap()); in TEST() local
Dtest-cpu-profiler.cc75 CpuProfilesCollection profiles(isolate->heap()); in TEST() local
162 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); in TEST() local
223 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); in TEST() local
292 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); in TEST() local
1113 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); in TEST() local
/external/v8/src/profiler/
Dprofile-generator.h310 List<CpuProfile*>* profiles() { return &finished_profiles_; } in profiles() function
Dprofile-generator.cc561 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) in ProfileGenerator()
/external/kernel-headers/original/uapi/sound/
Dcompress_params.h356 __u32 profiles; member
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h208 __u64 profiles; member
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h2932 …const AVProfile *profiles; ///< array of recognized profiles, or NULL if unknown, arr… member