/external/chromium_org/chrome/browser/ui/app_list/search/common/ |
webservice_cache.h | 66 struct Payload { 67 Payload(const base::Time& time, 70 Payload() {} 78 void operator()(Payload& payload); 80 typedef base::MRUCacheBase<std::string, Payload, CacheDeletor> Cache; 85 // Populates the payload parameter with the corresponding payload stored 89 Payload* payload); [all...] |
webservice_cache.cc | 25 void WebserviceCache::CacheDeletor::operator()(Payload& payload) { 26 delete payload.result; 62 Payload payload(base::Time::Now(), result.release()); 64 cache_.Put(typed_query, payload); 70 data_store_->cached_dict()->Set(typed_query, DictFromPayload(payload)); 87 Payload payload; local 90 !PayloadFromDict(payload_dict, &payload)) { [all...] |
/external/libvorbis/doc/ |
a2-encapsulation-rtp.tex | 8 Please consult RFC 5215 \textit{``RTP Payload Format for Vorbis Encoded
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
gcm_custom_bindings.js | 32 throw new Error("Payload exceeded allowed size limit. Payload size is: "
|
/external/clang/test/SemaCXX/ |
new-delete.cpp | 467 template <class Payload> struct Foo { 477 template <class Payload> struct Foo2 {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
_stream_hybi.py | 61 opcode=None, payload=''): 67 self.payload = payload 99 raise ValueError('Payload is too big for one frame') 144 frame.opcode, len(frame.payload), frame.fin, 146 return _build_frame(header, frame.payload, mask) 153 frame = Frame(fin=fin, opcode=opcode, payload=message) 170 payload. 216 # into the 8-octet extended payload length field (or 0x0-0xFD in 222 'Receive 8-octet extended payload length' [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
_stream_hybi.py | 61 opcode=None, payload=''): 67 self.payload = payload 99 raise ValueError('Payload is too big for one frame') 144 frame.opcode, len(frame.payload), frame.fin, 146 return _build_frame(header, frame.payload, mask) 153 frame = Frame(fin=fin, opcode=opcode, payload=message) 170 payload. 216 # into the 8-octet extended payload length field (or 0x0-0xFD in 222 'Receive 8-octet extended payload length' [all...] |
/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...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
spaceanal.tcl | 51 payload int, -- Total amount of data stored in this table or index 54 mx_payload int, -- Maximum payload size 95 sum(payload) AS payload, 96 sum(isoverflow(pagetype, $is_index) * payload) AS ovfl_payload, 131 $payload, 217 int(sum(payload)) AS payload, 243 # payload_percent: Payload bytes used as a percentage of $storage. 245 # avg_payload: Average payload per btree entry [all...] |
/art/runtime/arch/mips/ |
quick_entrypoints_mips.S | 473 jal artHandleFillArrayDataFromCode # (Array*, const DexFile::Payload*, Thread*, $sp) [all...] |
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 314 bl artHandleFillArrayDataFromCode @ (Array*, const DexFile::Payload*, Thread*, SP) [all...] |
/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...] |