Searched refs:Join (Results 1 – 12 of 12) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/misc/ |
D | StringUtils.h | 122 std::string Join(const ContainerT& things, SeparatorT separator) { in Join() function 136 extern template std::string Join(const std::vector<std::string>&, char); 137 extern template std::string Join(const std::vector<const char*>&, char); 138 extern template std::string Join(const std::vector<std::string>&, 140 extern template std::string Join(const std::vector<const char*>&,
|
/hardware/google/aemu/base/ |
D | StringUtils.cpp | 152 template std::string Join(const std::vector<std::string>&, char); 153 template std::string Join(const std::vector<const char*>&, char); 154 template std::string Join(const std::vector<std::string>&, const std::string&); 155 template std::string Join(const std::vector<const char*>&, const std::string&);
|
/hardware/google/gfxstream/common/utils/include/gfxstream/ |
D | Strings.h | 26 std::string Join(const ContainerT& things, SeparatorT separator) { in Join() function
|
/hardware/interfaces/tetheroffload/aidl/default/ |
D | Offload.cpp | 28 using ::android::base::Join; 118 LOG(VERBOSE) << __func__ << " Prefixes: " << Join(in_prefixes, ','); in setLocalPrefixes() 141 << ", IPv4Gateway: " << in_v4Gw << ", IPv6Gateways: " << Join(in_v6Gws, ','); in setUpstreamParameters()
|
/hardware/interfaces/media/omx/1.0/vts/functional/store/ |
D | VtsHalMediaOmxV1_0TargetStoreTest.cpp | 42 using ::android::base::Join; 346 << android::base::Join(difference, ", ") << "."; in TEST_P() 358 << android::base::Join(difference, ", ") << "."; in TEST_P()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | README.md | 5 [![Join the chat at https://gitter.im/KaTeX/KaTeX](https://badges.gitter.im/Join%20Chat.svg)](https…
|
D | katex.mjs | 4360 defineSymbol(math, main, rel, "\u22c8", "\\Join");
|
/hardware/interfaces/compatibility_matrices/build/ |
D | vintf_compatibility_matrix.go | 169 "inputs": strings.Join(inputPaths.Strings(), ":"),
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 84 ret += Join(with_features, "_"); in ToString() 228 const std::string features = Join(featureEnables, ","); in SetUp()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/src/ |
D | JsonConfigLoader.cpp | 695 return Error() << android::base::Join(errors, '\n'); in parseJsonConfig()
|
/hardware/google/gfxstream/guest/platform/rutabaga/ |
D | RutabagaLayer.cpp | 66 std::string Join(const std::vector<std::string>& things, const std::string& separator) { in Join() function
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | glossary.adoc | 1015 Join (Deferred Host Operations)::
|