HomeSort by relevance Sort by last modified time
    Searched refs:summary (Results 226 - 250 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/tools/droiddoc/templates-sdk/
sample.cs 52 <?cs var:summary ?>
sampleindex.cs 69 <?cs var:summary ?>
  /build/tools/droiddoc/templates-sdk-dyn/
sample.cs 52 <?cs var:summary ?>
sampleindex.cs 69 <?cs var:summary ?>
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 127 * Builds a summary of current state and exports it as a downloaded file.
130 * Summary of local state by model type.
  /external/compiler-rt/make/
AppleBI.mk 27 # Log full compile lines in B&I logs and omit summary lines.
29 Summary := @true
  /external/lldb/include/lldb/Core/
ValueObject.h 43 /// The ValueObject will update itself if necessary before fetching its value, summary, object description, etc.
406 SetSummary (lldb::TypeSummaryImplSP summary = lldb::TypeSummaryImplSP())
408 m_summary_sp = summary;
    [all...]
  /external/lldb/scripts/Python/interface/
SBValue.i 460 __swig_getmethods__["summary"] = GetSummary
461 if _newclass: summary = property(GetSummary, None, doc='''A read only property that returns the summary for this value as a string''')
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 275 container.innerHTML ='<summary><span></span></summary>';
  /external/chromium_org/styleguide/c++/
c++11.css 31 summary,
155 summary {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkLogView.css 36 .network-summary-bar {
47 .network-summary-bar .warning-icon-small {
timelinePanel.css 707 .timeline-range-summary {
712 .timeline-range-summary > div {
  /external/libvpx/libvpx/
vpxdec.c 66 static const arg_def_t summaryarg = ARG_DEF(NULL, "summary", 0,
67 "Show timing summary");
495 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local
572 summary = 1;
928 if (summary || progress) {
  /external/ltrace/
output.c 48 #include "summary.h"
257 if (options.summary)
498 assert(! options.summary);
642 assert(! options.summary);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 1228 const AtomicString& summary = toElement(curr)->getAttribute(summaryAttr); local
    [all...]
AXTable.cpp 154 // If there is a caption element, summary, THEAD, or TFOOT section, it's most certainly a data table
155 if (!tableElement->summary().isEmpty() || tableElement->tHead() || tableElement->tFoot() || tableElement->caption())
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 72 static const arg_def_t summaryarg = ARG_DEF(NULL, "summary", 0,
73 "Show timing summary");
710 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local
806 summary = 1;
    [all...]
  /external/lldb/source/API/
SBValue.cpp 600 lldb::SBTypeSummary summary; local
609 summary.SetSP(summary_sp);
612 return summary;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 79 mSummaryList = (ListView) findViewById(R.id.summary);
330 * A list adapter that displays a summary of the device state.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
DocumentationView.js 117 var summarySection = this._article.summary ? this._renderBlock(this._article.summary) : null;
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /external/chromium_org/v8/src/
frames.cc 772 FrameSummary summary(receiver(),
777 functions->Add(summary);
959 // We create the summary in reverse order because the frames
    [all...]
  /external/doclava/res/assets/templates/
macros.cs 323 <div id="<?cs var:id ?>-summary"
324 <?cs if:default != "summary" ?>style="display: none;"<?cs /if ?>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 111 itemDesc = item.getElementsByTagName('summary')[0];

Completed in 1292 milliseconds

1 2 3 4 5 6 7 8 91011>>