Home
last modified time | relevance | path

Searched refs:expect_type (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/dports/graphics/graphene/graphene-1.10.6/subprojects/mutest/src/
H A Dmutest-matchers.c57 check->expect_type == MUTEST_EXPECT_INT) in mutest_to_be_int_value()
163 if (value->expect_type != check->expect_type) in mutest_to_be()
166 switch (value->expect_type) in mutest_to_be()
296 if (value->expect_type == MUTEST_EXPECT_INT && check->expect_type == MUTEST_EXPECT_INT) in mutest_to_be_greater_than()
299 if (value->expect_type == MUTEST_EXPECT_FLOAT && check->expect_type == MUTEST_EXPECT_FLOAT) in mutest_to_be_greater_than()
311 if (value->expect_type == MUTEST_EXPECT_INT && check->expect_type == MUTEST_EXPECT_INT) in mutest_to_be_greater_than_or_equal()
314 if (value->expect_type == MUTEST_EXPECT_FLOAT && check->expect_type == MUTEST_EXPECT_FLOAT) in mutest_to_be_greater_than_or_equal()
326 if (value->expect_type == MUTEST_EXPECT_INT && check->expect_type == MUTEST_EXPECT_INT) in mutest_to_be_less_than_or_equal()
329 if (value->expect_type == MUTEST_EXPECT_FLOAT && check->expect_type == MUTEST_EXPECT_FLOAT) in mutest_to_be_less_than_or_equal()
341 if (value->expect_type == MUTEST_EXPECT_INT && check->expect_type == MUTEST_EXPECT_INT) in mutest_to_be_less_than()
[all …]
H A Dmutest-wrappers.c23 switch (res->expect_type) in mutest_expect_res_free()
53 switch (res->expect_type) in mutest_expect_res_to_string()
125 retval->expect_type = type; in mutest_expect_res_alloc()
145 if (res->expect_type != MUTEST_EXPECT_BOOLEAN) in mutest_get_bool_value()
165 if (res->expect_type != MUTEST_EXPECT_INT) in mutest_get_int_value()
184 if (res->expect_type != MUTEST_EXPECT_STR) in mutest_get_string_value()
204 if (res->expect_type != MUTEST_EXPECT_FLOAT) in mutest_get_float_value()
227 if (res->expect_type != MUTEST_EXPECT_INT_RANGE) in mutest_get_int_range()
275 if (res->expect_type != MUTEST_EXPECT_POINTER) in mutest_get_pointer()
291 res->expect_type = MUTEST_EXPECT_BYTE_ARRAY;
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Drust-exp.h45 extern struct value *rust_range (struct type *expect_type,
76 value *evaluate (struct type *expect_type, in evaluate() argument
96 value *evaluate (struct type *expect_type, in evaluate() argument
105 value *slice (struct type *expect_type, in slice() argument
125 value *evaluate (struct type *expect_type, in evaluate() argument
133 return sub_op->slice (expect_type, exp, noside); in evaluate()
149 value *evaluate (struct type *expect_type,
175 value *evaluate (struct type *expect_type, in evaluate() argument
197 value *evaluate (struct type *expect_type, in evaluate() argument
206 value *evaluate_funcall (struct type *expect_type,
[all …]
H A Dexpop.h573 value *evaluate (struct type *expect_type, in evaluate() argument
601 value *evaluate (struct type *expect_type, in evaluate() argument
638 value *evaluate (struct type *expect_type,
685 value *evaluate (struct type *expect_type, in evaluate() argument
715 value *evaluate (struct type *expect_type, in evaluate() argument
769 value *evaluate (struct type *expect_type, in evaluate() argument
788 value *evaluate (struct type *expect_type, in evaluate() argument
808 value *evaluate (struct type *expect_type, in evaluate() argument
826 value *evaluate (struct type *expect_type, in evaluate() argument
1517 if (expect_type != nullptr && expect_type->code () == TYPE_CODE_PTR) in evaluate()
[all …]
H A Df-exp.h25 extern struct value *eval_op_f_abs (struct type *expect_type,
30 extern struct value *eval_op_f_mod (struct type *expect_type,
35 extern struct value *eval_op_f_ceil (struct type *expect_type,
40 extern struct value *eval_op_f_floor (struct type *expect_type,
55 extern struct value *eval_op_f_kind (struct type *expect_type,
166 value *evaluate (struct type *expect_type, in evaluate() argument
190 value *evaluate (struct type *expect_type,
231 value *evaluate (struct type *expect_type,
252 value *evaluate (struct type *expect_type,
268 value *evaluate (struct type *expect_type,
[all …]
H A Dc-exp.h37 extern struct value *opencl_relop (struct type *expect_type,
58 value *evaluate (struct type *expect_type,
73 value *evaluate (struct type *expect_type, in evaluate() argument
92 value *evaluate (struct type *expect_type, in evaluate() argument
96 return eval_op_objc_selector (expect_type, exp, noside, in evaluate()
113 value *evaluate (struct type *expect_type,
134 value *evaluate (struct type *expect_type,
143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
177 value *evaluate (struct type *expect_type,
194 value *evaluate (struct type *expect_type,
[all …]
H A Dada-exp.h109 value *evaluate (struct type *expect_type,
131 value *evaluate (struct type *expect_type,
144 value *evaluate (struct type *expect_type,
160 value *evaluate (struct type *expect_type,
182 value *evaluate (struct type *expect_type, in evaluate() argument
203 value *evaluate (struct type *expect_type,
229 value *evaluate (struct type *expect_type,
253 value *evaluate (struct type *expect_type,
280 value *evaluate (struct type *expect_type, in evaluate() argument
308 value *evaluate (struct type *expect_type, in evaluate() argument
[all …]
H A Deval.c731 nullptr, expect_type); in evaluate_funcall()
805 nullptr, expect_type); in evaluate_funcall()
866 nullptr, expect_type); in evaluate_funcall()
967 nullptr, expect_type); in evaluate_funcall()
2001 if (expect_type != NULL) in eval_op_objc_msgcall()
2002 val_type = expect_type; in eval_op_objc_msgcall()
2270 nullptr, expect_type); in evaluate()
2349 struct type *type = expect_type ? check_typedef (expect_type) : nullptr; in evaluate()
2351 if (expect_type != nullptr in evaluate()
2360 if (expect_type != nullptr in evaluate()
[all …]
H A Dm2-exp.h25 extern struct value *eval_op_m2_high (struct type *expect_type,
29 extern struct value *eval_op_m2_subscript (struct type *expect_type,
46 value *evaluate (struct type *expect_type, in evaluate() argument
52 return eval_op_m2_high (expect_type, exp, noside, arg1); in evaluate()
67 value *evaluate (struct type *expect_type, in evaluate() argument
75 return eval_op_m2_subscript (expect_type, exp, noside, arg1, arg2); in evaluate()
H A Dexpression.h98 virtual value *evaluate (struct type *expect_type,
112 virtual value *evaluate_for_cast (struct type *expect_type,
130 virtual value *evaluate_funcall (struct type *expect_type, in evaluate_funcall() argument
136 return evaluate_funcall (expect_type, exp, noside, nullptr, args); in evaluate_funcall()
167 value *evaluate_funcall (struct type *expect_type,
214 struct value *evaluate (struct type *expect_type, enum noside noside);
/dports/devel/R-cran-purrr/purrr/tests/testthat/
H A Dtest-modify.R44 expect_type(modify("a", identity), "character")
45 expect_type(modify(1L, identity), "integer")
46 expect_type(modify(1, identity), "double")
47 expect_type(modify(TRUE, identity), "logical")
49 expect_type(modify_at("a", 1L, identity), "character")
50 expect_type(modify_at(1L, 1L, identity), "integer")
51 expect_type(modify_at(1, 1L, identity), "double")
52 expect_type(modify_at(TRUE, 1L, identity), "logical")
55 expect_type(modify_if(1L, TRUE, identity), "integer")
56 expect_type(modify_if(1, TRUE, identity), "double")
[all …]
/dports/multimedia/pipewire/pipewire-0.3.43/test/
H A Dtest-spa-json.c112 expect_type(&it[0], TYPE_OBJECT); in PWTEST()
117 expect_type(&it[1], TYPE_TRUE); in PWTEST()
119 expect_type(&it[1], TYPE_FALSE); in PWTEST()
121 expect_type(&it[1], TYPE_ARRAY); in PWTEST()
124 expect_type(&it[1], TYPE_NULL); in PWTEST()
128 expect_type(&it[1], TYPE_OBJECT); in PWTEST()
137 expect_type(&it[2], TYPE_TRUE); in PWTEST()
138 expect_type(&it[2], TYPE_FALSE); in PWTEST()
139 expect_type(&it[2], TYPE_NULL); in PWTEST()
145 expect_type(&it[3], TYPE_FALSE); in PWTEST()
[all …]
/dports/graphics/zbar/zbar-0.23.90/test/
H A Dtest_cpp_img.cpp36 zbar::zbar_symbol_type_t expect_type = zbar::ZBAR_NONE; variable
84 expect_type && in check_symbol()
85 type == expect_type && in check_symbol()
95 if(!expect_type) in check_symbol()
99 zbar::zbar_get_symbol_name(expect_type) + in check_symbol()
102 expect_type = zbar::ZBAR_NONE; in check_symbol()
129 if(expect_type) in expect()
130 error(std::string("missing: ") + zbar_get_symbol_name(expect_type) + in expect()
132 expect_type = type; in expect()
143 bool unexpected = !expect_type; in image_callback()
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/extension/
H A Dcore.py386 expect_type(color, Color)
551 expect_type(string, String)
562 expect_type(string, String)
563 expect_type(insert, String)
574 expect_type(string, String)
583 expect_type(string, String)
605 expect_type(string, String)
857 expect_type(name, String)
868 expect_type(name, String)
886 expect_type(name, String)
[all …]
/dports/devel/libslang2/slang-2.3.2/modules/test/
H A Dtest_json.sl14 expect_type (v, expected_type);
22 expect_type (json, List_Type);
33 expect_type (json, Struct_Type);
42 expect_type (json, List_Type);
103 expect_type (json, List_Type);
111 expect_type (json[6], List_Type); %{{{
152 expect_type (json, Struct_Type);
206 expect_type (json, List_Type);
209 expect_type (json, String_Type);
216 expect_type (json, Struct_Type);
[all …]
/dports/devel/R-cran-testthat/testthat/man/
H A Dinheritance-expectations.Rd5 \alias{expect_type}
11 expect_type(object, type)
37 \item \code{expect_type(x, type)} checks that \code{typeof(x)} is \code{type}.
54 expect_type(x, "list")
57 expect_type(x$x, "integer")
62 show_failure(expect_type(x$y, "character"))
64 expect_type(x$y, "integer")
/dports/graphics/R-cran-ggplot2/ggplot2/tests/testthat/
H A Dtest-ggsave.R106 expect_type(parse_dpi("print"), "double")
107 expect_type(parse_dpi("screen"), "double")
108 expect_type(parse_dpi("retina"), "double")
109 expect_type(parse_dpi(100), "double")
110 expect_type(parse_dpi(300L), "integer")
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/generated_tests/
H A Dgen_variable_index_read_tests.py45 expect_type, glsl_version): argument
51 self.expect_type = expect_type
91 if self.expect_type == 'float':
119 if self.expect_type == 'float':
/dports/emulators/qemu/qemu-6.2.0/dtc/tests/
H A Dutilfdt_test.c20 static void check(const char *fmt, int expect_type, int expect_size) in check() argument
27 if (expect_type != type) in check()
29 expect_type, type); in check()
/dports/emulators/qemu42/qemu-4.2.1/dtc/tests/
H A Dutilfdt_test.c33 static void check(const char *fmt, int expect_type, int expect_size) in check() argument
40 if (expect_type != type) in check()
42 expect_type, type); in check()
/dports/emulators/qemu60/qemu-6.0.0/dtc/tests/
H A Dutilfdt_test.c20 static void check(const char *fmt, int expect_type, int expect_size) in check() argument
27 if (expect_type != type) in check()
29 expect_type, type); in check()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/dtc/tests/
H A Dutilfdt_test.c33 static void check(const char *fmt, int expect_type, int expect_size) in check() argument
40 if (expect_type != type) in check()
42 expect_type, type); in check()
/dports/emulators/qemu5/qemu-5.2.0/dtc/tests/
H A Dutilfdt_test.c20 static void check(const char *fmt, int expect_type, int expect_size) in check() argument
27 if (expect_type != type) in check()
29 expect_type, type); in check()
/dports/emulators/qemu-utils/qemu-4.2.1/dtc/tests/
H A Dutilfdt_test.c33 static void check(const char *fmt, int expect_type, int expect_size) in check() argument
40 if (expect_type != type) in check()
42 expect_type, type); in check()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/dtc/tests/
H A Dutilfdt_test.c20 static void check(const char *fmt, int expect_type, int expect_size) in check() argument
27 if (expect_type != type) in check()
29 expect_type, type); in check()

12345678910>>...21