HomeSort by relevance Sort by last modified time
    Searched defs:StringType (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 3 from types import StringType
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/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 3 from types import StringType
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"
  /system/tools/aidl/
type_java.cpp 261 StringType::StringType(const JavaTypeNamespace* types,
269 string StringType::CreatorName() const {
273 void StringType::WriteToParcel(StatementBlock* addTo, Variable* v,
278 void StringType::CreateFromParcel(StatementBlock* addTo, Variable* v,
731 if (m_creator == m_types->StringType()->CreatorName()) {
743 if (m_creator == m_types->StringType()->CreatorName()) {
759 if (m_creator == m_types->StringType()->CreatorName()) {
    [all...]
type_java.h 202 class StringType : public Type {
204 StringType(const JavaTypeNamespace* types, const std::string& package,
452 const Type* StringType() const { return m_string_type; }
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h     [all...]
netmon.h     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 214 milliseconds

12