Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 22 of 22) sorted by relevance

/device/generic/vulkan-cereal/base/
DStringUtils.cpp109 bool endsWith(StringView string, StringView suffix) { in endsWith()
166 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith()
171 bool EndsWith(std::string_view s, char suffix) { in EndsWith()
175 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix) { in EndsWithIgnoreCase()
DStringUtils.h118 inline bool ConsumeSuffix(std::string_view* s, std::string_view suffix) { in ConsumeSuffix()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DImageFunctionHLSL.cpp25 ImmutableString suffix( in GetImageReference() local
37 ImmutableString suffix( in GetImageReference() local
176 ImmutableString suffix(nullptr); in name() local
DResourcesHLSL.cpp283 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLSamplerUniformGroup() local
345 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLReadonlyImageUniformGroup() local
367 TString suffix = RWTextureGroupSuffix(textureGroup); in outputHLSLImageUniformGroup() local
DTextureFunctionHLSL.cpp471 ImmutableString suffix(TextureGroupSuffix(textureFunction.sampler)); in GetTextureReference() local
1231 ImmutableString suffix(TextureTypeSuffix(this->sampler)); in name() local
Dbuiltin_variables.json577 "suffix":"NV", string
685 "suffix":"VS", string
858 "suffix":"GS", string
868 "suffix":"GS", string
901 "suffix":"OutBlock", string
916 "suffix":"GS", string
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dstring_utils.cpp26 const char *suffix, in EndsWithSuffix()
194 bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith()
199 bool EndsWith(const std::string &str, const char *suffix) in EndsWith()
204 bool EndsWith(const char *str, const char *suffix) in EndsWith()
Dstring_utils_unittest.cpp219 bool runEndsWith(const char *str, const char *suffix) in runEndsWith()
/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dstring_utils.cc32 bool EndsWith(const std::string& str, const std::string& suffix) { in EndsWith()
95 std::string StripSuffix(const std::string& str, const std::string& suffix) { in StripSuffix()
/device/google/cuttlefish/common/libs/confui/
Dprotocol.cpp32 std::string suffix = ""; in ToDebugString() local
/device/generic/vulkan-cereal/host-common/opengl/
DEmuglBackendList.cpp48 std::string suffix("_indirect"); in getLibDirPath() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/third_party/perf/
Dperf_test.cc59 const std::string &suffix, in ResultsToString()
76 const std::string &suffix, in PrintResultsImpl()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVulkanDispatch.cpp40 std::string suffix = pj({"lib64", "vulkan", icdFilename}); in icdJsonNameToProgramAndLauncherPaths() local
/device/amlogic/yukawa/hal/bootctrl/
Dboot_control.cc83 static int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex()
/device/google/trout/hal/sensors/2.0/
Diio_utils.cpp61 static bool str_has_suffix(const char* s, const char* suffix) { in str_has_suffix()
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/
Dencoder.py112 suffix=""): argument
/device/google/fuchsia/bioniccompat/include/
Dstdint.h243 #define __int_c(v, suffix) __int_c_join(v, suffix) argument
/device/generic/vulkan-cereal/third-party/angle/scripts/
Dgenerate_entry_points.py1134 def write_file(annotation, comment, template, entry_points, suffix, includes, lib, file): argument
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/runner/
DTestSuite.cpp418 const char *suffix = GetExecutableExtension(); in ParseTestSuiteName() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFrameCapture.cpp217 const char *suffix) in GetCaptureFileName()
229 const char *suffix) in GetCaptureFilePath()
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc3065 bool EndsWith(const std::string& str, const std::string& suffix) { in EndsWith()
3128 std::string StripSuffix(const std::string& str, const std::string& suffix) { in StripSuffix()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp4613 bool EndsWith(const std::string& str, const std::string& suffix) { in EndsWith()
4680 std::string StripSuffix(const std::string& str, const std::string& suffix) { in StripSuffix()