Home
last modified time | relevance | path

Searched refs:test_nullable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_client.rs463 macro_rules! test_nullable { macro
478 test_nullable! {test_nullable_array_int, RepeatNullableIntArray, vec![1, 2, 3]}
479 test_nullable! {
484 test_nullable! {
489 test_nullable! {
494 test_nullable! {test_nullable_string, RepeatNullableString, "Blooob".into()}
495 test_nullable! {
521 test_nullable! {
530 test_nullable! {
/aosp_15_r20/external/python/cpython3/Lib/test/test_peg_generator/
Dtest_pegen.py500 def test_nullable(self) -> None: member in TestPegen