Home
last modified time | relevance | path

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

12345678910>>...151

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.functions/
H A Dformat_tests.h81 void format_test_buffer_copy(TestFunction check) { in format_test_buffer_copy()
318 void format_test_buffer_full(TestFunction check) { in format_test_buffer_full()
474 void format_test_string(const W& world, const U& universe, TestFunction check, ExceptionTest check_… in format_test_string()
596 void format_test_string_unicode([[maybe_unused]] TestFunction check) { in format_test_string_unicode()
691 void format_string_tests(TestFunction check, ExceptionTest check_exception) { in format_string_tests()
713 void format_test_bool(TestFunction check, ExceptionTest check_exception) { in format_test_bool()
770 void format_test_bool_as_integer(TestFunction check, ExceptionTest check_exception) { in format_test_bool_as_integer()
857 void format_test_integer_as_integer(TestFunction check, ExceptionTest check_exception) { in format_test_integer_as_integer()
994 void format_test_integer_as_char(TestFunction check, ExceptionTest check_exception) { in format_test_integer_as_char()
1052 void format_test_integer(TestFunction check, ExceptionTest check_exception) { in format_test_integer()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.formatter/
H A Dformat.functions.tests.h34 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default()
143 void test_char_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_string()
196 void test_char_escaped_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_escaped_string()
247 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
276 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char()
297 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
406 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
503 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
516 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
641 void test_floating_point(TestFunction check, ExceptionTest check_exception) { in test_floating_point()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/
H A Dformat.functions.tests.h28 void test_char_default(TestFunction check, ExceptionTest check_exception) { in test_char_default()
140 void test_char_string(TestFunction check, [[maybe_unused]] ExceptionTest check_exception) { in test_char_string()
199 void test_char_escaped_string(TestFunction check, [[maybe_unused]] ExceptionTest check_exception) { in test_char_escaped_string()
252 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
264 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
388 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
494 void test_bool_multiset(TestFunction check, ExceptionTest check_exception) { in test_bool_multiset()
604 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
702 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
712 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_floating_point()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/container.adaptors.format/
H A Dformat.functions.tests.h30 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default()
139 void test_char_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_string()
192 void test_char_escaped_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_escaped_string()
243 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
274 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
308 void test_bool(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_bool()
411 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
423 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
520 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
532 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_floating_point()
[all …]
/aosp_15_r20/external/cronet/base/test/
H A 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 …]
/aosp_15_r20/external/pytorch/torch/distributions/
H A 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 …]
/aosp_15_r20/external/golang-protobuf/internal/encoding/json/
H A 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 …]
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp192 const auto check = almostEqual(out_cpu, out_vulkan.cpu()); in slice_test() local
225 const auto check = almostEqual(out_cpu, out_vulkan.cpu()); in clone_test() local
370 auto check = at::equal(cpu, out_vulkan.cpu()); in test_copy_to_texture_bool() local
423 const auto check = almostEqual(out_cpu, out_vulkan.cpu()); in TEST_F() local
441 const auto check = almostEqual(out_cpu, out_vulkan.cpu()); in test_add() local
509 const auto check = almostEqual(out_cpu, out_vulkan.cpu()); in test_add_other_cpu_int() local
545 const auto check = almostEqual(a_cpu, a_vulkan.cpu()); in TEST_F() local
563 const auto check = almostEqual(a_cpu, a_vulkan.cpu()); in TEST_F() local
585 const auto check = almostEqual(in_cpu, in_vulkan.cpu()); in TEST_F() local
601 const auto check = almostEqual(a_cpu, a_vulkan.cpu()); in TEST_F() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/
Dbigint.rs28 fn check(s: &str, result: &str) { in test_from_bytes_be() function
44 fn check(s: &str, result: &str) { in test_to_bytes_be() function
63 fn check(s: &str, result: &str) { in test_from_bytes_le() function
79 fn check(s: &str, result: &str) { in test_to_bytes_le() function
98 fn check(s: &str, result: Vec<u8>) { in test_to_signed_bytes_le() function
116 fn check(s: &[u8], result: &str) { in test_from_signed_bytes_le() function
136 fn check(s: &str, result: Vec<u8>) { in test_to_signed_bytes_be() function
154 fn check(s: &[u8], result: &str) { in test_from_signed_bytes_be() function
254 fn check(b1: BigInt, i: i64) { in test_convert_i64() function
285 fn check(b1: BigInt, i: i128) { in test_convert_i128() function
[all …]
Dbiguint.rs29 fn check(s: &str, result: &str) { in test_from_bytes_be() function
43 fn check(s: &str, result: &str) { in test_to_bytes_be() function
62 fn check(s: &str, result: &str) { in test_from_bytes_le() function
76 fn check(s: &str, result: &str) { in test_to_bytes_le() function
220 fn check(s: &str, shift: usize, ans: &str) { in test_shl() function
367 fn check(s: &str, shift: usize, ans: &str) { in test_shr() function
511 fn check(b1: BigUint, i: i64) { in test_convert_i64() function
535 fn check(b1: BigUint, i: i128) { in test_convert_i128() function
560 fn check(b1: BigUint, u: u64) { in test_convert_u64() function
583 fn check(b1: BigUint, u: u128) { in test_convert_u128() function
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.functions.tests.h26 void test_char(TestFunction check, ExceptionTest check_exception) { in test_char()
135 void test_char_to_wchar(TestFunction check, ExceptionTest check_exception) { in test_char_to_wchar()
243 void test_bool(TestFunction check, ExceptionTest check_exception) { in test_bool()
346 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int()
442 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int()
451 void test_floating_point(TestFunction check, ExceptionTest check_exception) { in test_floating_point()
553 void test_pointer(TestFunction check, ExceptionTest check_exception) { in test_pointer()
653 void test_string(TestFunction check, ExceptionTest check_exception) { in test_string()
755 void test_status(TestFunction check, ExceptionTest check_exception) { in test_status()
830 void test_adaptor(TestFunction check, ExceptionTest check_exception) { in test_adaptor()
[all …]
/aosp_15_r20/system/apex/apexd/
H A Dapexservice.cpp167 if (auto check = CheckCallerSystemOrRoot("unstagePackages"); !check.isOk()) { in unstagePackages() local
189 auto check = CheckCallerSystemOrRoot("submitStagedSession"); in submitStagedSession() local
219 auto check = CheckCallerSystemOrRoot("markStagedSessionReady"); in markStagedSessionReady() local
240 auto check = CheckCallerSystemOrRoot("markStagedSessionSuccessful"); in markStagedSessionSuccessful() local
259 auto check = CheckCallerSystemOrRoot("markBootCompleted"); in markBootCompleted() local
404 auto check = CheckCallerSystemOrRoot("getSessions"); in getSessions() local
424 auto check = CheckCallerSystemOrRoot("getStagedSessionInfo"); in getStagedSessionInfo() local
448 auto check = CheckCallerSystemOrRoot("getStagedApexInfos"); in getStagedApexInfos() local
487 auto check = CheckCallerSystemOrRoot("getActivePackages"); in getActivePackages() local
507 auto check = CheckCallerSystemOrRoot("getActivePackage"); in getActivePackage() local
[all …]
/aosp_15_r20/art/test/476-checker-ctor-fence-redun-elim/src/
H A DMain.java86 public void check(); in check() method
120 public void check() { in check() method in TestOneFinal
192 public void check() { in check() method in TestThreeFinal
231 public void check() { in check() method in TestMultiAlloc
286 public void check() { in check() method in TestThreeFinalTwice
333 public void check() { in check() method in TestNonEscaping.Invoke
376 public void check() { in check() method in TestNonEscaping.Store
428 public void check() { in check() method in TestDontOptimizeAcrossBlocks
479 public void check() { in check() method in TestDontOptimizeAcrossEscape.Invoke
534 public void check() { in check() method in TestDontOptimizeAcrossEscape.StoreIput
[all …]
/aosp_15_r20/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
H A DMediaBrowserTest.java129 protected boolean check() { in testMediaBrowser() method
179 protected boolean check() { in testConnectionFailed() method
206 protected boolean check() { in testReconnection() method
217 protected boolean check() { in testReconnection() method
233 protected boolean check() { in testReconnection() method
272 protected boolean check() { in testSubscribe() method
349 protected boolean check() { in testSubscribeWithOptions() method
403 protected boolean check() { in testSubscribeInvalidItem() method
428 protected boolean check() { in testSubscribeInvalidItemWithOptions() method
508 protected boolean check() { in testUnsubscribeForMultipleSubscriptions() method
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A 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
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtstr/
H A Dformat.functions.tests.h60 void test_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_string()
106 void test_string(TestFunction check, ExceptionTest check_exception) { in test_string()
120 void test_range_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_range_string()
220 void test_range_string(TestFunction check, ExceptionTest check_exception) { in test_range_string()
250 void test_debug_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_debug_string()
296 void test_debug_string(TestFunction check, ExceptionTest check_exception) { in test_debug_string()
313 void test_range_debug_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_range_debug_string()
409 void test_range_debug_string(TestFunction check, ExceptionTest check_exception) { in test_range_debug_string()
439 void format_tests(TestFunction check, ExceptionTest check_exception) { in format_tests()
/aosp_15_r20/external/strace/tests-mx32/
H A Dbpf.c151 print_bpf_attr(const struct bpf_attr_check *check, unsigned long addr) in print_bpf_attr()
162 const struct bpf_attr_check *check = 0; in test_bpf() local
264 init_BPF_MAP_CREATE_attr7(struct bpf_attr_check *check) in init_BPF_MAP_CREATE_attr7()
538 init_BPF_PROG_LOAD_attr3(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr3()
548 print_BPF_PROG_LOAD_attr3(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr3()
561 init_BPF_PROG_LOAD_attr4(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr4()
574 print_BPF_PROG_LOAD_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr4()
671 init_BPF_OBJ_PIN_attr(struct bpf_attr_check *check) in init_BPF_OBJ_PIN_attr()
899 init_BPF_PROG_QUERY_attr4(struct bpf_attr_check *check) in init_BPF_PROG_QUERY_attr4()
912 print_BPF_PROG_QUERY_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_QUERY_attr4()
[all …]
/aosp_15_r20/external/strace/tests-m32/
H A Dbpf.c151 print_bpf_attr(const struct bpf_attr_check *check, unsigned long addr) in print_bpf_attr()
162 const struct bpf_attr_check *check = 0; in test_bpf() local
264 init_BPF_MAP_CREATE_attr7(struct bpf_attr_check *check) in init_BPF_MAP_CREATE_attr7()
538 init_BPF_PROG_LOAD_attr3(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr3()
548 print_BPF_PROG_LOAD_attr3(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr3()
561 init_BPF_PROG_LOAD_attr4(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr4()
574 print_BPF_PROG_LOAD_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr4()
671 init_BPF_OBJ_PIN_attr(struct bpf_attr_check *check) in init_BPF_OBJ_PIN_attr()
899 init_BPF_PROG_QUERY_attr4(struct bpf_attr_check *check) in init_BPF_PROG_QUERY_attr4()
912 print_BPF_PROG_QUERY_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_QUERY_attr4()
[all …]
/aosp_15_r20/external/strace/tests/
H A Dbpf.c151 print_bpf_attr(const struct bpf_attr_check *check, unsigned long addr) in print_bpf_attr()
162 const struct bpf_attr_check *check = 0; in test_bpf() local
264 init_BPF_MAP_CREATE_attr7(struct bpf_attr_check *check) in init_BPF_MAP_CREATE_attr7()
538 init_BPF_PROG_LOAD_attr3(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr3()
548 print_BPF_PROG_LOAD_attr3(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr3()
561 init_BPF_PROG_LOAD_attr4(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr4()
574 print_BPF_PROG_LOAD_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr4()
671 init_BPF_OBJ_PIN_attr(struct bpf_attr_check *check) in init_BPF_OBJ_PIN_attr()
899 init_BPF_PROG_QUERY_attr4(struct bpf_attr_check *check) in init_BPF_PROG_QUERY_attr4()
912 print_BPF_PROG_QUERY_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_QUERY_attr4()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/
H A DURLClassPath.java61 public java.net.URL findResource(java.lang.String name, boolean check) { in findResource()
65 public sun.misc.Resource getResource(java.lang.String name, boolean check) { in getResource()
69 public java.util.Enumeration<java.net.URL> findResources(java.lang.String name, boolean check) { in findResources()
78 java.lang.String name, boolean check) { in getResources()
148 static void check(java.net.URL url) throws java.io.IOException { in check() method in URLClassPath
218 java.net.URL findResource(java.lang.String name, boolean check) { in findResource()
222 sun.misc.Resource getResource(java.lang.String name, boolean check) { in getResource()
273 java.lang.String name, boolean check, java.util.jar.JarEntry entry) { in checkResource()
281 java.net.URL findResource(java.lang.String name, boolean check) { in findResource()
285 sun.misc.Resource getResource(java.lang.String name, boolean check) { in getResource()
[all …]
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/dns/
H A DDnsExample.java74 boolean check(String... args); in check() method
98 public boolean check(String... args) { in check() method in DnsExample.CreateZoneAction
125 public boolean check(String... args) { in check() method in DnsExample.ListZonesAction
150 public boolean check(String... args) { in check() method in DnsExample.GetZoneAction
175 public boolean check(String... args) { in check() method in DnsExample.DeleteZoneAction
218 public boolean check(String... args) { in check() method in DnsExample.DeleteDnsRecordAction
266 public boolean check(String... args) { in check() method in DnsExample.AddDnsRecordAction
305 public boolean check(String... args) { in check() method in DnsExample.ListDnsRecordsAction
351 public boolean check(String... args) { in check() method in DnsExample.ListChangesAction
380 public boolean check(String... args) { in check() method in DnsExample.ListAction
[all …]
/aosp_15_r20/cts/tests/tests/webkit/src/android/webkit/cts/
H A DWebViewTest.java207 protected boolean check() { in createTestEnvironment() method
875 protected boolean check() { in waitForPictureToHaveColor() method
932 protected boolean check() { in testSetPictureListener() method
944 protected boolean check() { in testSetPictureListener() method
1498 protected boolean check() { in waitForFlingDone() method in WebViewTest.ScrollDiffPollingCheck
1531 protected boolean check() { in testPageScroll() method
1556 protected boolean check() { in testPageScroll() method
1565 protected boolean check() { in testPageScroll() method
1576 protected boolean check() { in testGetContentHeight() method
1620 protected boolean check() { in testGetContentHeight() method
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
H A Dpeeling.cpp502 const std::string check = R"( in TEST_F() local
556 const std::string check = R"( in TEST_F() local
613 const std::string check = R"( in TEST_F() local
666 const std::string check = R"( in TEST_F() local
773 const std::string check = R"( in TEST_F() local
825 const std::string check = R"( in TEST_F() local
926 const std::string check = R"( in TEST_F() local
976 const std::string check = R"( in TEST_F() local
1098 const std::string check = R"( in TEST_F() local
1150 const std::string check = R"( in TEST_F() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling.cpp502 const std::string check = R"( in TEST_F() local
556 const std::string check = R"( in TEST_F() local
613 const std::string check = R"( in TEST_F() local
666 const std::string check = R"( in TEST_F() local
773 const std::string check = R"( in TEST_F() local
825 const std::string check = R"( in TEST_F() local
926 const std::string check = R"( in TEST_F() local
976 const std::string check = R"( in TEST_F() local
1098 const std::string check = R"( in TEST_F() local
1150 const std::string check = R"( in TEST_F() local

12345678910>>...151