Home
last modified time | relevance | path

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

12

/cts/suite/audio_quality/test/
DStringUtilTest.cpp49 ASSERT_TRUE(StringUtil::endsWith(str, "there")); in TEST_F()
50 ASSERT_TRUE(StringUtil::endsWith(str, "hello there")); in TEST_F()
51 ASSERT_TRUE(!StringUtil::endsWith(str, "not there")); in TEST_F()
/cts/suite/audio_quality/lib/include/
DStringUtil.h36 static bool endsWith(const android::String8& str, const char* other);
/cts/tools/cfassembler/src/dxconvext/
DClassFileAssembler.java67 if (!cfhF.getName().endsWith(".cfh") && in run()
68 !cfhF.getName().endsWith(".dfh")) { in run()
75 boolean isDex = cfhF.getName().endsWith(".dfh"); in run()
/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java646 if (transformationUpperCase.endsWith("/OAEPPADDING")) { in getCipherDigest()
648 } else if (transformationUpperCase.endsWith( in getCipherDigest()
651 } else if (transformationUpperCase.endsWith( in getCipherDigest()
654 } else if (transformationUpperCase.endsWith( in getCipherDigest()
657 } else if (transformationUpperCase.endsWith( in getCipherDigest()
660 } else if (transformationUpperCase.endsWith( in getCipherDigest()
674 if (transformationUpperCase.endsWith("/NOPADDING")) { in getCipherEncryptionPadding()
676 } else if (transformationUpperCase.endsWith("/PKCS7PADDING")) { in getCipherEncryptionPadding()
678 } else if (transformationUpperCase.endsWith("/PKCS1PADDING")) { in getCipherEncryptionPadding()
706 if (algorithmUpperCase.endsWith("WITHECDSA")) { in getSignatureAlgorithmPadding()
[all …]
DSignatureTest.java602 if (algorithmUpperCase.endsWith("WITHECDSA")) { in DISABLED_testEntropyConsumption()
605 } else if (algorithmUpperCase.endsWith("WITHRSA")) { in DISABLED_testEntropyConsumption()
607 } else if (algorithmUpperCase.endsWith("WITHRSA/PSS")) { in DISABLED_testEntropyConsumption()
655 algorithm.toLowerCase().endsWith("withrsa"); in testSmallMsgKat()
DAESCipherNistCavpKatTest.java193 if ((line.startsWith("[")) && (line.endsWith("]"))) { in runTestsForKatFile()
/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
DTestScanner.java65 if (testCaseName.endsWith(".")) { in getTestNames()
/cts/common/util/src/com/android/compatibility/common/util/
DStacktrace.java50 if (elements[i].getClassName().endsWith(TEST_POSTFIX)) { in getTestCallerClassMethodName()
/cts/suite/audio_quality/lib/src/audio/
DBuffer.cpp83 if (StringUtil::endsWith(filename, EXTENSION_S16_STEREO)) { in loadFromFile()
85 } else if (StringUtil::endsWith(filename, EXTENSION_S16_MONO)) { in loadFromFile()
/cts/tests/tests/os/src/android/os/cts/
DAbiTest.java51 } else if (f.getName().endsWith(".so") || f.canExecute()) { in checkElfFilesInDirectory()
DFileAccessPermissionTest.java87 return filename.endsWith(".apk"); in testApksAlwaysReadable()
/cts/common/host-side/native-scanner/src/com/android/compatibility/common/scanner/
DNativeScanner.java60 if (testCaseName.endsWith(".")) { in getTestNames()
/cts/tools/vm-tests-tf/src/util/build/
DJackDexBuildStep.java42 if (outputFilePath.endsWith(".dex")) { in build()
/cts/suite/audio_quality/lib/src/
DStringUtil.cpp62 bool StringUtil::endsWith(const android::String8& str, const char* other) in endsWith() function in StringUtil
/cts/tools/dasm/src/java_cup/
DMain.java259 argv[i].endsWith(".cup")) in parse_args()
269 argv[i].endsWith(".cup")) in parse_args()
278 argv[i].endsWith(".cup")) in parse_args()
288 argv[i].endsWith(".cup")) in parse_args()
302 argv[i].endsWith(".cup")) in parse_args()
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTest.java267 if (details.endsWith("|" + initialSection)) { in testTracingContent()
278 && details.endsWith("|" + requiredSectionList[nextSectionIndex])) { in testTracingContent()
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DDocletRunner.java102 return pathname.isDirectory() || pathname.toString().endsWith(".java"); in getSourceFiles()
/cts/tests/tests/widget/src/android/widget/cts/
DChronometerTest.java89 assertTrue(text.endsWith("trail")); in testAccessFormat()
/cts/tools/utils/
DVogarUtils.java79 return !name.endsWith("~") && !name.startsWith("."); in getExpectationFiles()
/cts/tools/signature-tools/src/signature/io/html/
DHtmlDeltaExternalizer.java48 if (!location.endsWith(File.separator)) { in externalize()
/cts/common/host-side/java-scanner/src/com/android/compatibility/common/scanner/
DJavaScanner.java109 return pathname.isDirectory() || pathname.toString().endsWith(".java"); in getSourceFiles()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java225 return type.endsWith("[]"); in isArrayType()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DFontRenderingTests.java48 boolean thinTestCase = family.endsWith("-thin") && ((style & Typeface.BOLD) == 0); in fontTestBody()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPackageRepo.java167 return name.endsWith(".xml"); in accept()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
DCtsConsole.java191 return name.endsWith(".xml"); in listPlans()

12