Searched defs:skip (Results 51 - 75 of 106) sorted by relevance

12345

/openjdk7/jdk/make/tools/src/build/tools/spp/
H A DSpp.java138 boolean be, boolean skip) {
158 if (!spp(in, buf, k, keys, vars, be, skip || !test)) {
159 spp(in, buf, k, keys, vars, be, skip || test);
182 if (!skip) {
136 spp(Scanner in, StringBuffer buf, String key, Set<String> keys, Map<String, String> vars, boolean be, boolean skip) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DXmlReader.java311 // the specified encoding ... we can skip the first four
330 // Then, we'll skip any
493 public long skip(long value) throws IOException { method in class:XmlReader
494 return in == null ? 0 : in.skip(value);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderBuffer.java120 public final RenderBuffer skip(long numBytes) { method in class:RenderBuffer
/openjdk7/jdk/src/share/classes/sun/font/
H A DType1Font.java400 while (bb.get() > ' '); // skip token
423 //skip segment header and "%!"
556 /* skip lines beginning with "%" and leading white space on a line */
557 private byte skip(ByteBuffer bb) { method in class:Type1Font
581 byte b = skip(bb);
589 b = skip(bb);
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DManifest.java412 public long skip(long n) throws IOException { method in class:Manifest.FastInputStream
418 return in.skip(n);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DClassReader.java73 public long skip(long n) throws IOException {
74 long ns = super.skip(n);
89 private void skip(int n, String what) throws IOException { method in class:ClassReader
93 long j = in.skip(n - skipped);
362 skip(length, name + " attribute in " + h);
411 skip(length, "unknown "+name+" attribute in "+h);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatFormatConverter.java107 public long skip(long n) throws IOException { method in class:AudioFloatFormatConverter.AudioFloatFormatConverterInputStream
108 long ret = stream.skip(n / fsize);
217 public long skip(long len) throws IOException { method in class:AudioFloatFormatConverter.AudioFloatInputStreamChannelMixer
218 long ret = ais.skip((len / targetChannels) * sourceChannels);
448 public long skip(long len) throws IOException { method in class:AudioFloatFormatConverter.AudioFloatInputStreamResampler
H A DModelByteBuffer.java87 public long skip(long n) throws IOException { method in class:ModelByteBuffer.RandomFileInputStream
H A DModelByteBufferWavetable.java85 public long skip(long n) throws IOException { method in class:ModelByteBufferWavetable.Buffer8PlusInputStream
93 return super.skip(n);
H A DSoftMixingSourceDataLine.java117 public long skip(long len) throws IOException { method in class:SoftMixingSourceDataLine.NonBlockingFloatInputStream
118 return ais.skip(len);
H A DSoftMixingDataLine.java274 public long skip(long len) throws IOException { method in class:SoftMixingDataLine.AudioFloatInputStreamResampler
/openjdk7/hotspot/src/share/vm/adlc/
H A Dfilebuff.cpp177 const char *_sol, int skip, int len ) {
195 if( skip != -1 ) { // The no-start-indicating flag
196 const char *u = _sol+skip; // Amount to skip
246 int skip = (int)(_offset - _sol); // Amount to skip to start of data local
247 int len = printline( os, _bfr->_fp->_name, _line, s, skip, _length );
252 int off1 = _length - len + skip; // Length of line 1
176 printline( ostream& os, const char *fname, int line, const char *_sol, int skip, int len ) argument
H A Dforms.cpp73 const char *NameList::peek(int skip) { return (_iter + skip < _cur ? _names[_iter + skip] : NULL); } argument
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassReaderWriter.java149 void skip(int count) { method in class:ClassReaderWriter
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java186 if (skip(ss, "("))
189 if (skip(ss, "not (")) {
191 if (!skip(ss, ")"))
198 if (skip(ss, " like ")) {
209 if (skip(ss, " in (")) {
211 if (!skip(ss, ")")) {
214 } while (skip(ss, ", "));
215 if (!skip(ss, ")"))
237 if (skip(ss, ") and ("))
239 else if (skip(s
420 skip(String[] ss, String skip) argument
[all...]
/openjdk7/langtools/test/tools/javac/processing/
H A DT6920317.java137 if (skip(cl, sp, cp))
141 // if test cases specified, skip this test case if not selected
253 boolean skip(Kind cl, Kind sp, Kind cp) { method in class:T6920317
254 // skip if no package files required
258 // skip if both sp and sp are OLD, since results may be indeterminate
262 // skip if sp or cp is NEW but the other is not OLD
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DWrapperInputStream.java84 public long skip(long n) throws IOException { return stream.skip(n); } method in class:WrapperInputStream
H A DCDRInputStream.java379 public final long skip(long n) throws IOException { method in class:CDRInputStream
380 return impl.skip(n);
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipFile.java701 public long skip(long n) { method in class:ZipFile.ZipFileInputStream
/openjdk7/jdk/src/solaris/native/java/net/
H A DInet4AddressImpl.c172 int skip = 0; local
182 skip = 1;
189 if (!skip) {
H A DInet6AddressImpl.c220 int skip = 0; local
231 skip = 1;
250 skip = 1;
257 skip = 1;
263 if (!skip) {
/openjdk7/jdk/src/windows/native/java/net/
H A DInet6AddressImpl.c147 int skip = 0; local
158 skip = 1;
177 skip = 1;
184 skip = 1;
190 if (!skip) {
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngpread.c660 png_push_crc_skip(png_structp png_ptr, png_uint_32 skip) argument
663 png_ptr->skip_length = skip;
1015 /* Do no more processing; skip the unprocessed
1744 png_uint_32 skip = 0; local
1768 skip = length - (png_uint_32)65535L;
1821 skip=length;
1822 png_push_crc_skip(png_ptr, skip);
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java553 public long skip (long s) throws IOException { method in class:SSLStreams.InputStream
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp59 int skip = (int)sid - (int)vmSymbols::FIRST_SID; local
60 for (; skip != 0; skip--) {
84 string += strlen(string); // skip string body
85 string += 1; // skip trailing null
166 string += strlen(string); // skip string body
167 string += 1; // skip trailing null
341 string += strlen(string); // skip string body
342 string += 1; // skip trailing null

Completed in 110 milliseconds

12345