Home
last modified time | relevance | path

Searched refs:beginsWith (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeStringUtil.cpp117 bool beginsWith (const std::string& s, const std::string& prefix) in beginsWith() function
176 DE_TEST_ASSERT(beginsWith("foobar", "foobar")); in StringUtil_selfTest()
177 DE_TEST_ASSERT(beginsWith("foobar", "foo")); in StringUtil_selfTest()
178 DE_TEST_ASSERT(beginsWith("foobar", "f")); in StringUtil_selfTest()
179 DE_TEST_ASSERT(beginsWith("foobar", "")); in StringUtil_selfTest()
180 DE_TEST_ASSERT(beginsWith("", "")); in StringUtil_selfTest()
181 DE_TEST_ASSERT(!beginsWith("foobar", "bar")); in StringUtil_selfTest()
182 DE_TEST_ASSERT(!beginsWith("foobar", "foobarbaz")); in StringUtil_selfTest()
183 DE_TEST_ASSERT(!beginsWith("", "foo")); in StringUtil_selfTest()
DdeStringUtil.hpp50 bool beginsWith (const std::string& s, const std::string& prefix);
/external/eigen/bench/btl/generic_bench/
Dbtl.hh123 bool beginsWith(const BtlString& str) const in beginsWith() function in BtlString
181 if (config[i].beginsWith("-a")) in BtlConfig()
192 else if (config[i].beginsWith("-t")) in BtlConfig()
203 else if (config[i].beginsWith("--overwrite")) in BtlConfig()
207 else if (config[i].beginsWith("--nocheck")) in BtlConfig()
211 else if (config[i].beginsWith("--real")) in BtlConfig()
/external/deqp/modules/glshared/
DglsFboUtil.cpp188 if (de::beginsWith(extension, "GL_")) in checkExtensionSupport()
209 if (de::beginsWith(extension, "GL_")) in getExtensionDescription()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp638 if (!de::beginsWith(m_xfbVaryings[ndx], "gl_")) in isValid()