Searched refs:code (Results 51 - 75 of 715) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DCharElementHandler.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 * This element specifies {@code char} values.
35 * which is equivalent to {@code Character.valueOf('X')} in Java code.
38 * <dt>code
39 * <dd>this attribute specifies character code
43 * The {@code cod
[all...]
/openjdk7/jdk/src/share/native/java/lang/
H A DShutdown.c5 * 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).
34 Java_java_lang_Shutdown_halt0(JNIEnv *env, jclass ignored, jint code) argument
36 JVM_Halt(code);
/openjdk7/jdk/test/sun/misc/Cleaner/
H A DexitOnThrow.sh7 # This code is free software; you can redistribute it and/or modify it
11 # This code is distributed in the hope that it will be useful, but WITHOUT
15 # accompanied this code).
46 echo Passed: VM exited with code $?
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.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).
308 int code = codeAt(method, bci);
309 switch (code) {
334 public static void check(int code) { argument
336 Assert.that(isDefined(code), "illegal code " + code);
339 public static void wideCheck(int code) { argument
368 isDefined(int code) argument
369 wideIsDefined(int code) argument
370 name(int code) argument
371 format(int code) argument
372 wideFormat(int code) argument
373 resultType(int code) argument
374 depth(int code) argument
375 lengthFor(int code) argument
376 wideLengthFor(int code) argument
377 canTrap(int code) argument
378 javaCode(int code) argument
379 canRewrite(int code) argument
380 native_byte_order(int code) argument
381 uses_cp_cache(int code) argument
384 isJavaCode(int code) argument
385 isFastCode(int code) argument
387 isAload(int code) argument
389 isAstore(int code) argument
392 isZeroConst(int code) argument
395 flags(int code, boolean is_wide) argument
399 format_bits(int code, boolean is_wide) argument
400 has_all_flags(int code, int test_flags, boolean is_wide) argument
821 def(int code, String name, String format, String wide_format, int result_type, int depth, boolean can_trap) argument
825 def(int code, String name, String format, String wide_format, int result_type, int depth, boolean can_trap, int java_code) argument
[all...]
H A DBytecodeWithCPIndex.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).
38 public int index() { return getIndexU2(code(), false); }
50 } else if (code() == Bytecodes._invokedynamic) {
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeGlyphMapper.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).
38 * code point is in the font.
39 * ie a GlyphMapper ought to be able to say if a code point maps to a glyph
80 char code = unicodes[i];
81 if (code >= xmapper.convertedGlyphs.length) {
84 glyphs[i] = xmapper.convertedGlyphs[code];
96 char code
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DItems.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.*;
29 import com.sun.tools.javac.code.Symbol.*;
30 import com.sun.tools.javac.code.Type.*;
37 /** A helper class for code generation. Items are objects
47 * If you write code that depends on this, you do so at your own risk.
48 * This code an
59 Code code; field in class:Items
75 Items(Pool pool, Code code, Symtab syms, Types types) argument
[all...]
H A DGen.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).
34 import com.sun.tools.javac.code.*;
38 import com.sun.tools.javac.code.Symbol.*;
39 import com.sun.tools.javac.code.Type.*;
44 import static com.sun.tools.javac.code.Flags.*;
45 import static com.sun.tools.javac.code.Kinds.*;
46 import static com.sun.tools.javac.code
180 private Code code; field in class:Gen
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeGlyphMapper.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 * consistent glyph id. for a code point, and this is a
32 * here we can just always get the same glyph code without
36 * to the maximum surrogate pair code point.
139 * exclusion ranges and duplicates (ie the same code point is
195 int code = unicodes[i]; // char is unsigned.
197 if (code >
[all...]
H A DTrueTypeGlyphMapper.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).
180 int code;
182 code = remapJAChar(unicodes[i]);
184 code = unicodes[i]; // char is unsigned.
187 if (code >= HI_SURROGATE_START &&
188 code <= HI_SURROGATE_END && i < count - 1) {
193 code
[all...]
H A DFontUtilities.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).
153 * Referenced by code in the JDK which wants to test for the
154 * minimum char code for which layout may be required.
158 * The value here indicates the lowest char code for which failing
164 * Referenced by code in the JDK which wants to test for the
165 * maximum char code for which layout may be required.
215 * The distinction is made so that code whic
249 isComplexCharCode(int code) argument
[all...]
/openjdk7/langtools/test/tools/javac/api/evalexpr/
H A DMemoryFileManager.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).
47 * If you write code that depends on this, you do so at your own
48 * risk. This code and its internal interfaces are subject to change
60 * @param name a name representing this source code, for example, the name of a class
61 * @param code a compilation unit (source code for a Java program)
64 public static JavaFileObject makeSource(String name, String code) { argument
65 return new JavaSourceFromString(name, code);
146 final String code; field in class:MemoryFileManager.JavaSourceFromString
153 JavaSourceFromString(String name, String code) argument
[all...]
/openjdk7/jdk/make/tools/swing-beans/
H A DGenSwingBeanInfo.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).
65 private String enumcode; // Generated code for enumerated properties.
136 String code = "";
141 code += " sun.swing.BeanInfoUtils.EXPERT, Boolean.TRUE,\n";
143 code += " sun.swing.BeanInfoUtils.HIDDEN, Boolean.TRUE,\n";
146 code += " sun.swing.BeanInfoUtils.PREFERRED, Boolean.TRUE,\n";
148 code
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djerror.h31 #define JMESSAGE(code,string)
39 #define JMESSAGE(code,string) code ,
43 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
45 /* For maintenance convenience, list is alphabetical by message code name */
61 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
89 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
90 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
176 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
182 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DByteCodeRewriter.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).
38 private byte[] code; field in class:ByteCodeRewriter
48 public ByteCodeRewriter(Method method, ConstantPool cpool, byte[] code) { argument
52 this.code = code;
98 for (int bci = 0; bci < code.length;) {
103 int code_from_buffer = 0xFF & code[bci];
109 // update the code buffe
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh7 # This code is free software; you can redistribute it and/or modify it
11 # This code is distributed in the hope that it will be useful, but WITHOUT
15 # accompanied this code).
70 // This Hack code block exists to force some verification_type_info
73 // In the redefined code, the above Foo1 code is effectively
74 // moved after the Foo2 code below which causes things to be
77 // in the redefined code's StackMapTable to refer to right
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DPrimitiveType.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 import com.sun.tools.javac.code.Symbol;
31 import com.sun.tools.javac.code.Symbol.ClassSymbol;
33 import com.sun.tools.javac.code.Type;
34 import com.sun.tools.javac.code.TypeTags;
35 import com.sun.tools.javac.code.Type.ClassType;
137 * <code>Strin
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DScopeDesc.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;
41 private NMethod code; field in class:ScopeDesc
54 private ScopeDesc(NMethod code, int decodeOffset, List objects, boolean reexecute) { argument
55 this.code = code;
72 public ScopeDesc(NMethod code, int decodeOffset, int objectDecodeOffset, boolean reexecute) { argument
73 this.code
[all...]
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 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;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.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).
34 * <code>expandCode</code> added by Robin Luiten
36 * code for use by the <code>expandCode</code> method added by Robin.
54 short numStrings; // next code i
169 expandCode(byte[] buf, int offset, short code, int skipHead) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DTypeCheckError.java47 public TypeCheckError(String code, Object param) { argument
49 _error = new ErrorMsg(code, param);
52 public TypeCheckError(String code, Object param1, Object param2) { argument
54 _error = new ErrorMsg(code, param1, param2);
/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/sun/rmi/rmic/iiop/
H A DContextStack.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).
128 public void setNewContextCode(int code) { argument
129 newCode = code;
133 * Get the current context code.
343 * Get a string for the given context code...
350 int code = it.getCode();
351 if (code !
387 set(int code, ContextElement element) argument
444 private int code = 0; field in class:TypeContext
[all...]
/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

Completed in 1104 milliseconds

1234567891011>>