Searched refs:tab_size (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/lcov/bin/
H A Dgenpng75 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)
239 my $tab_size = shift(@_); # Replacement string for tab signs
290 $replacement = " "x($tab_size - ((length($1) - 1) %
291 $tab_size));
[all...]
H A Dgenhtml281 our $tab_size = 8; # Number of spaces to use in place of tab
356 "genhtml_num_spaces" => \$tab_size,
393 "num-spaces=i" => \$tab_size,
487 # Make sure tab_size is within valid range
488 if ($tab_size < 1)
491 "$tab_size!\n");
1208 gen_png("$rel_dir/$base_name.gcov.png", $overview_width, $tab_size,
2397 my $replacement = " "x($tab_size - (length($1) % $tab_size));
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc448 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/
H A Dcvutils.cpp206 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++ )
/external/grub/stage2/
H A Dboot.c658 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/opencv/cxcore/src/
H A Dcxdxt.cpp435 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, d
[all...]
H A Dcxpersistence.cpp77 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/
H A Ddragged_tab_controller_gtk.cc522 gfx::Size tab_size = dragged_view_->attached_tab_size(); local
524 dragged_view_->GetTotalWidthInTabStrip(), tab_size.height());
593 gfx::Size tab_size = dragged_view_->attached_tab_size(); local
594 int vertical_drag_magnetism = tab_size.height() * 2;
606 int max_y = tabstrip_bounds.bottom() - tab_size.height();
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dgenflat.pl96 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/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout_unittest.cc20 const int tab_size; member in struct:__anon6663::CommonTestData
50 gfx::Size(data.tab_size, 10), data.tab_padding,
122 // (tab_size(100) + padding (-10)).
H A Dtab_strip.cc2715 gfx::Size tab_size(Tab::GetMinimumSelectedSize());
2716 tab_size.set_width(Tab::GetTouchWidth());
2718 tab_size,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c63 UInt tab_size; member in struct:__anon28082
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/
H A Dsession_model_associator.cc591 session_window->tabs.resize(specifics.tab_size());
592 for (int i = 0; i < specifics.tab_size(); i++) {
/external/chromium_org/chrome/browser/sync/sessions2/
H A Dsessions_sync_manager.cc665 session_window->tabs.resize(specifics.tab_size(), NULL);
666 for (int i = 0; i < specifics.tab_size(); i++) {
H A Dsessions_sync_manager_unittest.cc1032 EXPECT_EQ(1, header_s.window(0).tab_size());
1105 EXPECT_EQ(2, session_header.window(0).tab_size());
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_model_associator.cc921 session_window->tabs.resize(specifics.tab_size(), NULL);
922 for (int i = 0; i < specifics.tab_size(); i++) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c300 static const int tab_size = 120; local
352 assert(sizeof(rate_tab) == tab_size * sizeof(rate_tab[0]);
353 assert(sizeof(dist_tab) == tab_size * sizeof(dist_tab[0]);
357 linear_interpolate2(x, tab_size, inv_tab_step,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1714 milliseconds