Home
last modified time | relevance | path

Searched refs:tempBuff (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
Dtokenizer.js159 this.tempBuff = []; property
274 if (this.tempBuff.length !== $$.SCRIPT_STRING.length)
277 for (var i = 0; i < this.tempBuff.length; i++) {
278 if (this.tempBuff[i] !== $$.SCRIPT_STRING[i])
756 this.tempBuff = []; property
772 this.tempBuff.push(cp);
778 this.tempBuff.push(cp);
795 this.tempBuff.push(cp);
800 this.tempBuff.push(cp);
824 this._emitSeveralCodePoints(this.tempBuff);
[all …]
/external/webrtc/src/system_wrappers/source/
Dtrace_impl.cc807 char tempBuff[WEBRTC_TRACE_MAX_MESSAGE_SIZE]; in Add() local
814 _vsnprintf(tempBuff,WEBRTC_TRACE_MAX_MESSAGE_SIZE-1,msg,args); in Add()
816 vsnprintf(tempBuff,WEBRTC_TRACE_MAX_MESSAGE_SIZE-1,msg,args); in Add()
819 buff = tempBuff; in Add()
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
Dparse5.js1608 this.tempBuff = [];
1723 if (this.tempBuff.length !== $$.SCRIPT_STRING.length)
1726 for (var i = 0; i < this.tempBuff.length; i++) {
1727 if (this.tempBuff[i] !== $$.SCRIPT_STRING[i])
2205 this.tempBuff = []; property
2221 this.tempBuff.push(cp);
2227 this.tempBuff.push(cp);
2244 this.tempBuff.push(cp);
2249 this.tempBuff.push(cp);
2273 this._emitSeveralCodePoints(this.tempBuff);
[all …]