Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 25 of 263) sorted by relevance

1234567891011

/third_party/libxml2/result/
Datt10.sax5 SAX.elementDecl(tst, 3, ...)
6 SAX.attributeDecl(tst, a, 8, 3, NULL, ...)
7 SAX.attributeDecl(tst, b, 1, 3, NULL, ...)
21 SAX.startElement(tst, a=' xyz', b=' xyz')
22 SAX.endElement(tst)
35 SAX.startElement(tst, a='&d;&d;A&a; &a;B&da;', b='&d;&d;A&a; &a;B&da;')
36 SAX.endElement(tst)
39 SAX.startElement(tst, a='
50 SAX.endElement(tst)
53 SAX.startElement(tst, a=' x y ', b=' x y ')
[all …]
Datt10.sax25 SAX.elementDecl(tst, 3, ...)
6 SAX.attributeDecl(tst, a, 8, 3, NULL, ...)
7 SAX.attributeDecl(tst, b, 1, 3, NULL, ...)
21 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='xyz"...', 3, b=' xy...', 5)
22 SAX.endElementNs(tst, NULL, NULL)
35 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='&d;&...', 19, b='&d;&...', 19)
36 SAX.endElementNs(tst, NULL, NULL)
39 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='
46 SAX.endElementNs(tst, NULL, NULL)
49 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='x y...', 3, b=' x ...', 6)
[all …]
Datt10.rde5 1 1 tst 1 0
8 1 1 tst 1 0
11 1 1 tst 1 0
14 1 1 tst 1 0
17 1 1 tst 1 0
20 1 1 tst 1 0
Datt10.rdr5 1 1 tst 1 0
8 1 1 tst 1 0
11 1 1 tst 1 0
14 1 1 tst 1 0
17 1 1 tst 1 0
20 1 1 tst 1 0
/third_party/libxml2/result/noent/
Datt10.sax25 SAX.elementDecl(tst, 3, ...)
6 SAX.attributeDecl(tst, a, 8, 3, NULL, ...)
7 SAX.attributeDecl(tst, b, 1, 3, NULL, ...)
21 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='xyz"...', 3, b=' xy...', 5)
22 SAX.endElementNs(tst, NULL, NULL)
35 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='A B...', 3, b=' A ...', 9)
36 SAX.endElementNs(tst, NULL, NULL)
39 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='
46 SAX.endElementNs(tst, NULL, NULL)
49 SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='x y...', 3, b=' x ...', 6)
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D1-1.c46 struct unique *tst; in main() local
48 tst = sym; in main()
49 while (tst->name) { in main()
51 printf("Policy: %s\n", tst->name); in main()
54 policy = tst->value; in main()
68 tst->name); in main()
72 tst++; in main()
84 tst->name); in main()
90 tst->name); in main()
94 tst++; in main()
D19-1.c45 struct unique *tst; in main() local
47 tst = sym; in main()
48 while (tst->name) { in main()
49 policy = tst->value; in main()
51 printf("Policy: %s\n", tst->name); in main()
83 tst++; in main()
D17-1.c51 struct unique *tst; in main() local
53 tst = sym; in main()
54 while (tst->name) { in main()
55 policy = tst->value; in main()
57 printf("Policy: %s\n", tst->name); in main()
111 tst++; in main()
/third_party/toybox/tests/
Dkillall.test11 tst=toybox.test
12 (./$tst 2>/dev/null &)
13 testing "short name" "killall -w $tst && echo killed ; sleep 0.1; \
14 pgrep -l $tst || echo really" "killed\nreally\n" "" ""
16 tst=toybox.killall.test.script
17 (./$tst 2>/dev/null &)
18 testing "long name" "killall -w $tst && echo killed ; sleep 0.1; \
19 pgrep -l $tst || echo really" "killed\nreally\n" "" ""
Dbc.test11 tst="$1"
12 results=$(cat "$BDIR/${tst}_results.txt")
13 testcmd "$tst" "-l $BDIR/$tst.txt" "$results\n" "$BDIR/$tst.txt" ""
/third_party/boost/boost/spirit/home/x3/string/
Dtst.hpp24 struct tst struct
30 tst() in tst() function
35 ~tst() in ~tst() argument
40 tst(tst const& rhs) in tst() function
46 tst& operator=(tst const& rhs) in operator =() argument
94 void copy(tst const& rhs) in copy() argument
99 tst& assign(tst const& rhs) in assign() argument
/third_party/boost/boost/spirit/home/qi/string/
Dtst.hpp28 struct tst struct
34 tst() in tst() function
39 ~tst() in ~tst() argument
44 tst(tst const& rhs) in tst() function
50 tst& operator=(tst const& rhs) in operator =() argument
98 void copy(tst const& rhs) in copy() argument
103 tst& assign(tst const& rhs) in assign() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
D10-1.c39 struct unique *tst; in main() local
41 tst = sym; in main()
43 while (tst->name) { in main()
45 if (tst->value == sym[i].value in main()
46 && strcmp(tst->name, sym[i].name)) { in main()
48 tst->name, sym[i].name); in main()
52 tst++; in main()
/third_party/skia/modules/skottie/tests/
DImage.cpp66 TestImageAsset(const TestData* tst, skiatest::Reporter* r) in DEF_TEST() argument
67 : fTest(tst) in DEF_TEST()
91 TestResourceProvider(const TestData* tst, skiatest::Reporter* r) in DEF_TEST() argument
92 : fTest(tst) in DEF_TEST()
117 for (const auto& tst : tests) { in DEF_TEST() local
119 anim->seekFrameTime(tst.t); in DEF_TEST()
123 tst.c[0] == pmap.getColor(render_size.width() / 2, render_size.height() / 2)); in DEF_TEST()
125 tst.c[1] == pmap.getColor(1 , render_size.height() / 2)); in DEF_TEST()
127 tst.c[2] == pmap.getColor(render_size.width() / 2, 1)); in DEF_TEST()
129 tst.c[3] == pmap.getColor(render_size.width() - 1, render_size.height() / 2)); in DEF_TEST()
[all …]
/third_party/skia/modules/svg/tests/
DText.cpp150 auto test = [&](const PosTestDesc& tst) { in DEF_TEST() argument
155 a->setX(tst.xa); in DEF_TEST()
156 a->setY(tst.ya); in DEF_TEST()
157 b->setX(tst.xb); in DEF_TEST()
158 b->setY(tst.yb); in DEF_TEST()
169 SkSVGTextContext::ScopedPosResolver pa(*a, lctx, &tctx, tst.offseta); in DEF_TEST()
170 SkSVGTextContext::ScopedPosResolver pb(*b, lctx, &tctx, tst.offsetb); in DEF_TEST()
172 for (size_t i = 0; i < tst.expected.size(); ++i) { in DEF_TEST()
173 const auto& exp = tst.expected[i]; in DEF_TEST()
174 auto pos = i >= tst.offsetb ? pb.resolve(i) : pa.resolve(i); in DEF_TEST()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dmakefile.msc31 .\\bzip2 -d < sample1.bz2 > sample1.tst
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
33 .\\bzip2 -ds < sample3.bz2 > sample3.tst
43 fc sample1.tst sample1.ref
44 fc sample2.tst sample2.ref
45 fc sample3.tst sample3.ref
57 del sample1.tst
58 del sample2.tst
59 del sample3.tst
/third_party/bzip2/
Dmakefile.msc31 .\\bzip2 -d < sample1.bz2 > sample1.tst
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
33 .\\bzip2 -ds < sample3.bz2 > sample3.tst
43 fc sample1.tst sample1.ref
44 fc sample2.tst sample2.ref
45 fc sample3.tst sample3.ref
57 del sample1.tst
58 del sample2.tst
59 del sample3.tst
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dmakefile.msc31 .\\bzip2 -d < sample1.bz2 > sample1.tst
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
33 .\\bzip2 -ds < sample3.bz2 > sample3.tst
43 fc sample1.tst sample1.ref
44 fc sample2.tst sample2.ref
45 fc sample3.tst sample3.ref
57 del sample1.tst
58 del sample2.tst
59 del sample3.tst
/third_party/node/test/testpy/
D__init__.py110 for tst in all_tests:
111 if self.Contains(path, tst):
112 file_path = os.path.join(self.root, reduce(os.path.join, tst[1:], ""))
113 test_name = tst[:-1] + [os.path.splitext(tst[-1])[0]]
129 for tst in result:
130 tst.parallel = True
152 for tst in all_tests:
153 if self.Contains(path, tst):
154 file_path = os.path.join(self.root, reduce(os.path.join, tst[1:], "") + ".js")
156 SimpleTestCase(tst, file_path, arch, mode, self.context, self, self.additional_flags))
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c115 struct unique *tst; in main() local
117 tst = sym; in main()
119 while (tst->name) { in main()
121 …if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)… in main()
123 tst->name, sym[i].name); in main()
127 tst++; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D3-1.c46 struct unique *tst; in main() local
48 tst = sym; in main()
60 while (tst->name) { in main()
61 if (result == tst->value) { in main()
65 tst++; in main()
/third_party/flutter/skia/gm/
Dcolorfilters.cpp132 for (const auto& tst: gTests) { in onDraw() local
135 const auto dh = (std::get<1>(tst.h) - std::get<0>(tst.h)) / (kSteps - 1), in onDraw()
136 ds = (std::get<1>(tst.s) - std::get<0>(tst.s)) / (kSteps - 1), in onDraw()
137 dl = (std::get<1>(tst.l) - std::get<0>(tst.l)) / (kSteps - 1); in onDraw()
138 auto h = std::get<0>(tst.h), in onDraw()
139 s = std::get<0>(tst.s), in onDraw()
140 l = std::get<0>(tst.l); in onDraw()
/third_party/skia/gm/
Dcolorfilters.cpp130 for (const auto& tst: gTests) { in onDraw() local
133 const auto dh = (std::get<1>(tst.h) - std::get<0>(tst.h)) / (kSteps - 1), in onDraw()
134 ds = (std::get<1>(tst.s) - std::get<0>(tst.s)) / (kSteps - 1), in onDraw()
135 dl = (std::get<1>(tst.l) - std::get<0>(tst.l)) / (kSteps - 1); in onDraw()
136 auto h = std::get<0>(tst.h), in onDraw()
137 s = std::get<0>(tst.s), in onDraw()
138 l = std::get<0>(tst.l); in onDraw()
/third_party/boost/libs/spirit/test/qi/
Dtst.cpp18 void add(TST& tst, Char const* s, int data) in add() argument
23 tst.add(s, last, data); in add()
27 void remove(TST& tst, Char const* s) in remove() argument
32 tst.remove(s, last); in remove()
36 void docheck(TST const& tst, Char const* s, bool expected, int N = 0, int val = -1) in docheck() argument
42 int* r = tst.find(s, last); in docheck()
59 void print(TST const& tst) in print() argument
62 tst.for_each(printer()); in print()
76 void nc_check(TST const& tst, Char const* s, bool expected, int N = 0, int val = -1) in nc_check() argument
82 int* r = tst.find(s, last, no_case_filter()); in nc_check()
[all …]
/third_party/e2fsprogs/lib/uuid/
Dtst_uuid.c74 uuid_t buf, tst; in main() local
158 if (uuid_parse(str, tst) < 0) { in main()
162 if (!uuid_compare(buf, tst)) { in main()
168 uuid_clear(tst); in main()
169 if (uuid_is_null(tst)) in main()
175 uuid_copy(buf, tst); in main()
176 if (!uuid_compare(buf, tst)) in main()

1234567891011