HomeSort by relevance Sort by last modified time
    Searched refs:overview (Results 1 - 25 of 46) sorted by null

1 2

  /external/skia/debugger/
SkDebugger.cpp 64 SkString* overview,
78 overview->reset();
90 overview->append(SkDrawCommand::GetCommandString((SkDrawCommand::OpType) i));
91 overview->append(": ");
92 overview->appendS32(counts[i]);
94 overview->append(" - ");
95 overview->appendf("%.2f", (*typeTimes)[i]/(float)numRuns);
96 overview->append("ms");
97 overview->append(" - ");
99 overview->appendf("%.2f", percent)
    [all...]
SkDebugger.h 121 SkString* overview, int numRuns);
  /external/libvorbis/doc/vorbisenc/
Makefile.am 6 ov_ectl_ratemanage_arg.html overview.html reference.html style.css\
  /external/libogg/doc/libogg/
Makefile.am 25 overview.html reference.html style.css
  /external/libvorbis/doc/vorbisfile/
Makefile.am 19 overview.html reference.html return.html seekexample.html seeking.html\
  /external/e2fsprogs/ext2ed/
Makefile.in 31 DOCS= doc/ext2ed-design.pdf doc/user-guide.pdf doc/ext2fs-overview.pdf \
32 doc/ext2ed-design.html doc/user-guide.html doc/ext2fs-overview.html
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FullWidthDetailsOverviewRowPresenter.java 42 * Renders a {@link DetailsOverviewRow} to display an overview of an item. Typically this row will
96 * overview view.
101 * align to the middle of the overview view. Note that this might not be the exact horizontal
102 * center of the overview view.
473 * Returns true if the overview should be part of shared element transition.
480 * Sets if the overview should be part of shared element transition.
524 * Set listener for details overview presenter. Must be called before creating
560 final View overview = vh.mOverviewFrame; local
562 getDefaultBackgroundColor(overview.getContext());
563 overview.setBackgroundColor(bgColor)
    [all...]
DetailsOverviewRowPresenter.java 39 * Renders a {@link DetailsOverviewRow} to display an overview of an item.
346 * the overview, including the text description. The default is large.
361 * transiting into overview row created by this presenter. The transition will
362 * be cancelled if the overview image is not loaded in the timeout period.
365 * the shared element transits to overview image on the starting edge of the detail
366 * overview row, while bounds of overview row grows and reveals text
382 * transiting into overview row created by this presenter. The transition will
383 * be cancelled if overview image is not loaded in a default timeout period.
386 * the shared element transits to overview image on the starting edge of the detai
432 final View overview = vh.mOverviewFrame; local
    [all...]
  /external/mesa3d/src/gallium/docs/
make.bat 24 echo. changes to make an overview over all changed/added/deprecated items
93 echo.The overview file is in %BUILDDIR%/changes.
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/
make.bat 31 echo. changes to make an overview over all changed/added/deprecated items
135 echo.The overview file is in %BUILDDIR%/changes.
  /external/clang/docs/analyzer/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
168 echo.The overview file is in %BUILDDIR%/changes.
  /external/clang/docs/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
168 echo.The overview file is in %BUILDDIR%/changes.
  /external/llvm/docs/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
168 echo.The overview file is in %BUILDDIR%/changes.
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
149 overview of how to set up the SDK. </p>
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 6 \subsection{Overview}
12 The \xref{vorbis:spec:intro} provides an overview of the construction
16 bitstream overview} and \href{framing.html}{Ogg logical
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleActivity.java 158 case R.id.overview:
  /frameworks/base/core/java/android/webkit/
WebSettings.java 44 * the text readable when viewing a wide-viewport layout in the overview mode.
338 * Sets whether the WebView loads pages in overview mode, that is,
344 public abstract void setLoadWithOverviewMode(boolean overview);
347 * Gets whether this WebView loads pages in overview mode.
349 * @return whether this WebView loads pages in overview mode
    [all...]
  /frameworks/base/docs/html/
jd_collections.js     [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 825 SkString overview; local
826 fDebugger.getOverviewText(typeTimes, totTime, &overview, numRuns);
827 fInspectorWidget.setText(overview.c_str(), SkInspectorWidget::kOverview_TabType);
  /frameworks/base/docs/html/guide/
guide_toc.cs 59 <span class="en">Overview Screen</span>
121 <li><a href="<?cs var:toroot ?>guide/topics/resources/overview.html">
122 <span class="en">Overview</span>
197 <li><a href="<?cs var:toroot ?>guide/topics/ui/overview.html">
198 <span class="en">Overview</span>
324 <li><a href="<?cs var:toroot ?>guide/topics/graphics/overview.html">
325 <span class="en">Overview</span>
362 <a href="<?cs var:toroot ?>guide/topics/renderscript/reference/overview.html">
462 <span class="en">Sensors Overview</span>
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb     [all...]
  /frameworks/base/
Android.mk     [all...]
  /external/blktrace/btt/doc/
btt.tex 102 \newpage\section{\label{sec:output-overview}Output Overview}
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 40 This document presents the command line overview for
  /external/libunwind/doc/
libunwind-dynamic.tex 143 (http://www.codesourcery.com/cxx-abi/) for an overview and a

Completed in 934 milliseconds

1 2