Searched defs:trailer (Results 1 - 21 of 21) sorted by relevance

/external/llvm/test/MC/ARM/
H A Ddirective-align.s21 trailer: label
25 @ CHECK-LABEL: trailer
/external/llvm/test/MC/AsmParser/
H A Ddirective_rept-diagnostics.s33 .global trailer
34 .type trailer,@object
35 trailer: label
36 .rep 0 trailer
39 # CHECK: .rep 0 trailer
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
/external/jetty/src/java/org/eclipse/jetty/io/
H A DEndPoint.java77 * The passed header/trailer buffers are written before/after the contents of this buffer. This may be done
82 * @param trailer A buffer to write after flushing this buffer. This buffers getIndex is updated.
85 int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException; argument
H A DByteArrayEndPoint.java263 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
280 if (trailer!=null && trailer.length()>0)
282 flushed+=flush(trailer);
/external/jetty/src/java/org/eclipse/jetty/server/nio/
H A DBlockingChannelConnector.java261 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
264 return super.flush(header,buffer,trailer);
/external/jetty/src/java/org/eclipse/jetty/io/bio/
H A DStreamEndPoint.java173 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
203 if (trailer!=null)
205 int tw=trailer.length();
208 int f=flush(trailer);
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DChannelEndPoint.java324 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
348 // flush trailer
351 trailer!=null && trailer.length()>0)
352 length+=flush(trailer);
H A DSelectChannelEndPoint.java376 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
378 int l = super.flush(header, buffer, trailer);
381 if (l==0 && ( header!=null && header.hasContent() || buffer!=null && buffer.hasContent() || trailer!=null && trailer.hasContent()))
H A DSslConnection.java694 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
700 if (trailer!=null && trailer.hasContent())
701 return flush(trailer);
/external/jetty/src/java/org/eclipse/jetty/client/
H A DSelectConnector.java354 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
356 return _endp.flush(header,buffer,trailer);
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp157 // (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
[all...]
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc178 mach_msg_trailer_t trailer; member in struct:google_breakpad::__anon5082
/external/skia/src/pdf/
H A DSkPDFFont.cpp86 * after the line containing "eexec," and the trailer starts with 512
216 // (but not trailer) that we're not going to copy.
245 const uint8_t* trailer = hexData + hexDataLen; local
249 for (; hexData < trailer; hexData++) {
1226 size_t trailer SK_INIT_TO_AVOID_WARNING;
1229 &data, &trailer));
1237 fontStream->insertInt("Length3", trailer);
/external/srtp/srtp/
H A Dsrtp.c1450 uint32_t *trailer; /* pointer to start of trailer */ local
1517 /* NOTE: trailer is 32-bit aligned because RTCP 'packets' are always
1519 trailer = (uint32_t *) ((char *)enc_start + enc_octet_len);
1522 *trailer = htonl(SRTCP_E_BIT); /* set encrypt bit */
1527 *trailer = 0x00000000; /* set encrypt bit */
1550 *trailer |= htonl(seq_num);
1609 * run auth func over packet (including trailer), and write the
1633 uint32_t *trailer; /* pointer to start of trailer */ local
[all...]
/external/libvncserver/libvncserver/
H A Dwebsockets.c239 char prefix[5], trailer[17]; local
386 trailer[0] = '\0';
390 webSocketsGenMd5(trailer, key1, key2, key3);
394 host, path, prefix, protocol, trailer);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c5332 mach_msg_trailer_t trailer; member in struct:__anon16074
5373 mach_msg_trailer_t trailer; member in struct:__anon16076
5734 mach_msg_trailer_t trailer; member in struct:__anon16088
5754 mach_msg_trailer_t trailer; member in struct:__anon16089
5775 mach_msg_trailer_t trailer; member in struct:__anon16090
5959 mach_msg_trailer_t trailer; member in struct:__anon16100
6043 mach_msg_trailer_t trailer; member in struct:__anon16102
6103 mach_msg_trailer_t trailer; member in struct:__anon16104
6160 mach_msg_trailer_t trailer; member in struct:__anon16106
6216 mach_msg_trailer_t trailer; member in struct:__anon16108
6413 mach_msg_trailer_t trailer; member in struct:__anon16116
6475 mach_msg_trailer_t trailer; member in struct:__anon16118
6552 mach_msg_trailer_t trailer; member in struct:__anon16120
6738 mach_msg_trailer_t trailer; member in struct:__anon16128
6797 mach_msg_trailer_t trailer; member in struct:__anon16130
6853 mach_msg_trailer_t trailer; member in struct:__anon16132
6906 mach_msg_trailer_t trailer; member in struct:__anon16134
6954 mach_msg_trailer_t trailer; member in struct:__anon16136
7062 mach_msg_trailer_t trailer; member in struct:__anon16140
7467 mach_msg_trailer_t trailer; member in struct:__anon16147
7576 mach_msg_trailer_t trailer; member in struct:__anon16149
7627 mach_msg_trailer_t trailer; member in struct:__anon16151
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 609 milliseconds