Home
last modified time | relevance | path

Searched defs:wrong2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/services/Car/tests/CarTestLibUnitTest/src/android/car/testapi/
DBlockingUserLifecycleListenerUnitTest.java154 UserLifecycleEvent wrong2 = new UserLifecycleEvent(USER_LIFECYCLE_EVENT_TYPE_STOPPED, 11); in testForSpecificEvents_filterByUser() local
180 UserLifecycleEvent wrong2 = new UserLifecycleEvent(USER_LIFECYCLE_EVENT_TYPE_STOPPED, 11); in testForSpecificEvents_filterByUserDuplicatedEventTypes() local
208 UserLifecycleEvent wrong2 = in testForSpecificEvents_filterByPreviousUser() local
240 UserLifecycleEvent wrong2 = in testForSpecificEvents_filterByPreviousAndTargetUsers() local
/aosp_15_r20/external/clang/test/Sema/
H A DMicrosoftCompatibility.cpp10 char * cls::* __uptr wrong2 = &cls::m; // expected-error {{'__uptr' attribute cannot be used with p… variable
H A DMicrosoftExtensions.c140 int * __sptr __uptr wrong2; // expected-error {{'__sptr' and '__uptr' attributes are not compatible… variable
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_class_type.py683 def wrong2(): function