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

1 2 3

  /external/webkit/Source/WebCore/inspector/
xxd.pl 41 $text = join(', ', map('0x' . unpack("H*", $_), split(undef, $text)));
  /external/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...]
  /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/e2fsprogs/lib/uuid/
Android.mk 11 unpack.c \
  /external/libvpx/vp8/common/x86/
recon_sse2.asm 32 packuswb xmm1, xmm0 ; pack and unpack to saturate
39 packuswb xmm2, xmm0 ; pack and unpack to saturate
46 packuswb xmm3, xmm0 ; pack and unpack to saturate
53 packuswb xmm4, xmm0 ; pack and unpack to saturate
87 packuswb xmm1, xmm5 ; pack and unpack to saturate
97 packuswb xmm2, xmm6 ; pack and unpack to saturate
107 packuswb xmm3, xmm7 ; pack and unpack to saturate
117 packuswb xmm4, xmm5 ; pack and unpack to saturate
idctllm_mmx.asm 252 packuswb mm1, mm0 ; pack and unpack to saturate
258 packuswb mm2, mm0 ; pack and unpack to saturate
264 packuswb mm3, mm0 ; pack and unpack to saturate
272 packuswb mm4, mm0 ; pack and unpack to saturate
recon_mmx.asm 32 packuswb mm1, mm0 ; pack and unpack to saturate
38 packuswb mm2, mm0 ; pack and unpack to saturate
44 packuswb mm3, mm0 ; pack and unpack to saturate
51 packuswb mm4, mm0 ; pack and unpack to saturate
  /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/libvpx/vp8/encoder/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...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 62 virtual void unpack() { } function in class:WebCore::BitmapTexture
TextureMapperNode.cpp 495 m_texture->unpack();
502 maskTexture->unpack();
505 replicaMaskTexture->unpack();
535 replicaMaskTexture->unpack();
561 maskTexture->unpack();
562 texture.unpack();
  /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
322 * Returns exactly the same result as Address.toString(Address.unpack(packedList)).
325 return toString(unpack(packedList));
337 * The same as Address.unpack(packedList)[0] for non-empty list.
341 Address[] array = unpack(packedList);
351 return toHeader(unpack(packedList));
357 * @return array of addresses resulting from unpack
359 public static Address[] unpack(String addressList) { method in class:Address
399 * and parse. Packed lists can be unpacked with unpack().
PackedString.java 70 public Map<String, String> unpack() { method in class:PackedString
  /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/llvm/test/Scripts/
elf-dump 32 return (struct.unpack('><'[self.isLSB] + 'H', self.read(2))[0], 16)
35 return (struct.unpack('><'[self.isLSB] + 'I', self.read(4))[0], 32)
38 return (struct.unpack('><'[self.isLSB] + 'Q', self.read(8))[0], 64)
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]
coff-dump.py 25 parts = struct.unpack("<2L", value)
268 return struct.unpack(format, Input.read(struct.calcsize(format)))
  /external/pcre/
perltest.pl 20 @p = unpack('U*', $_[0]);
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 334 Address[] from = Address.unpack(localMessage.mFrom);
345 message.setRecipients(RecipientType.TO, Address.unpack(localMessage.mTo));
346 message.setRecipients(RecipientType.CC, Address.unpack(localMessage.mCc));
347 message.setRecipients(RecipientType.BCC, Address.unpack(localMessage.mBcc));
348 message.setReplyTo(Address.unpack(localMessage.mReplyTo));
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
AddressUnitTests.java 573 * Simple quick checks of empty-input edge conditions for unpack()
582 result = Address.unpack(null);
586 result = Address.unpack("");
618 assertTrue(packed, addressArrayEquals(list, Address.unpack(packed)));
623 * Tests that unpackToString() returns the same result as toString(unpack()).
632 String s2 = Address.toString(Address.unpack(packed));
659 * 2. unpackFirst() with non-empty returns the same as unpack()[0]
667 Address[] array = Address.unpack(packed);
  /build/tools/
merge-event-log-tags.py 145 return struct.unpack("!I", d)[0]
  /external/openssl/crypto/perlasm/
x86asm.pl 150 { my @str=unpack("C*",shift);
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java     [all...]

Completed in 614 milliseconds

1 2 3