Searched refs:STRING_TYPES (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsre_compile.py471 STRING_TYPES = (type(""),) variable
473 STRING_TYPES = (type(""), type(unicode(""))) variable
476 for tp in STRING_TYPES:
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsre_compile.py471 STRING_TYPES = (type(""),) variable
473 STRING_TYPES = (type(""), type(unicode(""))) variable
476 for tp in STRING_TYPES:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsre_compile.py471 STRING_TYPES = (type(""),) variable
473 STRING_TYPES = (type(""), type(unicode(""))) variable
476 for tp in STRING_TYPES:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsre_compile.py471 STRING_TYPES = (type(""),) variable
473 STRING_TYPES = (type(""), type(unicode(""))) variable
476 for tp in STRING_TYPES:

Completed in 110 milliseconds