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

1 2

  /external/llvm/test/MC/ARM/
directive-align.s 21 trailer: label
25 @ CHECK-LABEL: trailer
  /external/llvm/test/MC/AsmParser/
directive_rept-diagnostics.s 33 .global trailer
34 .type trailer,@object
35 trailer: label
36 .rep 0 trailer
39 # CHECK: .rep 0 trailer
  /external/chromium_org/sandbox/mac/
mach_message_server.cc 81 // the trailer of the message, from the header.
82 mach_msg_audit_trailer_t* trailer = local
88 audit_token_to_au32(trailer->msgh_audit,
  /external/ipsec-tools/src/racoon/
isakmp_frag.c 94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
  /external/chromium_org/net/http/
http_network_layer_unittest.cc 130 std::string trailer = local
137 "%s", method.c_str(), trailer.c_str());
  /system/core/libziparchive/
zip_archive_test.cc 211 static const uint8_t trailer[] = { 'A' ,'n', 'd', 'r', 'o', 'i', 'd', 'z' }; local
213 const ssize_t trailer_size = sizeof(trailer);
215 ASSERT_EQ(trailer_size, TEMP_FAILURE_RETRY(write(fd, trailer, trailer_size)));
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol_unittest.cc 130 std::string trailer = local
140 method, trailer.c_str());
160 method, trailer.c_str());
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_builder.cc 183 char trailer[kBlockTrailerSize]; local
184 trailer[0] = type;
186 crc = crc32c::Extend(crc, trailer, 1); // Extend crc to cover block type
187 EncodeFixed32(trailer+1, crc32c::Mask(crc));
188 r->status = r->file->Append(Slice(trailer, kBlockTrailerSize));
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 157 // (xref, trailer, or just read all objects)
200 } else if (token.isKeyword("trailer")) {
325 if (!trailerKeyword.isKeyword() || strlen("trailer") != trailerKeyword.lenstr() ||
326 strncmp(trailerKeyword.c_str(), "trailer", strlen("trailer")) != 0) {
328 "readTrailer: trailer keyword expected",
340 SkPdfFileTrailerDictionary* trailer = (SkPdfFileTrailerDictionary*)&token; local
341 if (!trailer->valid()) {
346 SkPdfNativeObject* ref = trailer->Root(NULL);
356 if (trailer->has_Prev())
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 81 * after the line containing "eexec," and the trailer starts with 512
211 // (but not trailer) that we're not going to copy.
240 const uint8_t* trailer = hexData + hexDataLen; local
244 for (; hexData < trailer; hexData++) {
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 157 // (xref, trailer, or just read all objects)
200 } else if (token.isKeyword("trailer")) {
325 if (!trailerKeyword.isKeyword() || strlen("trailer") != trailerKeyword.lenstr() ||
326 strncmp(trailerKeyword.c_str(), "trailer", strlen("trailer")) != 0) {
328 "readTrailer: trailer keyword expected",
340 SkPdfFileTrailerDictionary* trailer = (SkPdfFileTrailerDictionary*)&token; local
341 if (!trailer->valid()) {
346 SkPdfNativeObject* ref = trailer->Root(NULL);
356 if (trailer->has_Prev())
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 81 * after the line containing "eexec," and the trailer starts with 512
224 const uint8_t* trailer = hexData + hexDataLen; local
228 for (; hexData < trailer; hexData++) {
    [all...]
  /external/srtp/srtp/
srtp.c 1450 uint32_t *trailer; \/* pointer to start of trailer *\/ local
1633 uint32_t *trailer; \/* pointer to start of trailer *\/ local
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 1653 uint32_t *trailer; \/* pointer to start of trailer *\/ local
1836 uint32_t *trailer; \/* pointer to start of trailer *\/ local
    [all...]
  /ndk/sources/host-tools/make-3.81/
alloca.c 317 include the fifteen word trailer area. */
330 this trailer). */
333 long link; /* Address of trailer block of previous
358 struct stk_trailer *trailer; local
371 trailer = (struct stk_trailer *) (status.current_address
376 a fatal error if "trailer" is null. */
378 if (trailer == 0)
383 while (trailer != 0)
385 block = (long *) trailer->this_address;
386 size = trailer->this_size
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 305 include the fifteen word trailer area. */
318 this trailer). */
321 long link; /* Address of trailer block of previous
346 struct stk_trailer *trailer; local
359 trailer = (struct stk_trailer *) (status.current_address
364 a fatal error if "trailer" is null. */
366 if (trailer == 0)
371 while (trailer != 0)
373 block = (long *) trailer->this_address;
374 size = trailer->this_size
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 69 #define trailer 322 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 79 trailer = 322 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 69 #define trailer 322 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 79 trailer = 322 variable
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 1327 Span* trailer = Static::pageheap()->Split(span, needed); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 348 def trailer(self, nodelist): member in class:Transformer
726 # power: atom trailer* ('**' factor)*
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 348 def trailer(self, nodelist): member in class:Transformer
726 # power: atom trailer* ('**' factor)*
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 1372 Span* trailer = Static::pageheap()->Split(span, needed); local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 414 PRSendfileFN sendfile; /* Send a (partial) file with header/trailer*/
1658 const void *trailer; \/* trailer buffer *\/ member in struct:PRSendFileData
    [all...]

Completed in 1147 milliseconds

1 2