Home
last modified time | relevance | path

Searched refs:profile_name (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/subset/
Dsubset_test_suite.py30 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0]
34 profile_name,
38 profile_name,
/third_party/harfbuzz/test/subset/
Dsubset_test_suite.py26 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0]
30 profile_name,
34 profile_name,
/third_party/openssl/ssl/
Dd1_srtp.c42 static int find_profile_by_name(char *profile_name, in find_profile_by_name() argument
50 && strncmp(p->name, profile_name, len) == 0) { in find_profile_by_name()
/third_party/boringssl/src/ssl/
Dd1_srtp.cc145 static int find_profile_by_name(const char *profile_name, in find_profile_by_name() argument
150 if (len == strlen(p->name) && !strncmp(p->name, profile_name, len)) { in find_profile_by_name()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/
Dsubset_test_suite.py24 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0]
27 profile_name,
/third_party/e2fsprogs/e2fsck/
De2fsck.h649 const char *profile_name,
654 const char *profile_name,
659 const char *profile_name,
664 const char *profile_name,
Dutil.c800 const char *profile_name, unsigned int *old_type) in e2fsck_set_bitmap_type() argument
807 profile_get_uint(ctx->profile, "bitmaps", profile_name, 0, in e2fsck_set_bitmap_type()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.function652 char *profile_name, int vrfy_fatal_lvls )
667 if( strcmp( profile_name, "" ) == 0 )
669 else if( strcmp( profile_name, "next" ) == 0 )
671 else if( strcmp( profile_name, "suiteb" ) == 0 )
673 else if( strcmp( profile_name, "rsa3072" ) == 0 )
675 else if( strcmp( profile_name, "sha512" ) == 0 )
/third_party/pulseaudio/src/modules/
Dmodule-card-restore.c306 const char *port_name = NULL, *profile_name = NULL; in entry_read() local
320 if (version >= 3 && pa_tagstruct_gets(t, &profile_name) < 0) in entry_read()
326 if (profile_name) in entry_read()
327 p_info->profile = pa_xstrdup(profile_name); in entry_read()
/third_party/pulseaudio/src/modules/dbus/
Diface-card.c429 const char *profile_name = NULL; in handle_get_profile_by_name() local
437 …pa_assert_se(dbus_message_get_args(msg, NULL, DBUS_TYPE_STRING, &profile_name, DBUS_TYPE_INVALID)); in handle_get_profile_by_name()
439 if (!(profile = pa_hashmap_get(c->profiles, profile_name))) { in handle_get_profile_by_name()
440 …onn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such profile on card %s.", profile_name, c->card->name); in handle_get_profile_by_name()
/third_party/pulseaudio/src/utils/
Dqpaeq289 profile_name=self.sink.BaseProfile(self.filter_state.channel)
290 if profile_name is not None:
291 i=self.profile_box.findText(profile_name)
Dpactl.c57 *profile_name = NULL, variable
1382 … o = pa_context_set_card_profile_by_name(c, card_name, profile_name, simple_callback, NULL); in context_state_callback()
1896 profile_name = pa_xstrdup(argv[optind+2]); in main()
2154 pa_xfree(profile_name); in main()
/third_party/ffmpeg/libavcodec/
Dpngdec.c858 uint8_t *data, profile_name[82]; in decode_iccp_chunk() local
862 while ((profile_name[cnt++] = bytestream2_get_byte(&s->gb)) && cnt < 81); in decode_iccp_chunk()
890 av_dict_set(&sd->metadata, "name", profile_name, 0); in decode_iccp_chunk()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c4727 const char *name = NULL, *profile_name = NULL; in command_set_card_profile() local
4737 pa_tagstruct_gets(t, &profile_name) < 0 || in command_set_card_profile()
4746 CHECK_VALIDITY(c->pstream, profile_name, tag, PA_ERR_INVALID); in command_set_card_profile()
4755 profile = pa_hashmap_get(card->profiles, profile_name); in command_set_card_profile()