Home
last modified time | relevance | path

Searched refs:xxx (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/third_party/boost/libs/mpl/test/
Dhas_xxx.cpp19 BOOST_MPL_HAS_XXX_TRAIT_DEF(xxx)
20 BOOST_MPL_HAS_XXX_TEMPLATE_NAMED_DEF(has_xxx_template, xxx, false)
24 struct a2 { void xxx(); };
25 struct a3 { int xxx; }; member
26 struct a4 { static int xxx(); };
27 struct a5 { template< typename T > struct xxx {}; }; struct
29 struct b1 { typedef int xxx; }; typedef
30 struct b2 { struct xxx; };
31 struct b3 { typedef int& xxx; }; typedef
32 struct b4 { typedef int* xxx; }; typedef
[all …]
/third_party/boost/libs/test/test/baseline-outputs/
Dglobal-fixtures-test.pattern6 xxx/test-macro-global-fixture.cpp:281: Entering test suite "Fake Test Suite Hierarchy"
8 xxx/test-macro-global-fixture.cpp:282: Entering test case "bad_foo"
9 xxx/test-macro-global-fixture.cpp:151: error: in "Fake Test Suite Hierarchy/bad_foo":
11 xxx/test-macro-global-fixture.cpp:154: info: check true has passed
12 xxx/test-macro-global-fixture.cpp:158: error: in "Fake Test Suite Hierarchy/bad_foo": with some mes…
16 xxx/test-macro-global-fixture.cpp:160: error: in "Fake Test Suite Hierarchy/bad_foo": non sense
17 xxx/test-macro-global-fixture.cpp:282: Leaving test case "bad_foo"
18 xxx/test-macro-global-fixture.cpp:283: Entering test case "very_bad_foo"
19 xxx/test-macro-global-fixture.cpp:165: fatal error: in "Fake Test Suite Hierarchy/very_bad_foo": ve…
22 xxx/test-macro-global-fixture.cpp:283: Leaving test case "very_bad_foo"
[all …]
Dlog-formatter-test.pattern3 xxx/log-formatter-test.cpp:159: Entering test suite "1 test cases inside"
4 xxx/log-formatter-test.cpp:160: Entering test case "good_foo"
6 xxx/log-formatter-test.cpp:160: Leaving test case "good_foo"
7 xxx/log-formatter-test.cpp:159: Leaving test suite "1 test cases inside"
10 …Suite name="1 test cases inside" file="xxx/log-formatter-test.cpp" line="159"><TestCase name="good…
31 xxx/log-formatter-test.cpp:162: Entering test suite "1 bad test case inside"
32 xxx/log-formatter-test.cpp:163: Entering test case "bad_foo"
33 xxx/log-formatter-test.cpp:50: error: in "1 bad test case inside/bad_foo":
35 xxx/log-formatter-test.cpp:53: info: check true has passed
36 xxx/log-formatter-test.cpp:57: error: in "1 bad test case inside/bad_foo": with some message
[all …]
Dlog-count-skipped-tests.pattern3 xxx/log-count-skipped-test.cpp:143: Entering test suite "fake master test suite"
4 xxx/log-count-skipped-test.cpp:130: Entering test case "test_1"
5 xxx/log-count-skipped-test.cpp:47: info: check 2 + 2 == 4 has passed
6 xxx/log-count-skipped-test.cpp:130: Leaving test case "test_1"
7 xxx/log-count-skipped-test.cpp:131: Test case "fake master test suite/test_2" is skipped because pr…
8 xxx/log-count-skipped-test.cpp:132: Test case "fake master test suite/test_3" is skipped because di…
9 xxx/log-count-skipped-test.cpp:143: Leaving test suite "fake master test suite"
12 …ite" file="xxx/log-count-skipped-test.cpp" line="143"><TestCase name="test_1" file="xxx/log-count-…
57 xxx/log-count-skipped-test.cpp:143: Entering test suite "fake master test suite"
58 xxx/log-count-skipped-test.cpp:130: Entering test case "test_1"
[all …]
Dlog-formatter-context-test.pattern3 xxx/log-formatter-test.cpp:330: Entering test suite "1 test cases inside"
4 xxx/log-formatter-test.cpp:331: Entering test case "context_mixed_foo"
5 xxx/log-formatter-test.cpp:93: info: check true has passed
9 xxx/log-formatter-test.cpp:93: last checkpoint
12 xxx/log-formatter-test.cpp:331: Leaving test case "context_mixed_foo"
13 xxx/log-formatter-test.cpp:330: Leaving test suite "1 test cases inside"
18 xxx/log-formatter-test.cpp:93: last checkpoint
24 xxx/log-formatter-test.cpp:330: Entering test suite "1 test cases inside"
25 xxx/log-formatter-test.cpp:331: Entering test case "context_mixed_foo"
26 xxx/log-formatter-test.cpp:93: info: check true has passed
[all …]
Dmessages-in-datasets-test.pattern3 xxx/message-in-datatestcase-test.cpp:126: Entering test suite "fake_datatest_case"
4 xxx/message-in-datatestcase-test.cpp:200: Entering test case "_0"
12 xxx/message-in-datatestcase-test.cpp:200: Leaving test case "_0"
13 xxx/message-in-datatestcase-test.cpp:200: Entering test case "_1"
21 xxx/message-in-datatestcase-test.cpp:200: Leaving test case "_1"
22 xxx/message-in-datatestcase-test.cpp:126: Leaving test suite "fake_datatest_case"
25xxx/message-in-datatestcase-test.cpp" line="126"><TestCase name="_0" file="xxx/message-in-datatest…
/third_party/skia/third_party/externals/tint/test/types/
Dfunction_scope_var_conversions.wgsl.expected.hlsl17 bool3 v3bool_var1 = bool3(uint3((123u).xxx));
18 bool3 v3bool_var11 = bool3(uint3((1234u).xxx));
19 bool3 v3bool_var2 = bool3(int3((123).xxx));
20 bool3 v3bool_var3 = bool3(float3((123.0f).xxx));
21 int3 v3i32_var1 = int3(uint3((123u).xxx));
22 int3 v3i32_var2 = int3(float3((123.0f).xxx));
23 int3 v3i32_var3 = int3(bool3((true).xxx));
24 uint3 v3u32_var1 = uint3(int3((123).xxx));
25 uint3 v3u32_var2 = uint3(float3((123.0f).xxx));
26 uint3 v3u32_var3 = uint3(bool3((true).xxx));
Dmodule_scope_var_conversions.wgsl.expected.hlsl10 static bool3 v3bool_var1 = bool3(uint3((1u).xxx));
11 static bool3 v3bool_var2 = bool3(int3((1).xxx));
12 static bool3 v3bool_var3 = bool3(float3((1.0f).xxx));
13 static int3 v3i32_var1 = int3(uint3((1u).xxx));
14 static int3 v3i32_var2 = int3(float3((1.0f).xxx));
15 static int3 v3i32_var3 = int3(bool3((true).xxx));
16 static uint3 v3u32_var1 = uint3(int3((1).xxx));
17 static uint3 v3u32_var2 = uint3(float3((1.0f).xxx));
18 static uint3 v3u32_var3 = uint3(bool3((true).xxx));
/third_party/boost/libs/mpl/doc/src/refmanual/
DHAS_XXX_TEMPLATE_DEF.rst89 BOOST_MPL_HAS_XXX_TEMPLATE_DEF(xxx)
92 struct test2 { void xxx(); };
93 struct test3 { int xxx; };
94 struct test4 { static int xxx(); };
95 struct test5 { typedef int xxx; };
96 struct test6 { struct xxx; };
97 struct test7 { typedef void (\*xxx)(); };
98 struct test8 { typedef void (xxx)(); };
99 struct test9 { template< class T > struct xxx {}; };
DHAS_XXX_TRAIT_DEF.rst81 BOOST_MPL_HAS_XXX_TRAIT_DEF(xxx)
84 struct test2 { void xxx(); };
85 struct test3 { int xxx; };
86 struct test4 { static int xxx(); };
87 struct test5 { template< typename T > struct xxx {}; };
88 struct test6 { typedef int xxx; };
89 struct test7 { struct xxx; };
90 struct test8 { typedef void (\*xxx)(); };
91 struct test9 { typedef void (xxx)(); };
DHAS_XXX_TEMPLATE_NAMED_DEF.rst133 has_xxx, xxx, false
137 struct test2 { void xxx(); };
138 struct test3 { int xxx; };
139 struct test4 { static int xxx(); };
140 struct test5 { typedef int xxx; };
141 struct test6 { struct xxx; };
142 struct test7 { typedef void (\*xxx)(); };
143 struct test8 { typedef void (xxx)(); };
144 struct test9 { template< class T > struct xxx {}; };
DHAS_XXX_TRAIT_NAMED_DEF.rst118 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_xxx, xxx, false)
121 struct test2 { void xxx(); };
122 struct test3 { int xxx; };
123 struct test4 { static int xxx(); };
124 struct test5 { template< typename T > struct xxx {}; };
125 struct test6 { typedef int xxx; };
126 struct test7 { struct xxx; };
127 struct test8 { typedef void (\*xxx)(); };
128 struct test9 { typedef void (xxx)(); };
/third_party/boost/libs/spirit/doc/
Dreference_template.qbk13 #include <boost/spirit/xxx.hpp>
26 #include <boost/spirit/xxx.hpp>
54 [[`xxx`] [An XXX]]
64 [[`xxx`] [Semantics of `xxx`]]
73 [[`xxx`] [Attribute of `xxx`]]
Dcustomization_point_template.qbk18 #include <boost/spirit/xxx.hpp>
30 [[`boost::spirit::xxx`]]
46 [[`xxx`] [An XXX]]
53 [[`xxx`] [Semantics of `xxx`]]
60 [[`xxx`] [Summary of the specialization.]]
Doperator_template.qbk18 // forwards to <boost/spirit/home/qi/operator/xxx.hpp>
40 [[`xxx`] [Semantics of `xxx`]]
49 [[`xxx`] [Attribute of `xxx`]]
Dconcepts_template.qbk21 [[`xxx`] [An XXX]]
33 [[`xxx`] [Semantics of `xxx`] [XXX]]
45 For any XXX xxx the following invariants always hold:
/third_party/skia/third_party/externals/tint/test/bug/fxc/vector_assignment_in_loop/
Dloop_types_all.wgsl.expected.hlsl6 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
18 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
30 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
42 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
Dno_loop.wgsl.expected.hlsl6 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
18 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
30 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
42 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
Dloop_types_some.wgsl.expected.hlsl18 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
26 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
34 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
42 vec = (idx.xxx == int3(0, 1, 2)) ? val.xxx : vec;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/vert/
Dlocations.vert52 foo.a = 1.0f.xxx;
53 foo.b = 1.0f.xxx;
54 foo.c = 1.0f.xxx;
57 vout.color = 2.0f.xxx;
58 vout.foo = 4.0f.xxx;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/vert/
Dlocations.vert14 static const Foo _71 = { 1.0f.xxx, 1.0f.xxx, 1.0f.xxx };
55 vout.color = 2.0f.xxx;
56 vout.foo = 4.0f.xxx;
/third_party/typescript/tests/baselines/reference/
DtypeGuardsNestedAssignments.types123 while ((match = re.exec("xxx")) != null) {
124 >(match = re.exec("xxx")) != null : boolean
125 >(match = re.exec("xxx")) : RegExpExecArray | null
126 >match = re.exec("xxx") : RegExpExecArray | null
128 >re.exec("xxx") : RegExpExecArray | null
132 >"xxx" : "xxx"
/third_party/boost/libs/foreach/test/
Dmisc.cpp17 struct xxx : std::vector<int> struct
19 virtual ~xxx() = 0;
22 void test_abstract(xxx& rng) in test_abstract()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-unused-access-past-matrix-elements/
D0-opt.spvasm.expected.hlsl6 mat[0] = (row.xxx == int3(0, 1, 2)) ? val.xxx : mat[0];
9 mat[1] = (row.xxx == int3(0, 1, 2)) ? val.xxx : mat[1];
12 mat[2] = (row.xxx == int3(0, 1, 2)) ? val.xxx : mat[2];
15 mat[3] = (row.xxx == int3(0, 1, 2)) ? val.xxx : mat[3];
D0-opt.wgsl.expected.hlsl6 mat[0] = (row.xxx == int3(0, 1, 2)) ? val.xxx : mat[0];
9 mat[1] = (row.xxx == int3(0, 1, 2)) ? val.xxx : mat[1];
12 mat[2] = (row.xxx == int3(0, 1, 2)) ? val.xxx : mat[2];
15 mat[3] = (row.xxx == int3(0, 1, 2)) ? val.xxx : mat[3];

12345678910>>...15