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

1 2

  /external/chromium_org/third_party/lcov/bin/
genpng 22 # This script creates an overview PNG image of a source code file by
139 Create an overview image for a given source code file of either plain text
222 # Write an overview PNG file to FILENAME. Source code is defined by SOURCE
239 my $overview; # Source code overview image data
240 my $col_plain_back; # Color for overview background
262 $overview = new GD::Image($overview_width, $height)
263 or die("ERROR: cannot allocate overview image!\n");
266 $col_plain_back = $overview->colorAllocate(0xff, 0xff, 0xff);
267 $col_plain_text = $overview->colorAllocate(0xaa, 0xaa, 0xaa)
    [all...]
genhtml 92 # Width of overview image
95 # Resolution of overview navigation: this number specifies the maximum
96 # difference in lines between the position a user selected from the overview
100 # Clicking a line in the overview image should show the source code view at
417 # Include genpng code needed for overview image generation
524 my %overview;
625 # Process each subdirectory and collect overview information
638 # Generate name for directory overview HTML page
648 $overview{$dir_name} = [$lines_found, $lines_hit, $fn_found,
658 # Generate overview pag
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genpng 22 # This script creates an overview PNG image of a source code file by
142 Create an overview image for a given source code file of either plain text
225 # Write an overview PNG file to FILENAME. Source code is defined by SOURCE
242 my $overview; # Source code overview image data
243 my $col_plain_back; # Color for overview background
265 $overview = new GD::Image($overview_width, $height)
266 or die("ERROR: cannot allocate overview image!\n");
269 $col_plain_back = $overview->colorAllocate(0xff, 0xff, 0xff);
270 $col_plain_text = $overview->colorAllocate(0xaa, 0xaa, 0xaa)
    [all...]
genhtml 96 # Width of overview image
99 # Resolution of overview navigation: this number specifies the maximum
100 # difference in lines between the position a user selected from the overview
104 # Clicking a line in the overview image should show the source code view at
493 # Include genpng code needed for overview image generation
654 my %overview;
759 # Process each subdirectory and collect overview information
773 # Generate name for directory overview HTML page
783 $overview{$dir_name} = [$lines_found, $lines_hit, $fn_found,
796 # Generate overview pag
    [all...]
  /external/libvorbis/doc/vorbisenc/
Makefile.am 6 ov_ectl_ratemanage_arg.html overview.html reference.html style.css\
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
overview.js 29 var overview = overview || {};
33 overview._resultsByTestType = {};
34 overview._testTypeIndex = 0;
39 overview.loadNextTestType = function(historyInstance)
41 if (overview._testTypeIndex == builders.testTypes.length) {
42 overview._generatePage();
46 historyInstance.crossDashboardState.testType = builders.testTypes[overview._testTypeIndex++];
48 $('content').innerHTML = (overview._testTypeIndex - 1) + '/' + builders.testTypes.length + ' loaded. Loading ' + historyInstance.crossDashboardState.testType + '...';
53 overview._resultsByTestType[historyInstance.crossDashboardState.testType] = g_resultsByBuilder
    [all...]
dashboard_base.js 48 // in overview.js.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
timelinePanel.css 30 #timeline-overview-panel {
38 #timeline-overview-panel .timeline-graph-bar {
52 #timeline-overview-separator {
63 #timeline-overview-sidebar {
74 #timeline-overview-grid {
78 .timeline-frame-overview #timeline-overview-grid {
82 #timeline-overview-grid .resources-dividers-label-bar {
86 .timeline-frame-overview .overview-grid-window
    [all...]
heapProfiler.css 274 .overview-container {
282 #heap-recording-overview-grid .resources-dividers-label-bar {
286 #heap-recording-overview-container {
290 .heap-recording-overview-canvas {
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 229 my %overview;
293 # Process each subdirectory and collect overview information
298 $overview{$dir_name} = "$lines_found,$lines_hit, ";
328 my %overview;
367 $overview{$base_name} = "$lines_found,$lines_hit";
374 write_file_table($abs_dir, "./linux/", \%overview, \%testhash, 4);
824 # write_file_table(filehandle, base_dir, overview, testhash, fileview)
826 # Write a complete file table. OVERVIEW is a reference to a hash containing
845 my %overview = %{$_[2]};
857 foreach $filename (sort(keys(%overview)))
    [all...]
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
genflat.pl 229 my %overview;
293 # Process each subdirectory and collect overview information
298 $overview{$dir_name} = "$lines_found,$lines_hit, ";
328 my %overview;
367 $overview{$base_name} = "$lines_found,$lines_hit";
374 write_file_table($abs_dir, "./linux/", \%overview, \%testhash, 4);
824 # write_file_table(filehandle, base_dir, overview, testhash, fileview)
826 # Write a complete file table. OVERVIEW is a reference to a hash containing
845 my %overview = %{$_[2]};
857 foreach $filename (sort(keys(%overview)))
    [all...]
  /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/chromium_org/third_party/mesa/src/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/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_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 280 $("#overview").hide();
287 $("#overview span:first").html( catnames[cat] );
290 $("#overview span:first").css("font-size", 22);
366 $("#overview input").remove();
388 var div = jQuery("<div class='results'>Saving...</div>").insertBefore("#overview");
459 var overview = document.getElementById("overview");
467 $("#overview").before("<div class='results'>Viewing test run #" + id +
557 $("#overview input").remove();
650 overview.className = ""
    [all...]
  /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.
  /frameworks/webview/chromium/java/com/android/webview/chromium/
ContentSettingsAdapter.java 106 public void setLoadWithOverviewMode(boolean overview) {
107 mAwSettings.setLoadWithOverviewMode(overview);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwSettings.java 488 public void setLoadWithOverviewMode(boolean overview) {
490 if (mLoadWithOverviewMode != overview) {
491 mLoadWithOverviewMode = overview;
    [all...]
  /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
  /frameworks/base/core/java/android/webkit/
WebSettings.java 43 * the text readable when viewing a wide-viewport layout in the overview mode.
340 * Sets whether the WebView loads pages in overview mode, that is,
346 public void setLoadWithOverviewMode(boolean overview) {
351 * Gets whether this WebView loads pages in overview mode.
353 * @return whether this WebView loads pages in overview mode
    [all...]
  /frameworks/base/docs/html/design/
design_toc.cs 8 <li><a href="<?cs var:toroot ?>design/get-started/ui-overview.html">UI Overview</a></li>

Completed in 1205 milliseconds

1 2