Home
last modified time | relevance | path

Searched refs:StringTypes (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/python/
Ddrv_libxml2.py46 StringTypes = (str, unicode) variable
48 StringTypes = str variable
143 if isinstance(source, StringTypes):
/external/lldb/test/pexpect-2.4/
Dpexpect.py234 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/
Dperformance.py101 elif isinstance(module, types.StringTypes):
110 elif isinstance(file, types.StringTypes):
/external/selinux/policycoreutils/gui/
Dhtml_util.py147 if type(body_component) is StringTypes:
/external/llvm/unittests/Support/
DYAMLIOTest.cpp392 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/
Dgtest-port_test.cc187 const char*> StringTypes; typedef
189 TYPED_TEST_CASE(RETest, StringTypes);
/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc380 const char*> StringTypes; typedef
382 TYPED_TEST_CASE(RETest, StringTypes);
/external/gtest/test/
Dgtest-port_test.cc417 const char*> StringTypes; typedef
419 TYPED_TEST_CASE(RETest, StringTypes);
/external/v8/
DSConstruct34 from types import DictType, StringTypes
1351 if isinstance(prefix, StringTypes): prefix = prefix.split()
/external/lldb/test/
Dlldbtest.py268 if isinstance(popenargs, types.StringTypes):