Searched defs:typecode (Results 1 - 7 of 7) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_array.py17 def __init__(self, typecode, newarg=None):
18 array.array.__init__(self, typecode)
35 # typecode: the typecode to test
46 # Return a typecode that is different from our own
47 return typecodes[(typecodes.index(self.typecode)+1) % len(typecodes)]
50 a = array.array(self.typecode)
51 self.assertEqual(a.typecode, self.typecode)
53 self.assertRaises(TypeError, array.array, self.typecode, Non
800 typecode = 'c' variable in class:CharacterTest
839 typecode = 'u' variable in class:CharacterTest.UnicodeTest
1003 typecode = 'b' variable in class:ByteTest
1008 typecode = 'B' variable in class:UnsignedByteTest
1013 typecode = 'h' variable in class:ShortTest
1018 typecode = 'H' variable in class:UnsignedShortTest
1023 typecode = 'i' variable in class:IntTest
1028 typecode = 'I' variable in class:UnsignedIntTest
1033 typecode = 'l' variable in class:LongTest
1038 typecode = 'L' variable in class:UnsignedLongTest
1068 typecode = 'f' variable in class:FloatTest
1073 typecode = 'd' variable in class:DoubleTest
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_array.py17 def __init__(self, typecode, newarg=None):
18 array.array.__init__(self, typecode)
35 # typecode: the typecode to test
46 # Return a typecode that is different from our own
47 return typecodes[(typecodes.index(self.typecode)+1) % len(typecodes)]
50 a = array.array(self.typecode)
51 self.assertEqual(a.typecode, self.typecode)
53 self.assertRaises(TypeError, array.array, self.typecode, Non
800 typecode = 'c' variable in class:CharacterTest
839 typecode = 'u' variable in class:CharacterTest.UnicodeTest
1003 typecode = 'b' variable in class:ByteTest
1008 typecode = 'B' variable in class:UnsignedByteTest
1013 typecode = 'h' variable in class:ShortTest
1018 typecode = 'H' variable in class:UnsignedShortTest
1023 typecode = 'i' variable in class:IntTest
1028 typecode = 'I' variable in class:UnsignedIntTest
1033 typecode = 'l' variable in class:LongTest
1038 typecode = 'L' variable in class:UnsignedLongTest
1068 typecode = 'f' variable in class:FloatTest
1073 typecode = 'd' variable in class:DoubleTest
[all...]
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/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/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-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/ ...
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
H A Dsaxon-9.1.0.8.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/saxon/ net/sf/saxon/AugmentedSource ...

Completed in 256 milliseconds