Home
last modified time | relevance | path

Searched refs:file_name_1 (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/seahub/seahub-8.0.7-server/tests/api/
H A Dtest_file_ops.py62 file_name_1 = self.create_new_file()
66 assert file_name_1 in self.get_dirent_name_list(self.repo_id)
74 'file_names': file_name_1 + ':' + file_name_2,
90 assert file_name_1 in self.get_dirent_name_list(self.repo_id)
110 assert file_name_1 in self.get_dirent_name_list(self.repo_id)
130 assert file_name_1 in self.get_dirent_name_list(self.repo_id)
141 file_name_1 = self.create_new_file()
145 assert file_name_1 in self.get_dirent_name_list(self.repo_id)
153 'file_names': file_name_1 + ':' + file_name_2,
179 file_name_1 = self.create_new_file()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/mesh/
H A Dmesh_are_equivalent_test.cc39 const std::string file_name_1 = "one_face_312.obj"; in TEST_F() local
42 const std::unique_ptr<Mesh> mesh_1(ReadMeshFromTestFile(file_name_1)); in TEST_F()
45 ASSERT_NE(mesh_1, nullptr) << "Failed to load test model." << file_name_1; in TEST_F()
55 const std::string file_name_1 = "two_faces_312.obj"; in TEST_F() local
57 const std::unique_ptr<Mesh> mesh_1(ReadMeshFromTestFile(file_name_1)); in TEST_F()
59 ASSERT_NE(mesh_1, nullptr) << "Failed to load test model." << file_name_1; in TEST_F()
69 const std::string file_name_1 = "three_faces_312.obj"; in TEST_F() local
71 const std::unique_ptr<Mesh> mesh_1(ReadMeshFromTestFile(file_name_1)); in TEST_F()
73 ASSERT_NE(mesh_1, nullptr) << "Failed to load test model." << file_name_1; in TEST_F()
/dports/archivers/draco/draco-1.4.3/src/draco/mesh/
H A Dmesh_are_equivalent_test.cc39 const std::string file_name_1 = "one_face_312.obj"; in TEST_F() local
42 const std::unique_ptr<Mesh> mesh_1(ReadMeshFromTestFile(file_name_1)); in TEST_F()
45 ASSERT_NE(mesh_1, nullptr) << "Failed to load test model." << file_name_1; in TEST_F()
55 const std::string file_name_1 = "two_faces_312.obj"; in TEST_F() local
57 const std::unique_ptr<Mesh> mesh_1(ReadMeshFromTestFile(file_name_1)); in TEST_F()
59 ASSERT_NE(mesh_1, nullptr) << "Failed to load test model." << file_name_1; in TEST_F()
68 const std::string file_name_1 = "three_faces_312.obj"; in TEST_F() local
70 const std::unique_ptr<Mesh> mesh_1(ReadMeshFromTestFile(file_name_1)); in TEST_F()
72 ASSERT_NE(mesh_1, nullptr) << "Failed to load test model." << file_name_1; in TEST_F()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/mesh/
H A Dmesh_are_equivalent_test.cc39 const std::string file_name_1 = "one_face_312.obj"; in TEST_F() local
42 const std::unique_ptr<Mesh> mesh_1(ReadMeshFromTestFile(file_name_1)); in TEST_F()
45 ASSERT_NE(mesh_1, nullptr) << "Failed to load test model." << file_name_1; in TEST_F()
55 const std::string file_name_1 = "two_faces_312.obj"; in TEST_F() local
57 const std::unique_ptr<Mesh> mesh_1(ReadMeshFromTestFile(file_name_1)); in TEST_F()
59 ASSERT_NE(mesh_1, nullptr) << "Failed to load test model." << file_name_1; in TEST_F()
68 const std::string file_name_1 = "three_faces_312.obj"; in TEST_F() local
70 const std::unique_ptr<Mesh> mesh_1(ReadMeshFromTestFile(file_name_1)); in TEST_F()
72 ASSERT_NE(mesh_1, nullptr) << "Failed to load test model." << file_name_1; in TEST_F()
/dports/devel/boost-docs/boost_1_72_0/libs/gil/test/extension/io/
H A Dcolor_space_write_test.hpp21 void color_space_write_test( const std::string& file_name_1 in color_space_write_test() argument
34 write_view( file_name_1, view( rgb ), Tag() ); in color_space_write_test()
42 read_image( file_name_1, rgb_1, Tag() ); in color_space_write_test()
49 boost::ignore_unused(file_name_1); in color_space_write_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/gil/test/extension/io/
H A Dcolor_space_write_test.hpp21 void color_space_write_test( const std::string& file_name_1 in color_space_write_test() argument
34 write_view( file_name_1, view( rgb ), Tag() ); in color_space_write_test()
42 read_image( file_name_1, rgb_1, Tag() ); in color_space_write_test()
49 boost::ignore_unused(file_name_1); in color_space_write_test()
/dports/devel/boost-libs/boost_1_72_0/libs/gil/test/extension/io/
H A Dcolor_space_write_test.hpp21 void color_space_write_test( const std::string& file_name_1 in color_space_write_test() argument
34 write_view( file_name_1, view( rgb ), Tag() ); in color_space_write_test()
42 read_image( file_name_1, rgb_1, Tag() ); in color_space_write_test()
49 boost::ignore_unused(file_name_1); in color_space_write_test()
/dports/misc/vxl/vxl-3.3.2/core/vil1/tests/
H A Dtest_memory_image_of.cxx46 char const * file_name_1 = !tmp_nam.empty() ? tmp_nam.c_str() : "vil1_test_memory_image_of.ppm"; in test_memory_image_of() local
60 vil1_save(image, file_name_1); in test_memory_image_of()
61 std::cout << "Saved image to " << file_name_1 << std::endl; in test_memory_image_of()
63 vpl_chmod(file_name_1, 0666); // -rw-rw-rw- in test_memory_image_of()
69 vpl_unlink(file_name_1); in test_memory_image_of()
/dports/devel/hyperscan/boost_1_75_0/libs/gil/test/extension/io/
H A Dcolor_space_write_test.hpp21 void color_space_write_test(std::string const& file_name_1, std::string const& file_name_2) in color_space_write_test() argument
32 gil::write_view(file_name_1, gil::view(rgb), Tag()); in color_space_write_test()
40 gil::read_image(file_name_1, rgb_1, Tag()); in color_space_write_test()
47 boost::ignore_unused(file_name_1); in color_space_write_test()
/dports/misc/py-powerline-status/powerline-2.8.2/tests/test_python/
H A Dtest_logging.py153 file_name_1 = 'test_logging-test_multiple_files-1'
154 file_name_2 = file_name_1[:-1] + '2'
157 common_config = finish_common_config('utf-8', {'log_file': [file_name_1, file_name_2]})
163 for file_name in (file_name_1, file_name_2):
167 os.unlink(file_name_1)
178 file_name_1 = 'test_logging-test_multiple_files_and_stream-1'
179 file_name_2 = file_name_1[:-1] + '2'
182 common_config = finish_common_config('utf-8', {'log_file': [file_name_1, file_name_2, None]})
188 for file_name in (file_name_1, file_name_2):
192 os.unlink(file_name_1)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wallpaper/
H A Dwallpaper_controller_unittest.cc95 const std::string file_name_1 = GetDummyFileName(account_id_1); variable
886 file_name_1, layout, image, in TEST_F()
907 file_name_1, layout, image, in TEST_F()
974 account_id_1, wallpaper_files_id_1, file_name_1, layout, in TEST_F()
1141 account_id_1, wallpaper_files_id_1, file_name_1, layout, in TEST_F()
1182 account_id_2, wallpaper_files_id_1, file_name_1, layout, in TEST_F()
1594 wallpaper_files_id_1, file_name_1); in TEST_F()
1597 wallpaper_files_id_1, file_name_1); in TEST_F()
1755 file_name_1, layout, image, in TEST_F()
1814 wallpaper_files_id_1, file_name_1); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/engines/target/
H A Dengine_file_requests_proxy_unittest.cc193 std::wstring file_name_1 = in MULTIPROCESS_TEST_MAIN() local
197 if (!base::EqualsCaseInsensitiveASCII(file_name_1, data.cFileName) && in MULTIPROCESS_TEST_MAIN()
199 LOG(ERROR) << "Returned file name doesn't match, expected " << file_name_1 in MULTIPROCESS_TEST_MAIN()
210 if (!base::EqualsCaseInsensitiveASCII(file_name_1, data.cFileName) && in MULTIPROCESS_TEST_MAIN()
212 LOG(ERROR) << "Returned file name doesn't match, expected " << file_name_1 in MULTIPROCESS_TEST_MAIN()
/dports/biology/py-orange3-single-cell/orange3-single-cell-0.8.2/orangecontrib/single_cell/tests/
H A Dtest_owmultisample.py24 self.file_name_1 = os.path.join(path, "10x/hg19/matrix.mtx")
26 self.widget.set_current_path(self.file_name_1)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dfile.erl1493 file_name_1(N,file:native_name_encoding())
1498 file_name_1([C|T],latin1) when is_integer(C), C < 256-> function
1499 [C|file_name_1(T,latin1)];
1500 file_name_1([C|T],utf8) when is_integer(C) -> function
1501 [C|file_name_1(T,utf8)];
1502 file_name_1([H|T],E) -> function
1503 file_name_1(H,E) ++ file_name_1(T,E);
1504 file_name_1([],_) -> function
1506 file_name_1(N,_) when is_atom(N) -> function
1508 file_name_1(_,_) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dfile.erl1448 file_name_1(N,file:native_name_encoding())
1453 file_name_1([C|T],latin1) when is_integer(C), C < 256-> function
1454 [C|file_name_1(T,latin1)];
1455 file_name_1([C|T],utf8) when is_integer(C) -> function
1456 [C|file_name_1(T,utf8)];
1457 file_name_1([H|T],E) -> function
1458 file_name_1(H,E) ++ file_name_1(T,E);
1459 file_name_1([],_) -> function
1461 file_name_1(N,_) when is_atom(N) -> function
1463 file_name_1(_,_) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dfile.erl1448 file_name_1(N,file:native_name_encoding())
1453 file_name_1([C|T],latin1) when is_integer(C), C < 256-> function
1454 [C|file_name_1(T,latin1)];
1455 file_name_1([C|T],utf8) when is_integer(C) -> function
1456 [C|file_name_1(T,utf8)];
1457 file_name_1([H|T],E) -> function
1458 file_name_1(H,E) ++ file_name_1(T,E);
1459 file_name_1([],_) -> function
1461 file_name_1(N,_) when is_atom(N) -> function
1463 file_name_1(_,_) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl1559 file_name_1(N,file:native_name_encoding())
1564 file_name_1([C|T],latin1) when is_integer(C), C < 256-> function
1565 [C|file_name_1(T,latin1)];
1566 file_name_1([C|T],utf8) when is_integer(C) -> function
1567 [C|file_name_1(T,utf8)];
1568 file_name_1([H|T],E) -> function
1569 file_name_1(H,E) ++ file_name_1(T,E);
1570 file_name_1([],_) -> function
1572 file_name_1(N,_) when is_atom(N) -> function
1574 file_name_1(_,_) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl1559 file_name_1(N,file:native_name_encoding())
1564 file_name_1([C|T],latin1) when is_integer(C), C < 256-> function
1565 [C|file_name_1(T,latin1)];
1566 file_name_1([C|T],utf8) when is_integer(C) -> function
1567 [C|file_name_1(T,utf8)];
1568 file_name_1([H|T],E) -> function
1569 file_name_1(H,E) ++ file_name_1(T,E);
1570 file_name_1([],_) -> function
1572 file_name_1(N,_) when is_atom(N) -> function
1574 file_name_1(_,_) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl1559 file_name_1(N,file:native_name_encoding())
1564 file_name_1([C|T],latin1) when is_integer(C), C < 256-> function
1565 [C|file_name_1(T,latin1)];
1566 file_name_1([C|T],utf8) when is_integer(C) -> function
1567 [C|file_name_1(T,utf8)];
1568 file_name_1([H|T],E) -> function
1569 file_name_1(H,E) ++ file_name_1(T,E);
1570 file_name_1([],_) -> function
1572 file_name_1(N,_) when is_atom(N) -> function
1574 file_name_1(_,_) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl1559 file_name_1(N,file:native_name_encoding())
1564 file_name_1([C|T],latin1) when is_integer(C), C < 256-> function
1565 [C|file_name_1(T,latin1)];
1566 file_name_1([C|T],utf8) when is_integer(C) -> function
1567 [C|file_name_1(T,utf8)];
1568 file_name_1([H|T],E) -> function
1569 file_name_1(H,E) ++ file_name_1(T,E);
1570 file_name_1([],_) -> function
1572 file_name_1(N,_) when is_atom(N) -> function
1574 file_name_1(_,_) -> function
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/test/
H A Dvisual_metrics.py210 def FileBetter(file_name_1, file_name_2, metric_column, method): argument
219 metric_set1_sorted = ParseMetricFile(file_name_1, metric_column)
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dvisual_metrics.py210 def FileBetter(file_name_1, file_name_2, metric_column, method): argument
219 metric_set1_sorted = ParseMetricFile(file_name_1, metric_column)
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dvisual_metrics.py210 def FileBetter(file_name_1, file_name_2, metric_column, method): argument
219 metric_set1_sorted = ParseMetricFile(file_name_1, metric_column)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dvisual_metrics.py210 def FileBetter(file_name_1, file_name_2, metric_column, method): argument
219 metric_set1_sorted = ParseMetricFile(file_name_1, metric_column)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dvisual_metrics.py210 def FileBetter(file_name_1, file_name_2, metric_column, method): argument
219 metric_set1_sorted = ParseMetricFile(file_name_1, metric_column)

12