HomeSort by relevance Sort by last modified time
    Searched defs:tabIndex (Results 1 - 19 of 19) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 114 OMX_U8 tabIndex, markerBit;
198 tabIndex = 1;
199 while (pRunIndexTableL0[tabIndex] <= unpackRetIndex)
201 tabIndex++;
203 storeRun = tabIndex - 1;
204 storeLevel = unpackRetIndex - pRunIndexTableL0[tabIndex - 1] + 1;
235 tabIndex = 1;
236 while (pRunIndexTableL1[tabIndex] <= unpackRetIndex)
238 tabIndex++;
240 storeRun = tabIndex - 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.cpp 149 short SVGAElement::tabIndex() const
152 return Element::tabIndex();
159 // If not a link we should still be able to focus the element if it has tabIndex.
SVGElement.cpp 105 short SVGElement::tabIndex() const
108 return Element::tabIndex();
    [all...]
  /external/aac/libAACenc/src/
quantize.cpp 125 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
127 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
138 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
140 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
178 INT ex,specExp,tabIndex;
189 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
192 s = FDKaacEnc_mTab_4_3Elc[tabIndex];
212 INT ex,specExp,tabIndex;
223 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
226 s = FDKaacEnc_mTab_4_3Elc[tabIndex];
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 245 Word32 tabIndex;
255 tabIndex = (accu >> (INT_BITS-2-MANT_DIGITS)) & (~MANT_SIZE);
258 s = mTab_4_3[tabIndex];
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 55 short tabIndex() const { return m_tabindex; }
Element.cpp 210 void Element::setTabIndexExplicitly(short tabIndex)
212 ensureElementRareData().setTabIndexExplicitly(tabIndex);
220 short Element::tabIndex() const
222 return hasRareData() ? elementRareData()->tabIndex() : 0;
    [all...]
Node.cpp 387 short Node::tabIndex() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 83 // If not a link we should still be able to focus the element if it has tabIndex.
304 short HTMLAnchorElement::tabIndex() const
307 return Element::tabIndex();
HTMLFormControlElement.cpp 329 // Skip tabIndex check in a parent class.
361 short HTMLFormControlElement::tabIndex() const
364 return Element::tabIndex();
HTMLElement.cpp 564 short HTMLElement::tabIndex() const
567 return Element::tabIndex();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 324 int tabIndex = this.tabFolder.getSelectionIndex();
325 int lineIndex = tabIndex<0 ? -1 : this.tabs[tabIndex].table.getSelectionIndex();
355 tabIndex = c;
368 if (tabIndex >= 0 && lineIndex >= 0) {
369 this.tabFolder.setSelection(tabIndex);
370 Table table = this.tabs[tabIndex].table;
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 215 return isNonFocusableFocusScopeOwner(node) ? 0 : node->tabIndex();
533 Node* FocusController::findNodeWithExactTabIndex(Node* start, int tabIndex, FocusType type)
537 if (shouldVisit(node) && adjustedTabIndex(node) == tabIndex)
543 static Node* nextNodeWithGreaterTabIndex(Node* start, int tabIndex)
550 if (shouldVisit(node) && currentTabIndex > tabIndex && currentTabIndex < winningTabIndex) {
559 static Node* previousNodeWithLowerTabIndex(Node* start, int tabIndex)
566 if ((shouldVisit(node) || isNonKeyboardFocusableShadowHost(node)) && currentTabIndex < tabIndex && currentTabIndex > winningTabIndex) {
577 int tabIndex = adjustedTabIndex(start);
579 if (tabIndex < 0) {
585 // First try to find a node with the same tabindex as start that comes after start in the scope
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 446 final int tabIndex = parent.getChildTabIndex(v);
455 if (tabIndex > 0) {
456 parent.getChildTabViewAt(tabIndex - 1).requestFocus();
464 if (tabIndex < (tabCount - 1)) {
465 parent.getChildTabViewAt(tabIndex + 1).requestFocus();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 1255 milliseconds