Home
last modified time | relevance | path

Searched refs:endsWith (Results 1 – 16 of 16) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DInferenceInOutSequence.java144 if (mInputPath.endsWith("/")) { in FromDataset()
158 return (lower.endsWith(".jpeg") || lower.endsWith(".jpg")); in isImageFile()
DTestModelsListLoader.java173 if (!file.endsWith(".json")) { in parseFromAssets()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java212 if (pathInfo.toString().endsWith(".zip")) { in defaultHandler()
268 String prefixPathString = path.endsWith("/") ? path : path.concat("/"); in defaultHandler()
311 boolean endsWithSlashCheck = fileOrDirPath.endsWith(File.separator); in getParentDirPath()
DBaseServlet.java208 if (currentUserEmail.endsWith("@google.com") in doGet()
/test/vts/drivers/hal/common/include/utils/
DStringUtil.h28 bool endsWith(const string& s, const string& suffix);
/test/vts/drivers/hal/common/utils/
DStringUtil.cpp26 bool endsWith(const string& s, const string& suffix) { in endsWith() function
/test/vti/dashboard/src/test/java/com/android/vts/entity/
DCodeCoverageEntityTest.java56 assertTrue(codeCoverageEntity.getUrlSafeKey().endsWith(urlKey)); in getUrlSafeKeyTest()
DApiCoverageExcludedEntityTest.java61 assertTrue(codeCoverageEntity.getUrlSafeKey().endsWith(urlKey)); in getUrlSafeKeyTest()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDataRestServlet.java54 if (pathInfo.endsWith("branch")) { in doGet()
/test/app_compat/csuite/harness/src/main/java/com/android/tradefed/util/
DPublicApkUtil.java121 return name.endsWith(".apk"); in getApkListFromDirectory()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DEmailHelper.java116 userEmail.orElse("").endsWith(EMAIL_DOMAIN)) { in getSubscriberEmails()
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp51 if (!endsWith(driver_lib_dir, "/")) { in FindComponentSpecification()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Ddashboard_main.jsp227 <c:when test="${fn:endsWith(serverName, 'googleplex.com')}">
241 <c:when test="${fn:endsWith(serverName, 'appspot.com')}">
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSuiteTestJobServlet.java175 } else if (blob.getName().endsWith(fileSeparator)) { in doGet()
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp418 } else if (endsWith(arg.predefined_type(), "*")) { in GetCppInstanceType()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteResultEntity.java439 } else if (this.buildVendorFingerprint.endsWith("release-keys")) { in getSuiteResultTestType()