Home
last modified time | relevance | path

Searched refs:contentEquals (Results 1 – 6 of 6) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DCloseableDelegateByteSource.java149 public boolean contentEquals(@Nonnull ByteSource other) throws IOException { in contentEquals() method in CloseableDelegateByteSource
150 return get().contentEquals(other); in contentEquals()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DLazyDelegateByteSource.java143 public boolean contentEquals(@Nonnull ByteSource other) throws IOException { in contentEquals() method in LazyDelegateByteSource
144 return get().contentEquals(other); in contentEquals()
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DPrefabSysrootPlugin.kt50 if (!file.readBytes().contentEquals(exception.file.readBytes())) { in <lambda>()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/util/
DTargetFileUtils.java163 findedFiles.removeIf(s -> s.contentEquals("")); in findFile()
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DSignatureConverter.java229 .filter(e -> e.getKey().getSimpleName().contentEquals("expectedSignature")) in verifyExpectedSignature()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/
DBootstrapSourceModelProviderTest.kt475 listOf("child1", "child2").toTypedArray() contentEquals in 140 - test annotations()