Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_uuid.py193 badtype = lambda f: self.assertRaises(TypeError, f) function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/
Dbuiltin.go862 func badtype(op ir.Op, tl, tr *types.Type) { func
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_uuid.py230 badtype = lambda f: self.assertRaises(TypeError, f) function
/aosp_15_r20/cts/hostsidetests/security/src/android/security/cts/
H A DSELinuxHostTest.java537 private void assertNotInAttribute(String attribute, String badtype) throws Exception { in assertNotInAttribute()