HomeSort by relevance Sort by last modified time
    Searched full:blob_length (Results 1 - 10 of 10) sorted by null

  /external/dbus/test/
marshal.c 80 #define BLOB_LENGTH (sizeof (le_blob) - 1)
164 g_assert_cmpint (len, ==, BLOB_LENGTH);
199 g_assert_cmpint (len, ==, BLOB_LENGTH + 4);
216 dbus_message_demarshal_bytes_needed (blob, 16), ==, BLOB_LENGTH);
220 dbus_message_demarshal_bytes_needed (blob, 31), ==, BLOB_LENGTH);
222 dbus_message_demarshal_bytes_needed (blob, 32), ==, BLOB_LENGTH);
224 dbus_message_demarshal_bytes_needed (blob, 33), ==, BLOB_LENGTH);
226 dbus_message_demarshal_bytes_needed (blob, BLOB_LENGTH - 1), ==,
227 BLOB_LENGTH);
229 dbus_message_demarshal_bytes_needed (blob, BLOB_LENGTH), ==
    [all...]
  /external/ImageMagick/coders/
xtrn.c 170 *blob_length;
178 blob_length=(size_t *) param2;
179 image=BlobToImage(clone_info,*blob_data,*blob_length,exception);
199 blob_length;
213 blob_length = lBoundu - lBoundl + 1;
222 image=BlobToImage(clone_info,blob_data,blob_length,
469 *blob_length;
481 blob_length=(size_t *) param2;
493 if (*blob_length == 0)
494 *blob_length=8192
167 *blob_length; local
196 blob_length; local
463 *blob_length; local
504 blob_length; local
    [all...]
inline.c 303 blob_length,
328 blob_length=2048;
335 blob=(unsigned char *) ImageToBlob(write_info,write_image,&blob_length,
342 base64=Base64Encode(blob,blob_length,&encode_length);
297 blob_length, local
svg.c     [all...]
  /system/keymaster/
android_keymaster_test_utils.h 349 static void munge_blob(uint8_t* blob, size_t blob_length) {
350 if (blob && blob_length > 0 && *blob == 'P')
355 static uint8_t* unmunge_blob(const uint8_t* blob, size_t blob_length) {
356 uint8_t* dup_blob = dup_buffer(blob, blob_length);
357 if (dup_blob && blob_length > 0 && *dup_blob == 'Q')
  /external/harfbuzz_ng/src/
hb-ft.cc 660 unsigned int blob_length; local
661 const char *blob_data = hb_blob_get_data (blob, &blob_length);
662 if (unlikely (!blob_length))
668 blob_length,
hb-coretext.cc 123 unsigned int blob_length; local
124 const char *blob_data = hb_blob_get_data (blob, &blob_length);
125 if (unlikely (!blob_length))
128 CGDataProviderRef provider = CGDataProviderCreateWithData (blob, blob_data, blob_length, &release_data);
    [all...]
  /external/ImageMagick/MagickCore/
utility.c 483 % char *Base64Encode(const unsigned char *blob,const size_t blob_length,
490 % o blob_length: the number of bytes to encode.
496 const size_t blob_length,size_t *encode_length)
512 assert(blob_length != 0);
515 encode=(char *) AcquireQuantumMemory(blob_length/3+4,4*sizeof(*encode));
519 for (p=blob; p < (blob+blob_length-2); p+=3)
526 remainder=blob_length % 3;
    [all...]
  /external/ImageMagick/PerlMagick/t/
subroutines.pl 239 my(@blob, $blob_length, $image, $signature, $status);
245 $blob_length = read( FILE, $blob, 10000000 );
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.c 1023 blob_length, local
    [all...]

Completed in 412 milliseconds