HomeSort by relevance Sort by last modified time
    Searched refs:badtype (Results 1 - 6 of 6) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_uuid.py 194 badtype = lambda f: self.assertRaises(TypeError, f)
250 badtype(lambda: uuid.UUID())
251 badtype(lambda: uuid.UUID(h, b))
252 badtype(lambda: uuid.UUID(h, b, b))
253 badtype(lambda: uuid.UUID(h, b, b, f))
254 badtype(lambda: uuid.UUID(h, b, b, f, i))
264 badtype(lambda: uuid.UUID(h, **args))
266 badtype(lambda: uuid.UUID(**args))
270 badtype(lambda: setattr(u, 'hex', h))
271 badtype(lambda: setattr(u, 'bytes', b)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_uuid.py 194 badtype = lambda f: self.assertRaises(TypeError, f)
250 badtype(lambda: uuid.UUID())
251 badtype(lambda: uuid.UUID(h, b))
252 badtype(lambda: uuid.UUID(h, b, b))
253 badtype(lambda: uuid.UUID(h, b, b, f))
254 badtype(lambda: uuid.UUID(h, b, b, f, i))
264 badtype(lambda: uuid.UUID(h, **args))
266 badtype(lambda: uuid.UUID(**args))
270 badtype(lambda: setattr(u, 'hex', h))
271 badtype(lambda: setattr(u, 'bytes', b)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 194 badtype = lambda f: self.assertRaises(TypeError, f)
250 badtype(lambda: uuid.UUID())
251 badtype(lambda: uuid.UUID(h, b))
252 badtype(lambda: uuid.UUID(h, b, b))
253 badtype(lambda: uuid.UUID(h, b, b, f))
254 badtype(lambda: uuid.UUID(h, b, b, f, i))
264 badtype(lambda: uuid.UUID(h, **args))
266 badtype(lambda: uuid.UUID(**args))
270 badtype(lambda: setattr(u, 'hex', h))
271 badtype(lambda: setattr(u, 'bytes', b)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 194 badtype = lambda f: self.assertRaises(TypeError, f)
250 badtype(lambda: uuid.UUID())
251 badtype(lambda: uuid.UUID(h, b))
252 badtype(lambda: uuid.UUID(h, b, b))
253 badtype(lambda: uuid.UUID(h, b, b, f))
254 badtype(lambda: uuid.UUID(h, b, b, f, i))
264 badtype(lambda: uuid.UUID(h, **args))
266 badtype(lambda: uuid.UUID(**args))
270 badtype(lambda: setattr(u, 'hex', h))
271 badtype(lambda: setattr(u, 'bytes', b)
    [all...]
  /cts/hostsidetests/security/src/android/security/cts/
SELinuxHostTest.java 171 private void assertNotInAttribute(String attribute, String badtype) throws Exception {
183 type.equals(badtype));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 13479 struct neon_type_el badtype = {NT_invtype, -1}; local
    [all...]

Completed in 965 milliseconds