HomeSort by relevance Sort by last modified time
    Searched full:trailer (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /bionic/libc/stdio/
tmpfile.c 50 #define TRAILER "tmp.XXXXXXXXXX"
51 char buf[sizeof(_PATH_TMP) + sizeof(TRAILER)];
54 (void)memcpy(buf + sizeof(_PATH_TMP) - 1, TRAILER, sizeof(TRAILER));
  /build/tools/droiddoc/templates/
nosidenavpage.cs 17 <?cs include:"trailer.cs" ?>
docpage.cs 35 <?cs include:"trailer.cs" ?>
keywords.cs 34 <?cs include:"trailer.cs" ?>
package-descr.cs 35 <?cs include:"trailer.cs" ?>
packages.cs 35 <?cs include:"trailer.cs" ?>
sample.cs 29 <?cs include:"trailer.cs" ?>
classes.cs 38 <?cs include:"trailer.cs" ?>
hierarchy.cs 64 <?cs include:"trailer.cs" ?>
package.cs 56 <?cs include:"trailer.cs" ?>
sampleindex.cs 61 <?cs include:"trailer.cs" ?>
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 298 include the fifteen word trailer area. */
311 this trailer). */
314 long link; /* Address of trailer block of previous
339 struct stk_trailer *trailer; local
352 trailer = (struct stk_trailer *) (status.current_address
357 a fatal error if "trailer" is null. */
359 if (trailer == 0)
364 while (trailer != 0)
366 block = (long *) trailer->this_address;
367 size = trailer->this_size
    [all...]
  /external/skia/src/core/
SkMemory_stdlib.cpp 76 void* trailer = (char*)result + realSize; local
77 memcpy(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag));
136 const char* trailer = fTrailer + fSize; local
137 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0);
152 char* trailer = header->fTrailer + header->fSize; local
153 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0);
  /libcore/luni/src/main/java/java/security/spec/
PSSParameterSpec.java 36 * <li>trailer field: {@code -1}</li>
47 // Trailer field value
75 * salt length, and trailer field value.
86 * the trailer field value.
150 * Returns the trailer field value.
152 * @return the trailer field value.
  /external/libnfc-nxp/src/
phFriNfc_MifareStdMap.h 124 MAD sector trailer */
126 MAD sector trailer */
128 NFC forum sector trailer */
130 NFC forum sector trailer */
132 all sector trailer */
134 NFC forum sector trailer for
137 NFC forum sector trailer
140 NFC forum sector trailer
194 excluding sector trailer */
196 including the sector trailer*/
    [all...]
phFriNfc_MifStdFormat.c 104 * sector trailer using the block number.
110 * access bits of each sector trailer.
144 * the error status of the writing sector trailer
150 * the error status of the reading sector trailer
156 * the error status of the writing sector trailer
236 /* Initialise current block to the first sector trailer */
392 /* Fill send buffer for writing sector trailer */
398 /* Copy the relevant sector trailer value in the buffer */
746 /* Depending on the sector trailer, check the access bit */
788 /* Depending on the sector trailer, check the access bit *
    [all...]
  /external/chromium/net/http/
http_chunked_decoder.h 52 // trailer
63 // trailer = *(entity-header CRLF)
67 // followed by the trailer, which is terminated by an empty line.
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.cpp 462 // 32-byte trailer
469 // data. Finally, the header and trailer are written.
477 // 32-byte trailer
520 // Write trailer.
521 UInt8* trailer = m_buffer + m_bufferSize - trailerSize; local
522 memset(trailer, 0, 6);
523 trailer[6] = m_offsetSize;
524 trailer[7] = m_objectReferenceSize;
525 storeLength(trailer + 8, m_plan.objectCount());
526 storeLength(trailer + 16, m_plan.objectCount() - 1)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cpio.h 28 A header for a filename "TRAILER!!!" indicates the end of the archive. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
ethernet.h 68 #define ETHERTYPE_TRAIL 0x1000 /* Trailer packet */
  /external/chromium/third_party/zlib/
inflate.h 12 trailer decoding by inflate(). NO_GZIP would be used to avoid linking in
72 Process trailer:
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 12 trailer decoding by inflate(). NO_GZIP would be used to avoid linking in
72 Process trailer:
  /external/zlib/
inflate.h 12 trailer decoding by inflate(). NO_GZIP would be used to avoid linking in
76 Process trailer:
zlib.3 98 http://www.ietf.org/rfc/rfc1950.txt (for the zlib header and trailer format)
102 http://www.ietf.org/rfc/rfc1952.txt (for the gzip header and trailer format)
  /external/zlib/examples/
gzjoin.c 45 Each joint between gzip files removes at least 18 bytes of previous trailer
263 /* Write header for gzip file to out and initialize trailer. */
274 the output, and the gzip trailer is written. crc and tot maintains the
275 crc and length (modulo 2^32) of the output for the trailer. The resulting
418 /* write trailer if this is the last gzip file */

Completed in 600 milliseconds

1 2 3 4 5 6