HomeSort by relevance Sort by last modified time
    Searched defs:Tab (Results 1 - 25 of 41) sorted by null

1 2

  /external/fec/
rstest.c 22 } Tab[] = {
53 for(i=0;Tab[i].symsize != 0;i++){
56 nn = (1<<Tab[i].symsize) - 1;
57 kk = nn - Tab[i].nroots;
59 if(Tab[i].symsize <= 8)
60 exercise_char(&Tab[i]);
62 exercise_int(&Tab[i]);
  /external/skia/debugger/QT/
SkInspectorWidget.h 26 The InspectorWidget contains the overview and details tab. These contain
51 Sets the text in tab at the specified index.
68 class Tab : public QWidget {
74 Tab(const char* name) {
  /packages/apps/DeskClock/src/com/android/deskclock/uidata/
UiDataModel.java 41 public enum Tab {
51 Tab(Class fragmentClass, @DrawableRes int iconResId, @StringRes int labelResId) {
71 /** The model from which tab data are fetched. */
218 * @param tabListener to be notified when the selected tab changes
226 * @param tabListener to no longer be notified when the selected tab changes
242 * @param ordinal the ordinal of the tab
243 * @return the tab at the given {@code ordinal}
245 public Tab getTab(int ordinal) {
251 * @param position the position of the tab in the user interface
252 * @return the tab at the given {@code ordinal
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsvirt.c 1010 cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut)
1017 if (n > Tab ->nTypes) return FALSE;
1018 if (cmsStageType(mpe) != Tab ->MpeTypes[n]) return FALSE;
1021 return (n == Tab ->nTypes);
1032 const cmsAllowedLUT* Tab = AllowedLUTTypes + n;
1034 if (IsV4 ^ Tab -> IsV4) continue;
1035 if ((Tab ->RequiredTag != 0) && (Tab ->RequiredTag != DestinationTag)) continue;
1037 if (CheckOne(Tab, Lut)) return Tab;
    [all...]
cmscgats.c 146 TABLE Tab[MAXTABLES];
1011 return it8 -> Tab;
1014 return it8 ->Tab + it8 ->nTable;
    [all...]
  /frameworks/base/core/java/android/app/
ActionBar.java 129 * Tab navigation mode. Instead of static title text this mode
614 * Create and return a new {@link Tab}.
615 * This tab will not be included in the action bar until it is added.
623 * @return A new Tab
625 * @see #addTab(Tab)
633 public abstract Tab newTab();
636 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list.
637 * If this is the first tab to be added it will become the selected tab
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java 127 * Tab navigation mode. Instead of static title text this mode
608 * Create and return a new {@link Tab}.
609 * This tab will not be included in the action bar until it is added.
611 * @return A new Tab
613 * @see #addTab(Tab)
621 public abstract Tab newTab();
624 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list.
625 * If this is the first tab to be added it will become the selected tab
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 529 } Tab;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ScrollingTabContainerView.java 50 * This widget implements the dynamic action bar tab behavior that can change across different
133 // Recenter the tab display if we're at a new (scrollable) size.
290 TabView createTabView(ActionBar.Tab tab, boolean forAdapter) {
291 final TabView tabView = new TabView(getContext(), tab, forAdapter);
307 public void addTab(ActionBar.Tab tab, boolean setSelected) {
308 TabView tabView = createTabView(tab, false);
322 public void addTab(ActionBar.Tab tab, int position, boolean setSelected)
447 final ActionBar.Tab tab = mTab; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 97 private enum Tab {
118 private Tab(String tag, int label, int view, int progress, int contentView, boolean withSwitch) {
215 addTab(Tab.SYSTEM);
216 // TODO add Install button on Tab.USER to go to CertInstaller like KeyChainActivity
217 addTab(Tab.USER);
220 mTabHost.setCurrentTabByTag(Tab.USER.mTag);
266 private void addTab(Tab tab) {
267 TabHost.TabSpec systemSpec = mTabHost.newTabSpec(tab.mTag)
268 .setIndicator(getActivity().getString(tab.mLabel)
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
jconsole.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 462 milliseconds

1 2