/aosp_15_r20/external/llvm/unittests/Support/ |
H A 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
|
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/ |
D | minicompat.py | 46 StringTypes = type(''), variable 48 StringTypes = type(''), type(unicode('')) variable
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | types.py | 32 StringTypes = (StringType, UnicodeType) variable 34 StringTypes = (StringType,) variable
|
/aosp_15_r20/external/libxml2/python/ |
H A D | drv_libxml2.py | 46 StringTypes = (str, unicode) variable 55 StringTypes = str variable
|
/aosp_15_r20/external/chromium-trace/catapult/tracing/tracing/trace_data/ |
H A D | trace_data.py | 23 StringTypes = six.string_types # pylint: disable=invalid-name variable 25 StringTypes = str variable
|
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/ |
H A D | lex.py | 47 StringTypes = (types.StringType, types.UnicodeType) variable 50 StringTypes = (str, bytes) variable
|
/aosp_15_r20/external/python/pycparser/pycparser/ply/ |
D | lex.py | 47 StringTypes = (types.StringType, types.UnicodeType) variable 50 StringTypes = (str, bytes) variable
|
/aosp_15_r20/external/ply/ply/ply/ |
H A D | lex.py | 47 StringTypes = (types.StringType, types.UnicodeType) variable 50 StringTypes = (str, bytes) variable
|
/aosp_15_r20/external/libchrome/third_party/ply/ |
H A D | lex.py | 42 StringTypes = (types.StringType, types.UnicodeType) variable 45 StringTypes = (str, bytes) variable
|
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/ |
D | minicompat.py | 47 StringTypes = (str,) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/ |
D | minicompat.py | 47 StringTypes = (str,) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/ |
D | minicompat.py | 47 StringTypes = (str,) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/ |
D | minicompat.py | 47 StringTypes = (str,) variable
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/ |
H A D | minicompat.py | 47 StringTypes = (str,) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/ |
D | minicompat.py | 47 StringTypes = (str,) variable
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tinyxml_tests/gen/cpp/include/ |
D | predefined_types.h | 22 class StringTypes; variable
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tests/gen/cpp/include/ |
D | predefined_types.h | 23 class StringTypes; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | hash_function_defaults_test.cc | 77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | hash_function_defaults_test.cc | 77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
H A D | hash_function_defaults_test.cc | 77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
H A D | hash_function_defaults_test.cc | 85 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | hash_function_defaults_test.cc | 85 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | hash_function_defaults_test.cc | 85 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/ |
H A D | googletest-port-test.cc | 409 typedef testing::Types< ::std::string, const char*> StringTypes; typedef
|