Searched refs:StringTypes (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/python/ |
D | drv_libxml2.py | 46 StringTypes = (str, unicode) variable 48 StringTypes = str variable 143 if isinstance(source, StringTypes):
|
/external/lldb/test/pexpect-2.4/ |
D | pexpect.py | 234 if type(child.after) in types.StringTypes: 238 if type(responses[index]) in types.StringTypes: 243 if type(callback_result) in types.StringTypes: 1225 if type(p) in types.StringTypes: 1346 if type(pattern_list) in types.StringTypes or pattern_list in (TIMEOUT, EOF):
|
/external/lldb/examples/python/ |
D | performance.py | 101 elif isinstance(module, types.StringTypes): 110 elif isinstance(file, types.StringTypes):
|
/external/selinux/policycoreutils/gui/ |
D | html_util.py | 147 if type(body_component) is StringTypes:
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 392 struct StringTypes { struct 420 struct MappingTraits<StringTypes> { argument 421 static void mapping(IO &io, StringTypes& st) { in mapping() 452 StringTypes map; in TEST() 502 StringTypes map; in TEST()
|
/external/protobuf/gtest/test/ |
D | gtest-port_test.cc | 187 const char*> StringTypes; typedef 189 TYPED_TEST_CASE(RETest, StringTypes);
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-port_test.cc | 380 const char*> StringTypes; typedef 382 TYPED_TEST_CASE(RETest, StringTypes);
|
/external/gtest/test/ |
D | gtest-port_test.cc | 417 const char*> StringTypes; typedef 419 TYPED_TEST_CASE(RETest, StringTypes);
|
/external/v8/ |
D | SConstruct | 34 from types import DictType, StringTypes 1351 if isinstance(prefix, StringTypes): prefix = prefix.split()
|
/external/lldb/test/ |
D | lldbtest.py | 268 if isinstance(popenargs, types.StringTypes):
|