HomeSort by relevance Sort by last modified time
    Searched refs:_offset (Results 26 - 50 of 66) sorted by null

12 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 536 self._offset = 0
563 i = self._readbuffer.find('\n', self._offset) + 1
565 line = self._readbuffer[self._offset: i]
566 self._offset = i
593 self._offset += len(newline)
600 self._offset += len(chunk)
607 if n > len(self._readbuffer) - self._offset:
609 self._offset -= len(chunk)
612 return self._readbuffer[self._offset: self._offset + 512
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 25 private final int _offset; field in class:DNSOutgoing.MessageOutputStream
42 _offset = offset;
136 _out._names.put(aName, Integer.valueOf(this.size() + _offset));
161 MessageOutputStream record = new MessageOutputStream(512, _out, _offset + this.size() + 2);
  /external/parameter-framework/upstream/parameter/
ConfigurableElement.h 232 size_t _offset{0};
ConfigurableElement.cpp 333 _offset = offset;
351 return _offset;
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 31 #define APP_FLASH_RELOC(_base, _offset) ((uint32_t)(_base) + FLASH_RELOC_OFFSET + (_offset))
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fseeko.c 122 curoff = fp->_offset;
196 curoff = fp->_offset;
  /external/autotest/client/cros/
memory_bandwidth_logger.py 71 self._offset = offset
82 offset=self._offset)
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.cpp 105 parent(parent), _offset(offset) {
123 return _offset;
memory.hpp 103 size_t _offset; member in class:clover::sub_buffer
  /external/syslinux/gpxe/src/drivers/infiniband/
linda.c 134 #define linda_readq( _linda, _ptr, _offset ) \
135 linda_readq ( (_linda), (_ptr)->u.dwords, (_offset) )
136 #define linda_readq_array8b( _linda, _ptr, _offset, _idx ) \
137 linda_readq ( (_linda), (_ptr), ( (_offset) + ( (_idx) * 8 ) ) )
138 #define linda_readq_array64k( _linda, _ptr, _offset, _idx ) \
139 linda_readq ( (_linda), (_ptr), ( (_offset) + ( (_idx) * 65536 ) ) )
159 #define linda_writeq( _linda, _ptr, _offset ) \
160 linda_writeq ( (_linda), (_ptr)->u.dwords, (_offset) )
161 #define linda_writeq_array8b( _linda, _ptr, _offset, _idx ) \
162 linda_writeq ( (_linda), (_ptr), ( (_offset) + ( (_idx) * 8 ) )
    [all...]
  /dalvik/libdex/
InstrUtils.cpp 473 #define FETCH(_offset) (insns[(_offset)])
474 #define FETCH_u4(_offset) (fetch_u4_impl((_offset), insns))
  /external/freetype/src/gxvalid/
gxvcommn.h 504 #define GXV_SUBTABLE_OFFSET_CHECK( _offset ) \
506 if ( (_offset) > gxvalid->subtable_length ) \
  /external/libunwind_llvm/src/
UnwindRegistersSave.S 335 #define SAVE_VECTOR_UNALIGNED(_vec, _offset) \
338 stw r5, _offset(r3) @\
340 stw r5, _offset+4(r3) @\
342 stw r5, _offset+8(r3) @\
344 stw r5, _offset+12(r3)
  /external/python/cpython3/Lib/
datetime.py     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 254 fpos_t _offset; /**< current lseek offset */ member in struct:__sFILE
274 #define __SOFF 0x1000 /**< set iff _offset is in fact correct */
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 737 FinalZone(int32_t _offset, int32_t _year, const string& _ruleid) :
738 offset(_offset), year(_year), ruleid(_ruleid) {
801 int32_t _offset) {
821 offset = _offset;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h 302 _IO_off_t _old_offset; /* This used to be _offset but it's too small. */
321 _IO_off64_t _offset; member in struct:_IO_FILE_complete
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 1741 double _offset; member in class:Magick::DrawableStrokeDashOffset
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 34 _offset(offset_)
39 image_.adaptiveThreshold( _width, _height, _offset );
    [all...]
Drawable.cpp 1295 DrawSetStrokeDashOffset(context_,_offset);
1305 _offset=offset_;
1310 return(_offset);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 121 vk::VkDeviceSize _offset,
130 offset = _offset;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 124 // The _offset and _postindex suffixes force the given addressing mode.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 124 // The _offset and _postindex suffixes force the given addressing mode.
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 150 uint32_t _offset = offset; local
155 Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeBytes);
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 2321 auto _offset = _o->offset; local
    [all...]

Completed in 878 milliseconds

12 3