Searched refs:details (Results 1 - 25 of 1638) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas825 /// you want more details such as the file/line info of where
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME33 1) Build the Antlr tool itself (see main Antlr documentation for details).
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm62 descriptions must also include details of any configuration language used.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm328 descriptions must also include details of any configuration language used.
/external/bison/build-aux/
H A Dtexinfo.tex20 % General Public License for more details.
/external/bison/
H A Dcfg.mk12 # GNU General Public License for more details.
H A Dconfigure3620 See \`config.log' for more details" "$LINENO" 5; }
4752 See \`config.log' for more details" "$LINENO" 5; }
4867 See \`config.log' for more details" "$LINENO" 5; }
4910 See \`config.log' for more details" "$LINENO" 5; }
4969 See \`config.log' for more details" "$LINENO" 5; }
5021 See \`config.log' for more details" "$LINENO" 5; }
6176 See \`config.log' for more details" "$LINENO" 5; }
8026 See \`config.log' for more details" "$LINENO" 5; }
13556 See \`config.log' for more details" "$LINENO" 5; }
13601 See \`config.log' for more details" "
[all...]
H A Dmaint.mk15 ## GNU General Public License for more details.
1261 ' see http://bugzilla.redhat.com/542609 for details') \
1270 ' see http://bugzilla.redhat.com/CVE-2012-3386 for details') \
/external/bison/data/
H A Dglr.c15 # GNU General Public License for more details.
H A Dglr.cc15 # GNU General Public License for more details.
H A Dlalr1.cc13 # GNU General Public License for more details.
H A Dlalr1.java13 # GNU General Public License for more details.
687 for details. YYERROR is fine as it does not invoke this
H A Dlocation.cc13 # GNU General Public License for more details.
H A Dstack.hh13 # GNU General Public License for more details.
H A Dyacc.c16 # GNU General Public License for more details.
1262 for details. YYERROR is fine as it does not invoke this
/external/bison/djgpp/
H A Dconfig.bat17 Rem GNU General Public License for more details.
H A Ddjunpack.bat20 Rem GNU General Public License for more details.
/external/bison/doc/
H A Drefcard.tex34 % GNU General Public License for more details.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex12 % GNU General Public License for more details.
177 section~\ref{sec:p-o-c} on page~\pageref{sec:p-o-c} for more details about the
/external/blktrace/btt/doc/
H A Dbtt.tex15 % GNU General Public License for more details.
323 provided in this section details how many requests (on average) were
433 for the system, devices and processes. The details of this file are
453 section~\ref{sec:o-X} for full details.
461 details on this file is included in section~\ref{sec:per-io}.
467 \item[seek details] A set of data files containing all IO-to-IO
468 sector differences can be output, with details found in
471 \item[unplug histogram details] A data file per device containing
473 Section~\ref{sec:o-u} has more details.
521 1.023482637, and so on. Section~\ref{sec:o-d} contains details o
[all...]
/external/blktrace/doc/
H A Dblktrace.tex14 % GNU General Public License for more details.
336 the relaying through the debug file system). Some background details
436 the event information. As with blktrace, some details concerning blkparse
461 or \emph{-F} options -- see section~\ref{sec:blkparse-format} for details.
480 -f \emph{fmt} & --format-spec=\emph{fmt} & (See section~\ref{sec:blkparse-format} for details.) \\
578 below it in the io stack. The remap action details what exactly is
593 \emph{a} & Action, a (small) string (1 or 2 characters) -- see table below for more details \\ \hline
596 \emph{d} & RWBS field, a (small) string (1-3 characters) -- see section below for more details \\ \hline
740 filesystem. This section provides some details as to the interfaces
/external/chromium-trace/
H A Dscript.js17 e.status){var e=JSON.parse(e.responseText),f="You have a module problem: "+e.message,g=document.createElement("div");g.style.position="fixed";g.style.border="3px solid red";g.style.color="black";g.style.padding="8px";g.innerHTML='<h2>Module parsing problem</h2><div id="message"></div><pre id="details"></pre>';g.querySelector("#message").textContent=e.message;var h=g.querySelector("#details");h.textContent=e.details;h.style.maxWidth="800px";h.style.overflow="auto";document.body?document.body.appendChild(g):
34 traceMarkWriteAndroidEvent:function(a,e,f,g,h){a=h.details.split("|");switch(a[0]){case "B":e=parseInt(a[1]);var d=a[4],l=a[2],m=this.model_.getOrCreateProcess(e).getOrCreateThread(f);m.name=h.threadName;if(!m.sliceGroup.isTimestampValidForBeginOrEnd(g))return this.model_.importErrors.push("Timestamps are moving backward."),!1;this.ppids_[f]=e;m.sliceGroup.beginSlice(d,l,g,b(a[3]));break;case "E":e=this.ppids_[f];if(void 0===e)break;m=this.model_.getOrCreateProcess(e).getOrCreateThread(f);if(!m.sliceGroup.openSliceCount)break;
38 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("memory_bus_usage",d.prototype.traceMarkWriteBusEvent.bind(this));this.model_=a.model_;this.ppids_={}}var b=tracing.importer.linux_perf.Parser;d.prototype={__proto__:b.prototype,traceMarkWriteBusEvent:function(a,c,e,f,b,h){e=/bus=(\S+) rw_bytes=(\d+) r_bytes=(\d+) w_bytes=(\d+) cycles=(\d+) ns=(\d+)/.exec(b.details);a=e[1];parseInt(e[2]);c=parseInt(e[3]);parseInt(e[4]);parseInt(e[5]);e=parseInt(e[6]);
41 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("clock_set_rate",d.prototype.traceMarkWriteClockEvent.bind(this));this.model_=a.model_;this.ppids_={}}var b=tracing.importer.linux_perf.Parser;d.prototype={__proto__:b.prototype,traceMarkWriteClockEvent:function(a,c,e,f,b,h){a=/(\S+) state=(\d+) cpu_id=(\d+)/.exec(b.details);c=a[1];var d=parseInt(a[2]);a=this.model_.getOrCreateProcess(0).getOrCreateCounter(null,c);0===a.numSeries&&a.addSeries(new tracing.trace_model.CounterSeries("value",
46 e,f,g,h){e=b(h.details);this.cpufreqSlice(g,a,e.cpu,e);return!0},cpufreqTargetEvent:function(a,e,f,g,h){e=b(h.details);this.cpufreqSlice(g,a,e.cpu,e);return!0},cpufreqBoostUnboostEvent:function(a,e,f,b,h){this.cpufreqBoostSlice(b,a,{type:h.details});return!0}};a.registerSubtype(d);return{CpufreqParser:d}});"use strict";base.require("tracing.importer.linux_perf.parser");
50 f.args,f.duration)],e.thread.asyncSliceGroup.push(f),delete e.openAsyncSlices[b])},f2fsWriteBeginEvent:function(a,c,e,b,g){var h=/dev = \((\d+,\d+)\), ino = (\d+), pos = (\d+), len = (\d+), flags = (\d+)/.exec(g.details);i
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dbase.js135 '<pre id="details"></pre>';
138 var detailsEl = baseWarningEl.querySelector('#details');
139 detailsEl.textContent = serverSideException.details;
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_tree_quad_stack_viewer.js202 details: 'Your trace didnt have pictures for every layer. ' +
208 details: 'Your trace may be corrupt or from a very old ' +
214 details: firstPictureError});
342 var details = document.createElement('div');
343 details.textContent = message.details;
346 overlay.appendChild(details);
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_slices_test.js177 details: {min: 0.04, max: 0.06, avg: 0.05,

Completed in 9233 milliseconds

1234567891011>>