Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 8075) sorted by relevance

12345678910>>...323

/third_party/typescript/src/testRunner/unittests/evaluation/
DoptionalCall.ts3 const result = evaluator.evaluateTypeScript(` constant
15 const result = evaluator.evaluateTypeScript(` constant
29 const result = evaluator.evaluateTypeScript(` constant
45 const result = evaluator.evaluateTypeScript(` constant
59 const result = evaluator.evaluateTypeScript(` constant
73 const result = evaluator.evaluateTypeScript(` constant
89 const result = evaluator.evaluateTypeScript(` constant
105 const result = evaluator.evaluateTypeScript(` constant
121 const result = evaluator.evaluateTypeScript(` constant
137 const result = evaluator.evaluateTypeScript(` constant
[all …]
DforOf.ts3 const result = evaluator.evaluateTypeScript(` constant
24 const result = evaluator.evaluateTypeScript(` constant
46 const result = evaluator.evaluateTypeScript(` constant
60 const result = evaluator.evaluateTypeScript(` constant
73 const result = evaluator.evaluateTypeScript(` constant
87 const result = evaluator.evaluateTypeScript(` constant
100 const result = evaluator.evaluateTypeScript(` constant
Ddestructuring.ts5 const result = evaluator.evaluateTypeScript(` constant
13 const result = evaluator.evaluateTypeScript(` constant
23 const result = evaluator.evaluateTypeScript(` constant
31 const result = evaluator.evaluateTypeScript(` constant
41 const result = evaluator.evaluateTypeScript(` constant
49 const result = evaluator.evaluateTypeScript(` constant
57 const result = evaluator.evaluateTypeScript(` constant
/third_party/boost/libs/yap/test/
Duser_expression_transform_2.cpp71 user::number result = transform(a, user::eval_xform{}); in test_main() local
76 user::number result = transform(make_ref(a), user::eval_xform{}); in test_main() local
81 user::number result = transform(-a, user::eval_xform{}); in test_main() local
87 user::number result = transform(-expr, user::eval_xform{}); in test_main() local
93 user::number result = transform(expr, user::eval_xform{}); in test_main() local
100 user::number result = transform(expr2, user::eval_xform{}); in test_main() local
107 user::number result = transform(expr2, user::eval_xform{}); in test_main() local
114 user::number result = transform(expr2, user::eval_xform{}); in test_main() local
122 user::number result = transform(expr3, user::eval_xform{}); in test_main() local
130 user::number result = transform(expr3, user::eval_xform{}); in test_main() local
[all …]
Ddefault_eval.cpp52 double result = evaluate(unity); in test_main() local
57 double result = evaluate(expr); in test_main() local
62 double result = evaluate(unevaluated_expr_1); in test_main() local
67 double result = evaluate(unevaluated_expr_2); in test_main() local
72 double result = evaluate(unevaluated_expr_3); in test_main() local
77 double result = evaluate(unity, 5, 6, 7); in test_main() local
82 double result = evaluate(expr); in test_main() local
87 double result = evaluate(unevaluated_expr_1, std::string("15")); in test_main() local
92 double result = evaluate(unevaluated_expr_2, std::string("15")); in test_main() local
97 double result = evaluate(unevaluated_expr_3, std::string("15")); in test_main() local
Duser_expression_transform_1.cpp467 user::number result = evaluate(expr); in test_main() local
473 user::number result = evaluate(transformed_expr); in test_main() local
498 user::number result = evaluate(expr); in test_main() local
505 user::number result = evaluate(transformed_expr); in test_main() local
512 user::number result = evaluate(transformed_expr); in test_main() local
519 user::number result = evaluate(transformed_expr); in test_main() local
527 user::number result = evaluate(expr); in test_main() local
534 user::number result = evaluate(transformed_expr); in test_main() local
541 user::number result = evaluate(transformed_expr); in test_main() local
548 user::number result = evaluate(transformed_expr); in test_main() local
[all …]
/third_party/boost/libs/smart_ptr/test/
Dmake_shared_array_test.cpp47 boost::shared_ptr<int[]> result = in main() local
58 boost::shared_ptr<int[3]> result = in main() local
69 boost::shared_ptr<int[][2]> result = in main() local
81 boost::shared_ptr<int[2][2]> result = in main() local
93 boost::shared_ptr<const int[]> result = in main() local
104 boost::shared_ptr<const int[3]> result = in main() local
115 boost::shared_ptr<const int[][2]> result = in main() local
127 boost::shared_ptr<const int[2][2]> result = in main() local
139 boost::shared_ptr<type[]> result = in main() local
151 boost::shared_ptr<type[3]> result = in main() local
[all …]
Dmake_local_shared_array_test.cpp50 boost::local_shared_ptr<int[]> result = in main() local
61 boost::local_shared_ptr<int[3]> result = in main() local
72 boost::local_shared_ptr<int[][2]> result = in main() local
84 boost::local_shared_ptr<int[2][2]> result = in main() local
96 boost::local_shared_ptr<const int[]> result = in main() local
107 boost::local_shared_ptr<const int[3]> result = in main() local
118 boost::local_shared_ptr<const int[][2]> result = in main() local
130 boost::local_shared_ptr<const int[2][2]> result = in main() local
142 boost::local_shared_ptr<type[]> result = in main() local
154 boost::local_shared_ptr<type[3]> result = in main() local
[all …]
Dmake_shared_array_noinit_test.cpp47 boost::shared_ptr<int[]> result = in main() local
55 boost::shared_ptr<int[3]> result = in main() local
63 boost::shared_ptr<int[][2]> result = in main() local
71 boost::shared_ptr<int[2][2]> result = in main() local
79 boost::shared_ptr<const int[]> result = in main() local
87 boost::shared_ptr<const int[3]> result = in main() local
95 boost::shared_ptr<const int[][2]> result = in main() local
103 boost::shared_ptr<const int[2][2]> result = in main() local
111 boost::shared_ptr<type[]> result = in main() local
123 boost::shared_ptr<type[3]> result = in main() local
[all …]
Dmake_local_shared_array_noinit_test.cpp50 boost::local_shared_ptr<int[]> result = in main() local
58 boost::local_shared_ptr<int[3]> result = in main() local
66 boost::local_shared_ptr<int[][2]> result = in main() local
74 boost::local_shared_ptr<int[2][2]> result = in main() local
82 boost::local_shared_ptr<const int[]> result = in main() local
90 boost::local_shared_ptr<const int[3]> result = in main() local
98 boost::local_shared_ptr<const int[][2]> result = in main() local
106 boost::local_shared_ptr<const int[2][2]> result = in main() local
114 boost::local_shared_ptr<type[]> result = in main() local
126 boost::local_shared_ptr<type[3]> result = in main() local
[all …]
Dallocate_shared_array_test.cpp84 boost::shared_ptr<int[]> result = in main() local
95 boost::shared_ptr<int[3]> result = in main() local
106 boost::shared_ptr<int[][2]> result = in main() local
118 boost::shared_ptr<int[2][2]> result = in main() local
130 boost::shared_ptr<const int[]> result = in main() local
141 boost::shared_ptr<const int[3]> result = in main() local
152 boost::shared_ptr<const int[][2]> result = in main() local
164 boost::shared_ptr<const int[2][2]> result = in main() local
176 boost::shared_ptr<type[]> result = in main() local
188 boost::shared_ptr<type[3]> result = in main() local
[all …]
Dallocate_unique_array_test.cpp87 boost::alloc_deleter<int[], creator<int> > > result = in main() local
96 boost::alloc_deleter<int[3], creator<int> > > result = in main() local
105 boost::alloc_deleter<int[][2], creator<> > > result = in main() local
115 boost::alloc_deleter<int[2][2], creator<> > > result = in main() local
125 boost::alloc_deleter<const int[], creator<> > > result = in main() local
134 boost::alloc_deleter<const int[3], creator<> > > result = in main() local
143 boost::alloc_deleter<const int[][2], creator<> > > result = in main() local
153 boost::alloc_deleter<const int[2][2], creator<> > > result = in main() local
163 boost::alloc_deleter<type[], creator<type> > > result = in main() local
172 boost::alloc_deleter<type[3], creator<type> > > result = in main() local
[all …]
Dallocate_unique_array_noinit_test.cpp88 boost::noinit_adaptor<creator<int> > > > result = in main() local
95 boost::noinit_adaptor<creator<int> > > > result = in main() local
102 boost::noinit_adaptor<creator<> > > > result = in main() local
109 boost::noinit_adaptor<creator<> > > > result = in main() local
116 boost::noinit_adaptor<creator<> > > > result = in main() local
123 boost::noinit_adaptor<creator<> > > > result = in main() local
130 boost::noinit_adaptor<creator<> > > > result = in main() local
137 boost::noinit_adaptor<creator<> > > > result = in main() local
144 boost::noinit_adaptor<creator<type> > > > result = in main() local
154 boost::noinit_adaptor<creator<type> > > > result = in main() local
[all …]
Dallocate_local_shared_array_test.cpp87 boost::local_shared_ptr<int[]> result = in main() local
98 boost::local_shared_ptr<int[3]> result = in main() local
109 boost::local_shared_ptr<int[][2]> result = in main() local
121 boost::local_shared_ptr<int[2][2]> result = in main() local
133 boost::local_shared_ptr<const int[]> result = in main() local
144 boost::local_shared_ptr<const int[3]> result = in main() local
155 boost::local_shared_ptr<const int[][2]> result = in main() local
167 boost::local_shared_ptr<const int[2][2]> result = in main() local
179 boost::local_shared_ptr<type[]> result = in main() local
191 boost::local_shared_ptr<type[3]> result = in main() local
[all …]
/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/
Dfunction_eval_40.hpp21 struct result<This(F, A0, Context)> struct
28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
35 typename result< argument
71 struct result<This(F, A0 , A1, Context)> struct
78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
85 typename result< argument
121 struct result<This(F, A0 , A1 , A2, Context)> struct
128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
135 typename result< argument
171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct
[all …]
Dfunction_eval_50.hpp21 struct result<This(F, A0, Context)> struct
28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
35 typename result< argument
71 struct result<This(F, A0 , A1, Context)> struct
78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
85 typename result< argument
121 struct result<This(F, A0 , A1 , A2, Context)> struct
128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
135 typename result< argument
171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct
[all …]
Dfunction_eval_30.hpp21 struct result<This(F, A0, Context)> struct
28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
35 typename result< argument
71 struct result<This(F, A0 , A1, Context)> struct
78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
85 typename result< argument
121 struct result<This(F, A0 , A1 , A2, Context)> struct
128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
135 typename result< argument
171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct
[all …]
Dfunction_eval_20.hpp21 struct result<This(F, A0, Context)> struct
28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
35 typename result< argument
71 struct result<This(F, A0 , A1, Context)> struct
78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
85 typename result< argument
121 struct result<This(F, A0 , A1 , A2, Context)> struct
128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
135 typename result< argument
171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct
[all …]
Dfunction_eval_10.hpp21 struct result<This(F, A0, Context)> struct
28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
35 typename result< argument
71 struct result<This(F, A0 , A1, Context)> struct
78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
85 typename result< argument
121 struct result<This(F, A0 , A1 , A2, Context)> struct
128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument
135 typename result< argument
171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct
[all …]
/third_party/boost/boost/phoenix/object/detail/cpp03/preprocessed/
Dnew_eval_10.hpp16 struct result<This(A0 , A1, Context)> struct
27 typename result<new_eval(A0 const& , A1 const&, Context &)>::type argument
49 struct result<This(A0 , A1 , A2, Context)> struct
60 typename result<new_eval(A0 const& , A1 const& , A2 const&, Context &)>::type argument
82 struct result<This(A0 , A1 , A2 , A3, Context)> struct
93 typename result<new_eval(A0 const& , A1 const& , A2 const& , A3 const&, Context &)>::type argument
115 struct result<This(A0 , A1 , A2 , A3 , A4, Context)> struct
126 …typename result<new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const&, Context &)>::t… argument
148 struct result<This(A0 , A1 , A2 , A3 , A4 , A5, Context)> struct
159 …typename result<new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const& , A5 const&, Co… argument
[all …]
/third_party/boost/libs/utility/test/
Dresult_of_test.cpp30 template<typename F> struct result { typedef int type; }; argument
40 template<typename F> struct result { typedef float type; }; argument
55 template<typename This, typename That> struct result<This(That)> { typedef int type; }; struct
67 template<typename This, typename That> struct result<This(That)> { typedef float type; }; argument
78 template<typename This, typename That> struct result<This(That)> { typedef That type; }; struct
81 …te<typename This, typename That> struct result<const This(That)> { typedef cv_overload_check<const… argument
84 …typename This, typename That> struct result<volatile This(That)> { typedef cv_overload_check<volat… argument
87 …me This, typename That> struct result<const volatile This(That)> { typedef cv_overload_check<const… struct
90 template<typename This, typename That> struct result<This(That &, That)> { typedef That & type; }; argument
93 …mplate<typename This, typename That> struct result<This(That const &, That)> { typedef That const … struct
[all …]
/third_party/boost/libs/phoenix/test/bll_compatibility/
Dresult_of_tests.cpp38 struct result<This()> { struct
39 typedef int type;
42 struct result<This(A1)> { struct
44 typedef int type;
47 struct result<This(A1, A2)> { struct
50 typedef int type;
53 struct result<This(A1, A2, A3)> { struct
57 typedef int type;
60 struct result<This(A1, A2, A3, A4)> { struct
65 typedef int type;
[all …]
/third_party/boost/libs/lambda/test/
Dresult_of_tests.cpp38 struct result<This()> { struct
39 typedef int type;
42 struct result<This(A1)> { struct
44 typedef int type;
47 struct result<This(A1, A2)> { struct
50 typedef int type;
53 struct result<This(A1, A2, A3)> { struct
57 typedef int type;
60 struct result<This(A1, A2, A3, A4)> { struct
65 typedef int type;
[all …]
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D067-nested-ifdef-ifndef.c4 #define result success macro
9 #define result failure macro
17 #define result failure macro
23 #define result failure macro
27 #define result success macro
33 #define result failure macro
37 #define result success macro
/third_party/boost/boost/proto/functional/std/
Dutility.hpp32 struct result<This(First, Second)> struct
39 type;
62 struct result<This(Pair)> struct
64 typedef typename Pair::first_type type;
68 struct result<This(Pair &)> struct
70 typedef typename Pair::first_type &type;
74 struct result<This(Pair const &)> struct
76 typedef typename Pair::first_type const &type;
105 struct result<This(Pair)> struct
107 typedef typename Pair::second_type type;
[all …]

12345678910>>...323