Home
last modified time | relevance | path

Searched refs:test_content (Results 1 – 25 of 144) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/base/
H A Dfile_unittest.cc25 const base::StringPiece test_content = in TEST() local
27 file.WriteAtCurrentPos(test_content.data(), in TEST()
33 std::vector<char> content(test_content.size()); in TEST()
36 ASSERT_EQ(static_cast<int>(test_content.size()), in TEST()
39 EXPECT_EQ(test_content, in TEST()
83 const base::StringPiece test_content = in TEST() local
85 file.WriteAtCurrentPos(test_content.data(), in TEST()
95 std::vector<char> content(test_content.size()); in TEST()
101 EXPECT_EQ(test_content, in TEST()
121 const base::StringPiece test_content = in TEST() local
[all …]
/dports/textproc/py-pyexcel/pyexcel-0.6.7/tests/
H A Dtest_sheet_attributes.py24 test_content = [[1, 2]]
25 sheet = Sheet(test_content)
26 eq_(sheet.to_array(), test_content)
39 test_content = [[1, 2]]
41 eq_(sheet.to_array(), test_content)
48 test_content = [["A", "B"], [1, 2]]
50 eq_(sheet.to_array(), test_content)
66 test_content = [["A", "B"], [1, 2]]
68 eq_(sheet.to_array(), test_content)
88 copy.deepcopy(test_content),
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/base/
H A Dfile_unittest.cc21 const base::StringPiece test_content = in TEST() local
23 file.WriteAtCurrentPos(test_content.data(), in TEST()
24 base::checked_cast<int>(test_content.size())); in TEST()
29 std::vector<char> content(test_content.size()); in TEST()
32 ASSERT_EQ(static_cast<int>(test_content.size()), in TEST()
34 base::checked_cast<int>(test_content.size()))); in TEST()
35 EXPECT_EQ(test_content, in TEST()
36 base::StringPiece(content.data(), test_content.size())); in TEST()
45 const base::StringPiece test_content = "test string"; in TEST() local
46 write_file.WriteAtCurrentPos(test_content.data(), in TEST()
[all …]
/dports/www/mitmproxy/mitmproxy-7.0.4/examples/contrib/webscanner_helper/
H A Dtest_mapping.py63 test_content = b"Test"
64 f.response.content = test_content
67 assert f.response.content == test_content
75 test_content = b"<body> Test </body>"
76 f.response.content = test_content
88 test_content = b"<body> Test </body>"
89 f.response.content = test_content
102 test_content = b"<title> Test </title>"
103 f.response.content = test_content
140 test_content = b"<title> Test </title>"
[all …]
/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/commonmark-legacy/api_test/
H A Dmain.c44 test_content(test_batch_runner *runner, cmark_node_type type,
421 test_content(runner, CMARK_NODE_CODE_BLOCK , 0); in hierarchy()
422 test_content(runner, CMARK_NODE_HTML, 0); in hierarchy()
423 test_content(runner, CMARK_NODE_PARAGRAPH, all_inlines); in hierarchy()
425 test_content(runner, CMARK_NODE_HRULE, 0); in hierarchy()
426 test_content(runner, CMARK_NODE_REFERENCE_DEF, 0); in hierarchy()
427 test_content(runner, CMARK_NODE_TEXT, 0); in hierarchy()
428 test_content(runner, CMARK_NODE_SOFTBREAK, 0); in hierarchy()
429 test_content(runner, CMARK_NODE_LINEBREAK, 0); in hierarchy()
430 test_content(runner, CMARK_NODE_INLINE_CODE, 0); in hierarchy()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/index/test/algorithms/
H A Dcontent.cpp46 test_content(P2ic(0, 0), 0); in test_main()
47 test_content(P2fc(0, 0), 0); in test_main()
48 test_content(P2dc(0, 0), 0); in test_main()
49 test_content(P3ic(0, 0, 0), 0); in test_main()
50 test_content(P3fc(0, 0, 0), 0); in test_main()
51 test_content(P3dc(0, 0, 0), 0); in test_main()
/dports/textproc/py-creole/python-creole-1.4.9/creole/tests/
H A Dtest_rest2html.py114 test_content = "Content from include file."
115 test_content = test_content.encode("utf-8")
117 temp.write(test_content)
/dports/textproc/cmark/cmark-0.30.2/api_test/
H A Dmain.c473 test_content(runner, CMARK_NODE_CODE_BLOCK, 0); in hierarchy()
474 test_content(runner, CMARK_NODE_HTML_BLOCK, 0); in hierarchy()
477 test_content(runner, CMARK_NODE_THEMATIC_BREAK, 0); in hierarchy()
478 test_content(runner, CMARK_NODE_TEXT, 0); in hierarchy()
479 test_content(runner, CMARK_NODE_SOFTBREAK, 0); in hierarchy()
480 test_content(runner, CMARK_NODE_LINEBREAK, 0); in hierarchy()
481 test_content(runner, CMARK_NODE_CODE, 0); in hierarchy()
482 test_content(runner, CMARK_NODE_HTML_INLINE, 0); in hierarchy()
483 test_content(runner, CMARK_NODE_EMPH, all_inlines); in hierarchy()
485 test_content(runner, CMARK_NODE_LINK, all_inlines); in hierarchy()
[all …]
/dports/www/py-fastapi/fastapi-0.70.0/tests/test_tutorial/test_custom_response/
H A Dtest_tutorial008.py14 test_content = b"Fake video bytes"
15 file_path.write_bytes(test_content)
17 assert response.content == test_content
H A Dtest_tutorial009.py14 test_content = b"Fake video bytes"
15 file_path.write_bytes(test_content)
17 assert response.content == test_content
H A Dtest_tutorial009b.py14 test_content = b"Fake video bytes"
15 file_path.write_bytes(test_content)
17 assert response.content == test_content
/dports/deskutils/mindforger/mindforger-1.52.0/deps/cmark-gfm/api_test/
H A Dmain.c455 test_content(runner, CMARK_NODE_CODE_BLOCK, 0); in hierarchy()
456 test_content(runner, CMARK_NODE_HTML_BLOCK, 0); in hierarchy()
459 test_content(runner, CMARK_NODE_THEMATIC_BREAK, 0); in hierarchy()
460 test_content(runner, CMARK_NODE_TEXT, 0); in hierarchy()
461 test_content(runner, CMARK_NODE_SOFTBREAK, 0); in hierarchy()
462 test_content(runner, CMARK_NODE_LINEBREAK, 0); in hierarchy()
463 test_content(runner, CMARK_NODE_CODE, 0); in hierarchy()
464 test_content(runner, CMARK_NODE_HTML_INLINE, 0); in hierarchy()
465 test_content(runner, CMARK_NODE_EMPH, all_inlines); in hierarchy()
467 test_content(runner, CMARK_NODE_LINK, all_inlines); in hierarchy()
[all …]
/dports/devel/py-fs/fs-0.5.4/fs/tests/
H A Dzipfs_binary_test.py15 test_content = b(chr(32) + chr(10)) variable in ZipFsBinaryWriteRead
32 f.write(self.test_content)
42 self.assertEqual(content, self.test_content)
/dports/textproc/py-pygments/Pygments-2.7.2/tests/
H A Dtest_basic_api.py25 test_content = [chr(i) for i in range(33, 128)] * 5 variable
26 random.shuffle(test_content)
27 test_content = ''.join(test_content) + '\n' variable
68 tokens = list(inst.get_tokens(test_content))
72 (cls.__name__, test_content))
79 assert txt == test_content, "%s lexer roundtrip failed: %r != %r" % \
80 (cls.name, test_content, txt)
/dports/textproc/py-hieroglyph/hieroglyph-2.1.0/src/hieroglyph/tests/
H A Dtest_directives.py23 test_content = """
45 test_content,
71 test_content = """
79 test_content,
94 test_content = """
102 test_content,
119 test_content = """
129 test_content,
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/
H A Dtest_basic_api.py26 test_content = [chr(i) for i in xrange(33, 128)] * 5 variable
27 random.shuffle(test_content)
28 test_content = ''.join(test_content) + '\n' variable
68 tokens = list(inst.get_tokens(test_content))
72 (cls.__name__, test_content))
79 assert txt == test_content, "%s lexer roundtrip failed: %r != %r" % \
80 (cls.name, test_content, txt)

123456