/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableList.java | 34 private final transient int offset; field in class:RegularImmutableList 38 RegularImmutableList(Object[] array, int offset, int size) { 39 this.offset = offset; 58 return offset != 0 || size != array.length; 68 return (UnmodifiableIterator<E>) Iterators.forArray(array, offset, size); 73 System.arraycopy(array, offset, newArray, 0, size); 83 System.arraycopy(array, offset, other, 0, size); 92 return (E) array[index + offset]; 97 for (int i = offset; i < offset + size; i++) [all...] |
/external/proguard/src/proguard/optimize/peephole/ |
ReachableCodeMarker.java | 49 * Returns whether the instruction at the given offset is reachable in 52 public boolean isReachable(int offset) 54 return isReachable[offset]; 65 for (int offset = startOffset; offset < endOffset; offset++) 67 if (isReachable[offset]) 116 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) 132 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) 137 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SuballocatedIntVector.java | 162 int offset=m_firstFree&m_MASK; local 174 block[offset]=value; 179 m_buildCacheStartIndex = m_firstFree-offset; 200 int offset=m_firstFree&m_MASK; local 214 int copied=(m_blocksize-offset < numberOfElements) 215 ? m_blocksize-offset : numberOfElements; 218 block[offset++]=value; 220 ++index;offset=0; 272 int offset=at&m_MASK; local 273 block[offset]=value 281 int offset=at&m_MASK; local 352 int offset=at&m_MASK; local 394 int offset=at&m_MASK; local [all...] |
/external/chromium_org/media/base/ |
container_names.cc | 99 int offset = 0; local 100 while (offset + 6 < buffer_size) { 101 BitReader reader(buffer + offset, 6); 125 offset += size; 141 int offset = 0; local 142 while (offset + 6 < buffer_size) { 143 BitReader reader(buffer + offset, 6); 162 offset += kAc3FrameSizeTable[frame_size_code][sample_rate_code]; 176 int offset = 0; 177 while (offset + 6 < buffer_size) 278 int offset = 0; local 333 int offset = 0; local 398 int offset = 0; local 439 int offset = 0; local 488 int offset = 0; local 556 int offset = 0; local 616 int offset = strlen(kHlsSignature); local 637 int offset = 0; local 705 int offset = 0; local 807 int offset = 0; local 878 int offset = 0; local 953 int offset = 0; local 1098 int offset = 0; local 1168 int offset = StartsWith(buffer, buffer_size, UTF8_BYTE_ORDER_MARK) ? 3 : 0; local 1354 int offset = 0; local 1658 int offset = 1; \/\/ No need to start at byte 0 due to First4 check. local [all...] |
/libcore/luni/src/main/java/java/net/ |
DatagramPacket.java | 48 private int offset = 0; field in class:DatagramPacket 65 * {@code length} bytes with a specified buffer offset. 69 * @param offset 70 * the offset of the byte array where the bytes is written. 74 public DatagramPacket(byte[] data, int offset, int length) { 75 setData(data, offset, length); 82 * length} bytes from the byte array position {@code offset} are sent. 86 * @param offset 87 * the offset of {@code data} where to read from. 95 public DatagramPacket(byte[] data, int offset, int length, InetAddress host, int aPort) [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
packrender.h | 157 #define __GLX_PUT_CHAR(offset,a) \ 158 *((INT8 *) (pc + offset)) = a 161 #define __GLX_PUT_SHORT(offset,a) \ 162 *((INT16 *) (pc + offset)) = a 164 #define __GLX_PUT_LONG(offset,a) \ 165 *((INT32 *) (pc + offset)) = a 167 #define __GLX_PUT_FLOAT(offset,a) \ 168 *((FLOAT32 *) (pc + offset)) = a 171 #define __GLX_PUT_SHORT(offset,a) \ 172 { GLubyte *cp = (pc+offset); \ [all...] |
/external/mesa3d/src/glx/ |
packrender.h | 157 #define __GLX_PUT_CHAR(offset,a) \ 158 *((INT8 *) (pc + offset)) = a 161 #define __GLX_PUT_SHORT(offset,a) \ 162 *((INT16 *) (pc + offset)) = a 164 #define __GLX_PUT_LONG(offset,a) \ 165 *((INT32 *) (pc + offset)) = a 167 #define __GLX_PUT_FLOAT(offset,a) \ 168 *((FLOAT32 *) (pc + offset)) = a 171 #define __GLX_PUT_SHORT(offset,a) \ 172 { GLubyte *cp = (pc+offset); \ [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
IndexRangeCache.h | 21 void addRange(GLenum type, unsigned int offset, GLsizei count, unsigned int minIdx, unsigned int maxIdx, 23 bool findRange(GLenum type, unsigned int offset, GLsizei count, unsigned int *outMinIndex, 26 void invalidateRange(unsigned int offset, unsigned int size); 33 unsigned int offset; member in struct:rx::IndexRangeCache::IndexRange 37 IndexRange(GLenum type, intptr_t offset, GLsizei count); 49 IndexBounds(unsigned int minIdx, unsigned int maxIdx, unsigned int offset);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga3d_caps.h | 68 * Header field leading each caps block record. Contains the offset (in 121 uint32 offset; local 126 for (offset = 0; capsBlock[offset] != 0; offset += capsBlock[offset]) { 127 record = (SVGA3dCapsRecord *) (capsBlock + offset);
|
/external/chromium_org/webkit/common/ |
data_element.cc | 20 uint64 offset, uint64 length, 24 offset_ = offset; 31 uint64 offset, uint64 length) { 34 offset_ = offset; 40 uint64 offset, uint64 length, 44 offset_ = offset;
|
/external/elfutils/libdw/ |
dwarf_formref_die.c | 66 Dwarf_Off offset; 69 /* This has an absolute offset. */ 76 offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 78 offset = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); 82 /* Other forms produce an offset from the CU. */ 83 if (unlikely (__libdw_formref (attr, &offset) != 0)) 85 offset += attr->cu->start; 88 return INTUSE(dwarf_offdie) (attr->cu->dbg, offset, die_mem);
|
/external/elfutils/libelf/ |
gelf_getverdaux.c | 1 /* Get additional symbol version definition information at the given offset. 63 gelf_getverdaux (data, offset, dst) 65 int offset; 88 if (unlikely (offset < 0) 89 || unlikely (offset + sizeof (GElf_Verdaux) > data->d_size) 90 || unlikely (offset % __alignof__ (GElf_Verdaux) != 0)) 96 result = (GElf_Verdaux *) memcpy (dst, (char *) data->d_buf + offset,
|
gelf_getverdef.c | 1 /* Get symbol version definition information at the given offset. 63 gelf_getverdef (data, offset, dst) 65 int offset; 88 if (unlikely (offset < 0) 89 || unlikely (offset + sizeof (GElf_Verdef) > data->d_size) 90 || unlikely (offset % __alignof__ (GElf_Verdef) != 0)) 96 result = (GElf_Verdef *) memcpy (dst, (char *) data->d_buf + offset,
|
gelf_getvernaux.c | 1 /* Get additional required symbol version information at the given offset. 63 gelf_getvernaux (data, offset, dst) 65 int offset; 91 if (unlikely (offset < 0) 92 || unlikely (offset + sizeof (GElf_Vernaux) > data->d_size) 93 || unlikely (offset % sizeof (GElf_Vernaux) != 0)) 99 result = (GElf_Vernaux *) memcpy (dst, (char *) data->d_buf + offset,
|
gelf_getverneed.c | 1 /* Get required symbol version information at the given offset. 63 gelf_getverneed (data, offset, dst) 65 int offset; 91 if (unlikely (offset < 0) 92 || unlikely (offset + sizeof (GElf_Verneed) > data->d_size) 93 || unlikely (offset % sizeof (GElf_Verneed) != 0)) 99 result = (GElf_Verneed *) memcpy (dst, (char *) data->d_buf + offset,
|
/external/elfutils/tests/ |
dwfl-bug-getmodules.c | 63 ptrdiff_t offset = dwfl_getmodules (dwfl, &iterate, dwfl, 0); local 64 if (offset <= 0) 67 offset = dwfl_getmodules (dwfl, &iterate, NULL, offset); 68 if (offset != 0) 69 error (1, 0, "dwfl_getmodules (%d): %s", (int) offset, dwfl_errmsg (-1));
|
/external/lzma/CPP/7zip/Common/ |
OffsetStream.cpp | 8 HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset)
10 _offset = offset;
12 return _stream->Seek(offset, STREAM_SEEK_SET, NULL);
20 STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin,
25 offset += _offset;
26 HRESULT result = _stream->Seek(offset, seekOrigin, &absoluteNewPosition);
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga3d_caps.h | 68 * Header field leading each caps block record. Contains the offset (in 121 uint32 offset; local 126 for (offset = 0; capsBlock[offset] != 0; offset += capsBlock[offset]) { 127 record = (SVGA3dCapsRecord *) (capsBlock + offset);
|
/external/proguard/src/proguard/classfile/instruction/visitor/ |
InstructionVisitor.java | 36 public void visitSimpleInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction); 37 public void visitVariableInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction); 38 public void visitConstantInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction); 39 public void visitBranchInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction); 40 public void visitTableSwitchInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction); 41 public void visitLookUpSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchInstruction lookUpSwitchInstruction);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
InterruptableOutputStream.java | 43 public void write(byte[] buffer, int offset, int count) throws IOException { 44 int end = offset + count; 45 while (offset < end) { 47 int bytesCount = Math.min(MAX_WRITE_BYTES, end - offset); 48 mOutputStream.write(buffer, offset, bytesCount); 49 offset += bytesCount;
|
/external/chromium_org/third_party/libpng/ |
pngerror.c | 52 int offset; local 53 for (offset = 1; offset<15; offset++) 54 if (error_message[offset] == ' ') 59 for (i = 0; i < offset - 1; i++) 65 error_message += offset; 113 int offset = 0; local 123 for (offset = 1; offset < 15; offset++ 130 (*(png_ptr->warning_fn))(png_ptr, warning_message + offset); local 256 int offset; local 320 int offset; local [all...] |
/external/libpng/ |
pngerror.c | 52 int offset; local 53 for (offset = 1; offset<15; offset++) 54 if (error_message[offset] == ' ') 59 for (i = 0; i < offset - 1; i++) 65 error_message += offset; 113 int offset = 0; local 123 for (offset = 1; offset < 15; offset++ 130 (*(png_ptr->warning_fn))(png_ptr, warning_message + offset); local 256 int offset; local 320 int offset; local [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngerror.c | 46 int offset; local 47 for (offset=1; offset<15; offset++) 48 if (*(error_message+offset) == ' ') 53 for (i=0; i<offset-1; i++) 59 error_message+=offset; 90 int offset = 0; local 100 for (offset=1; offset<15; offset++ 106 (*(png_ptr->warning_fn))(png_ptr, warning_message+offset); local 202 int offset; local 258 int offset; local [all...] |
/art/runtime/ |
memory_region.cc | 27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { 31 CHECK_LE(offset, this->size() - from.size()); 32 memmove(reinterpret_cast<void*>(start() + offset),
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
ParseObserver.java | 38 * @param offset offset into {@code bytes} for the start of the 43 public void startParsingMember(ByteArray bytes, int offset, String name, 50 * @param offset offset into {@code bytes} for the end of the 56 public void endParsingMember(ByteArray bytes, int offset, String name, 63 * @param offset offset into {@code bytes} for what was parsed 67 public void parsed(ByteArray bytes, int offset, int len, String human);
|