HomeSort by relevance Sort by last modified time
    Searched refs:unpack (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/inspector/
xxd.pl 41 $text = join(', ', map('0x' . unpack("H*", $_), split(undef, $text)));
  /external/libvorbis/lib/
backends.h 32 vorbis_info_floor *(*unpack)(vorbis_info *,oggpack_buffer *); member in struct:__anon10850
90 vorbis_info_residue *(*unpack)(vorbis_info *,oggpack_buffer *); member in struct:__anon10853
125 vorbis_info_mapping *(*unpack)(vorbis_info *,oggpack_buffer *); member in struct:__anon10854
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 912 EOT = unpack( 1, -1, 1, 11, 14, -1, 1, 11, 1, 20, 1, 11, 2, -1, 1,
914 EOF = unpack( 24, -1 )
915 MIN = unpack( 1, 9, 1, 114, 1, 58, 13, -1, 1, 111, 1, 61, 1, 117,
917 MAX = unpack( 1, 122, 1, 114, 1, 58, 13, -1, 1, 111, 1, 61, 1, 117,
919 ACCEPT = unpack( 3, -1, 1, 3, 1, 5, 1, 6, 1, 7, 1, 8, 1, 9, 1, 10,
922 SPECIAL = unpack( 24, -1 )
924 unpack( 2, 15, 1, -1, 2, 15, 18, -1, 1, 15, 1, -1, 1, 13, 1, 14,
928 unpack( 1, 16 ),
929 unpack( 1, 17 ),
930 unpack( ),
    [all...]
  /system/core/libsparse/
simg_dump.py 56 header = struct.unpack("<I4H4I", header_bin)
98 header = struct.unpack("<2H2I", header_bin)
123 fill = struct.unpack("<I", fill_bin)
138 crc = struct.unpack("<I", crc)
145 header = struct.unpack("<12B", header_bin)
  /external/libvpx/libvpx/vp8/encoder/ppc/
encodemb_altivec.asm 46 vmrghb v3, v0, v1 ;# unpack high src to short
47 vmrghb v4, v0, v2 ;# unpack high pred to short
60 vmrghb v3, v0, v1 ;# unpack high src to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
83 vmrghb v3, v0, v1 ;# unpack high src to short
84 vmrghb v4, v0, v2 ;# unpack high pred to short
97 vmrghb v3, v0, v1 ;# unpack high src to short
98 vmrglb v4, v0, v2 ;# unpack high pred to short
133 vmrghb v3, v0, v1 ;# unpack high src to short
134 vmrghb v4, v0, v2 ;# unpack high pred to shor
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testdfa.py 43 """DFA.unpack()"""
46 antlr3.DFA.unpack(
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dfa.py 184 def unpack(cls, string): member in class:DFA
185 """@brief Unpack the runlength encoded table data.
213 unpack = classmethod(unpack) variable in class:DFA
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-dfa.rb 49 ANTLR3::DFA.unpack(*packed).should == unpacked
  /external/e2fsprogs/lib/uuid/
Android.mk 11 unpack.c \
  /libcore/luni/src/main/java/java/util/jar/
Pack200.java 243 static final String DEFLATE_HINT = "unpack.deflate.hint";
258 static final String PROGRESS = "unpack.progress";
273 * Unpack the specified stream to the specified JAR output stream.
282 void unpack(InputStream in, JarOutputStream out) throws IOException; method in interface:Pack200.Unpacker
285 * Unpack the contents of the specified {@code File} to the specified
295 void unpack(File in, JarOutputStream out) throws IOException; method in interface:Pack200.Unpacker
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h 42 virtual void unpack();
  /ndk/build/tools/
build-ccache.sh 101 dump "Could not unpack $CCACHE_PACKAGE in $BUILD_OUT"
106 cd $BUILD_OUT/$CCACHE_VERSION && run make clean && run make unpack && run make build
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 62 virtual void unpack() { } function in class:WebCore::BitmapTexture
  /external/webkit/Tools/Scripts/
extract-localizable-strings 318 if (grep { $_ == 0xFFFD } unpack "U*", $string) {
322 if ($string ne $key && grep { $_ == 0xFFFD } unpack "U*", $key) {
326 if (grep { $_ == 0xFFFD } unpack "U*", $comment) {
383 my $output = pack "n*", (0xFEFF, unpack "U*", $localizedStrings);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 64 // delimiters are chars that do not appear in an email address, used by pack/unpack
326 * Returns exactly the same result as Address.toString(Address.unpack(packedList)).
329 return toString(unpack(packedList));
341 * The same as Address.unpack(packedList)[0] for non-empty list.
345 Address[] array = unpack(packedList);
355 return toHeader(unpack(packedList));
362 * @return array of addresses resulting from unpack
364 public static Address[] unpack(String addressList) { method in class:Address
373 // Otherwise, do backward-compatibile unpack
PackedString.java 70 public Map<String, String> unpack() { method in class:PackedString
  /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/libvpx/libvpx/vp8/common/x86/
variance_impl_mmx.asm 102 punpcklbw mm0, mm6 ; unpack to higher prrcision
104 punpckhbw mm2, mm6 ; unpack to higher prrcision
126 punpcklbw mm0, mm6 ; unpack to higher prrcision
128 punpckhbw mm2, mm6 ; unpack to higher prrcision
149 punpcklbw mm0, mm6 ; unpack to higher prrcision
151 punpckhbw mm2, mm6 ; unpack to higher prrcision
172 punpcklbw mm0, mm6 ; unpack to higher prrcision
174 punpckhbw mm2, mm6 ; unpack to higher prrcision
195 punpcklbw mm0, mm6 ; unpack to higher prrcision
197 punpckhbw mm2, mm6 ; unpack to higher prrcisio
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 200 Address[] to = Address.unpack(message.mTo);
201 Address[] cc = Address.unpack(message.mCc);
202 Address[] bcc = Address.unpack(message.mBcc);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 889 EOT = unpack( <dfa.javaCompressedEOT; anchor, separator=", ", wrap="\n"> )
890 EOF = unpack( <dfa.javaCompressedEOF; anchor, separator=", ", wrap="\n"> )
891 MIN = unpack( <dfa.javaCompressedMin; anchor, separator=", ", wrap="\n"> )
892 MAX = unpack( <dfa.javaCompressedMax; anchor, separator=", ", wrap="\n"> )
893 ACCEPT = unpack( <dfa.javaCompressedAccept; anchor, separator=", ", wrap="\n"> )
894 SPECIAL = unpack( <dfa.javaCompressedSpecial; anchor, separator=", ", wrap="\n"> )
896 <dfa.javaCompressedTransition:{s|unpack( <s; wrap="\n", anchor, separator=", "> )}; separator=",\n">
    [all...]
  /external/llvm/test/Scripts/
macho-dumpx 37 return struct.unpack('><'[self.isLSB] + 'H', self.read(2))[0]
42 Value = struct.unpack('><'[self.isLSB] + 'I', self.read(4))[0]
46 Value = struct.unpack('><'[self.isLSB] + 'Q', self.read(8))[0]
  /device/asus/deb/
releasetools.py 126 magic, num_images, start_offset, bootloader_size = struct.unpack(
133 imgs = [struct.unpack(img_info_fmt,
  /device/asus/flo/
releasetools.py 151 magic, num_images, start_offset, bootloader_size = struct.unpack(
158 imgs = [struct.unpack(img_info_fmt,
  /device/lge/mako/
releasetools.py 126 magic, num_images, start_offset, bootloader_size = struct.unpack(
133 imgs = [struct.unpack(img_info_fmt,
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 55 $bits = reverse unpack('B*', pack('N', $args->{number}));
68 $bits .= reverse substr(unpack('B*', pack('h', hex $h)), 4);

Completed in 856 milliseconds

1 2 3 4