Searched refs:seek (Results 1 - 25 of 211) sorted by relevance

123456789

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DIntStream.java61 * essentially calling release() and seek(). If there are markers
75 * the marker off. It's like seek(last marker's input position).
82 * rewind() except it releases resources without the backward seek.
90 * normally used to seek ahead in the input stream. No buffering is
91 * required to do this unless you know your stream will use seek to
105 * The index is 0..n-1. A seek to position i means that LA(1) will
109 void seek(int index); method in interface:IntStream
/external/vboot_reference/scripts/image_signing/
H A Dfirmware_boot.sh58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
71 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
76 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
83 dd if=bad.bin of=${output} conv=notrunc bs=1 seek
[all...]
H A Dconvert_recovery_to_full_ssd.sh67 sudo dd if=${tmp_vblock} of=${SSD_IMAGE} seek=${kerna_offset} bs=512 \
73 sudo dd if=/dev/zero of=${SSD_IMAGE} seek=${kernb_offset} bs=512 \
H A Dconvert_recovery_to_ssd.sh77 sudo dd if=${tmp_vblock} of=${IMAGE} seek=${kerna_offset} bs=512 conv=notrunc
81 sudo dd if=/dev/zero of=${IMAGE} seek=${kernb_offset} bs=512 count=${kern_size} conv=notrunc
/external/smali/util/src/main/java/org/jf/util/
H A DRandomAccessFileOutputStream.java49 raf.seek(filePosition);
55 raf.seek(filePosition);
61 raf.seek(filePosition);
H A DRandomAccessFileInputStream.java49 raf.seek(filePosition);
55 raf.seek(filePosition);
62 raf.seek(filePosition);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
61 // rewind() except it releases resources without the backward seek.
66 // normally used to seek ahead in the input stream. No buffering is
67 // required to do this unless you know your stream will use seek to
80 - (void) seek:(NSInteger) index;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
61 // rewind() except it releases resources without the backward seek.
66 // normally used to seek ahead in the input stream. No buffering is
67 // required to do this unless you know your stream will use seek to
80 - (void) seek:(NSInteger) index;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
61 // rewind() except it releases resources without the backward seek.
66 // normally used to seek ahead in the input stream. No buffering is
67 // required to do this unless you know your stream will use seek to
80 - (void) seek:(NSInteger) index;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DIntStream.as60 * essentially calling release() and seek(). If there are markers
74 * the marker off. It's like seek(last marker's input position).
81 * rewind() except it releases resources without the backward seek.
89 * normally used to seek ahead in the input stream. No buffering is
90 * required to do this unless you know your stream will use seek to
104 * The index is 0..n-1. A seek to position i means that LA(1) will
108 function seek(index:int):void;
/external/elfutils/src/tests/
H A Drun-ranlib-test2.sh32 dd of=$original seek=24 bs=1 count=12 conv=notrunc 2>/dev/null
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRIntStream.h58 // essentially calling -release: and -seek:. If there are markers
69 // rewind() except it releases resources without the backward seek.
74 // normally used to seek ahead in the input stream. No buffering is
75 // required to do this unless you know your stream will use seek to
88 - (void) seek:(NSInteger) anIndex;
H A DLookaheadStream.m150 seek(marker); // assume marker is top
155 seek(lastMarker); // rewind but do not release marker
159 * case where you seek beyond end of existing buffer. Normally used
160 * to seek backwards in the buffer. Does not force loading of nodes.
162 public void seek(int index) { p = index; }
H A DLookaheadStream.h150 seek(marker); // assume marker is top
155 seek(lastMarker); // rewind but do not release marker
159 * case where you seek beyond end of existing buffer. Normally used
160 * to seek backwards in the buffer. Does not force loading of nodes.
162 public void seek(int index) { p = index; } function in class:FastQueue
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DLookaheadStream.java141 seek(marker); // assume marker is top
146 seek(lastMarker); // rewind but do not release marker
150 * case where you seek beyond end of existing buffer. Normally used
151 * to seek backwards in the buffer. Does not force loading of nodes.
155 public void seek(int index) { p = index; } method in class:LookaheadStream
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DRandomAccessFileBuffer.java111 _file.seek(_get);
127 _file.seek(index);
143 _file.seek(index);
159 _file.seek(index);
176 _file.seek(index);
/external/toybox/toys/posix/
H A Dgrep.c96 struct arg_list *seek, fseek; local
99 for (seek = TT.e; seek; seek = seek->next) {
103 if ((i ? strcasecmp : strcmp)(seek->arg, line)) s = line;
104 } else if (!*seek->arg) {
105 seek = &fseek;
110 long ll = strlen(seek->arg);;
113 for (s = line; *s; s++) if (!strncasecmp(s, seek
[all...]
/external/blktrace/btt/doc/
H A DMakefile5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
/external/flac/include/FLAC/
H A Dcallback.h117 /** Signature for the seek callback.
167 * If the seek requirement for an interface is optional, you can signify that
168 * a data sorce is not seekable by setting the \a seek field to \c NULL.
173 FLAC__IOCallback_Seek seek; member in struct:__anon4953
/external/blktrace/btt/
H A DAndroid.mk5 latency.c misc.c output.c proc.c seek.c trace.c \
/external/strace/tests/
H A Dstat32-v.test18 dd seek=$size bs=1 count=0 if=/dev/null of=$sample
H A Dstat64-v.test18 dd seek=$size bs=1 count=0 if=/dev/null of=$sample
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dstatic.py70 def app_iter_range(self, seek=None, limit=None, block_size=None):
73 You can set the `seek` parameter to read the file starting from a
86 if seek:
87 self.file.seek(seek)
89 limit -= seek
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dcascade.py105 f.seek(0)
114 environ_copy['wsgi.input'].seek(0)
129 environ['wsgi.input'].seek(0)
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3intstream.h142 * essentially calling release() and seek(). If there are markers
157 * rewind() except it releases resources without the backward seek.
162 * normally used to seek ahead in the input stream. No buffering is
163 * required to do this unless you know your stream will use seek to
177 void (*seek) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER index); member in struct:ANTLR3_INT_STREAM_struct

Completed in 892 milliseconds

123456789