HomeSort by relevance Sort by last modified time
    Searched refs:unpack (Results 176 - 200 of 328) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/oprofile/events/i386/atom/
unit_masks 64 0x08 s SIMD unpack micro-ops executed
65 0x88 ar SIMD unpack micro-ops retired
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 149 return struct.unpack('>l', file.read(4))[0]
155 return struct.unpack('>L', file.read(4))[0]
161 return struct.unpack('>h', file.read(2))[0]
167 return struct.unpack('>H', file.read(2))[0]
    [all...]
base64.py 154 c1, c2, c3 = struct.unpack('!HHB', s[i*5:(i+1)*5])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 96 return struct.unpack(fmt, self._header[offset:offset+struct.calcsize(fmt)])[0]
pimp.py 197 def unpack(self, archive, output=None, package=None): member in class:PimpUnpacker
206 """Unpack archives by calling a Unix utility"""
210 def unpack(self, archive, output=None, package=None): member in class:PimpCommandUnpacker
213 return "unpack command failed"
216 """Unpack tarfiles using the builtin tarfile module"""
220 def unpack(self, archive, output=None, package=None): member in class:PimpTarUnpacker
705 """Unpack a downloaded package archive."""
716 rv = unpacker.unpack(self.archiveFilename, output=output)
726 """Download, unpack and install a single package.
739 return "%s: unpack: %s" % (self.fullname(), msg
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 149 return struct.unpack('>l', file.read(4))[0]
155 return struct.unpack('>L', file.read(4))[0]
161 return struct.unpack('>h', file.read(2))[0]
167 return struct.unpack('>H', file.read(2))[0]
    [all...]
base64.py 154 c1, c2, c3 = struct.unpack('!HHB', s[i*5:(i+1)*5])
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
variance_subpixel_altivec.asm 126 ;# Compute sum first. Unpack to so signed subract
247 vspltish v23, 0 ;# unpack
352 vspltish v23, 0 ;# unpack
486 vspltish v23, 0 ;# unpack
675 vspltish v23, 0 ;# unpack
792 vspltish v23, 0 ;# unpack
  /external/libvpx/libvpx/vp8/common/ppc/
variance_subpixel_altivec.asm 126 ;# Compute sum first. Unpack to so signed subract
247 vspltish v23, 0 ;# unpack
352 vspltish v23, 0 ;# unpack
486 vspltish v23, 0 ;# unpack
675 vspltish v23, 0 ;# unpack
792 vspltish v23, 0 ;# unpack
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
variance_subpixel_altivec.asm 126 ;# Compute sum first. Unpack to so signed subract
247 vspltish v23, 0 ;# unpack
352 vspltish v23, 0 ;# unpack
486 vspltish v23, 0 ;# unpack
675 vspltish v23, 0 ;# unpack
792 vspltish v23, 0 ;# unpack
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 527 const struct gl_pixelstore_attrib *unpack)
530 _mesa_store_teximage(ctx, dims, texImage, format, type, pixels, unpack);
798 struct gl_pixelstore_attrib unpack = ctx->DefaultPacking; local
801 unpack.Invert = GL_TRUE;
825 &unpack);
    [all...]
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 52 value, = struct.unpack(">h", data[index:index+2])
56 value, = struct.unpack(">l", data[index:index+4])
60 value, = struct.unpack(">l", data[index:index+4])
162 pack=struct.pack, unpack=struct.unpack):
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 527 const struct gl_pixelstore_attrib *unpack)
530 _mesa_store_teximage(ctx, dims, texImage, format, type, pixels, unpack);
798 struct gl_pixelstore_attrib unpack = ctx->DefaultPacking; local
801 unpack.Invert = GL_TRUE;
825 &unpack);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 271 channel_id = struct.unpack('!L',
278 struct.unpack('!H', self._data[pos+1:pos+3])[0])
283 channel_id = struct.unpack('!H',
330 number = struct.unpack('!Q', self._data[pos:pos+8])[0]
341 number = struct.unpack('!H', self._data[pos:pos+2])[0]
434 control_block.drop_code = struct.unpack('!H', reason[:2])[0]
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo     [all...]
  /external/bison/djgpp/
djunpack.bat 67 Rem unpack the source distribution
  /external/chromium_org/tools/symsrc/
pefile.py 563 return struct.unpack('<H', data)[0]
749 self.__unpacked_data_elms__ = struct.unpack(self.__format__, data)
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 169 1) [codebook_minimum_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
170 2) [codebook_delta_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
305 algorithmically from a list of scalar values. Calculate (unpack) the
338 array in a one-to-one mapping. Calculate [unpack] the
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-launching/0.20.0/
sisu-equinox-launching-0.20.0.jar 
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 266 virtual bool fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, RenderTarget *destRenderTarget,
  /external/chromium_org/third_party/simplejson/
decoder.py 26 nan, inf = struct.unpack('dd', _BYTES)
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
rfc2217.py     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 149 protected void unpack(int viewid, int layoutid) { method in class:Editor
ParametricEditor.java 131 unpack(mViewID, mLayoutID); method
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 21 nan, inf = struct.unpack('dd', _BYTES)

Completed in 1392 milliseconds

1 2 3 4 5 6 78 91011>>