Searched refs:position (Results 1 - 25 of 584) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DLabel.java33 * A label represents a position in the bytecode of a method. Labels are used
46 * Indicates if the position of this label is known.
51 * The position of this label in the code, if known.
53 int position; field in class:Label
56 * If the label position has been updated, after instruction resizing.
68 * position of the first byte of the bytecode instruction that contains the
69 * forward reference, while the second is the position of the first byte of
72 * gives the position of the bytecode instruction.
145 throw new IllegalStateException("Label offset position has not been resolved yet");
147 return position;
239 resolve( final MethodWriter owner, final int position, final byte[] data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DLabel.java33 * A label represents a position in the bytecode of a method. Labels are used
46 * Indicates if the position of this label is known.
51 * The position of this label in the code, if known.
53 int position; field in class:Label
56 * If the label position has been updated, after instruction resizing.
68 * position of the first byte of the bytecode instruction that contains the
69 * forward reference, while the second is the position of the first byte of
72 * gives the position of the bytecode instruction.
145 throw new IllegalStateException("Label offset position has not been resolved yet");
147 return position;
239 resolve( final MethodWriter owner, final int position, final byte[] data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DLabel.java33 * A label represents a position in the bytecode of a method. Labels are used
46 * Indicates if the position of this label is known.
51 * The position of this label in the code, if known.
53 int position; field in class:Label
56 * If the label position has been updated, after instruction resizing.
68 * position of the first byte of the bytecode instruction that contains the
69 * forward reference, while the second is the position of the first byte of
72 * gives the position of the bytecode instruction.
145 throw new IllegalStateException("Label offset position has not been resolved yet");
147 return position;
239 resolve( final MethodWriter owner, final int position, final byte[] data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Djquery.ui.position.js9 * http://api.jqueryui.com/position/
24 _position = $.fn.position;
67 $.position = {
98 width: hasOverflowX ? $.position.scrollbarWidth() : 0,
99 height: hasOverflowY ? $.position.scrollbarWidth() : 0
117 $.fn.position = function( options ) {
127 within = $.position.getWithinInfo( options.within ),
128 scrollInfo = $.position.getScrollInfo( within ),
205 position = $.extend( {}, basePosition ),
209 position
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Djquery.ui.position.js9 * http://api.jqueryui.com/position/
24 _position = $.fn.position;
67 $.position = {
98 width: hasOverflowX ? $.position.scrollbarWidth() : 0,
99 height: hasOverflowY ? $.position.scrollbarWidth() : 0
117 $.fn.position = function( options ) {
127 within = $.position.getWithinInfo( options.within ),
128 scrollInfo = $.position.getScrollInfo( within ),
205 position = $.extend( {}, basePosition ),
209 position
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/
H A Djquery.ui.position.js9 * http://api.jqueryui.com/position/
24 _position = $.fn.position;
67 $.position = {
98 width: hasOverflowX ? $.position.scrollbarWidth() : 0,
99 height: hasOverflowY ? $.position.scrollbarWidth() : 0
117 $.fn.position = function( options ) {
127 within = $.position.getWithinInfo( options.within ),
128 scrollInfo = $.position.getScrollInfo( within ),
205 position = $.extend( {}, basePosition ),
209 position
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/include/private/
H A Dogg_helper.h40 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data);
41 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/include/private/
H A Dogg_helper.h40 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data);
41 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/include/private/
H A Dogg_helper.h40 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data);
41 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DMultipleNIODataEntry.java41 * Return the bulk retrieval flag and reset the entry position so that the
77 saveoffset = this.data_nio.position();
78 this.data_nio.position(pos - INT32SZ);
80 this.data_nio.position(saveoffset);
91 // move the position to one before the last offset read.
H A DMultipleKeyNIODataEntry.java41 * Return the bulk retrieval flag and reset the entry position so that the
77 saveoffset = this.data_nio.position();
78 this.data_nio.position(pos - INT32SZ*3);
80 this.data_nio.position(saveoffset);
92 // move the position to one before the last offset read.
H A DMultipleRecnoNIODataEntry.java41 * Return the bulk retrieval flag and reset the entry position so that the
81 saveoffset = this.data_nio.position();
82 this.data_nio.position(pos - INT32SZ*2);
84 this.data_nio.position(saveoffset);
95 // move the position to one before the last offset read.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DMultipleNIODataEntry.java41 * Return the bulk retrieval flag and reset the entry position so that the
77 saveoffset = this.data_nio.position();
78 this.data_nio.position(pos - INT32SZ);
80 this.data_nio.position(saveoffset);
91 // move the position to one before the last offset read.
H A DMultipleKeyNIODataEntry.java41 * Return the bulk retrieval flag and reset the entry position so that the
77 saveoffset = this.data_nio.position();
78 this.data_nio.position(pos - INT32SZ*3);
80 this.data_nio.position(saveoffset);
92 // move the position to one before the last offset read.
H A DMultipleRecnoNIODataEntry.java41 * Return the bulk retrieval flag and reset the entry position so that the
81 saveoffset = this.data_nio.position();
82 this.data_nio.position(pos - INT32SZ*2);
84 this.data_nio.position(saveoffset);
95 // move the position to one before the last offset read.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DMultipleNIODataEntry.java41 * Return the bulk retrieval flag and reset the entry position so that the
77 saveoffset = this.data_nio.position();
78 this.data_nio.position(pos - INT32SZ);
80 this.data_nio.position(saveoffset);
91 // move the position to one before the last offset read.
H A DMultipleKeyNIODataEntry.java41 * Return the bulk retrieval flag and reset the entry position so that the
77 saveoffset = this.data_nio.position();
78 this.data_nio.position(pos - INT32SZ*3);
80 this.data_nio.position(saveoffset);
92 // move the position to one before the last offset read.
H A DMultipleRecnoNIODataEntry.java41 * Return the bulk retrieval flag and reset the entry position so that the
81 saveoffset = this.data_nio.position();
82 this.data_nio.position(pos - INT32SZ*2);
84 this.data_nio.position(saveoffset);
95 // move the position to one before the last offset read.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dklconflib.c46 int rack, position; local
78 position = MODULE_GET_BPOS(m);
103 /* Add the bay position, using at least two digits */
104 if (position < 10)
106 sprintf(buffer, "%d", position);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dklconflib.c46 int rack, position; local
78 position = MODULE_GET_BPOS(m);
103 /* Add the bay position, using at least two digits */
104 if (position < 10)
106 sprintf(buffer, "%d", position);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/automake-1.11/Automake/
H A DLocation.pm89 my ($class, $position) = @_;
91 position => $position,
100 my ($self, $position) = @_;
101 $self->{'position'} = $position;
107 return $self->{'position'};
172 my $position = $queue->dequeue ();
173 my $self = new Automake::Location $position;
174 while (my $position
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dmt.c88 struct mtpos position; local
130 ioctl_or_perror_and_die(fd, MTIOCPOS, &position, "%s", file);
131 printf("At block %d\n", (int) position.mt_blkno);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dmt.c88 struct mtpos position; local
130 ioctl_or_perror_and_die(fd, MTIOCPOS, &position, "%s", file);
131 printf("At block %d\n", (int) position.mt_blkno);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dmt.c88 struct mtpos position; local
130 ioctl_or_perror_and_die(fd, MTIOCPOS, &position, "%s", file);
131 printf("At block %d\n", (int) position.mt_blkno);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctpcm.c253 unsigned long position; local
258 /* Read out playback position */
259 position = atc->pcm_playback_position(atc, apcm);
260 position = bytes_to_frames(runtime, position);
261 if (position >= runtime->buffer_size)
262 position = 0;
263 return position;
355 unsigned long position; local
360 /* Read out playback position */
[all...]

Completed in 155 milliseconds

1234567891011>>