HomeSort by relevance Sort by last modified time
    Searched full:unpack (Results 151 - 175 of 702) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/tools/testrunner/objects/
output.py 58 def Unpack(packed):
  /external/e2fsprogs/lib/uuid/
Makefile.in 26 unpack.o \
37 $(srcdir)/unpack.c \
202 unpack.o: $(srcdir)/unpack.c $(srcdir)/uuidP.h
  /external/libvorbis/lib/
info.c 169 for(i=0;i<ci->maps;i++) /* unpack does the range checking */
171 unpack, in which case the below type
175 for(i=0;i<ci->floors;i++) /* unpack does the range checking */
177 unpack, in which case the below type
181 for(i=0;i<ci->residues;i++) /* unpack does the range checking */
183 unpack, in which case the below type
301 ci->floor_param[i]=_floor_P[ci->floor_type[i]]->unpack(vi,opb);
311 ci->residue_param[i]=_residue_P[ci->residue_type[i]]->unpack(vi,opb);
321 ci->map_param[i]=_mapping_P[ci->map_type[i]]->unpack(vi,opb);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.h 65 const struct gl_pixelstore_attrib *unpack,
  /frameworks/base/docs/html/sdk/installing/
bundle.jd 16 <li>Unpack the ZIP file
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportWarningActivity.java 50 // We need to touch the extras to unpack them so they get migrated to
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 16 values = struct.unpack(self.fmt, data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
argvemulator.py 84 print "argvemulator.py warning: can't unpack an open document event"
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...]
cfmfile.py 86 self.memberCount) = struct.unpack("8l", data[:32])
123 self.memberSize,) = struct.unpack("4lhBB4lh", data[4:42])
  /sdk/eclipse/scripts/
setup_eclipse.sh 10 # - downloads & unpack Eclipse if necessary
  /system/core/init/
README.BOOTCHART 44 2/ unpack them
  /device/lge/hammerhead/
releasetools.py 131 magic, num_images, start_offset, bootloader_size = struct.unpack(
138 imgs = [struct.unpack(img_info_fmt,
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.h 168 // Set |temp_dir_| as a temporary directory to unpack the extension in.
203 // The path to the CRX to unpack.
  /external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api_helpers_unittest.cc 65 // Unpack the value back to a permission set and make sure its equal to the
79 TEST(ExtensionPermissionsAPIHelpers, Unpack) {
  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service.cc 33 // The promotion type used for Unpack() and ScheduleNotificationOnInit().
166 void PromoResourceService::Unpack(const DictionaryValue& parsed_json) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.h 42 * Describe how to pack/unpack pixels into/from the prescribed format.
201 * Unpack pixel blocks to R8G8B8A8_UNORM.
233 * Unpack pixel blocks to R32G32B32A32_FLOAT.
265 * Unpack pixels to Z32_UNORM.
287 * Unpack pixels to Z32_FLOAT.
309 * Unpack pixels to S8_UINT.
331 * Unpack pixel blocks to R32G32B32A32_UINT.
347 * Unpack pixel blocks to R32G32B32A32_SINT.
  /external/chromium_org/third_party/mesa/src/src/glx/
renderpix.c 73 * \param modes Pointer to the pixel unpack data
93 /* Apply pixel store unpack modes to copy data into buf */
  /external/chromium_org/tools/deep_memory_profiler/lib/
pageframe.py 47 pagecount = struct.unpack(
55 pfn = struct.unpack(
  /external/libvorbis/doc/
09-helper.tex 48 \subsubsection{float32_unpack} \label{vorbis:spec:float32:unpack}
53 purposes of this example, we will unpack a Vorbis float32 into a
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 42 * Describe how to pack/unpack pixels into/from the prescribed format.
201 * Unpack pixel blocks to R8G8B8A8_UNORM.
233 * Unpack pixel blocks to R32G32B32A32_FLOAT.
265 * Unpack pixels to Z32_UNORM.
287 * Unpack pixels to Z32_FLOAT.
309 * Unpack pixels to S8_UINT.
331 * Unpack pixel blocks to R32G32B32A32_UINT.
347 * Unpack pixel blocks to R32G32B32A32_SINT.
  /external/mesa3d/src/glx/
renderpix.c 73 * \param modes Pointer to the pixel unpack data
93 /* Apply pixel store unpack modes to copy data into buf */
  /external/qemu/distrib/sdl-1.2.15/
README.MacOS 15 First, unpack the MPWmake.sea.hqx archive and move SDL.make into the
30 First, unpack the MPWmake.sea.hqx archive, move the new rsrc directory to
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 151 * Unpack a string created by {@link #stringify}.
181 * Unpack a list of {@link AccountWithDataSet} into a string.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 341 unpack = struct.unpack):
350 oparg, = unpack('<H', code[1:3])
355 oparg_1, oparg_2 = unpack('<xHxH', code[:6])
365 unpack = struct.unpack):
375 oparg, = unpack('<H', code[1:3])
380 oparg_1, oparg_2, oparg_3 = unpack('<xHxHxH', code[:9])

Completed in 1105 milliseconds

1 2 3 4 5 67 8 91011>>