Home
last modified time | relevance | path

Searched refs:profile_name (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Dsubset_test_suite.py30 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0]
34 profile_name,
38 profile_name,
/third_party/node/deps/openssl/openssl/ssl/
H A 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/openssl/ssl/
H A 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/pulseaudio/src/modules/dbus/
H A 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 pa_dbus_send_error(conn, 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/modules/
H A Dmodule-card-restore.c318 const char *port_name = NULL, *profile_name = NULL; in entry_read() local
332 if (version >= 3 && pa_tagstruct_gets(t, &profile_name) < 0) in entry_read()
338 if (profile_name) in entry_read()
339 p_info->profile = pa_xstrdup(profile_name); in entry_read()
/third_party/cups-filters/filter/
H A Drastertopdf.cpp1316 const char* profile_name; /* IPP Profile Name */ in main() local
1511 // Use "profile=profile_name.icc" to embed 'profile_name.icc' into the PDF in main()
1514 (profile_name = cupsGetOption("profile", num_options, options)) != NULL) { in main()
1515 setProfile(profile_name); in main()
1519 fprintf(stderr, "DEBUG: TEST ICC Profile specified (color management forced ON): \n[%s]\n", profile_name); in main()
/third_party/pulseaudio/src/utils/
H A Dpactl.c64 *profile_name = NULL, variable
2379 o = pa_context_set_card_profile_by_name(c, card_name, profile_name, simple_callback, NULL); in context_state_callback()
2954 profile_name = pa_xstrdup(argv[optind+2]); in main()
3282 pa_xfree(profile_name); in main()
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c4647 const char *name = NULL, *profile_name = NULL; in command_set_card_profile() local
4657 pa_tagstruct_gets(t, &profile_name) < 0 || in command_set_card_profile()
4666 CHECK_VALIDITY(c->pstream, profile_name, tag, PA_ERR_INVALID); in command_set_card_profile()
4675 profile = pa_hashmap_get(card->profiles, profile_name); in command_set_card_profile()

Completed in 16 milliseconds