HomeSort by relevance Sort by last modified time
    Searched refs:Payload (Results 26 - 40 of 40) sorted by null

12

  /external/v8/src/snapshot/
snapshot-common.cc 248 const List<byte>* payload = serializer->sink()->data(); local
252 int size = kHeaderSize + reservation_size + payload->length();
261 SetHeaderValue(kPayloadLengthOffset, payload->length());
268 CopyBytes(data_ + kHeaderSize + reservation_size, payload->begin(),
269 static_cast<size_t>(payload->length()));
282 Vector<const byte> SnapshotData::Payload() const {
284 const byte* payload = data_ + kHeaderSize + reservations_size; local
286 DCHECK_EQ(data_ + size_, payload + length);
287 return Vector<const byte>(payload, length);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.h 276 // Set payload type for Redundant Audio Data RFC 2198.
279 // Get payload type for Redundant Audio Data RFC 2198.
411 std::map<int8_t, RtpUtility::Payload*> payload_type_map_;
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 536 const unsigned char *Buckets, const unsigned char *const Payload,
541 Buckets, Payload, Base,
  /external/webrtc/tools/matlab/
rtpAnalyze.m 21 % These appear as RTP packets having payload types 72 through 76.
74 fprintf('Payload type(s): %i', uPT(1));
  /prebuilts/tools/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/
google-oauth-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/org/jvnet/staxex/stax-ex/1.7.7/
stax-ex-1.7.7.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 68 /// then the token just becomes the payload.
73 function CreateNode(const Payload: IToken): IANTLRInterface; overload;
436 /// This is a tree node without any payload; just navigation and factory stuff.
511 /// <summary>In case we don't have a token payload, what is the line for errors? </summary>
529 /// A generic tree implementation with no payload. You must subclass to
647 /// token DECL, but you need to create it as a payload or whatever for
650 /// If you care what the token payload objects' type is, you should
658 /// token DECL, but you need to create it as a payload or whatever for
667 /// If you care what the token payload objects' type is, you should
793 /// which returns either an AST node wrapped around a token payload o
    [all...]
Antlr.Runtime.pas 652 /// tree nodes that have payload objects. We need to create a Token object
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/api-client/google-api-client/1.22.0/
google-api-client-1.22.0.jar 
  /external/blktrace/doc/
blktrace.tex 428 commands. blktrace sends the command data block as a payload
612 \emph{U} & Payload unsigned integer \\ \hline
687 \item[C -- complete] If a payload is present, this is presented between
690 If no payload is present, the sector and number of blocks are presented
698 \item[B -- bounced] If a payload is present, the number of payload bytes
699 is output, followed by the payload in hexadecimal between parenthesis.
701 If no payload is present, the sector and number of blocks are presented
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 

Completed in 460 milliseconds

12