/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ |
ArrayEncodedSubValue.java | 89 public int placeValue(int offset) { 90 offset = offset + Leb128Utils.unsignedLeb128Size(values.length); 92 offset = encodedValue.placeValue(offset); 95 return offset;
|
ArrayEncodedValue.java | 64 public int placeValue(int offset) { 65 return super.placeValue(offset + 1);
|
NullEncodedValue.java | 54 public int placeValue(int offset) { 55 return offset + 1;
|
/external/speex/libspeex/ |
ltp_sse.h | 59 int i, offset; local 69 for (offset=0;offset<4;offset++) 72 y[i] = _mm_loadu_ps(_y+(i<<2)+offset); 89 _mm_store_ss(corr+nb_pitch-1-(i<<2)-offset, sum);
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
IndexDataManager.h | 40 virtual void *map(UINT requiredSpace, UINT *offset) = 0; 62 void *map(UINT requiredSpace, UINT *offset); 75 void *map(UINT requiredSpace, UINT *offset); 79 UINT lookupRange(intptr_t offset, GLsizei count, UINT *minIndex, UINT *maxIndex); // Returns the offset into the index buffer, or -1 if not found 80 void addRange(intptr_t offset, GLsizei count, UINT minIndex, UINT maxIndex, UINT streamOffset); 87 intptr_t offset; member in struct:gl::StaticIndexBuffer::IndexRange
|
/external/webkit/Source/WebCore/fileapi/ |
FileWriterSync.cpp | 73 void FileWriterSync::truncate(long long offset, ExceptionCode& ec) 78 if (offset < 0) { 83 writer()->truncate(offset); 89 if (offset < position()) 90 setPosition(offset); 91 setLength(offset);
|
/libcore/luni/src/main/java/java/nio/ |
IoVec.java | 32 private final int offset; field in class:IoVec 41 IoVec(ByteBuffer[] byteBuffers, int offset, int bufferCount, Direction direction) { 43 this.offset = offset; 54 ByteBuffer b = byteBuffers[i + offset]; 90 ByteBuffer b = byteBuffers[i + offset];
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
RC5ParameterSpec.java | 90 * and an offset. 93 * <code>offset + (2 * (wordSize / 8))</code> bytes. The bytes starting at 94 * <code>offset</code> are copied to protect them against modification. 104 * @param offset 105 * the offset in the initialization vector. 108 * <code>offset + (2 * (wordSize / 8))</code>. 110 * if <code>offset</code> is negative. 112 public RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int offset) { 116 if (offset < 0) { 117 throw new ArrayIndexOutOfBoundsException("offset < 0: " + offset) [all...] |
/packages/apps/Nfc/src/com/android/nfc/handover/ |
HandoverClient.java | 42 int offset = 0; local 57 while (offset < buffer.length) { 58 int length = Math.min(buffer.length - offset, remoteMiu); 59 byte[] tmpBuffer = Arrays.copyOfRange(buffer, offset, offset+length); 62 offset += length;
|
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
NdefPushClient.java | 44 int offset = 0; local 59 while (offset < buffer.length) { 60 int length = Math.min(buffer.length - offset, remoteMiu); 61 byte[] tmpBuffer = Arrays.copyOfRange(buffer, offset, offset+length); 64 offset += length;
|
/dalvik/vm/mterp/x86-atom/ |
OP_GOTO.S | 24 * The branch uses an 8-bit offset that cannot be zero. 34 shl $$1, %edx # %edx is shifted for byte offset
|
/external/elfutils/libelf/ |
elf_strptr.c | 62 elf_strptr (elf, idx, offset) 65 size_t offset; 119 if (unlikely (offset >= strscn->shdr.e32->sh_size)) 121 /* The given offset is too big, it is beyond this section. */ 135 if (unlikely (offset >= strscn->shdr.e64->sh_size)) 137 /* The given offset is too big, it is beyond this section. */ 154 result = &strscn->rawdata_base[offset]; 162 if (offset >= (size_t) dl->data.d.d_off 163 && offset < dl->data.d.d_off + dl->data.d.d_size) 165 result = (char *) dl->data.d.d_buf + (offset - dl->data.d.d_off) [all...] |
/external/elfutils/tests/ |
run-readelf-test2.sh | 32 Hex dump of section [6] '.strtab', 1 bytes at offset 0x290:
|
/external/icu4c/common/unicode/ |
urep.h | 65 * offset into this text; 0 <= offset < n, where n is the value 70 * @param offset The index at which to fetch the UChar (code unit). 71 * @return The UChar (code unit) at offset, or U+FFFF if the offset is out of bounds. 75 int32_t offset); 79 * offset into this text. See unistr.h for a description of 83 * @param offset The index at which to fetch the UChar32 (code point). 84 * @return The UChar32 (code point) at offset, or U+FFFF if the offset is out of bounds [all...] |
/external/icu4c/i18n/ |
regextxt.h | 42 uregex_utext_unescape_charAt(int32_t offset, void * /* struct URegexUTextUnescapeCharContext* */ context); 44 uregex_ucstr_unescape_charAt(int32_t offset, void * /* UChar* */ context);
|
/external/icu4c/layout/ |
GXLayoutEngine.h | 91 * @param offset - the index of the first character to process 104 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, 119 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
|
ThaiLayoutEngine.h | 100 * @param offset - the index of the first character to process 115 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, 129 * @param offset - the offset of the first character to process 138 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
/external/llvm/test/MC/ARM/ |
arm_fixups.s | 6 @ CHECK: @ fixup A - offset: 0, value: _printf, kind: fixup_arm_uncondbl 13 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 15 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 17 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movt_hi16
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
SameZeroFrame.java | 62 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) 64 stackMapFrameVisitor.visitSameZeroFrame(clazz, method, codeAttribute, offset, this);
|
/external/qemu/elff/ |
elf_mapped_section.cc | 34 Elf_Xword offset,
38 mapped_at_ = mapfile_map(handle, offset, size, PROT_READ,
|
/external/qemu/hw/ |
armv7m.c | 27 static uint32_t bitband_readb(void *opaque, target_phys_addr_t offset) 30 cpu_physical_memory_read(bitband_addr(opaque, offset), &v, 1); 31 return (v & (1 << ((offset >> 2) & 7))) != 0; 34 static void bitband_writeb(void *opaque, target_phys_addr_t offset, 40 addr = bitband_addr(opaque, offset); 41 mask = (1 << ((offset >> 2) & 7)); 50 static uint32_t bitband_readw(void *opaque, target_phys_addr_t offset) 55 addr = bitband_addr(opaque, offset) & ~1; 56 mask = (1 << ((offset >> 2) & 15)); 62 static void bitband_writew(void *opaque, target_phys_addr_t offset, [all...] |
/external/webkit/Source/WebCore/dom/ |
Text.idl | 26 Text splitText(in [IsIndex] unsigned long offset)
|
/external/webkit/Source/WebCore/html/canvas/ |
CanvasGradient.idl | 33 void addColorStop(in float offset, in DOMString color)
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
IFrameContentLayerAndroid.h | 61 // Fills the rect with the current scroll offset and the maximum scroll offset. 68 void setIFrameScrollOffset(IntPoint offset) { m_iframeScrollOffset = offset; }
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
GlyphMapWx.cpp | 38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) 53 setGlyphDataForIndex(offset + i, character, fontData);
|