Searched defs:offset (Results 76 - 100 of 840) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/ci/
H A DciInstance.cpp72 int offset = field->offset(); local
76 return ciConstant(field_btype, obj->byte_field(offset));
79 return ciConstant(field_btype, obj->char_field(offset));
82 return ciConstant(field_btype, obj->short_field(offset));
85 return ciConstant(field_btype, obj->bool_field(offset));
88 return ciConstant(field_btype, obj->int_field(offset));
91 return ciConstant(obj->float_field(offset));
94 return ciConstant(obj->double_field(offset));
97 return ciConstant(obj->long_field(offset));
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Ddump_sparc.cpp83 int offset = (i << 8) + j; local
85 if (!Assembler::is_simm13(offset)) {
86 __ sethi(offset, L0);
88 offset = offset & ((1 << 10) - 1);
92 // Load L0 with a value indicating vtable/offset pair.
95 __ delayed()->or3(src, offset, L0);
115 __ and3(L0, 255, L4); // Isolate L3 = method offset;.
/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.hpp42 virtual bool decode(address pc, char* buf, int buflen, int* offset,
44 virtual bool decode(address pc, char* buf, int buflen, int* offset, argument
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESKeyGenerator.java124 * for 8 key bytes, starting at <code>offset</code>.
137 static void setParityBit(byte[] key, int offset) { argument
142 int b = key[offset] & 0xfe;
144 key[offset++] = (byte)b;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCodeBuffer.hpp67 // Create a unique offset in the buffer.
70 int offset = masm()->offset(); local
72 return offset;
75 // Inline an oop into the buffer and return its offset.
79 int offset = masm()->offset(); local
81 return offset;
84 // Inline a block of non-oop data into the buffer and return its offset.
88 int offset local
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder_elf.hpp45 bool decode(address addr, char *buf, int buflen, int* offset, const char* filepath = NULL);
46 bool decode(address addr, char *buf, int buflen, int* offset, const void *base) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DUnmarshallerChain.java39 * A ticket dispenser also maintains the offset for handlers
46 * This offset allows child unmarshallers to have its own {@link Scope} without colliding with siblings.
48 private int offset = 0; field in class:UnmarshallerChain
57 * Allocates a new {@link Scope} offset.
60 return offset++;
64 * Gets the number of total scope offset allocated.
67 return offset;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteInputStream.java44 public ByteInputStream(byte buf[], int offset, int length) { argument
45 super(buf, offset, length);
H A DCharReader.java37 public CharReader(char buf[], int offset, int length) { argument
38 super(buf, offset, length);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/attachment/
H A DAttachmentMarshaller.java126 * specified by <tt>(data,offset,length)</tt> tuple.
128 * @param offset
129 * The offset within the array of the first byte to be read;
153 public abstract String addMtomAttachment(byte[] data, int offset, int length, String mimeType, String elementNamespace, String elementLocalName); argument
/openjdk7/jdk/test/java/io/BufferedReader/
H A DReadLine.java134 public int read(char[] buf, int offset, int length) argument
138 for (int i = offset; i < length; i++) {
H A DReady.java81 public int read(char[] buf, int offset, int length) argument
88 for (int i = offset; i < readlen; i++) {
/openjdk7/jdk/test/tools/launcher/6842838/
H A DCreateBadJar.java143 int offset = u32(bytes, pos+0x2a); // +0x2a chars of filename
146 " uncomp.size = " + uncompsize +" file offset = " + offset);
155 static int u8(byte[] data, int offset) { argument
156 return data[offset]&0xff;
159 static int u16(byte[] data, int offset) { argument
160 return u8(data,offset) + (u8(data,offset+1)<<8);
163 static int u32(byte[] data, int offset) { argument
164 return u16(data,offset)
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DUninitializedType.java47 public static UninitializedType uninitializedObject(Type qtype, int offset) { argument
48 return new UninitializedType(UNINITIALIZED_OBJECT, qtype, offset);
51 public final int offset; // PC where allocation took place field in class:UninitializedType
52 private UninitializedType(int tag, Type qtype, int offset) { argument
54 this.offset = offset;
/openjdk7/jdk/src/share/native/java/lang/reflect/
H A DProxy.c51 jint offset,
79 (*env)->GetByteArrayRegion(env, data, offset, length, body);
46 Java_java_lang_reflect_Proxy_defineClass0(JNIEnv *env, jclass ignore, jobject loader, jstring name, jbyteArray data, jint offset, jint length) argument
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGXLayoutEngine.cpp57 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
63 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
68 mapCharsToGlyphs(chars, offset, count, FALSE, rightToLeft, glyphStorage, success);
80 void GXLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/, argument
87 if (chars == NULL || offset < 0 || count < 0) {
H A DSegmentArrayProcessor.cpp72 le_int16 offset = SWAPW(lookupSegment->value); local
74 if (offset != 0) {
75 LEReferenceToArrayOf<TTGlyphID> glyphArray(subtableHeader, success, offset, LE_UNBOUNDED_ARRAY);
H A DSegmentArrayProcessor2.cpp72 le_int16 offset = SWAPW(lookupSegment->value); local
74 if (offset != 0) {
75 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader.getAliasTODO() + offset);
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DCompoundPrintable.java41 private int offset = 0; field in class:CompoundPrintable
52 ret = printables.peek().print(graphics, pf, pageIndex - offset);
56 offset += printables.poll().getNumberOfPages();
70 return offset;
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DReplaceable.java56 * offset and a limit offset. The range of characters thus specified
57 * includes the characters at offset start..limit-1. That is, the
58 * start offset is inclusive, and the limit offset is exclusive.
95 * Returns the 16-bit code unit at the given offset into the text.
96 * @param offset an integer between 0 and <code>length()</code>-1
98 * @return 16-bit code unit of text at given offset
101 char charAt(int offset); argument
119 * @param dstStart the start offset i
[all...]
H A DReplaceableString.java93 * @param offset offset into the contents, from 0 to
97 public char charAt(int offset) { argument
98 return buf.charAt(offset);
117 * @param dstStart the start offset in the destination array.
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksDocumentFrame.java70 static final int offset = 30; field in class:MetalworksDocumentFrame
96 setLocation(offset * openFrameCount, offset * openFrameCount);
/openjdk7/jdk/test/java/text/BreakIterator/
H A DExceptionTest.java125 private static void checkFollowingException(BreakIterator bi, int offset) { argument
127 bi.following(offset);
131 throw new RuntimeException(bi + ": following() doesn't throw an IAE with offset "
132 + offset);
135 private static void checkPrecedingException(BreakIterator bi, int offset) { argument
137 bi.preceding(offset);
141 throw new RuntimeException(bi + ": preceding() doesn't throw an IAE with offset "
142 + offset);
145 private static void checkIsBoundaryException(BreakIterator bi, int offset) { argument
147 bi.isBoundary(offset);
[all...]
/openjdk7/jdk/test/javax/crypto/Cipher/
H A DGCMAPI.java97 private static void updateAADPass(byte[] src, int offset, int len) { argument
99 c.updateAAD(src, offset, len);
108 private static void updateAADFail(byte[] src, int offset, int len) { argument
110 c.updateAAD(src, offset, len);
/openjdk7/jdk/test/javax/crypto/spec/GCMParameterSpec/
H A DGCMParameterSpecTest.java101 int tLen, byte[] src, int offset, int len) {
104 new GCMParameterSpec(tLen, src, offset, len);
109 Arrays.copyOfRange(src, offset, offset + len))) {
110 System.out.println(offset + " " + len);
111 System.out.println(Arrays.copyOfRange(src, offset, len)[0]);
121 int tLen, byte[] src, int offset, int len) {
123 new GCMParameterSpec(tLen, src, offset, len);
100 newGCMParameterSpecPass( int tLen, byte[] src, int offset, int len) argument
120 newGCMParameterSpecFail( int tLen, byte[] src, int offset, int len) argument

Completed in 60 milliseconds

1234567891011>>