Searched refs:code (Results 251 - 275 of 715) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DCharInfo.java192 int code = Integer.parseInt(value);
193 defineEntity(name, (char) code);
194 if (extraEntity(code))
280 int code = Integer.parseInt(value);
282 defineEntity(name, (char) code);
283 if (extraEntity(code))
618 * @param code The value of the character that has an entity defined
/openjdk7/hotspot/agent/make/
H A Dsaenv.bat6 REM This code is free software; you can redistribute it and/or modify it
10 REM This code is distributed in the hope that it will be useful, but WITHOUT
14 REM accompanied this code).
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat7 REM This code is free software; you can redistribute it and/or modify it
11 REM This code is distributed in the hope that it will be useful, but WITHOUT
15 REM accompanied this code).
H A Dstart-rmiregistry.bat7 REM This code is free software; you can redistribute it and/or modify it
11 REM This code is distributed in the hope that it will be useful, but WITHOUT
15 REM accompanied this code).
/openjdk7/hotspot/make/windows/
H A Dcross_build.bat6 REM This code is free software; you can redistribute it and/or modify it
10 REM This code is distributed in the hope that it will be useful, but WITHOUT
14 REM accompanied this code).
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.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).
93 * Set to <code>true</code> when reading the chunks of an
491 || (jfxx.code == THUMB_PALETTE)) {
515 if (jfxx.code == THUMB_PALETTE) {
539 if (jfxx.code == THUMB_RGB) {
542 } else if (jfxx.code
654 int code; field in class:JFIFMarkerSegment.JFIFExtensionMarkerSegment
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.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/codeCache.hpp"
27 #include "code/debugInfoRec.hpp"
28 #include "code/nmethod.hpp"
29 #include "code/pcDesc.hpp"
30 #include "code/scopeDesc.hpp"
198 nmethod* nm = code();
244 // Compiled method (native stub or Java code)
265 nmethod* compiledVFrame::code() const { function in class:compiledVFrame
[all...]
H A Djava.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).
33 // Execute code before all handles are released and thread is killed; prologue to vm_exit
37 extern void vm_exit(int code);
40 extern void vm_direct_exit(int code);
H A Drelocator.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).
46 // This code has been converted from the 1.1E java virtual machine
47 // Thanks to the JavaTopics group for using the code
51 // Callback object for code relocations
102 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } argument
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp6 * 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).
29 #include "code/debugInfoRec.hpp"
30 #include "code/dependencies.hpp"
31 #include "code/exceptionHandlerTable.hpp"
32 #include "code/oopRecorder.hpp"
173 // Create the code buffer and builder
186 // Generate native code. It's unpleasant that we have to drop into
229 // Create the code buffe
265 address code = NULL; local
316 free_compiled_method(address code) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DPrinter.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).
26 package com.sun.tools.javac.code;
31 import com.sun.tools.javac.code.Type.*;
32 import com.sun.tools.javac.code.Symbol.*;
36 import static com.sun.tools.javac.code.TypeTags.*;
37 import static com.sun.tools.javac.code.BoundKind.*;
38 import static com.sun.tools.javac.code
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.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).
130 int code;
132 switch (code = input.read()) {
134 switch (code = input.read()) {
172 if (code == EX_COMMENT) {
174 } else if (code == EX_APPLICATION) {
193 if (code
[all...]
/openjdk7/jdk/src/share/classes/javax/management/loading/
H A DMLetParser.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).
160 String requiresCodeWarning = "<mlet> tag requires either code or object parameter.";
239 if (atts.get("code") == null && atts.get("object") == null) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.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).
50 // Provides the primitive operations to manipulate code relative
81 Bytecodes::Code code() const { return _code; } function in class:Bytecode
82 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); }
83 Bytecodes::Code invoke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); }
190 // Common code for decoding invokes and field references.
282 void verify() const { assert(Bytecodes::java_code(code())
[all...]
H A DcppInterpreter.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).
42 NOT_PRODUCT(code_size *= 4;) // debug uses extra interpreter code space
133 Interpreter::_native_entry_begin = Interpreter::code()->code_end();
136 Interpreter::_native_entry_end = Interpreter::code()->code_end();
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.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).
95 // _indices = invoke code for f1 (b1 section), invoke code for f2 (b2 section),
117 // source code. The _indices field with the bytecode must be written last.
135 void set_bytecode_1(Bytecodes::Code code);
136 void set_bytecode_2(Bytecodes::Code code);
239 // Common code for invokedynamic and MH invocations.
270 static int bytecode_number(Bytecodes::Code code) { argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTKeyStroke.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).
43 * An <code>AWTKeyStroke</code> represents a key action on the
44 * keyboard, or equivalent input device. <code>AWTKeyStroke</code>s
46 * particular key, just as <code>KEY_PRESSED</code> an
875 put(String name, Integer code) argument
888 findName(Integer code) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DAnnotationMirrorImpl.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 import com.sun.tools.javac.code.Attribute;
37 import com.sun.tools.javac.code.Symbol.*;
H A DTypeDeclarationImpl.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 import com.sun.tools.javac.code.*;
37 import com.sun.tools.javac.code.Symbol.*;
H A DTypeParameterDeclarationImpl.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 import com.sun.tools.javac.code.*;
37 import com.sun.tools.javac.code.Symbol.*;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DConstants.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).
28 import com.sun.tools.javac.code.Type;
30 import static com.sun.tools.javac.code.TypeTags.*;
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
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DAnnotationDescImpl.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 import com.sun.tools.javac.code.Attribute;
32 import com.sun.tools.javac.code.Symbol.*;
H A DJavadocEnter.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 import com.sun.tools.javac.code.Kinds;
32 import com.sun.tools.javac.code.Symbol.*;
H A DWildcardTypeImpl.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 import com.sun.tools.javac.code.Symbol.ClassSymbol;
32 import com.sun.tools.javac.code.Type;
37 * Implementation of <code>WildcardType</code>, which
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DDoStatement.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).
110 public void code(Environment env, Context ctx, Assembler asm) { method in class:DoStatement
117 body.code(env, newctx, asm);

Completed in 85 milliseconds

<<11121314151617181920>>