Searched refs:tab_size (Results 1 - 12 of 12) 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/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/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/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:__anon5343::CommonTestData
50 gfx::Size(data.tab_size, 10), data.tab_padding,
122 // (tab_size(100) + padding (-10)).
H A Dtab_strip.cc2535 gfx::Size tab_size(Tab::GetMinimumSelectedSize());
2536 tab_size.set_width(Tab::GetTouchWidth());
2538 tab_size,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c65 UInt tab_size; member in struct:__anon32461
73 wa->tab_size = 0;
80 vg_assert(wa->tab_size > 0);
94 if (wa->tab_used < wa->tab_size) {
98 if (0) VG_(printf)("EXPAND ARRAY from %d\n", wa->tab_size);
99 vg_assert(wa->tab_used == wa->tab_size);
100 vg_assert( (wa->tab_size == 0 && wa->tab == NULL)
101 || (wa->tab_size != 0 && wa->tab != NULL) );
102 new_size = wa->tab_size == 0 ? 8 : 2 * wa->tab_size;
[all...]
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc354 for (int j = 0; j < window.tab_size(); ++j) {
749 session_window->tabs.resize(specifics.tab_size(), NULL);
750 for (int i = 0; i < specifics.tab_size(); i++) {
H A Dsessions_sync_manager_unittest.cc1322 EXPECT_EQ(1, session_header.window(0).tab_size());
1467 EXPECT_EQ(1, header_s.window(0).tab_size());
1554 EXPECT_EQ(2, session_header.window(0).tab_size());
/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 ...

Completed in 302 milliseconds