HomeSort by relevance Sort by last modified time
    Searched full:pack (Results 501 - 525 of 1834) sorted by null

<<21222324252627282930>>

  /external/skia/src/core/
SkBitmapFilter.cpp 28 void highQualityFilter(ColorPacker pack, const SkBitmapProcState& s, int x, int y, Color* SK_RESTRICT colors, int count) {
74 *colors++ = pack(a, r, g, b);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet.h 29 #pragma pack(push, 1)
39 #pragma pack(pop)
  /external/wpa_supplicant_8/src/radius/
radius.h 15 #pragma pack(push, 1)
167 #pragma pack(pop)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c 221 * Pack a VLC code word into the bitstream
295 * Pack a VLC code word into the bitstream
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 221 * Pack a VLC code word into the bitstream
295 * Pack a VLC code word into the bitstream
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c 221 * Pack a VLC code word into the bitstream
295 * Pack a VLC code word into the bitstream
  /frameworks/native/opengl/tools/glgen/src/
GenerateGL.java 34 private static void emit(int version, boolean ext, boolean pack,
68 emitter.setVersion(version, ext, pack);
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 174 DatagramPacket pack = new DatagramPacket(new byte[100], 100); local
176 sock.receive(pack);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 144 * Pack the instance into a string.
165 * Pack a list of {@link AccountWithDataSet} into a string.
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 507 assertEquals(tag, Address.pack(expect.getFrom()), actual.mFrom);
509 assertEquals(tag, Address.pack(expect.getRecipients(RecipientType.TO)), actual.mTo);
510 assertEquals(tag, Address.pack(expect.getRecipients(RecipientType.CC)), actual.mCc);
524 assertEquals(tag, expect.mFrom, Address.pack(actual.getFrom()));
526 assertEquals(tag, expect.mTo, Address.pack(actual.getRecipients(RecipientType.TO)));
527 assertEquals(tag, expect.mCc, Address.pack(actual.getRecipients(RecipientType.CC)));
528 assertEquals(tag, expect.mBcc, Address.pack(actual.getRecipients(RecipientType.BCC)));
529 assertEquals(tag, expect.mReplyTo, Address.pack(actual.getReplyTo()));
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
PackedString.java 28 * Binary compatible with Address.pack() format, which should migrate to use this code.
160 * Pack the values and return a single, encoded string
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 77 // Using protocol version 2 to communicate with the dictionary pack
96 * Returns a URI builder pointing to the dictionary pack.
99 * pack content provider for a specific dictionary id.
180 Log.e(TAG, "RemoteException: communication with the dictionary pack cut", e);
186 Log.e(TAG, "Unexpected exception communicating with the dictionary pack", e);
208 Log.e(TAG, "Can't communicate with the dictionary pack", e);
235 Log.e(TAG, "Can't communicate with the dictionary pack", e);
309 Log.e(TAG, "Could not have the dictionary pack delete a word list");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 81 self.label.pack()
151 text.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Files.py 116 want = 'pack'
187 'pack' : package,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 81 self.label.pack()
151 text.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
begin_code.h 137 #pragma pack(push,8)
139 #pragma pack(push,4)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
begin_code.h 137 #pragma pack(push,8)
139 #pragma pack(push,4)
  /prebuilts/tools/windows/sdl/include/SDL/
begin_code.h 137 #pragma pack(push,8)
139 #pragma pack(push,4)
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.cc 31 // Apparently this message tells you if the rumble pack is disabled in the
32 // controller. If the rumble pack is disabled, vibration control messages
42 #pragma pack(push, 1)
76 #pragma pack(pop)
228 // - Endpoint 2 (out): Rumble pack and LED control
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 56 #pragma pack(4)
58 #pragma pack(2)
72 #pragma pack(4)
538 #pragma pack(2)
565 #pragma pack()
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix.h 17 // pack a selfadjoint block diagonal for use with the gebp_kernel
22 void pack(Scalar* blockA, const const_blas_data_mapper<Scalar,Index,StorageOrder>& lhs, Index cols, Index i, Index& count) function in struct:Eigen::internal::symm_pack_lhs
53 pack<Pack1>(blockA, lhs, cols, i, count);
58 pack<Pack2>(blockA, lhs, cols, peeled_mc, count);
269 // pack rhs's panel into a sequential chunk of memory
  /external/grub/netboot/
pci.c 304 int pack; local
321 "=a" (pack)
327 present_status = (pack >> 16) & 0xff;
328 major_revision = (pack >> 8) & 0xff;
329 minor_revision = pack & 0xff;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 195 ;//----------------Pack p0-p3-----------------------
236 ;//----------------Pack q0-q3-----------------------
347 ;//------Pack p0-p3------
388 ;//------Pack q0-q3------
467 ;//--------Pack p1,p0,q1,q0------------
  /ndk/build/tools/
build-host-prebuilts.sh 193 for PACK in $TMPDARWIN/packages/*; do
195 echo "Copying $(basename $PACK) to $PACKAGE_DIR..."
196 cp $PACK $PACKAGE_DIR/
198 echo "Unpacking $(basename $PACK) into $NDK_DIR..."
199 unpack_archive $PACK $NDK_DIR
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Message.java 371 setFrom(com.android.emailcommon.mail.Address.pack(mimeMessage.getFrom()));
372 setTo(com.android.emailcommon.mail.Address.pack(mimeMessage.getRecipients(
374 setCc(com.android.emailcommon.mail.Address.pack(mimeMessage.getRecipients(
376 setBcc(com.android.emailcommon.mail.Address.pack(mimeMessage.getRecipients(
378 setReplyTo(com.android.emailcommon.mail.Address.pack(mimeMessage.getReplyTo()));

Completed in 431 milliseconds

<<21222324252627282930>>