Home
last modified time | relevance | path

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

/external/libxml2/python/
Ddrv_libxml2.py46 StringTypes = (str, unicode) variable
48 StringTypes = str variable
143 if isinstance(source, StringTypes):
/external/autotest/client/common_lib/
Dpexpect.py233 if type(child.after) in types.StringTypes:
237 if type(responses[index]) in types.StringTypes:
242 if type(callback_result) in types.StringTypes:
1220 if type(p) in types.StringTypes:
1341 if type(pattern_list) in types.StringTypes or pattern_list in (TIMEOUT, EOF):
/external/selinux/policycoreutils/gui/
Dhtml_util.py156 if type(body_component) is StringTypes:
/external/autotest/client/bin/
Dtest_config.py39 elif isinstance(cfg, types.StringTypes):
Djob.py1036 if not isinstance(fn, types.StringTypes):
/external/autotest/cli/
Daction_common.py82 if isinstance(values, types.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/autotest/server/
Dbase_utils.py76 if isinstance(location, types.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.cc410 const char*> StringTypes; typedef
412 TYPED_TEST_CASE(RETest, StringTypes);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc417 const char*> StringTypes; typedef
419 TYPED_TEST_CASE(RETest, StringTypes);