Searched defs:tab (Results 151 - 175 of 318) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_schema.c262 static int schemaBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ argument
H A Dtest_tclvar.c227 static int tclvarBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ argument
H A Dtest_wholenumber.c177 sqlite3_vtab *tab,
176 wholenumberBestIndex( sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo ) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c73 /* make the c output for the perfect hash tab array */
77 bstuff *tab, /* table indexed by b */
85 /* A way to make the 1-byte values in tab bigger */
109 fprintf(f, "tab[] = {\n");
113 fprintf(f, "%3ld,", scramble[tab[i].val_b]);
117 scramble[tab[i+0].val_b], scramble[tab[i+1].val_b],
118 scramble[tab[i+2].val_b], scramble[tab[i+3].val_b],
119 scramble[tab[
75 make_c_tab( FILE *f, bstuff *tab, ub4 smax, ub4 blen, ub4 *scramble) argument
157 bstuff *tab; /* table indexed by b */ local
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cc35 atomic_uintptr_t tab[kTableSizeL1]; member in struct:__tsan::FdContext
76 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2];
126 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); local
127 if (tab == 0)
130 FdDesc *d = &tab[l2];
138 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); local
139 if (tab == 0)
141 if (addr >= (uptr)tab
[all...]
/external/e2fsprogs/e2fsck/
H A Dcrc32.c87 const __u32 *tab = crc32table_le; local
90 # define DO_CRC(x) crc = tab[ ((crc >> 24) ^ (x)) & 255] ^ (crc<<8)
92 # define DO_CRC(x) crc = tab[ (crc ^ (x)) & 255 ] ^ (crc>>8)
187 const __u32 *tab = crc32table_be; local
190 # define DO_CRC(x) crc = tab[ ((crc >> 24) ^ (x)) & 255] ^ (crc<<8)
192 # define DO_CRC(x) crc = tab[ (crc ^ (x)) & 255 ] ^ (crc>>8)
/external/iproute2/lib/
H A Drt_names.c76 static void rtnl_tab_initialize(char *file, char **tab, int size) argument
106 tab[id] = strdup(namebuf);
/external/jemalloc/src/
H A Dckh.c59 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) + i];
104 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) +
145 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) + i];
249 ckhc_t *tab, *ttab; local
273 tab = (ckhc_t *)ipalloc(usize, CACHELINE, true);
274 if (tab == NULL) {
279 ttab = ckh->tab;
280 ckh->tab = tab;
281 tab
303 ckhc_t *tab, *ttab; local
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Ddetokenize.c140 const uint8_t* tab; local
145 for (tab = kCat3456[cat]; *tab; ++tab)
147 v += v + VP8GetBit(br, *tab);
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_light.c140 m = s->tab;
277 const struct tnl_shine_tab *tab = tnl->_ShineTable[face]; local
282 return powf(dp, tab->shininess);
284 return tab->tab[k] + (f - k) * (tab->tab[k+1] - tab->tab[k]);
386 light_func *tab; local
[all...]
H A Dt_vb_render.c267 tnl_render_func *tab; local
294 tab = VB->Elts ? clip_render_tab_elts : clip_render_tab_verts;
298 tab = (VB->Elts ?
321 tab[prim & PRIM_MODE_MASK]( ctx, start, start + length, prim );
/external/opencv/cv/src/
H A Dcvthresh.cpp49 uchar tab[256]; local
55 tab[i] = 0;
57 tab[i] = maxval;
61 tab[i] = maxval;
63 tab[i] = 0;
67 tab[i] = (uchar)i;
69 tab[i] = thresh;
73 tab[i] = 0;
75 tab[i] = (uchar)i;
79 tab[
[all...]
/external/opencv/cvaux/src/
H A Dcvhmmobs.cpp180 work_t *tab = tab_y + 2; local
185 k0 = ((work_t) is) * tab[-1];
201 buf[0] = DESCALE( is * tab[-2], PASS1_SHIFT );
211 s += temp1[k] * tab[k];
217 tab += m1;
226 s += temp0[k] * tab[k];
229 tab += m1;
244 work_t *tab = tab_x + 2; local
252 k0 = (work_t) (s * tab[-1]);
268 *obs++ = (float) DESCALE( s * tab[
377 work_t *tab = tab_y + 2; local
441 work_t *tab = tab_x + 2; local
[all...]
/external/oprofile/module/x86/
H A Dop_nmi.c313 ctl_table * tab; local
322 if (!(tab = kmalloc(sizeof(ctl_table)*7, GFP_KERNEL)))
325 next->child = tab;
327 memset(tab, 0, sizeof(ctl_table)*7);
328 tab[0] = ((ctl_table) { 1, "enabled", &sysctl_parms.ctr[i].enabled, sizeof(int), 0644, NULL, lproc_dointvec, NULL, });
329 tab[1] = ((ctl_table) { 1, "event", &sysctl_parms.ctr[i].event, sizeof(int), 0644, NULL, lproc_dointvec, NULL, });
330 tab[2] = ((ctl_table) { 1, "count", &sysctl_parms.ctr[i].count, sizeof(int), 0644, NULL, lproc_dointvec, NULL, });
331 tab[3] = ((ctl_table) { 1, "unit_mask", &sysctl_parms.ctr[i].unit_mask, sizeof(int), 0644, NULL, lproc_dointvec, NULL, });
332 tab[4] = ((ctl_table) { 1, "kernel", &sysctl_parms.ctr[i].kernel, sizeof(int), 0644, NULL, lproc_dointvec, NULL, });
333 tab[
[all...]
/external/skia/src/xml/
H A DSkXMLWriter.cpp198 static void tab(SkWStream& stream, int level) function
228 tab(fStream, fElems.count());
249 tab(fStream, level);
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c262 static HChar *copy_str(HChar **tab, const HChar *str) argument
264 HChar *cp = *tab;
274 *tab = cp;
/external/webp/src/enc/
H A Dtoken.c144 const uint8_t* tab; local
150 tab = VP8Cat3;
156 tab = VP8Cat4;
162 tab = VP8Cat5;
168 tab = VP8Cat6;
171 AddConstantToken(tokens, !!(v & mask), *tab++);
/external/chromium_org/chrome/browser/android/
H A Dshortcut_helper.cc45 TabAndroid* tab = reinterpret_cast<TabAndroid*>(tab_android_ptr); local
48 new ShortcutHelper(env, obj, tab->web_contents());
/external/chromium_org/chrome/browser/extensions/api/automation/
H A Dautomation_apitest.cc76 content::WebContents* const tab = member in class:extensions::content
78 ASSERT_FALSE(tab->IsFullAccessibilityModeForTesting());
79 ASSERT_FALSE(tab->IsTreeOnlyAccessibilityModeForTesting());
87 ASSERT_FALSE(tab->IsFullAccessibilityModeForTesting());
88 ASSERT_TRUE(tab->IsTreeOnlyAccessibilityModeForTesting());
244 // Notify the extension bindings to destroy the tree for the given tab
316 // the requested tab - tab 1 always has tree1, and tab 0 starts with tree0
333 // tab
[all...]
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_api.cc124 scoped_ptr<tabs::Tab> tab,
128 if (tab)
129 session_struct->tab = tab.Pass();
146 const TabRestoreService::Tab& tab, int session_id, int selected_index) {
148 tab.navigations[tab.current_navigation_index],
150 tab.tabstrip_index,
151 tab.pinned,
179 scoped_ptr<tabs::Tab> tab; local
122 CreateSessionModelHelper( int last_modified, scoped_ptr<tabs::Tab> tab, scoped_ptr<windows::Window> window) argument
145 CreateTabModel( const TabRestoreService::Tab& tab, int session_id, int selected_index) argument
237 CreateTabModel( const std::string& session_tag, const SessionTab& tab, int tab_index, int selected_index) argument
261 const SessionTab* tab = window.tabs[i]; local
527 const SessionTab* tab = NULL; local
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tab_util.cc118 // Opens a new tab for a given extension. Returns NULL and sets |error| if an
151 // represents the active tab.
168 // TODO(rafaelw): handle setting remaining tab properties:
192 // Default to foreground for the new tab. The presence of 'active' property
198 // Default to not pinning the tab. Setting the 'pinned' property to true
242 // The tab may have been created in a different window, so make sure we look
243 // at the right tab strip.
253 // Return data about the newly created tab.
330 // If we have a matching AppWindow with a controller, get the tab value
362 // If we have a matching AppWindow with a controller, get the tab valu
426 ScrubTabForExtension(const Extension* extension, api::tabs::Tab* tab) argument
[all...]
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc193 // To update JumpList when a tab is added or removed, we add this object to
318 // The last URL of the tab object.
353 bool JumpList::AddTab(const TabRestoreService::Tab* tab, argument
356 // This code adds the URL and the title strings of the given tab to the
363 tab->navigations.at(tab->current_navigation_index);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc167 WebContents* tab,
169 : tab_(tab),
172 DCHECK(tab);
200 // in this tab, so make sure that we use the latest navigation for
166 BrowserFeatureExtractor( WebContents* tab, ClientSideDetectionHost* host) argument
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc38 void RecordAppLaunch(Profile* profile, const TabRestoreService::Tab& tab) { argument
40 GURL url = tab.navigations.at(tab.current_navigation_index).virtual_url();
127 // Don't use std::vector::resize() because it will push copies of an empty tab
146 // Short-circuit creating a Window if only 1 tab was present. This fixes
195 Tab* tab = static_cast<Tab*>(entry);
197 return tab;
216 // entry is a window from which a single tab will be restored.
229 Tab* tab = static_cast<Tab*>(entry); local
231 delegate = RestoreTab(*tab, delegat
246 const Tab& tab = window->tabs[tab_i]; local
273 const Tab& tab = *tab_i; local
402 PopulateTab( Tab* tab, int index, TabRestoreServiceDelegate* delegate, NavigationController* controller) argument
450 RestoreTab( const Tab& tab, TabRestoreServiceDelegate* delegate, chrome::HostDesktopType host_desktop_type, WindowOpenDisposition disposition, WebContents** contents) argument
512 ValidateTab(Tab* tab) argument
549 IsTabInteresting(const Tab* tab) argument
589 Tab* tab = static_cast<Tab*>(entry); local
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsessions_helper.cc96 DVLOG(1) << "Found tab with url " << url.spec();
99 DVLOG(1) << "Title empty -- tab hasn't finished loading yet";
106 DVLOG(1) << "Could not find tab with url " << url.spec();
111 DVLOG(1) << "Opening tab: " << url.spec() << " using profile "
121 DVLOG(1) << "Opening tab: " << it->spec() << " using profile " << index
207 const SessionTab& tab = *window.tabs.at(t); local
209 new_tab->navigations.resize(tab.navigations.size());
210 std::copy(tab.navigations.begin(), tab.navigations.end(),

Completed in 4814 milliseconds

1234567891011>>