Home
last modified time | relevance | path

Searched defs:basic_check (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dschema_info.cpp142 bool basic_check = schema_.may_alias(lhs, rhs); in may_alias() local
190 bool basic_check = schema_.may_contain_alias(lhs, rhs) || may_alias(lhs, rhs); in may_contain_alias() local
/aosp_15_r20/external/python/bumble/tests/
Dsdp_test.py43 def basic_check(x: DataElement) -> None: function
Dbap_test.py66 def basic_check(operation: ASE_Operation): function
Dhci_test.py77 def basic_check(x): function
Dgatt_test.py59 def basic_check(x): function
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Di915_pm_rps.c450 static void basic_check(void) in basic_check() function