Searched defs:isEncrypted (Results 1 - 4 of 4) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DCencSampleEncryptionInformationGroupEntry.java37 private int isEncrypted; field in class:CencSampleEncryptionInformationGroupEntry
43 isEncrypted = IsoTypeReader.readUInt24(byteBuffer);
53 IsoTypeWriter.writeUInt24(byteBuffer, isEncrypted);
61 return isEncrypted;
65 isEncrypted = encrypted;
88 "isEncrypted=" + isEncrypted +
105 if (isEncrypted != that.isEncrypted) {
120 int result = isEncrypted;
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp757 bool isEncrypted = f.IsEncrypted(); local
758 rep.Group = GetGroupIndex(isEncrypted, Is86FilteredFolder(f));
767 if (isEncrypted)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 237 milliseconds