Searched defs:StringTypes (Results 1 – 11 of 11) sorted by relevance
| /external/python/cpython2/Lib/xml/dom/ |
| D | minicompat.py | 46 StringTypes = type(''), variable 48 StringTypes = type(''), type(unicode('')) variable
|
| /external/python/cpython2/Lib/ |
| D | types.py | 32 StringTypes = (StringType, UnicodeType) variable 34 StringTypes = (StringType,) variable
|
| /external/llvm/unittests/Support/ |
| D | YAMLIOTest.cpp | 497 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/ |
| D | YAMLIOTest.cpp | 581 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/ |
| D | drv_libxml2.py | 46 StringTypes = (str, unicode) variable 55 StringTypes = str variable
|
| /external/python/cpython3/Lib/xml/dom/ |
| D | minicompat.py | 47 StringTypes = (str,) variable
|
| /external/ply/ply/ply/ |
| D | lex.py | 47 StringTypes = (types.StringType, types.UnicodeType) variable 50 StringTypes = (str, bytes) variable
|
| /external/selinux/python/sepolgen/src/sepolgen/ |
| D | lex.py | 47 StringTypes = (types.StringType, types.UnicodeType) variable 50 StringTypes = (str, bytes) variable
|
| /external/libchrome/third_party/ply/ |
| D | lex.py | 42 StringTypes = (types.StringType, types.UnicodeType) variable 45 StringTypes = (str, bytes) variable
|
| /external/google-breakpad/src/testing/gtest/test/ |
| D | gtest-port_test.cc | 380 const char*> StringTypes; typedef
|
| /external/googletest/googletest/test/ |
| D | googletest-port-test.cc | 396 const char*> StringTypes; typedef
|