Searched refs:StringType (Results 1 - 25 of 114) sorted by relevance

12345

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtypes.py25 StringType = str variable
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtypes.py25 StringType = str variable
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
/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/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_fpformat.py10 StringType = type('') variable
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
/prebuilts/gdb/linux-x86/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/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/test/
H A Dtest_fpformat.py10 StringType = type('') variable
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
/prebuilts/gdb/darwin-x86/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 Dextension.py106 assert type(name) is StringType, "'name' must be a string"
108 map(type, sources) == [StringType]*len(sources)), \
/prebuilts/gdb/linux-x86/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 Dextension.py106 assert type(name) is StringType, "'name' must be a string"
108 map(type, sources) == [StringType]*len(sources)), \
/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 Dextension.py106 assert type(name) is StringType, "'name' must be a string"
108 map(type, sources) == [StringType]*len(sources)), \
/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 Dextension.py106 assert type(name) is StringType, "'name' must be a string"
108 map(type, sources) == [StringType]*len(sources)), \
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/debug/containers/
H A Ddb_string.pass.cpp30 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char>> StringType; typedef
32 template <class Container = StringType, ContainerType CT = CT_String>
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/debug/containers/
H A Ddb_string.pass.cpp30 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char>> StringType; typedef
32 template <class Container = StringType, ContainerType CT = CT_String>
/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
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"
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,
/prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
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"
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,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
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"
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,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
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"

Completed in 383 milliseconds

12345