Searched refs:tab (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Ddecode_huff_cw_binary.cpp214 Int32 tab; local
227 tab = (cw >> 6) - 16;
231 tab = (cw >> 4) - 96 + 8;
235 tab = (cw >> 2) - 480 + 32;
239 tab = cw - 2016 + 56;
242 tab = *(huff_tab1 + tab);
244 pInputStream->usedBits -= (11 - (tab & MASK_LOW16));
245 return ((Int)(tab >> UPPER16));
252 Int32 tab; local
290 Int32 tab; local
332 Int32 tab; local
367 Int32 tab; local
411 Int32 tab; local
446 Int32 tab; local
486 Int32 tab; local
520 Int32 tab; local
570 Int32 tab; local
616 Int32 tab; local
662 Int32 tab; local
[all...]
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DMediaDump.java39 TabHost tab = getTabHost();
41 // Setup video dumping tab
42 TabHost.TabSpec videoDumpTab = tab.newTabSpec("VideoDump");
48 tab.addTab(videoDumpTab);
50 // Setup rgb player tab
51 TabHost.TabSpec rgbPlayerTab = tab.newTabSpec("RgbPlayer");
57 tab.addTab(rgbPlayerTab);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp842 const VLCtab2 *tab; local
847 /* if(GetTcoeffIntra(code,pTcoef,&tab,stream)!=PV_SUCCESS) return status;*/
850 tab = &PV_DCT3Dtab3[(code >> 6) - 16];
856 tab = &PV_DCT3Dtab4[(code >> 3) - 32];
862 tab = &PV_DCT3Dtab5[(code>>1) - 8];
871 PV_BitstreamFlushBits(stream, tab->len + 1);
872 pTcoef->sign = (code >> (12 - tab->len)) & 1;
873 pTcoef->run = (uint) tab->run; //(tab->val >> 8) & 255;
874 pTcoef->level = (int) tab
1025 const VLCtab2 *tab; local
1204 const VLCtab2 *tab; local
1264 const VLCtab2 *tab; local
1319 const VLCtab2 *tab; local
1392 const VLCtab2 *tab; local
[all...]
/frameworks/compile/libbcc/tests/data/src/
H A Dbellard.otccex.c47 int tab, p, c; local
51 tab = malloc(0x100);
52 p = tab;
67 while (p != tab) {
71 free(tab);
/frameworks/media/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Utils.h64 * Convert the 'nb' unsigned integers in 'tab' table from LE into BE
67 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb);
99 M4OSA_Void M4MP4W_put32_Hi(M4OSA_UInt32* tab, M4OSA_UInt16 Hi);
100 M4OSA_Void M4MP4W_put32_Lo(M4OSA_UInt32* tab, M4OSA_UInt16 Lo);
101 M4OSA_UInt16 M4MP4W_get32_Hi(M4OSA_UInt32* tab);
102 M4OSA_UInt16 M4MP4W_get32_Lo(M4OSA_UInt32* tab);
/frameworks/compile/linkloader/android/
H A Dtest-librsloader.c38 static struct func_entry_t const tab[] = { local
51 static size_t const tab_size = sizeof(tab) / sizeof(struct func_entry_t);
59 if (name_len == tab[i].name_len && strcmp(name, tab[i].name) == 0) {
60 return tab[i].addr;
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java46 * Equivalently, selecting a tab will result in a call to
48 * the tab will result in whichHandle being {@link OnTriggerListener#NO_HANDLE}.
105 * Interface definition for a callback to be invoked when a tab is triggered
151 * {@link #tab} is the tab shown on the screen in the default state.
152 * {@link #text} is the view revealed as the user slides the tab out.
158 * Tab alignment - determines which side the tab should be drawn on
173 private final ImageView tab; field in class:SlidingTab.Slider
184 * @param tabId drawable for the tab
189 // Create tab
[all...]
H A DScrollingTabContainerView.java44 * This widget implements the dynamic action bar tab behavior that can change
121 // Recenter the tab display if we're at a new (scrollable) size.
272 private TabView createTabView(ActionBar.Tab tab, boolean forAdapter) { argument
273 final TabView tabView = new TabView(getContext(), tab, forAdapter);
289 public void addTab(ActionBar.Tab tab, boolean setSelected) { argument
290 TabView tabView = createTabView(tab, false);
304 public void addTab(ActionBar.Tab tab, int position, boolean setSelected) { argument
305 final TabView tabView = createTabView(tab, false);
365 public TabView(Context context, ActionBar.Tab tab, boolean forList) { argument
367 mTab = tab;
376 bindTab(ActionBar.Tab tab) argument
[all...]
/frameworks/media/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Utils.c109 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb) argument
114 M4MP4W_convertInt32BE(&(tab)[i]);
281 M4OSA_Void M4MP4W_put32_Hi(M4OSA_UInt32* tab, M4OSA_UInt16 Hi) argument
284 *tab &= 0xFFFF;
285 *tab |= Hi<<16;
289 M4OSA_Void M4MP4W_put32_Lo(M4OSA_UInt32* tab, M4OSA_UInt16 Lo) argument
292 *tab &= 0xFFFF0000;
293 *tab |= Lo;
297 M4OSA_UInt16 M4MP4W_get32_Hi(M4OSA_UInt32* tab) argument
300 return (*tab >> 1
304 M4MP4W_get32_Lo(M4OSA_UInt32* tab) argument
[all...]
/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx44 llvm::OwningPtr<ELFSectionHeaderTable> tab(new ELFSectionHeaderTable());
64 tab->table.push_back(sh.take());
67 return tab.take();
/frameworks/base/core/java/android/app/
H A DActionBar.java500 * This tab will not be included in the action bar until it is added.
515 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list.
516 * If this is the first tab to be added it will become the selected tab.
518 * @param tab Tab to add
520 public abstract void addTab(Tab tab); argument
523 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list.
525 * @param tab Ta
528 addTab(Tab tab, boolean setSelected) argument
538 addTab(Tab tab, int position) argument
548 addTab(Tab tab, int position, boolean setSelected) argument
556 removeTab(Tab tab) argument
578 selectTab(Tab tab) argument
868 onTabSelected(Tab tab, FragmentTransaction ft) argument
879 onTabUnselected(Tab tab, FragmentTransaction ft) argument
890 onTabReselected(Tab tab, FragmentTransaction ft) argument
[all...]
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheWriter.cpp123 OBCC_DependencyTable *tab = (OBCC_DependencyTable *)malloc(tableSize); local
125 if (!tab) {
130 mpDependencyTableSection = tab;
133 tab->count = mDependencies.size();
138 OBCC_Dependency *dep = &tab->table[i];
155 OBCC_FuncTable *tab = (OBCC_FuncTable *)malloc(tableSize); local
157 if (!tab) {
162 mpFuncTableSection = tab;
165 tab->count = static_cast<size_t>(funcCount);
173 OBCC_FuncInfo *outputInfo = &tab
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java183 // Switch tab layout configuration if needed
408 private void configureTab(Tab tab, int position) { argument
409 final TabImpl tabi = (TabImpl) tab;
426 public void addTab(Tab tab) { argument
427 addTab(tab, mTabs.isEmpty());
431 public void addTab(Tab tab, int position) { argument
432 addTab(tab, position, mTabs.isEmpty());
436 public void addTab(Tab tab, boolean setSelected) { argument
438 mTabScrollView.addTab(tab, setSelected);
439 configureTab(tab, mTab
446 addTab(Tab tab, int position, boolean setSelected) argument
461 removeTab(Tab tab) argument
491 selectTab(Tab tab) argument
[all...]
/frameworks/compile/linkloader/
H A Dmain.cpp114 static func_entry_t const tab[] = { local
127 static size_t const tab_size = sizeof(tab) / sizeof(func_entry_t);
134 if (name_len == tab[i].name_len && strcmp(name, tab[i].name) == 0) {
135 return tab[i].addr;
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheWriter.cpp112 OBCC_DependencyTable *tab = (OBCC_DependencyTable *)malloc(tableSize); local
114 if (!tab) {
119 mpDependencyTableSection = tab;
122 tab->count = mDependencies.size();
127 OBCC_Dependency *dep = &tab->table[i];

Completed in 385 milliseconds