HomeSort by relevance Sort by last modified time
    Searched defs:beginsWith (Results 1 - 3 of 3) sorted by null

  /external/deqp/scripts/verify/
verify.py 94 def beginsWith (str, prefix):
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/
deStringUtil.cpp 117 bool beginsWith (const std::string& s, const std::string& prefix)
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/
btl.hh 118 bool beginsWith(const BtlString& str) const
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 231 milliseconds