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

1 2 3

  /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/llvm/test/MC/ARM/
directive-align.s 21 trailer: label
25 @ CHECK-LABEL: trailer
  /external/chromium_org/chrome/common/extensions/docs/static/sass/
_typography.scss 38 @include trailer(0, $h2-font-size);
44 @include trailer(0.4, $h3-font-size);
50 @include trailer(0, $h4-font-size);
55 @include trailer(0, $h5-font-size);
60 @include trailer(0, $h6-font-size);
_normalize.scss 217 @include trailer(1, $h1-font-size);
224 @include trailer(1, $h2-font-size);
230 @include trailer(1, $h3-font-size);
236 @include trailer(1, $h4-font-size);
242 @include trailer(1, $h5-font-size);
248 @include trailer(1, $h6-font-size);
  /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/webrtc/base/
sslidentity.cc 54 size_t trailer = pem_string.find("-----END " + pem_type + "-----");
55 if (trailer == std::string::npos)
58 std::string inner = pem_string.substr(body + 1, trailer - (body + 1));
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 50 <?cs include:"trailer.cs" ?>
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 50 <?cs include:"trailer.cs" ?>
docpage.cs 102 <?cs include:"trailer.cs" ?>
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 50 <?cs include:"trailer.cs" ?>
  /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/doclava/res/assets/templates/
docpage.cs 35 <?cs include:"trailer.cs" ?>
sample.cs 30 <?cs include:"trailer.cs" ?>
hierarchy.cs 64 <?cs include:"trailer.cs" ?>
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_send.py 835 trailer = " }"
837 trailer = None
866 if trailer: print trailer
887 trailer = " }"
889 trailer = None
921 if trailer: print trailer
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_frag.c 94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 835 trailer = " }"
837 trailer = None
866 if trailer: print trailer
887 trailer = " }"
889 trailer = None
921 if trailer: print trailer
    [all...]
  /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/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...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)?
332 trailer: LPAREN (arglist)? RPAREN
  /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/net/http/
http_network_layer_unittest.cc 130 std::string trailer = local
137 "%s", method.c_str(), trailer.c_str());
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.h 179 struct mbuf *m, uint32_t m_offset, uint8_t *digest, uint32_t trailer);
  /external/e2fsprogs/lib/blkid/
read.c 170 DBG(DEBUG_READ, printf("found device trailer %9s\n", *cp));
  /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...]

Completed in 2728 milliseconds

1 2 3