Searched defs:StringType (Results 1 - 17 of 17) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dversion.py30 from types import StringType namespace
137 if isinstance(other, StringType):
293 if isinstance(other, StringType):
H A Dunixccompiler.py19 from types import StringType, NoneType namespace
161 if type(output_dir) not in (StringType, NoneType):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_fpformat.py10 StringType = type('') variable
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dversion.py30 from types import StringType namespace
137 if isinstance(other, StringType):
293 if isinstance(other, StringType):
H A Dunixccompiler.py19 from types import StringType, NoneType namespace
161 if type(output_dir) not in (StringType, NoneType):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_fpformat.py10 StringType = type('') variable
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
H A Dvalidate.py116 from types import DictType, StringType, TupleType, ListType namespace
318 assert_(type(environ[key]) is StringType,
368 assert_(type(status) is StringType,
H A Dhandlers.py3 from types import StringType namespace
173 assert type(status) is StringType,"Status must be a string"
179 assert type(name) is StringType,"Header names must be strings"
180 assert type(val) is StringType,"Header values must be strings"
204 assert type(data) is StringType,"write() argument must be string"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
H A Dvalidate.py116 from types import DictType, StringType, TupleType, ListType namespace
318 assert_(type(environ[key]) is StringType,
368 assert_(type(status) is StringType,
H A Dhandlers.py3 from types import StringType namespace
173 assert type(status) is StringType,"Status must be a string"
179 assert type(name) is StringType,"Header names must be strings"
180 assert type(val) is StringType,"Header values must be strings"
204 assert type(data) is StringType,"write() argument must be string"
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtypes.py25 StringType = str variable
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtypes.py25 StringType = str variable
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/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/ ...

Completed in 337 milliseconds