Searched refs:StringTypes (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/python/ |
D | drv_libxml2.py | 46 StringTypes = (str, unicode) variable 55 StringTypes = str variable 145 if isinstance(source, StringTypes):
|
/external/libmojo/third_party/ply/ |
D | lex.py | 42 StringTypes = (types.StringType, types.UnicodeType) variable 45 StringTypes = (str, bytes) variable 254 if not isinstance(c,StringTypes): 612 if not isinstance(c,StringTypes) or len(c) > 1: 635 if not isinstance(name,StringTypes): 689 elif isinstance(t, StringTypes):
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 233 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/gui/ |
D | html_util.py | 159 if type(body_component) is StringTypes:
|
/external/autotest/client/bin/ |
D | test_config.py | 39 elif isinstance(cfg, types.StringTypes):
|
D | job.py | 918 if not isinstance(fn, types.StringTypes):
|
/external/autotest/cli/ |
D | action_common.py | 82 if isinstance(values, types.StringTypes):
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 497 struct StringTypes { struct 525 struct MappingTraits<StringTypes> { argument 526 static void mapping(IO &io, StringTypes& st) { in mapping() 557 StringTypes map; in TEST() 607 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/autotest/server/ |
D | base_utils.py | 76 if isinstance(location, types.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/v8/testing/gtest/test/ |
D | gtest-port_test.cc | 412 const char*> StringTypes; typedef 414 TYPED_TEST_CASE(RETest, StringTypes);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-port_test.cc | 417 const char*> StringTypes; typedef 419 TYPED_TEST_CASE(RETest, StringTypes);
|
/external/googletest/googletest/test/ |
D | gtest-port_test.cc | 412 const char*> StringTypes; typedef 414 TYPED_TEST_CASE(RETest, StringTypes);
|
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 14254 my %StringTypes = map {$_=>1} ( 14275 elsif(defined $StringTypes{$TName} or $TName=~/string/i)
|