Searched refs:Person (Results 1 - 7 of 7) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_structures.py212 class Person(Structure): class in function:StructureTestCase.test_initializers
216 self.assertRaises(TypeError, Person, 42)
217 self.assertRaises(ValueError, Person, "asldkjaslkdjaslkdj")
218 self.assertRaises(TypeError, Person, "Name", "HI")
221 self.assertEqual(Person("12345", 5).name, "12345")
223 self.assertEqual(Person("123456", 5).name, "123456")
225 self.assertRaises(ValueError, Person, "1234567", 5)
282 class Person(Structure): class in function:StructureTestCase.test_nested_initializers
287 p = Person("Someone", ("1234", "5678"), 5)
319 class Person(Structur class in function:StructureTestCase.test_init_errors
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_structures.py212 class Person(Structure): class in function:StructureTestCase.test_initializers
216 self.assertRaises(TypeError, Person, 42)
217 self.assertRaises(ValueError, Person, "asldkjaslkdjaslkdj")
218 self.assertRaises(TypeError, Person, "Name", "HI")
221 self.assertEqual(Person("12345", 5).name, "12345")
223 self.assertEqual(Person("123456", 5).name, "123456")
225 self.assertRaises(ValueError, Person, "1234567", 5)
282 class Person(Structure): class in function:StructureTestCase.test_nested_initializers
287 p = Person("Someone", ("1234", "5678"), 5)
319 class Person(Structur class in function:StructureTestCase.test_init_errors
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcdoex.h324 typedef class Person Person; typedef in namespace:CDO
326 typedef struct Person Person; typedef in namespace:CDO
3906 class Person;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcdoex.h324 typedef class Person Person; typedef in namespace:CDO
326 typedef struct Person Person; typedef in namespace:CDO
3906 class Person;
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 323 milliseconds