Searched defs:code (Results 26 - 50 of 317) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinftrees.h4 * This code is free software; you can redistribute it and/or modify it
8 * by Oracle in the LICENSE file that accompanied this code.
10 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * accompanied this code).
36 information needed to do the operation requested by the code that
38 table that indexes more bits of the code. op indicates whether
40 distance, an end-of-block, or an invalid code. For a table
43 is the number of extra bits to get after the code. bits is
44 the number of bits in this code or part of the code t
52 } code; typedef in typeref:struct:__anon663
[all...]
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpProtocolException.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
31 * <p>The specific error code can be retreived with {@link #getReplyCode() }.</p>
36 private final FtpReplyCode code; field in class:FtpProtocolException
39 * Constructs a new {@code FtpProtocolException} from the
40 * specified detail message. The reply code is set to unknow error.
46 code = FtpReplyCode.UNKNOWN_ERROR;
50 * Constructs a new {@code FtpProtocolExceptio
56 FtpProtocolException(String detail, FtpReplyCode code) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DPCDesc.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
34 to the corresponding source scope and byte code index. */
84 public Address getRealPC(NMethod code) { argument
85 return code.codeBegin().addOffsetTo(getPCOffset());
99 public void print(NMethod code) { argument
100 printOn(System.out, code);
103 public void printOn(PrintStream tty, NMethod code) { argument
[all...]
H A DCodeCacheVisitor.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DConstantDoubleValue.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DConstantIntValue.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DConstantLongValue.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DConstantOopReadValue.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DLocationValue.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DMonitorValue.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DRuntimeStub.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DStub.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
28 import sun.jvm.hotspot.code.*;
61 /** Points to the first byte of the code */
63 /** Points to the first byte after the code */
H A DVMRegImpl.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeExceptionImpl.java34 public RangeExceptionImpl(short code, String message) { argument
35 super(code,message);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSException.java40 public XSException(short code, String message) { argument
42 this.code = code;
44 public short code; field in class:XSException
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMDOMException.java38 * @param code
41 public DTMDOMException(short code, String message) argument
43 super(code, message);
50 * @param code
52 public DTMDOMException(short code) argument
54 super(code, "");
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeFactory.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
29 void setTypeCode(String id, TypeCodeImpl code); argument
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/logutil/
H A DInputCode.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
30 * The name of this code.
35 * The code.
37 private final int code; field in class:InputCode
40 * The log level for this code.
45 * The error message for this code.
50 * Creates a new error code wit
58 InputCode(final String name, final int code, final String logLevel, final String message) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DCPUHelper.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
28 public Disassembler createDisassembler(long startPc, byte[] code); argument
H A DDisassembler.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
29 protected byte[] code; field in class:Disassembler
31 public Disassembler(long startPc, byte[] code) { argument
33 this.code = code;
41 return code;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/
H A DAMD64Helper.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
31 public Disassembler createDisassembler(long startPc, byte[] code) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/
H A DIA64Helper.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
30 public Disassembler createDisassembler(long startPc, byte[] code) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCHelper.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
30 public Disassembler createDisassembler(long startPc, byte[] code) { argument
31 return new SPARCV9Disassembler(startPc, code);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86Helper.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
31 public Disassembler createDisassembler(long startPc, byte[] code) { argument
32 return new X86Disassembler(startPc, code);
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DErrorManager.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
81 * @param code an error code defined in ErrorManager
83 public synchronized void error(String msg, Exception ex, int code) { argument
90 String text = "java.util.logging.ErrorManager: " + code;

Completed in 162 milliseconds

1234567891011>>