Searched refs:_StringType (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dstringold.py194 _StringType = type('') variable
203 if type(s) == _StringType:
229 if type(s) == _StringType:
257 if type(s) == _StringType:
H A Dimputil.py27 _StringType = type('') variable
192 if isinstance(item, _StringType):
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dstringold.py194 _StringType = type('') variable
203 if type(s) == _StringType:
229 if type(s) == _StringType:
257 if type(s) == _StringType:
H A Dimputil.py27 _StringType = type('') variable
192 if isinstance(item, _StringType):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dstringold.py194 _StringType = type('') variable
203 if type(s) == _StringType:
229 if type(s) == _StringType:
257 if type(s) == _StringType:
H A Dimputil.py27 _StringType = type('') variable
192 if isinstance(item, _StringType):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dstringold.py194 _StringType = type('') variable
203 if type(s) == _StringType:
229 if type(s) == _StringType:
257 if type(s) == _StringType:
H A Dimputil.py27 _StringType = type('') variable
192 if isinstance(item, _StringType):

Completed in 560 milliseconds