Home
last modified time | relevance | path

Searched defs:StringTypes (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/xml/dom/
Dminicompat.py46 StringTypes = type(''), variable
48 StringTypes = type(''), type(unicode('')) variable
/external/python/cpython2/Lib/
Dtypes.py32 StringTypes = (StringType, UnicodeType) variable
34 StringTypes = (StringType,) variable
/external/llvm/unittests/Support/
DYAMLIOTest.cpp497 struct StringTypes { struct
498 llvm::StringRef str1;
499 llvm::StringRef str2;
500 llvm::StringRef str3;
501 llvm::StringRef str4;
525 struct MappingTraits<StringTypes> { argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp581 struct StringTypes { struct
582 llvm::StringRef str1;
583 llvm::StringRef str2;
584 llvm::StringRef str3;
585 llvm::StringRef str4;
586 llvm::StringRef str5;
610 struct MappingTraits<StringTypes> { argument
/external/libxml2/python/
Ddrv_libxml2.py46 StringTypes = (str, unicode) variable
55 StringTypes = str variable
/external/python/cpython3/Lib/xml/dom/
Dminicompat.py47 StringTypes = (str,) variable
/external/ply/ply/ply/
Dlex.py47 StringTypes = (types.StringType, types.UnicodeType) variable
50 StringTypes = (str, bytes) variable
/external/selinux/python/sepolgen/src/sepolgen/
Dlex.py47 StringTypes = (types.StringType, types.UnicodeType) variable
50 StringTypes = (str, bytes) variable
/external/libchrome/third_party/ply/
Dlex.py42 StringTypes = (types.StringType, types.UnicodeType) variable
45 StringTypes = (str, bytes) variable
/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc380 const char*> StringTypes; typedef
/external/googletest/googletest/test/
Dgoogletest-port-test.cc396 const char*> StringTypes; typedef