Home
last modified time | relevance | path

Searched defs:check (Results 1 – 25 of 1542) sorted by relevance

12345678910>>...62

/external/rust/android-crates-io/crates/icu_collections/src/codepointinvlist/
Dutils.rs60 let check = make_zv(&[0x2, 0x3, 0x4, 0x5]); in test_is_valid_zv() localVariable
66 let check = make_zv(&[]); in test_is_valid_zv_empty() localVariable
72 let check = make_zv(&[0x2, 0x5, 0x4, 0x6]); in test_is_valid_zv_overlapping() localVariable
78 let check = make_zv(&[0x5, 0x4, 0x5, 0x6, 0x7]); in test_is_valid_zv_out_of_order() localVariable
84 let check = make_zv(&[0x1, 0x2, 0x3, 0x3, 0x5]); in test_is_valid_zv_duplicate() localVariable
90 let check = make_zv(&[0x1, 0x2, 0x3, 0x4, 0x5]); in test_is_valid_zv_odd() localVariable
96 let check = make_zv(&[0x1, 0x2, 0x3, 0x4, (char::MAX as u32) + 1]); in test_is_valid_zv_out_of_range() localVariable
105 let check = deconstruct_range('A'..'E'); // Range in test_deconstruct_range() localVariable
107 let check = deconstruct_range('A'..='D'); // Range Inclusive in test_deconstruct_range() localVariable
109 let check = deconstruct_range('A'..); // Range From in test_deconstruct_range() localVariable
[all …]
Dconversions.rs101 let check: Vec<char> = CodePointInversionList::try_from('A'..'B') in test_try_from_range() localVariable
110 let check = CodePointInversionList::try_from('A'..'A'); in test_try_from_range_error() localVariable
116 let check: Vec<char> = CodePointInversionList::try_from('A'..='A') in test_try_from_range_inclusive() localVariable
125 let check = CodePointInversionList::try_from('B'..'A'); in test_try_from_range_inclusive_err() localVariable
132 let check: usize = uset.size(); in test_try_from_range_from() localVariable
140 let check: usize = uset.size(); in test_try_from_range_to() localVariable
147 let check = CodePointInversionList::try_from(..(0x0 as char)); in test_try_from_range_to_err() localVariable
154 let check: usize = uset.size(); in test_try_from_range_to_inclusive() localVariable
162 let check: usize = uset.size(); in test_try_from_range_full() localVariable
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/
Dformat.functions.tests.h29 void test_char_default(TestFunction check, ExceptionTest check_exception) { in test_char_default()
141 void test_char_string(TestFunction check, [[maybe_unused]] ExceptionTest check_exception) { in test_char_string()
200 void test_char_escaped_string(TestFunction check, [[maybe_unused]] ExceptionTest check_exception) { in test_char_escaped_string()
253 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
265 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
389 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
495 void test_bool_multiset(TestFunction check, ExceptionTest check_exception) { in test_bool_multiset()
605 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
703 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
713 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_floating_point()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/
Dformat.functions.tests.h29 void test_char_default(TestFunction check, ExceptionTest check_exception) { in test_char_default()
141 void test_char_string(TestFunction check, [[maybe_unused]] ExceptionTest check_exception) { in test_char_string()
200 void test_char_escaped_string(TestFunction check, [[maybe_unused]] ExceptionTest check_exception) { in test_char_escaped_string()
253 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
265 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
389 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
495 void test_bool_multiset(TestFunction check, ExceptionTest check_exception) { in test_bool_multiset()
605 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
703 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
713 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_floating_point()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.range/format.range.formatter/
Dformat.functions.tests.h37 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default()
146 void test_char_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_string()
199 void test_char_escaped_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_escaped_string()
250 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
279 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char()
300 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
409 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input, auto make_range) { in test_int()
510 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
523 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
648 void test_floating_point(TestFunction check, ExceptionTest check_exception) { in test_floating_point()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.range/format.range.formatter/
Dformat.functions.tests.h37 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default()
146 void test_char_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_string()
199 void test_char_escaped_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_escaped_string()
250 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
279 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char()
300 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
409 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input, auto make_range) { in test_int()
510 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
523 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
648 void test_floating_point(TestFunction check, ExceptionTest check_exception) { in test_floating_point()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.functions/
Dformat_tests.h82 void format_test_buffer_copy(TestFunction check) { in format_test_buffer_copy()
319 void format_test_buffer_full(TestFunction check) { in format_test_buffer_full()
475 void format_test_string(const W& world, const U& universe, TestFunction check, ExceptionTest check_… in format_test_string()
597 void format_test_string_unicode([[maybe_unused]] TestFunction check) { in format_test_string_unicode()
692 void format_string_tests(TestFunction check, ExceptionTest check_exception) { in format_string_tests()
714 void format_test_bool(TestFunction check, ExceptionTest check_exception) { in format_test_bool()
771 void format_test_bool_as_integer(TestFunction check, ExceptionTest check_exception) { in format_test_bool_as_integer()
858 void format_test_integer_as_integer(TestFunction check, ExceptionTest check_exception) { in format_test_integer_as_integer()
995 void format_test_integer_as_char(TestFunction check, ExceptionTest check_exception) { in format_test_integer_as_char()
1053 void format_test_integer(TestFunction check, ExceptionTest check_exception) { in format_test_integer()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.functions/
Dformat_tests.h82 void format_test_buffer_copy(TestFunction check) { in format_test_buffer_copy()
319 void format_test_buffer_full(TestFunction check) { in format_test_buffer_full()
475 void format_test_string(const W& world, const U& universe, TestFunction check, ExceptionTest check_… in format_test_string()
597 void format_test_string_unicode([[maybe_unused]] TestFunction check) { in format_test_string_unicode()
692 void format_string_tests(TestFunction check, ExceptionTest check_exception) { in format_string_tests()
714 void format_test_bool(TestFunction check, ExceptionTest check_exception) { in format_test_bool()
771 void format_test_bool_as_integer(TestFunction check, ExceptionTest check_exception) { in format_test_bool_as_integer()
858 void format_test_integer_as_integer(TestFunction check, ExceptionTest check_exception) { in format_test_integer_as_integer()
995 void format_test_integer_as_char(TestFunction check, ExceptionTest check_exception) { in format_test_integer_as_char()
1053 void format_test_integer(TestFunction check, ExceptionTest check_exception) { in format_test_integer()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/container.adaptors.format/
Dformat.functions.tests.h31 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default()
140 void test_char_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_string()
193 void test_char_escaped_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_escaped_string()
244 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
275 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
309 void test_bool(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_bool()
412 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
424 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
521 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
533 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_floating_point()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/container.adaptors.format/
Dformat.functions.tests.h31 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default()
140 void test_char_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_string()
193 void test_char_escaped_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_escaped_string()
244 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
275 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
309 void test_bool(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_bool()
412 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
424 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
521 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
533 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_floating_point()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/
Dformat.functions.tests.h27 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
136 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
244 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
347 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
443 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
452 void test_floating_point(TestFunction check, ExceptionTest check_exception) { in test_floating_point()
554 void test_pointer(TestFunction check, ExceptionTest check_exception) { in test_pointer()
654 void test_string(TestFunction check, ExceptionTest check_exception) { in test_string()
756 void test_status(TestFunction check, ExceptionTest check_exception) { in test_status()
831 void test_adaptor(TestFunction check, ExceptionTest check_exception) { in test_adaptor()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/
Dformat.functions.tests.h27 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
136 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
244 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
347 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
443 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
452 void test_floating_point(TestFunction check, ExceptionTest check_exception) { in test_floating_point()
554 void test_pointer(TestFunction check, ExceptionTest check_exception) { in test_pointer()
654 void test_string(TestFunction check, ExceptionTest check_exception) { in test_string()
756 void test_status(TestFunction check, ExceptionTest check_exception) { in test_status()
831 void test_adaptor(TestFunction check, ExceptionTest check_exception) { in test_adaptor()
[all …]
/external/cronet/tot/base/test/
Dgmock_callback_support_unittest.cc35 MockFunction<void(const TestCallback&)> check; in TEST() local
41 MockFunction<void(const TestCallback&)> check; in TEST() local
59 MockFunction<void(const base::RepeatingClosure&)> check; in TEST() local
68 MockFunction<void(base::RepeatingClosure&)> check; in TEST() local
78 MockFunction<void(const TestCallback&)> check; in TEST() local
87 MockFunction<void(int, const TestCallback&)> check; in TEST() local
96 MockFunction<void(const TestCallback&)> check; in TEST() local
107 MockFunction<void(const TestCallback&)> check; in TEST() local
118 MockFunction<void(base::OnceClosure)> check; in TEST() local
126 MockFunction<void(TestOnceCallback)> check; in TEST() local
[all …]
/external/cronet/stable/base/test/
Dgmock_callback_support_unittest.cc35 MockFunction<void(const TestCallback&)> check; in TEST() local
41 MockFunction<void(const TestCallback&)> check; in TEST() local
59 MockFunction<void(const base::RepeatingClosure&)> check; in TEST() local
68 MockFunction<void(base::RepeatingClosure&)> check; in TEST() local
78 MockFunction<void(const TestCallback&)> check; in TEST() local
87 MockFunction<void(int, const TestCallback&)> check; in TEST() local
96 MockFunction<void(const TestCallback&)> check; in TEST() local
107 MockFunction<void(const TestCallback&)> check; in TEST() local
118 MockFunction<void(base::OnceClosure)> check; in TEST() local
126 MockFunction<void(TestOnceCallback)> check; in TEST() local
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtstr/
Dformat.functions.tests.h61 void test_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_string()
107 void test_string(TestFunction check, ExceptionTest check_exception) { in test_string()
121 void test_range_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_range_string()
221 void test_range_string(TestFunction check, ExceptionTest check_exception) { in test_range_string()
251 void test_debug_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_debug_string()
297 void test_debug_string(TestFunction check, ExceptionTest check_exception) { in test_debug_string()
314 void test_range_debug_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_range_debug_string()
410 void test_range_debug_string(TestFunction check, ExceptionTest check_exception) { in test_range_debug_string()
440 void format_tests(TestFunction check, ExceptionTest check_exception) { in format_tests()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtstr/
Dformat.functions.tests.h61 void test_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_string()
107 void test_string(TestFunction check, ExceptionTest check_exception) { in test_string()
121 void test_range_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_range_string()
221 void test_range_string(TestFunction check, ExceptionTest check_exception) { in test_range_string()
251 void test_debug_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_debug_string()
297 void test_debug_string(TestFunction check, ExceptionTest check_exception) { in test_debug_string()
314 void test_range_debug_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_range_debug_string()
410 void test_range_debug_string(TestFunction check, ExceptionTest check_exception) { in test_range_debug_string()
440 void format_tests(TestFunction check, ExceptionTest check_exception) { in format_tests()
/external/golang-protobuf/internal/encoding/json/
Ddecode_test.go35 check(json.Token) string methodSpec
52 func (x kindOnly) check(tok json.Token) string { func
63 func (x Name) check(tok json.Token) string { func
78 func (x Bool) check(tok json.Token) string { func
93 func (x Str) check(tok json.Token) string { func
108 func (x F64) check(tok json.Token) string { func
127 func (x F32) check(tok json.Token) string { func
147 func (x xf64) check(tok json.Token) string { func
164 func (x xf32) check(tok json.Token) string { func
180 func (x I64) check(tok json.Token) string { func
[all …]
/external/rust/android-crates-io/crates/yoke-derive/src/
Dvisitor.rs73 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
77 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
81 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
85 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
89 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
93 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
102 let check = check_type_for_parameters(&ty, &environment); in test_assoc_types() localVariable
106 let check = check_type_for_parameters(&ty, &environment); in test_assoc_types() localVariable
110 let check = check_type_for_parameters(&ty, &environment); in test_assoc_types() localVariable
/external/rust/android-crates-io/crates/zerofrom-derive/src/
Dvisitor.rs80 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
84 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
88 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
92 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
96 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
100 let check = check_type_for_parameters(&ty, &environment); in test_simple_type() localVariable
109 let check = check_type_for_parameters(&ty, &environment); in test_assoc_types() localVariable
113 let check = check_type_for_parameters(&ty, &environment); in test_assoc_types() localVariable
117 let check = check_type_for_parameters(&ty, &environment); in test_assoc_types() localVariable
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Darenastring.cc120 ScopedCheckPtrInvariants check(&tagged_ptr_); in Set() local
132 ScopedCheckPtrInvariants check(&tagged_ptr_); in Set() local
146 ScopedCheckPtrInvariants check(&tagged_ptr_); in Mutable() local
156 ScopedCheckPtrInvariants check(&tagged_ptr_); in Mutable() local
165 ScopedCheckPtrInvariants check(&tagged_ptr_); in MutableNoCopy() local
187 ScopedCheckPtrInvariants check(&tagged_ptr_); in Release() local
200 ScopedCheckPtrInvariants check(&tagged_ptr_); in SetAllocated() local
224 ScopedCheckPtrInvariants check(&tagged_ptr_); in ClearToEmpty() local
239 ScopedCheckPtrInvariants check(&tagged_ptr_); in ClearToDefault() local
251 ScopedCheckPtrInvariants check(&s->tagged_ptr_); in ReadArenaString() local
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Darenastring.cc120 ScopedCheckPtrInvariants check(&tagged_ptr_); in Set() local
132 ScopedCheckPtrInvariants check(&tagged_ptr_); in Set() local
146 ScopedCheckPtrInvariants check(&tagged_ptr_); in Mutable() local
156 ScopedCheckPtrInvariants check(&tagged_ptr_); in Mutable() local
165 ScopedCheckPtrInvariants check(&tagged_ptr_); in MutableNoCopy() local
187 ScopedCheckPtrInvariants check(&tagged_ptr_); in Release() local
200 ScopedCheckPtrInvariants check(&tagged_ptr_); in SetAllocated() local
224 ScopedCheckPtrInvariants check(&tagged_ptr_); in ClearToEmpty() local
239 ScopedCheckPtrInvariants check(&tagged_ptr_); in ClearToDefault() local
251 ScopedCheckPtrInvariants check(&s->tagged_ptr_); in ReadArenaString() local
/external/protobuf/src/google/protobuf/
Darenastring.cc120 ScopedCheckPtrInvariants check(&tagged_ptr_); in Set() local
132 ScopedCheckPtrInvariants check(&tagged_ptr_); in Set() local
146 ScopedCheckPtrInvariants check(&tagged_ptr_); in Mutable() local
156 ScopedCheckPtrInvariants check(&tagged_ptr_); in Mutable() local
165 ScopedCheckPtrInvariants check(&tagged_ptr_); in MutableNoCopy() local
187 ScopedCheckPtrInvariants check(&tagged_ptr_); in Release() local
200 ScopedCheckPtrInvariants check(&tagged_ptr_); in SetAllocated() local
224 ScopedCheckPtrInvariants check(&tagged_ptr_); in ClearToEmpty() local
239 ScopedCheckPtrInvariants check(&tagged_ptr_); in ClearToDefault() local
251 ScopedCheckPtrInvariants check(&s->tagged_ptr_); in ReadArenaString() local
/external/pytorch/torch/distributions/
Dconstraints.py91 def check(self, value): member in Constraint
145 def check(self, x): member in _Dependent
243 def check(self, value): member in _IndependentConstraint
267 def check(self, value): member in _Boolean
279 def check(self, value): member in _OneHot
297 def check(self, value): member in _IntegerInterval
321 def check(self, value): member in _IntegerLessThan
341 def check(self, value): member in _IntegerGreaterThan
355 def check(self, value): member in _Real
368 def check(self, value): member in _GreaterThan
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
DAssertStmt.java34 private Expression check; field in AssertStmt
41 public AssertStmt(final Expression check) { in AssertStmt()
45 public AssertStmt(final Expression check, final Expression msg) { in AssertStmt()
50 public AssertStmt(final Range range, final Expression check, final Expression msg) { in AssertStmt()
74 public AssertStmt setCheck(final Expression check) { in setCheck()
/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/
Dold_numeric_cast.hpp158 static bool check(X x, Y y_min) in check() function
166 static bool check(X, Y) in check() function
174 static bool check(X x, Y) in check() function
194 static inline bool check(X x, Y y_max) in check() function
204 static inline bool check(X x, Y) in check() function
212 static inline bool check(X x, Y y_max) in check() function
222 static inline bool check(X x, Y) in check() function

12345678910>>...62