/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/ |
H A D | DefaultApkSignerEngine.java | 587 private boolean isDebuggable(String entryName) { in isDebuggable() 614 String entryName = entry.getKey(); in initWith() local 739 public InputJarEntryInstructions inputJarEntry(String entryName) { in inputJarEntry() 766 public InspectJarEntryRequest outputJarEntry(String entryName) { in outputJarEntry() 841 public InputJarEntryInstructions.OutputPolicy inputJarEntryRemoved(String entryName) { in inputJarEntryRemoved() 847 public void outputJarEntryRemoved(String entryName) { in outputJarEntryRemoved() 888 String entryName = digestRequest.getEntryName(); in outputJarEntries() local 973 String entryName = expectedOutputEntry.getKey(); in outputJarEntries() local 1004 String entryName = entry.getFirst(); in outputJarEntries() local 1285 String entryName = expectedOutputEntry.getKey(); in checkV1SigningDoneIfEnabled() local [all …]
|
H A D | ApkSignerEngine.java | 162 InputJarEntryInstructions inputJarEntry(String entryName) throws IllegalStateException; in inputJarEntry() 180 InspectJarEntryRequest outputJarEntry(String entryName) throws IllegalStateException; in outputJarEntry() 192 InputJarEntryInstructions.OutputPolicy inputJarEntryRemoved(String entryName) in inputJarEntryRemoved() 201 void outputJarEntryRemoved(String entryName) throws IllegalStateException; in outputJarEntryRemoved()
|
H A D | ApkSigner.java | 374 String entryName = inputCdRecord.getName(); in sign() local 509 String entryName = inputCdRecord.getName(); in sign() local 555 String entryName = Hints.PIN_BYTE_RANGE_ZIP_ENTRY_NAME; in sign() local 577 String entryName = entry.getName(); in sign() local 684 String entryName, in requestOutputEntryInspection() 697 String entryName, in outputDataToOutputApk() 937 String entryName = cdRecord.getName(); in parseZipCentralDirectory() local
|
/aosp_15_r20/cts/tests/tests/gesture/src/android/gesture/cts/ |
H A D | GestureStorageAccessor.java | 32 void addGesture(String entryName, Gesture gesture); in addGesture() 36 ArrayList<Gesture> getGestures(String entryName); in getGestures() 44 void removeEntry(String entryName); in removeEntry() 46 void removeGesture(String entryName, Gesture gesture); in removeGesture()
|
H A D | GestureLibraryTest.java | 43 public void addGesture(String entryName, Gesture gesture) { in addGesture() 51 public ArrayList<Gesture> getGestures(String entryName) { in getGestures() 67 public void removeEntry(String entryName) { in removeEntry() 71 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
|
H A D | GestureStoreTest.java | 46 public void addGesture(String entryName, Gesture gesture) { in addGesture() 54 public ArrayList<Gesture> getGestures(String entryName) { in getGestures() 70 public void removeEntry(String entryName) { in removeEntry() 74 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
|
/aosp_15_r20/frameworks/base/core/java/android/gesture/ |
H A D | GestureLibrary.java | 67 public void addGesture(String entryName, Gesture gesture) { in addGesture() 71 public void removeGesture(String entryName, Gesture gesture) { in removeGesture() 75 public void removeEntry(String entryName) { in removeEntry() 79 public ArrayList<Gesture> getGestures(String entryName) { in getGestures()
|
H A D | GestureStore.java | 148 public void addGesture(String entryName, Gesture gesture) { in addGesture() 170 public void removeGesture(String entryName, Gesture gesture) { in removeGesture() 193 public void removeEntry(String entryName) { in removeEntry() 205 public ArrayList<Gesture> getGestures(String entryName) { in getGestures()
|
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
H A D | V1SchemeVerifier.java | 155 String entryName = cdRecord.getName(); in checkForDuplicateEntries() local 189 String entryName = manifestSection.getName(); in parseManifest() local 233 String entryName = cdRecord.getName(); in verify() local 402 String entryName = cdRecord.getName(); in verify() local 894 String entryName = sfSection.getName(); in verifySigFileAgainstManifest() local 1033 String entryName = sfIndividualSection.getName(); in verifyManifestIndividualSectionDigest() local 1278 private static boolean isJarEntryDigestNeededInManifest(String entryName) { in isJarEntryDigestNeededInManifest() 1307 String entryName = cdRecord.getName(); in verifyJarEntriesAgainstManifestAndSigners() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/io/ |
H A D | ClassPathURLStreamHandlerTest.java | 106 String entryName, String expectedJarRelativeURI) throws IOException { in checkGetEntryUrlOrNull() 154 File jarFile, String entryName, URLStreamHandler streamHandler) throws IOException { in assertOpenConnectionConnectFails() 171 private static void assertOpenConnectionOk(File jarFile, String entryName, in assertOpenConnectionOk() 220 private static URL createJarUrl(File jarFile, String entryName, URLStreamHandler streamHandler) in createJarUrl()
|
/aosp_15_r20/external/brotli/java/org/brotli/wrapper/dec/ |
H A D | DecoderTest.java | 48 final String entryName; field in DecoderTest.DecoderTestCase 49 DecoderTestCase(String entryName) { in DecoderTestCase() 60 private static void run(String entryName) throws Throwable { in run()
|
H A D | BrotliInputStreamTest.java | 48 final String entryName; field in BrotliInputStreamTest.StreamTestCase 49 StreamTestCase(String entryName) { in StreamTestCase() 60 private static void run(String entryName) throws Throwable { in run()
|
H A D | BrotliDecoderChannelTest.java | 50 final String entryName; field in BrotliDecoderChannelTest.ChannelTestCase 51 ChannelTestCase(String entryName) { in ChannelTestCase() 62 private static void run(String entryName) throws Throwable { in run()
|
/aosp_15_r20/external/brotli/java/org/brotli/wrapper/enc/ |
H A D | EncoderTest.java | 42 final String entryName; field in EncoderTest.EncoderTestCase 43 EncoderTestCase(String entryName) { in EncoderTestCase() 54 private static void run(String entryName) throws Throwable { in run()
|
H A D | BrotliOutputStreamTest.java | 55 final String entryName; field in BrotliOutputStreamTest.StreamTestCase 57 StreamTestCase(String entryName, TestMode mode) { in StreamTestCase() 69 private static void run(String entryName, TestMode mode) throws Throwable { in run()
|
H A D | BrotliEncoderChannelTest.java | 56 final String entryName; field in BrotliEncoderChannelTest.ChannleTestCase 58 ChannleTestCase(String entryName, TestMode mode) { in ChannleTestCase() 70 private static void run(String entryName, TestMode mode) throws Throwable { in run()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/ |
H A D | ImmutableMultiDexContainer.java | 68 public ImmutableDexEntry getEntry(@Nonnull String entryName) { in getEntry() 74 private final String entryName; field in ImmutableMultiDexContainer.ImmutableDexEntry 77 protected ImmutableDexEntry(String entryName, ImmutableDexFile dexFile) { in ImmutableDexEntry()
|
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
H A D | SigningExtension.java | 246 String entryName = entry.getCentralDirectoryHeader().getName(); in onZipEntryOutput() local 262 private void onZipEntryRemovedFromOutput(@Nonnull String entryName) { in onZipEntryRemovedFromOutput() 278 String entryName = entry.getCentralDirectoryHeader().getName(); in onOutputZipReadyForUpdate() local
|
/aosp_15_r20/cts/hostsidetests/security/apps/ZipPathValidatorTestApp/src/android/security/cts/ |
H A D | ZipPathValidatorDeviceTest.java | 223 private void writeZipFileOutputStreamWithEmptyEntry(File tempFile, String entryName) in writeZipFileOutputStreamWithEmptyEntry() 230 private byte[] getZipBytesFromZipOutputStreamWithEmptyEntry(String entryName) in getZipBytesFromZipOutputStreamWithEmptyEntry() 237 private void writeZipOutputStreamWithEmptyEntry(OutputStream os, String entryName) in writeZipOutputStreamWithEmptyEntry()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_util_jar_StrictJarFile.cpp | 43 jobject newZipEntry(JNIEnv* env, const ZipEntry& entry, jstring entryName) { in newZipEntry() 115 std::string entryName; in StrictJarFile_nativeNextEntry() local 130 jstring entryName) { in StrictJarFile_nativeFindEntry()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/ |
H A D | DexFileFactory.java | 455 private final String entryName; field in DexFileFactory.SingletonMultiDexContainer 458 … public SingletonMultiDexContainer(@Nonnull String entryName, @Nonnull DexBackedDexFile dexFile) { in SingletonMultiDexContainer() 467 @Nullable @Override public DexEntry<DexBackedDexFile> getEntry(@Nonnull String entryName) { in getEntry()
|
/aosp_15_r20/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/ |
H A D | ClassFileUtil.java | 56 String entryName = useSlash ? className : className.replaceAll("\\.", "/"); in getEntryFromClassName() local 70 String entryName = className + ".class"; in getEntryFromClassNameOrThrow() local
|
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/exportimport/ |
D | Compressor.java | 38 static void compress(File source, String entryName, File zip) throws IOException { in compress() 63 static void decompress(Uri zip, String entryName, File destination, Context userContext) in decompress()
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
H A D | ExplodeSupportTest.java | 39 …private void testArchiveWithImplodeCompression(final String filename, final String entryName) thro… in testArchiveWithImplodeCompression() 71 …private void testZipStreamWithImplodeCompression(final String filename, final String entryName) th… in testZipStreamWithImplodeCompression()
|
/aosp_15_r20/build/soong/mk2rbc/ |
H A D | node.go | 53 func (im moduleInfo) entryName() string { func 63 entryName() string methodSpec 97 func (i inheritedDynamicModule) entryName() string { func
|