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

  /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/deqp/external/vulkancts/scripts/
verify_submission.py 159 def beginsWith (str, prefix):
174 if beginsWith(line, "CONFORM_VERSION:"):
179 elif beginsWith(line, "PRODUCT:"):
181 elif beginsWith(line, "CPU:"):
186 elif beginsWith(line, "OS:"):
  /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"))
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 

Completed in 543 milliseconds