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

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 203 struct.unpack('lxxxxlxxxxlhh', flock)
206 struct.unpack('hhlllii', flock)
209 struct.unpack('hhllhh', flock)
212 struct.unpack('hhllhh', flock)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 15 a = struct.unpack(fmt, ("\x00"*32)[:size])[0]
16 b = struct.unpack(fmt, ("\xFF"*32)[:size])[0]
17 c = struct.unpack(fmt, ("\x7F"+"\x00"*32)[:size])[0]
18 d = struct.unpack(fmt, ("\x80"+"\xFF"*32)[:size])[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 203 struct.unpack('lxxxxlxxxxlhh', flock)
206 struct.unpack('hhlllii', flock)
209 struct.unpack('hhllhh', flock)
212 struct.unpack('hhllhh', flock)
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
windows.txt 5 # obfuscated class names. Trying to unpack the obfuscated archives in Windows
  /cts/suite/audio_quality/test_description/
processing_main.py 159 i32 = struct.unpack("<i", raw)
164 i64 = struct.unpack("<q", raw)
169 val = struct.unpack("<d", raw)
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 269 const struct gl_pixelstore_attrib *unpack,
275 _mesa_expand_bitmap(width, height, unpack, bitmap,
285 const struct gl_pixelstore_attrib *unpack,
295 bitmap = _mesa_map_pbo_source(ctx, unpack, bitmap);
307 _mesa_unmap_pbo_source(ctx, unpack);
319 unpack_bitmap(st, 0, 0, width, height, unpack, bitmap,
322 _mesa_unmap_pbo_source(ctx, unpack);
693 const struct gl_pixelstore_attrib *unpack,
745 unpack_bitmap(st, px, py, width, height, unpack, bitmap,
759 const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap
    [all...]
st_cb_drawpixels.c 481 const struct gl_pixelstore_attrib *unpack,
501 pixels = _mesa_map_pbo_source(ctx, unpack, pixels);
508 _mesa_unmap_pbo_source(ctx, unpack);
541 unpack);
553 _mesa_unmap_pbo_source(ctx, unpack);
831 const struct gl_pixelstore_attrib *unpack,
841 struct gl_pixelstore_attrib clippedUnpack = *unpack;
1338 struct gl_pixelstore_attrib pack, unpack; local
    [all...]
  /external/chromium_org/tools/grit/grit/format/
data_pack.py 58 version, num_entries, encoding = struct.unpack("<IIB", data[:HEADER_LENGTH])
71 id, offset = struct.unpack("<HI", data[:kIndexEntrySize])
73 next_id, next_offset = struct.unpack("<HI", data[:kIndexEntrySize])
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 269 const struct gl_pixelstore_attrib *unpack,
275 _mesa_expand_bitmap(width, height, unpack, bitmap,
285 const struct gl_pixelstore_attrib *unpack,
295 bitmap = _mesa_map_pbo_source(ctx, unpack, bitmap);
307 _mesa_unmap_pbo_source(ctx, unpack);
319 unpack_bitmap(st, 0, 0, width, height, unpack, bitmap,
322 _mesa_unmap_pbo_source(ctx, unpack);
693 const struct gl_pixelstore_attrib *unpack,
745 unpack_bitmap(st, px, py, width, height, unpack, bitmap,
759 const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap
    [all...]
st_cb_drawpixels.c 481 const struct gl_pixelstore_attrib *unpack,
501 pixels = _mesa_map_pbo_source(ctx, unpack, pixels);
508 _mesa_unmap_pbo_source(ctx, unpack);
541 unpack);
553 _mesa_unmap_pbo_source(ctx, unpack);
831 const struct gl_pixelstore_attrib *unpack,
841 struct gl_pixelstore_attrib clippedUnpack = *unpack;
1338 struct gl_pixelstore_attrib pack, unpack; local
    [all...]
  /ndk/build/tools/
package-release.sh 267 # Unpack a prebuilt into specified destination directory
293 fail_panic "Could not unpack prebuilt $PREBUILT. Aborting."
297 fail_panic "Could not unpack prebuilt $PREBUILT64. Aborting."
320 # Unpack the previous NDK package if any
343 fail_panic "Could not unpack platform and sample files"
391 # Unpack prebuilt C++ runtimes headers and libraries
393 # Unpack gdbserver
397 # Unpack C++ runtimes
503 # Unpack toolchains
514 # Unpack llvm and clan
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3DImagePacking.cpp 252 void unpack(const SourceType*, DstType*, unsigned) function in namespace:WebCore::__anon10841
257 template<> void unpack<GraphicsContext3D::DataFormatRGB8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
269 template<> void unpack<GraphicsContext3D::DataFormatBGR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
281 template<> void unpack<GraphicsContext3D::DataFormatARGB8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
293 template<> void unpack<GraphicsContext3D::DataFormatABGR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
305 template<> void unpack<GraphicsContext3D::DataFormatBGRA8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
323 template<> void unpack<GraphicsContext3D::DataFormatRGBA5551, uint16_t, uint8_t>(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
342 template<> void unpack<GraphicsContext3D::DataFormatRGBA4444, uint16_t, uint8_t>(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
362 template<> void unpack<GraphicsContext3D::DataFormatRGB565, uint16_t, uint8_t>(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
381 template<> void unpack<GraphicsContext3D::DataFormatR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, un (…) function in namespace:WebCore::__anon10841
393 template<> void unpack<GraphicsContext3D::DataFormatRA8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
405 template<> void unpack<GraphicsContext3D::DataFormatAR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
417 template<> void unpack<GraphicsContext3D::DataFormatA8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
429 template<> void unpack<GraphicsContext3D::DataFormatRGBA8, uint8_t, float>(const uint8_t* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
442 template<> void unpack<GraphicsContext3D::DataFormatBGRA8, uint8_t, float>(const uint8_t* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
455 template<> void unpack<GraphicsContext3D::DataFormatABGR8, uint8_t, float>(const uint8_t* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
468 template<> void unpack<GraphicsContext3D::DataFormatARGB8, uint8_t, float>(const uint8_t* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
481 template<> void unpack<GraphicsContext3D::DataFormatRGB8, uint8_t, float>(const uint8_t* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
494 template<> void unpack<GraphicsContext3D::DataFormatBGR8, uint8_t, float>(const uint8_t* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
507 template<> void unpack<GraphicsContext3D::DataFormatRGB32F, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
519 template<> void unpack<GraphicsContext3D::DataFormatR32F, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
531 template<> void unpack<GraphicsContext3D::DataFormatRA32F, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
543 template<> void unpack<GraphicsContext3D::DataFormatA32F, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 117 pcmpgtb mm6,mm0 /*10 Create unpack mask*/
119 punpcklbw mm0,mm6 /*11 Unpack low*/
120 punpckhbw mm1,mm6 /*12 Unpack high*/
132 pcmpgtb mm5,mm2 /*22 Create unpack mask*/
133 punpcklbw mm2,mm5 /*23 Unpack low*/
135 punpckhbw mm3,mm5 /*24 Unpack high*/
141 pcmpgtw mm6,mm0 /*31 Create unpack mask for dx*dx*/
142 punpcklwd mm0,mm6 /*32 Unpack dx*dx lows*/
144 punpckhwd mm5,mm6 /*33 Unpack dx*dx highs*/
149 pcmpgtw mm6,mm4 /*38 Create unpack mask for dx*dy*
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 117 pcmpgtb mm6,mm0 /*10 Create unpack mask*/
119 punpcklbw mm0,mm6 /*11 Unpack low*/
120 punpckhbw mm1,mm6 /*12 Unpack high*/
132 pcmpgtb mm5,mm2 /*22 Create unpack mask*/
133 punpcklbw mm2,mm5 /*23 Unpack low*/
135 punpckhbw mm3,mm5 /*24 Unpack high*/
141 pcmpgtw mm6,mm0 /*31 Create unpack mask for dx*dx*/
142 punpcklwd mm0,mm6 /*32 Unpack dx*dx lows*/
144 punpckhwd mm5,mm6 /*33 Unpack dx*dx highs*/
149 pcmpgtw mm6,mm4 /*38 Create unpack mask for dx*dy*
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 117 pcmpgtb mm6,mm0 /*10 Create unpack mask*/
119 punpcklbw mm0,mm6 /*11 Unpack low*/
120 punpckhbw mm1,mm6 /*12 Unpack high*/
132 pcmpgtb mm5,mm2 /*22 Create unpack mask*/
133 punpcklbw mm2,mm5 /*23 Unpack low*/
135 punpckhbw mm3,mm5 /*24 Unpack high*/
141 pcmpgtw mm6,mm0 /*31 Create unpack mask for dx*dx*/
142 punpcklwd mm0,mm6 /*32 Unpack dx*dx lows*/
144 punpckhwd mm5,mm6 /*33 Unpack dx*dx highs*/
149 pcmpgtw mm6,mm4 /*38 Create unpack mask for dx*dy*
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 205 &ctx->Unpack, 32, 32, 1,
212 _mesa_unpack_polygon_stipple(pattern, ctx->PolygonStipple, &ctx->Unpack);
214 _mesa_unmap_pbo_source(ctx, &ctx->Unpack);
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 98 # Unpack the tarball, creating the CodeSourcery dir, if necessary.
139 # Unpack LLVM tarball; should create the directory "llvm".
167 # Unpack LLVM-GCC tarball; should create the directory "llvm-gcc-4.2".
  /external/mesa3d/src/mesa/main/
polygon.c 205 &ctx->Unpack, 32, 32, 1,
212 _mesa_unpack_polygon_stipple(pattern, ctx->PolygonStipple, &ctx->Unpack);
214 _mesa_unmap_pbo_source(ctx, &ctx->Unpack);
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-dfa.rb 49 ANTLR3::DFA.unpack(*packed).should == unpacked
  /external/bison/djgpp/
README.in 84 some more work to unpack, if LFN support is not available. If LFN is
88 To unpack the source distribution on SFN systems, first, you MUST use
96 file, and then invoke it to unpack the distribution. Here's how:
110 `djtar' doesn't support bzip2 decompression, you need to unpack it as
  /external/chromium_org/chrome/browser/web_resource/
json_asynchronous_unpacker.cc 19 // This class coordinates a web resource unpack and parse task which is run in
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.h 65 const struct gl_pixelstore_attrib *unpack,
  /external/chromium_org/third_party/opus/src/silk/
NLSF_unpack.c 34 /* Unpack predictor values and indices for entropy coding tables */
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-large-pdb.py 34 page_size = struct.unpack('<I', pdb_file.read(4))[0]
  /external/chromium_org/v8/tools/testrunner/objects/
context.py 48 def Unpack(packed):

Completed in 1741 milliseconds

1 2 3 4 56 7 8 91011>>