Searched refs:code (Results 1 - 25 of 715) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/utilities/
H A Dmacros.hpp5 * 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 // Use this to mark code that needs to be cleaned up (for development only)
43 #define COMPILER1_PRESENT(code) code
45 #define COMPILER1_PRESENT(code)
50 #define COMPILER2_PRESENT(code) code
51 #define NOT_COMPILER2(code)
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinffixed.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).
34 static const code lenfix[512] = {
111 static const code distfix[32] = {
/openjdk7/jaxp/src/org/w3c/dom/events/
H A DEventException.java4 * 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).
45 * Event operations may throw an <code>EventException</code> as specified in
51 public EventException(short code, String message) { argument
53 this.code = code;
55 public short code; field in class:EventException
[all...]
/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSException.java4 * 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).
45 * Parser or write operations may throw an <code>LSException</code> if the
47 * <code>DOMError</code> with a severity of
48 * <code>DOMError.SEVERITY_FATAL_ERROR</code> o
59 LSException(short code, String message) argument
63 public short code; field in class:LSException
[all...]
/openjdk7/jaxp/src/org/w3c/dom/ranges/
H A DRangeException.java4 * 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).
45 * Range operations may throw a <code>RangeException</code> as specified in
51 public RangeException(short code, String message) { argument
53 this.code = code;
55 public short code; field in class:RangeException
[all...]
/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathException.java4 * 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).
50 public XPathException(short code, String message) { argument
52 this.code = code;
54 public short code; field in class:XPathException
59 * <code>XPathEvaluator</code> o
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytecodes_sparc.cpp5 * 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).
33 Bytecodes::Code Bytecodes::pd_base_code_for(Code code) { argument
34 return code;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytecodes_x86.cpp5 * 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).
34 Bytecodes::Code Bytecodes::pd_base_code_for(Code code) { argument
36 return code;
/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/asm/
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/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/jaxp/src/org/w3c/dom/
H A DDOMException.java4 * 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).
50 * <code>NodeList</code>.
53 * exception if a <code>null</code> argument is passed when <code>null</code>
63 DOMException(short code, String message) argument
67 public short code; field in class:DOMException
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DDebugInformationRecorder.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 DDebugInfoReadStream.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 private NMethod code; field in class:DebugInfoReadStream
38 public DebugInfoReadStream(NMethod code, int offset) { argument
39 super(code.scopesDataBegin(), offset);
41 this.code = code;
45 public DebugInfoReadStream(NMethod code, in argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/finder/
H A DSignature.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).
40 private volatile int code; field in class:Signature
69 * @return {@code true} if this object is the same as the
70 * {@code object} argument, {@code false} otherwise
89 * This method supports {@code null} values.
93 * @return {@code tru
163 addHashCode(int code, Object object) argument
[all...]
/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/src/share/vm/interpreter/
H A Dbytecodes.hpp5 * 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).
349 static void def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap);
350 static void def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap, Code java_code);
352 static Code pd_base_code_for(Code code); // platform specific base_code_for implementation
362 static void check (Code code) { assert(is_defined(code), err_msg("illegal code: %d", (int)code)); } argument
363 wide_check(Code code) argument
364 cast(int code) argument
375 Code code = cast(*bcp); local
393 is_defined(int code) argument
394 wide_is_defined(int code) argument
395 name(Code code) argument
396 result_type(Code code) argument
397 depth(Code code) argument
400 length_for(Code code) argument
401 wide_length_for(Code code) argument
402 can_trap(Code code) argument
403 java_code(Code code) argument
404 can_rewrite(Code code) argument
405 must_rewrite(Bytecodes::Code code) argument
406 native_byte_order(Code code) argument
407 uses_cp_cache(Code code) argument
413 length_for_code_at(Bytecodes::Code code, address bcp) argument
416 is_java_code(Code code) argument
418 is_aload(Code code) argument
420 is_astore(Code code) argument
423 is_zero_const(Code code) argument
425 is_invoke(Code code) argument
426 has_receiver(Code code) argument
429 has_optional_appendix(Code code) argument
432 flags(int code, bool is_wide) argument
436 format_bits(Code code, bool is_wide) argument
437 has_all_flags(Code code, int test_flags, bool is_wide) argument
[all...]
H A DbytecodeStream.cpp5 * 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 Bytecodes::Code RawBytecodeStream::raw_next_special(Bytecodes::Code code) { argument
36 code = Bytecodes::_illegal;
43 if (code == Bytecodes::_wide) {
45 code = Bytecodes::_illegal;
47 code = (Bytecodes::Code)bcp[1];
52 _raw_code = code;
53 return code;
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dinterp_masm_zero.hpp6 * This code is free software; you can redistribute it and/or modify it
10 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * accompanied this code).
36 InterpreterMacroAssembler(CodeBuffer* code) : MacroAssembler(code) {} argument
/openjdk7/langtools/test/tools/javac/AccessMethods/
H A DUplevelPrivateConstants.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).
44 Inner(int code) { argument
45 switch(code) {
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DPCSCException.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 * Exception for PC/SC errors. The native code portion checks the return value
32 * of the SCard* functions. If it indicates an error, the native code constructs
42 final int code; field in class:PCSCException
44 PCSCException(int code) { argument
45 super(toErrorString(code));
46 this.code
49 toErrorString(int code) argument
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpRetryException.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).
46 * Constructs a new <code>HttpRetryException</code> from the
47 * specified response code and exception detail message
50 * @param code the HTTP response code from server.
52 public HttpRetryException(String detail, int code) { argument
65 HttpRetryException(String detail, int code, String location) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DpcDesc.cpp5 * 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).
26 #include "code/debugInfoRec.hpp"
27 #include "code/nmethod.hpp"
28 #include "code/pcDesc.hpp"
29 #include "code/scopeDesc.hpp"
39 address PcDesc::real_pc(const nmethod* code) const {
40 return code->code_begin() + pc_offset();
43 void PcDesc::print(nmethod* code) { argument
65 verify(nmethod* code) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.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).
36 * If you write code that depends on this, you do so at your own risk.
37 * This code and its internal interfaces are subject to change or
62 code = new byte[code_length];
63 cr.readFully(code);
72 if (offset < 0 || offset >= code.length)
74 return code[offse
141 public final byte[] code; field in class:Code_attribute
[all...]

Completed in 487 milliseconds

1234567891011>>