HomeSort by relevance Sort by last modified time
    Searched refs:tab_size (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/lcov/bin/
genpng 72 my $tab_size = 4;
82 if (!GetOptions("tab-size=i" => \$tab_size,
121 genpng_process_file($filename, $out_filename, $width, $tab_size);
170 # genpng_process_file(filename, out_filename, width, tab_size)
178 my $tab_size = $_[3];
215 gen_png($out_filename, $width, $tab_size, @source);
220 # gen_png(filename, width, tab_size, source)
226 # image width. TAB_SIZE specifies the number of spaces to use as replacement
236 my $tab_size = shift(@_); # Replacement string for tab signs
282 $replacement = " "x($tab_size - ((length($1) - 1)
    [all...]
genhtml 216 our $tab_size = 8; # Number of spaces to use in place of tab
271 "genhtml_num_spaces" => \$tab_size,
293 "num-spaces=i" => \$tab_size,
375 # Make sure tab_size is within valid range
376 if ($tab_size < 1)
379 "$tab_size!\n");
1020 gen_png("$rel_dir/$base_name.gcov.png", $overview_width, $tab_size,
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genpng 75 my $tab_size = 4;
85 if (!GetOptions("tab-size=i" => \$tab_size,
124 genpng_process_file($filename, $out_filename, $width, $tab_size);
173 # genpng_process_file(filename, out_filename, width, tab_size)
181 my $tab_size = $_[3];
218 gen_png($out_filename, $width, $tab_size, @source);
223 # gen_png(filename, width, tab_size, source)
229 # image width. TAB_SIZE specifies the number of spaces to use as replacement
239 my $tab_size = shift(@_); # Replacement string for tab signs
285 $replacement = " "x($tab_size - ((length($1) - 1)
    [all...]
genhtml 273 our $tab_size = 8; # Number of spaces to use in place of tab
333 "genhtml_num_spaces" => \$tab_size,
365 "num-spaces=i" => \$tab_size,
453 # Make sure tab_size is within valid range
454 if ($tab_size < 1)
457 "$tab_size!\n");
1164 gen_png("$rel_dir/$base_name.gcov.png", $overview_width, $tab_size,
    [all...]
  /frameworks/rs/cpu_ref/linkloader/android/
test-librsloader.c 51 static size_t const tab_size = sizeof(tab) / sizeof(struct func_entry_t); local
58 for (i = 0; i < tab_size; ++i) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 448 gfx::Size tab_size = dragged_tab_->attached_tab_size(); local
450 tab_size.width(), tab_size.height());
520 gfx::Size tab_size = dragged_tab_->attached_tab_size(); local
521 int vertical_drag_magnetism = tab_size.height() * 2;
531 int max_x = tabstrip_bounds.right() - tab_size.width();
532 int max_y = tabstrip_bounds.bottom() - tab_size.height();
  /external/opencv/cv/src/
cvutils.cpp 206 int i, j, k, t, dj, tab_size, int_mode = 0; local
223 tab_size = dstroi.width - srcroi.width;
224 tab = (int*)cvStackAlloc( tab_size*sizeof(tab[0]) );
229 for( i = 0; i < tab_size; i += cn )
245 for( i = left; i < tab_size; i += cn )
267 for( ; j < tab_size; j++ )
289 for( ; j < tab_size; j++ )
  /frameworks/rs/cpu_ref/linkloader/
main.cpp 127 static size_t const tab_size = sizeof(tab) / sizeof(func_entry_t); local
133 for (size_t i = 0; i < tab_size; ++i) {
  /external/grub/stage2/
boot.c 658 int tab_size, sec_size; local
669 tab_size = pu.elf->e_shentsize * pu.elf->e_shnum;
672 if (grub_read ((char *) RAW_ADDR (cur_addr), tab_size)
673 == tab_size)
677 cur_addr += tab_size;
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 96 our $tab_size = 8; # Number of spaces to use in place of tab
118 "num-spaces=i" => \$tab_size,
168 # Make sure tab_size is within valid range
169 if ($tab_size < 1)
172 "$tab_size!\n");
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
genflat.pl 96 our $tab_size = 8; # Number of spaces to use in place of tab
118 "num-spaces=i" => \$tab_size,
168 # Make sure tab_size is within valid range
169 if ($tab_size < 1)
172 "$tab_size!\n");
  /external/opencv/cxcore/src/
cxdxt.cpp 435 const CvComplex64f* wave, int tab_size,
441 int dw0 = tab_size, dw;
454 tab_step = tab_size == n ? 1 : tab_size == n*2 ? 2 : tab_size/n;
743 int d, dd, dw_f = tab_size/factor;
811 d -= -(d >= tab_size) & tab_size;
858 const CvComplex32f* wave, int tab_size,
864 int dw0 = tab_size, dw
    [all...]
cxpersistence.cpp 77 int tab_size; member in struct:CvGenericHash
215 map->tab_size = start_tab_size;
430 int i, tab_size; local
446 tab_size = map->tab_size;
447 if( (tab_size & (tab_size - 1)) == 0 )
448 i = (int)(hashval & (tab_size - 1));
450 i = (int)(hashval % tab_size);
505 int i, tab_size; local
565 int i, len, tab_size; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 510 gfx::Size tab_size = dragged_view_->attached_tab_size(); local
512 dragged_view_->GetTotalWidthInTabStrip(), tab_size.height());
581 gfx::Size tab_size = dragged_view_->attached_tab_size(); local
582 int vertical_drag_magnetism = tab_size.height() * 2;
594 int max_y = tabstrip_bounds.bottom() - tab_size.height();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout_unittest.cc 20 const int tab_size; member in struct:__anon8818::CommonTestData
50 gfx::Size(data.tab_size, 10), data.tab_padding,
122 // (tab_size(100) + padding (-10)).
tab_strip.cc     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 63 UInt tab_size; member in struct:__anon29578
71 wa->tab_size = 0;
78 vg_assert(wa->tab_size > 0);
92 if (wa->tab_used < wa->tab_size) {
96 if (0) VG_(printf)("EXPAND ARRAY from %d\n", wa->tab_size);
97 vg_assert(wa->tab_used == wa->tab_size);
98 vg_assert( (wa->tab_size == 0 && wa->tab == NULL)
99 || (wa->tab_size != 0 && wa->tab != NULL) );
100 new_size = wa->tab_size == 0 ? 8 : 2 * wa->tab_size;
    [all...]
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 591 session_window->tabs.resize(specifics.tab_size());
592 for (int i = 0; i < specifics.tab_size(); i++) {
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.cc     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 294 static const int tab_size = 120; local
346 assert(sizeof(rate_tab) == tab_size * sizeof(rate_tab[0]);
347 assert(sizeof(dist_tab) == tab_size * sizeof(dist_tab[0]);
351 linear_interpolate2(x, tab_size, inv_tab_step,
    [all...]

Completed in 577 milliseconds