Searched refs:isUpdate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherSpi.java736 boolean isUpdate) throws ShortBufferException,
745 if (isUpdate && (inLen == 0)) {
764 if (isUpdate) {
782 if (isUpdate || (inLen != chunk)) {
815 if (isUpdate || (inLen != chunk)) {
735 bufferCrypt(ByteBuffer input, ByteBuffer output, boolean isUpdate) argument
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DMain.java429 void expand(File dir, String[] files, boolean isUpdate) { argument
442 if (isUpdate)
447 if (isUpdate) {
453 expand(f, f.list(), isUpdate);
/openjdk7/jdk/test/java/util/zip/
H A Dzip.java290 void expand(File dir, String[] files, boolean isUpdate) { argument
303 if (isUpdate)
308 if (isUpdate) {
314 expand(f, f.list(), isUpdate);
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java1535 boolean isUpdate,
1562 // This was (nargs == (isStatic ? 0 : 1) + (isUpdate ? 1 : 0))
1572 if (!isUpdate) {
1580 } else if (isUpdate) {
1647 if (!isUpdate) {
1668 if (!isUpdate) {
1763 if (isUpdate) {
1814 if (isUpdate) {
1533 getAccessMember(Environment env, Context ctx, MemberDefinition field, boolean isUpdate, boolean isSuper) argument

Completed in 43 milliseconds