Home
last modified time | relevance | path

Searched refs:use_source (Results 1 – 25 of 50) sorted by relevance

12

/dports/mail/evolution/evolution-3.42.1/src/modules/calendar/
H A De-cal-base-shell-view.c462 ESource *clicked_source, *primary_source, *use_source = NULL; in e_cal_base_shell_view_preselect_source_config() local
472 use_source = clicked_source; in e_cal_base_shell_view_preselect_source_config()
474 use_source = primary_source; in e_cal_base_shell_view_preselect_source_config()
476 if (use_source) { in e_cal_base_shell_view_preselect_source_config()
479 if (e_source_has_extension (use_source, E_SOURCE_EXTENSION_COLLECTION)) in e_cal_base_shell_view_preselect_source_config()
481 else if (e_source_has_extension (use_source, E_SOURCE_EXTENSION_CALENDAR)) in e_cal_base_shell_view_preselect_source_config()
482 source_backend = e_source_get_extension (use_source, E_SOURCE_EXTENSION_CALENDAR); in e_cal_base_shell_view_preselect_source_config()
483 else if (e_source_has_extension (use_source, E_SOURCE_EXTENSION_MEMO_LIST)) in e_cal_base_shell_view_preselect_source_config()
484 source_backend = e_source_get_extension (use_source, E_SOURCE_EXTENSION_MEMO_LIST); in e_cal_base_shell_view_preselect_source_config()
485 else if (e_source_has_extension (use_source, E_SOURCE_EXTENSION_TASK_LIST)) in e_cal_base_shell_view_preselect_source_config()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/modules/addressbook/
H A De-book-shell-view.c609 ESource *clicked_source, *primary_source, *use_source = NULL; in e_book_shell_view_preselect_source_config() local
619 use_source = clicked_source; in e_book_shell_view_preselect_source_config()
621 use_source = primary_source; in e_book_shell_view_preselect_source_config()
623 if (use_source) { in e_book_shell_view_preselect_source_config()
626 if (e_source_has_extension (use_source, E_SOURCE_EXTENSION_COLLECTION)) in e_book_shell_view_preselect_source_config()
627 source_backend = e_source_get_extension (use_source, E_SOURCE_EXTENSION_COLLECTION); in e_book_shell_view_preselect_source_config()
628 else if (e_source_has_extension (use_source, E_SOURCE_EXTENSION_ADDRESS_BOOK)) in e_book_shell_view_preselect_source_config()
629 source_backend = e_source_get_extension (use_source, E_SOURCE_EXTENSION_ADDRESS_BOOK); in e_book_shell_view_preselect_source_config()
633 else if (use_source == clicked_source) in e_book_shell_view_preselect_source_config()
634 …_source_config_set_preselect_type (E_SOURCE_CONFIG (source_config), e_source_get_uid (use_source)); in e_book_shell_view_preselect_source_config()
/dports/science/PETSc/petsc-3.14.1/config/
H A Dquery_tests.py133 def do_query(use_source, startdir, srcdir, testdir, petsc_dir, petsc_arch, field, label): argument
141 if use_source:
216 if not opts.use_source:
229 do_query(opts.use_source, startdir, petsc_full_src, petsc_full_test,
/dports/mail/evolution/evolution-3.42.1/src/modules/composer-to-meeting/
H A De-meeting-to-composer.c209 gboolean use_source; in meeting_to_composer_composer_created_cb() local
216use_source = meeting_to_composer_check_identity_source (source, organizer, &alias_name, &alias_add… in meeting_to_composer_composer_created_cb()
217 if (use_source) in meeting_to_composer_composer_created_cb()
225 if (use_source) in meeting_to_composer_composer_created_cb()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c200 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
328 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
329 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
330 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
332 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
333 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c202 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source() function
330 code->inst[ip].inst1 |= R500_RGB_ADDR0(use_source(code, inst->RGB.Src[0])); in emit_paired()
331 code->inst[ip].inst1 |= R500_RGB_ADDR1(use_source(code, inst->RGB.Src[1])); in emit_paired()
332 code->inst[ip].inst1 |= R500_RGB_ADDR2(use_source(code, inst->RGB.Src[2])); in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
/dports/devel/glibmm/glibmm-2.64.2/examples/network/
H A Dsocket-client.cc19 bool use_source = false; variable
55 add_entry(entry, use_source); in ClientOptionGroup()
94 if (use_source) in ensure_condition()
H A Dsocket-server.cc20 bool use_source = false; variable
66 add_entry(entry, use_source); in ServerOptionGroup()
102 if (use_source) in ensure_condition()
/dports/multimedia/transcode/transcode-1.1.7/docs/
H A Dtcmkmodhelp.py140 if not options.use_source and not options.use_binary:
147 if options.use_source:
/dports/www/drupal8/drupal-8.9.20/core/profiles/nightwatch_testing/config/optional/
H A Dlocale.settings.yml5 use_source: remote_and_local
/dports/www/drupal9/drupal-9.2.10/core/profiles/nightwatch_testing/config/optional/
H A Dlocale.settings.yml5 use_source: remote_and_local
/dports/www/drupal8/drupal-8.9.20/core/profiles/testing/config/optional/
H A Dlocale.settings.yml6 use_source: remote_and_local
/dports/www/drupal8/drupal-8.9.20/core/modules/locale/config/install/
H A Dlocale.settings.yml6 use_source: remote_and_local
/dports/www/drupal9/drupal-9.2.10/core/modules/locale/config/install/
H A Dlocale.settings.yml6 use_source: remote_and_local
/dports/www/drupal9/drupal-9.2.10/core/profiles/testing/config/optional/
H A Dlocale.settings.yml6 use_source: remote_and_local
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/src/
H A Drebar_deps.erl187 {C1, D1} = use_source(C, D),
527 use_source(Config, Dep) -> function
528 use_source(Config, Dep, 3).
530 use_source(_Config, Dep, 0) -> function
533 use_source(Config, Dep, Count) -> function
557 use_source(Config, Dep#dep { dir = TargetDir }, Count-1)
722 {C1, _D1} = use_source(Config, Dep),

12