/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | sslidentity.cc | 71 size_t trailer = pem_string.find("-----END " + pem_type + "-----"); in PemToDer() local 72 if (trailer == std::string::npos) in PemToDer() 75 std::string inner = pem_string.substr(body + 1, trailer - (body + 1)); in PemToDer()
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
D | table_builder.cc | 183 char trailer[kBlockTrailerSize]; in WriteRawBlock() local 184 trailer[0] = type; in WriteRawBlock() 186 crc = crc32c::Extend(crc, trailer, 1); // Extend crc to cover block type in WriteRawBlock() 187 EncodeFixed32(trailer+1, crc32c::Mask(crc)); in WriteRawBlock() 188 r->status = r->file->Append(Slice(trailer, kBlockTrailerSize)); in WriteRawBlock()
|
/external/srtp/googlepatches/ |
D | google-7-srtp-security-fix.patch | 66 trailer = (uint32_t *) ((char *) hdr + 68 - if (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) { 70 + e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT;
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 835 trailer = " }" 837 trailer = None 866 if trailer: print trailer 887 trailer = " }" 889 trailer = None 921 if trailer: print trailer
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 835 trailer = " }" 837 trailer = None 866 if trailer: print trailer 887 trailer = " }" 889 trailer = None 921 if trailer: print trailer
|
/external/chromium_org/third_party/leveldatabase/src/doc/ |
D | log_format.txt | 5 block := record* trailer? 13 won't fit). Any leftover bytes here form the trailer, which must 49 be left empty as the trailer.
|
/external/srtp/srtp/ |
D | srtp.c | 1450 uint32_t *trailer; /* pointer to start of trailer */ in srtp_protect_rtcp() local 1519 trailer = (uint32_t *) ((char *)enc_start + enc_octet_len); in srtp_protect_rtcp() 1522 *trailer = htonl(SRTCP_E_BIT); /* set encrypt bit */ in srtp_protect_rtcp() 1527 *trailer = 0x00000000; /* set encrypt bit */ in srtp_protect_rtcp() 1550 *trailer |= htonl(seq_num); in srtp_protect_rtcp() 1633 uint32_t *trailer; /* pointer to start of trailer */ in srtp_unprotect_rtcp() local 1704 trailer = (uint32_t *) ((char *) hdr + in srtp_unprotect_rtcp() 1706 e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT; in srtp_unprotect_rtcp() 1744 seq_num = ntohl(*trailer) & SRTCP_INDEX_MASK; in srtp_unprotect_rtcp()
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_frag.c | 94 unsigned int trailer; local 111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
|
/external/chromium_org/content/browser/ |
D | mach_broker_mac.mm | 44 // a message. Contains a message trailer with audit information. 46 mach_msg_audit_trailer_t trailer; 113 audit_token_to_au32(msg.trailer.msgh_audit,
|
/external/llvm/test/CodeGen/X86/ |
D | tailcallbyval64.ll | 26 ; Expect the trailer.
|
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 224 const uint8_t* trailer = hexData + hexDataLen; in handleType1Stream() local 228 for (; hexData < trailer; hexData++) { in handleType1Stream() 1263 size_t trailer SK_INIT_TO_AVOID_WARNING; in addFontDescriptor() 1266 &trailer); in addFontDescriptor() 1274 fontStream->insertInt("Length3", trailer); in addFontDescriptor()
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkPDFFont.cpp | 224 const uint8_t* trailer = hexData + hexDataLen; in handleType1Stream() local 228 for (; hexData < trailer; hexData++) { in handleType1Stream() 1263 size_t trailer SK_INIT_TO_AVOID_WARNING; in addFontDescriptor() 1266 &trailer); in addFontDescriptor() 1274 fontStream->insertInt("Length3", trailer); in addFontDescriptor()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 4701 mach_msg_trailer_t trailer; in POST() member 4742 mach_msg_trailer_t trailer; in POST() member 5103 mach_msg_trailer_t trailer; in POST() member 5123 mach_msg_trailer_t trailer; in PRE() member 5144 mach_msg_trailer_t trailer; in POST() member 5215 mach_msg_trailer_t trailer; in POST() member 5299 mach_msg_trailer_t trailer; in POST() member 5359 mach_msg_trailer_t trailer; in POST() member 5416 mach_msg_trailer_t trailer; in POST() member 5472 mach_msg_trailer_t trailer; in POST() member [all …]
|
/external/zlib/src/contrib/delphi/ |
D | readme.txt | 51 zlib stream header and trailer. Raw deflate streams are used
|
/external/chromium_org/net/http/ |
D | http_network_layer_unittest.cc | 142 std::string trailer = in TestProxyFallbackByMethodWithMockReads() local 149 "%s", method.c_str(), trailer.c_str()); in TestProxyFallbackByMethodWithMockReads()
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | Python.g | 311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)? 332 trailer: LPAREN (arglist)? RPAREN
|
/external/zlib/src/doc/ |
D | rfc1952.txt | 76 2.3.1. Member header and trailer ........................... 6 287 2.3.1. Member header and trailer 475 trailer; in particular, a decompressor may ignore FTEXT and OS
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | tcmalloc.cc | 1327 Span* trailer = Static::pageheap()->Split(span, needed); in do_memalign() local 1328 Static::pageheap()->Delete(trailer); in do_memalign()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prio.h | 1658 const void *trailer; /* trailer buffer */ member
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | tcmalloc.cc | 1369 Span* trailer = Static::pageheap()->Split(span, needed); in do_memalign() local 1370 Static::pageheap()->Delete(trailer); in do_memalign()
|
/external/libffi/src/ |
D | dlmalloc.c | 3865 void* trailer = 0; in internal_memalign() local 3908 trailer = chunk2mem(remainder); in internal_memalign() 3919 if (trailer != 0) { in internal_memalign() 3920 internal_free(m, trailer); in internal_memalign()
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_malloc.c | 3875 void* trailer = 0; in internal_memalign() local 3918 trailer = chunk2mem(remainder); in internal_memalign() 3929 if (trailer != 0) { in internal_memalign() 3930 internal_free(m, trailer); in internal_memalign()
|
/external/eigen/unsupported/test/mpreal/ |
D | dlmalloc.c | 4396 void* trailer = 0; in internal_memalign() local 4439 trailer = chunk2mem(remainder); in internal_memalign() 4450 if (trailer != 0) { in internal_memalign() 4451 internal_free(m, trailer); in internal_memalign()
|
/external/zlib/src/ |
D | FAQ | 143 applications, and has a much more compact header and trailer and uses a
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fuzzer1.test | 1247 INSERT INTO streetname VALUES('trailer'); 1379 } {steelewood tallia tallu talwyn taymouth thelema trailer {tyler finley}}
|