Searched refs:offset (Results 51 - 75 of 3483) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/t/
H A D01.sql.t24 my($stmt, @bind) = $sql->select($table, \@fields, \%where, \@order, $limit, $offset);
46 my $offset = 70; # page 7
47 my $last = $offset + $limit;
59 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset) } 'select LimitOffset';
63 "SELECT $base_sql ORDER BY pay, age LIMIT $limit OFFSET $offset", \@expected_bind,
68 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset, 'LimitXY' ) } 'select LimitXY';
71 "SELECT $base_sql ORDER BY pay, age LIMIT $offset, $limit", \@expected_bind,
76 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset, 'RowsTo' ) } 'select RowsTo';
79 "SELECT $base_sql ORDER BY pay, age ROWS $offset TO $last", \@expected_bind,
85 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset, 'To
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dalias.c36 int any_failed, offset, pflag, dflags; local
43 while ((offset = internal_getopt (list, "p")) != -1)
45 switch (offset)
69 for (offset = 0; alias_list[offset]; offset++)
70 print_alias (alias_list[offset], dflags);
83 for (offset = 0; name[offset] && name[offset] !
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DLabel.java135 * Returns the offset corresponding to this label. This offset is computed
140 * @return the offset corresponding to this label.
145 throw new IllegalStateException("Label offset position has not been resolved yet");
152 * position of the label is known, the offset is computed and written
153 * directly. Otherwise, a null offset is written and a new forward reference
191 * yet. For backward references, the offset of the reference can be, and
195 * position will be used to compute the offset of this forward
197 * @param referencePosition the position where the offset for this forward
230 * small to store the offset
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFELighting.h67 inline void topLeft(int offset, IntPoint& normalVector);
68 inline void topRow(int offset, IntPoint& normalVector);
69 inline void topRight(int offset, IntPoint& normalVector);
70 inline void leftColumn(int offset, IntPoint& normalVector);
71 inline void interior(int offset, IntPoint& normalVector);
72 inline void rightColumn(int offset, IntPoint& normalVector);
73 inline void bottomLeft(int offset, IntPoint& normalVector);
74 inline void bottomRow(int offset, IntPoint& normalVector);
75 inline void bottomRight(int offset, IntPoint& normalVector);
95 inline void inlineSetPixel(int offset, LightingDat
[all...]
/macosx-10.9.5/apr-30/apr/apr/file_io/unix/
H A Dseek.c52 APR_DECLARE(apr_status_t) apr_file_seek(apr_file_t *thefile, apr_seek_where_t where, apr_off_t *offset)
66 rc = setptr(thefile, *offset);
70 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset);
76 rc = setptr(thefile, finfo.size + *offset);
80 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
87 rv = lseek(thefile->filedes, *offset, where);
89 *offset = -1;
93 *offset = rv;
99 apr_status_t apr_file_trunc(apr_file_t *fp, apr_off_t offset) argument
101 if (ftruncate(fp->filedes, offset)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DBlobData.h68 , offset(0)
78 , offset(0)
88 , offset(0)
95 BlobDataItem(const String& path, long long offset, long long length, double expectedModificationTime) argument
98 , offset(offset)
105 BlobDataItem(const KURL& url, long long offset, long long length) argument
108 , offset(offset)
116 BlobDataItem(const KURL& url, long long offset, lon argument
147 long long offset; member in struct:WebCore::BlobDataItem
155 BlobDataItem(PassRefPtr<RawData> data, long long offset, long long length) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_flock.c18 __os_fdlock(env, fhp, offset, acquire, nowait)
22 off_t offset;
47 "fileops: flock %s %s offset %lu",
48 fhp->name, acquire ? "acquire": "release", (u_long)offset);
54 DB_ASSERT(env, offset < (u_int64_t)INT64_MAX);
55 offset = UINT64_MAX - offset;
56 low = (DWORD)offset;
57 high = (DWORD)(offset >> 32);
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Drep.h44 * offset and a limit offset. The range of characters thus specified
45 * includes the characters at offset start..limit-1. That is, the
46 * start offset is inclusive, and the limit offset is exclusive.
88 * Returns the 16-bit code unit at the given offset into the text.
89 * @param offset an integer between 0 and <code>length()</code>-1
91 * @return 16-bit code unit of text at given offset
94 inline UChar charAt(int32_t offset) const;
97 * Returns the 32-bit code point at the given 16-bit offset int
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DGlobalResolveInfo.h37 : offset(0)
43 PropertyOffset offset; member in struct:JSC::GlobalResolveInfo
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasGradient.idl29 [RaisesException] void addColorStop([Default=Undefined] optional float offset,
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Drep.h44 * offset and a limit offset. The range of characters thus specified
45 * includes the characters at offset start..limit-1. That is, the
46 * start offset is inclusive, and the limit offset is exclusive.
88 * Returns the 16-bit code unit at the given offset into the text.
89 * @param offset an integer between 0 and <code>length()</code>-1
91 * @return 16-bit code unit of text at given offset
94 inline UChar charAt(int32_t offset) const;
97 * Returns the 32-bit code point at the given 16-bit offset int
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DElementTimeControl.h38 virtual void beginElementAt(float offset) = 0;
40 virtual void endElementAt(float offset) = 0;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DShadowsAndTransparencyLayers.py6 def scaleShadowOffset(offset):
8 # Adjust the shadow offset if scaling to export as bits. This is
11 offset = CGSizeApplyAffineTransform(offset,
13 return offset
30 # An offset where both components are negative casts a shadow to the
31 # left and down from the object. The coordinate system for the offset
33 offset = CGSize(-7, -7)
34 offset = scaleShadowOffset(offset)
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DShadowsAndTransparencyLayers.py6 def scaleShadowOffset(offset):
8 # Adjust the shadow offset if scaling to export as bits. This is
11 offset = CGSizeApplyAffineTransform(offset,
13 return offset
30 # An offset where both components are negative casts a shadow to the
31 # left and down from the object. The coordinate system for the offset
33 offset = CGSize(-7, -7)
34 offset = scaleShadowOffset(offset)
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor_pager.h40 memory_object_offset_t offset,
46 memory_object_offset_t offset,
56 memory_object_offset_t offset);
59 memory_object_offset_t offset);
61 #define VM_COMPRESSOR_PAGER_STATE_GET(object, offset) \
68 (offset) + (object)->paging_offset) \
71 #define VM_COMPRESSOR_PAGER_STATE_CLR(object, offset) \
80 (offset) + (object)->paging_offset); \
H A Dvm_external.h121 vm_object_offset_t offset);
127 vm_object_offset_t offset);
129 #define vm_external_state_get(map, offset) \
131 _vm_external_state_get((map), (offset)) : \
139 vm_object_offset_t offset);
/macosx-10.9.5/BerkeleyDB-21/db/os_brew/
H A Dos_seek.c15 * Seek to a page/byte offset in the file.
25 off_t offset; local
32 offset = (off_t)pgsize * pgno + relative;
38 ret = IFILE_Seek(fhp->ifp, _SEEK_START, offset);
43 fhp->offset = relative;
47 "seek: %lu: (%lu * %lu) + %lu", (u_long)offset,
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DOffsetOnly.pm17 my %p = validate( @_, { offset => { type => SCALAR },
20 my $offset =
21 DateTime::TimeZone::offset_as_seconds( $p{offset} );
23 die "Invalid offset: $p{offset}\n" unless defined $offset;
25 return DateTime::TimeZone::UTC->new unless $offset;
27 my $self = { name => DateTime::TimeZone::offset_as_string( $offset ),
28 offset => $offset,
[all...]
/macosx-10.9.5/msdosfs-198/
H A DHexDump.py6 def HexDump(bytes, offset=0, bytesPerLine=32, offsetFormat="%08X: ", verbose=False):
8 if offsetFormat is None or offset is None:
16 offStr = offsetFormat % offset
31 offset += bytesPerLine
33 print offsetFormat % offset
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DCharacterData.cpp57 String CharacterData::substringData(unsigned offset, unsigned count, ExceptionCode& ec) argument
59 checkCharDataOperation(offset, ec);
63 return m_data.substring(offset, count);
66 unsigned CharacterData::parserAppendData(const String& string, unsigned offset, unsigned lengthLimit) argument
72 unsigned characterLength = string.length() - offset;
80 NonSharedCharacterBreakIterator it(string.characters() + offset, (characterLengthLimit + 2 > characterLength) ? characterLength : characterLengthLimit + 2);
89 m_data.append(string.characters8() + offset, characterLengthLimit);
91 m_data.append(string.characters16() + offset, characterLengthLimit);
116 void CharacterData::insertData(unsigned offset, const String& data, ExceptionCode& ec) argument
118 checkCharDataOperation(offset, e
130 deleteData(unsigned offset, unsigned count, ExceptionCode& ec) argument
150 replaceData(unsigned offset, unsigned count, const String& data, ExceptionCode& ec) argument
220 checkCharDataOperation(unsigned offset, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/os2/
H A Dseek.c56 APR_DECLARE(apr_status_t) apr_file_seek(apr_file_t *thefile, apr_seek_where_t where, apr_off_t *offset)
70 rc = setptr(thefile, *offset);
74 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset);
80 rc = setptr(thefile, finfo.size + *offset);
84 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
101 return APR_FROM_OS_ERROR(DosSetFilePtr(thefile->filedes, *offset, where, (ULONG *)offset));
107 APR_DECLARE(apr_status_t) apr_file_trunc(apr_file_t *fp, apr_off_t offset)
109 int rc = DosSetFileSize(fp->filedes, offset);
116 return setptr(fp, offset);
[all...]
/macosx-10.9.5/apr-30/apr/apr/file_io/os2/
H A Dseek.c56 APR_DECLARE(apr_status_t) apr_file_seek(apr_file_t *thefile, apr_seek_where_t where, apr_off_t *offset)
70 rc = setptr(thefile, *offset);
74 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset);
80 rc = setptr(thefile, finfo.size + *offset);
84 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
101 return APR_FROM_OS_ERROR(DosSetFilePtr(thefile->filedes, *offset, where, (ULONG *)offset));
107 APR_DECLARE(apr_status_t) apr_file_trunc(apr_file_t *fp, apr_off_t offset)
109 int rc = DosSetFileSize(fp->filedes, offset);
116 return setptr(fp, offset);
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Drevlib.c33 * copy the lines starting at offset <start> from in <in> to <out>
41 off_t offset; local
54 if((offset = sfseek(in,(off_t)0,SEEK_END)) <= start)
56 offset = rounddown(offset,BUFSIZE);
60 if(offset < start)
62 n -= (start-offset);
63 offset = start;
65 sfseek(in, offset, SEEK_SET);
101 if(offset <
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DTestSupport.py175 offset = 2
177 offset = 0
179 if not info['arguments'][argno+offset].get('c_array_delimited_by_null'):
184 offset = 2
186 offset = 0
188 if not info['arguments'][argno+offset].get('c_array_of_variable_length'):
198 offset = 2
200 offset = 0
202 if not info['arguments'][argno+offset].get('c_array_length_in_result'):
207 offset
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseEntry.java92 By default the specified data (byte array, offset and size) corresponds to
111 /* package */ int offset = 0; field in class:DatabaseEntry
137 Construct a DatabaseEntry with null data. The offset and size are set to
144 Construct a DatabaseEntry with a given byte array. The offset is
160 Constructs a DatabaseEntry with a given byte array, offset and size.
164 @param offset
169 public DatabaseEntry(final byte[] data, final int offset, final int size) { argument
171 this.offset = offset;
234 Sets the byte array, offset an
243 setData(final byte[] data, final int offset, final int size) argument
274 setDataNIO(final ByteBuffer data, final int offset, final int size) argument
326 setOffset(final int offset) argument
[all...]

Completed in 280 milliseconds

1234567891011>>