Home
last modified time | relevance | path

Searched refs:out_lf (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/legacy/operations/
H A Draw_developer.cc323 VipsImage* out_lf = lensfun->get_par()->build( in2, 0, NULL, NULL, level ); in build() local
327 raw_output->get_par()->set_image_hints( out_lf ); in build()
345 in2.clear(); in2.push_back( out_lf ); in build()
347 g_object_unref( out_lf ); in build()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Draw_developer.cc398 VipsImage* out_lf = lensfun->get_par()->build( in2, 0, NULL, NULL, level ); in build() local
402 raw_output->get_par()->set_image_hints( out_lf ); in build()
424 in2.clear(); in2.push_back( out_lf ); in build()
426 g_object_unref( out_lf ); in build()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/gtests/softoken_gtest/
H A Dsoftoken_gtest.cc350 std::ofstream out_lf(dbname_out_lf); in TEST_F() local
351 ASSERT_TRUE(out_lf); in TEST_F()
361 out_lf << line << "\n"; in TEST_F()
366 out_lf.close(); in TEST_F()
/dports/biology/vt/vt-0.57721/lib/htslib/test/
H A Dtest.pl187 (my $out_lf = $out) =~ s/\015?\012/\n/g;
188 if ( $exp ne $out_lf )
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/softoken_gtest/
H A Dsoftoken_gtest.cc410 std::ofstream out_lf(dbname_out_lf); in TEST_F() local
411 ASSERT_TRUE(out_lf); in TEST_F()
421 out_lf << line << "\n"; in TEST_F()
426 out_lf.close(); in TEST_F()
/dports/www/firefox/firefox-99.0/security/nss/gtests/softoken_gtest/
H A Dsoftoken_gtest.cc410 std::ofstream out_lf(dbname_out_lf); in TEST_F() local
411 ASSERT_TRUE(out_lf); in TEST_F()
421 out_lf << line << "\n"; in TEST_F()
426 out_lf.close(); in TEST_F()
/dports/security/ca_root_nss/nss-3.71/nss/gtests/softoken_gtest/
H A Dsoftoken_gtest.cc410 std::ofstream out_lf(dbname_out_lf); in TEST_F() local
411 ASSERT_TRUE(out_lf); in TEST_F()
421 out_lf << line << "\n"; in TEST_F()
426 out_lf.close(); in TEST_F()
/dports/security/nss/nss-3.76.1/nss/gtests/softoken_gtest/
H A Dsoftoken_gtest.cc410 std::ofstream out_lf(dbname_out_lf); in TEST_F() local
411 ASSERT_TRUE(out_lf); in TEST_F()
421 out_lf << line << "\n"; in TEST_F()
426 out_lf.close(); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/softoken_gtest/
H A Dsoftoken_gtest.cc410 std::ofstream out_lf(dbname_out_lf); in TEST_F() local
411 ASSERT_TRUE(out_lf); in TEST_F()
421 out_lf << line << "\n"; in TEST_F()
426 out_lf.close(); in TEST_F()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/test/
H A Dtest.pl200 (my $out_lf = $out) =~ s/\015?\012/\n/g;
201 if ( $exp ne $out_lf )
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/engines/ms-windows/
H A Dmsw_style.c281 get_system_font (XpThemeClass klazz, XpThemeFont type, LOGFONTW *out_lf) in get_system_font() argument
283 if (xp_theme_get_system_font (klazz, type, out_lf)) in get_system_font()
299 *out_lf = ncm.lfCaptionFont; in get_system_font()
301 *out_lf = ncm.lfMenuFont; in get_system_font()
303 *out_lf = ncm.lfStatusFont; in get_system_font()
305 *out_lf = ncm.lfMessageFont; in get_system_font()
/dports/biology/htslib/htslib-1.14/test/
H A Dtest.pl201 (my $out_lf = $out) =~ s/\015?\012/\n/g;
202 if ( $exp ne $out_lf )