Searched defs:beginsWith (Results 1 - 3 of 3) sorted by relevance

/external/deqp/scripts/verify/
H A Dverify.py94 def beginsWith (str, prefix): function
109 if beginsWith(line, "CONFORM_VERSION:"):
116 elif beginsWith(line, "PRODUCT:"):
118 elif beginsWith(line, "CPU:"):
123 elif beginsWith(line, "OS:"):
/external/deqp/framework/delibs/decpp/
H A DdeStringUtil.cpp117 bool beginsWith (const std::string& s, const std::string& prefix) function in namespace:de
176 DE_TEST_ASSERT(beginsWith("foobar", "foobar"));
177 DE_TEST_ASSERT(beginsWith("foobar", "foo"));
178 DE_TEST_ASSERT(beginsWith("foobar", "f"));
179 DE_TEST_ASSERT(beginsWith("foobar", ""));
180 DE_TEST_ASSERT(beginsWith("", ""));
181 DE_TEST_ASSERT(!beginsWith("foobar", "bar"));
182 DE_TEST_ASSERT(!beginsWith("foobar", "foobarbaz"));
183 DE_TEST_ASSERT(!beginsWith("", "foo"));
/external/eigen/bench/btl/generic_bench/
H A Dbtl.hh118 bool beginsWith(const BtlString& str) const function in class:BtlString
176 if (config[i].beginsWith("-a"))
187 else if (config[i].beginsWith("-t"))
198 else if (config[i].beginsWith("--overwrite"))
202 else if (config[i].beginsWith("--nocheck"))
206 else if (config[i].beginsWith("--real"))

Completed in 362 milliseconds