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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 99 OMX_U8 tabIndex, markerBit;
183 tabIndex = 1;
184 while (pRunIndexTableL0[tabIndex] <= unpackRetIndex)
186 tabIndex++;
188 storeRun = tabIndex - 1;
189 storeLevel = unpackRetIndex - pRunIndexTableL0[tabIndex - 1] + 1;
220 tabIndex = 1;
221 while (pRunIndexTableL1[tabIndex] <= unpackRetIndex)
223 tabIndex++;
225 storeRun = tabIndex - 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.cpp 174 short SVGAElement::tabIndex() const
177 return Element::tabIndex();
184 // If not a link we should still be able to focus the element if it has tabIndex.
195 // Links are focusable by default, but only allow links with tabindex or contenteditable to be mouse focusable.
SVGElement.cpp 124 short SVGElement::tabIndex() const
127 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 57 short tabIndex() const { return m_tabindex; }
Element.cpp 202 void Element::setTabIndexExplicitly(short tabIndex)
204 ensureElementRareData().setTabIndexExplicitly(tabIndex);
212 short Element::tabIndex() const
214 return hasRareData() ? elementRareData()->tabIndex() : 0;
    [all...]
Node.cpp 378 short Node::tabIndex() const
    [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/html/
HTMLAnchorElement.cpp 132 // If not a link we should still be able to focus the element if it has tabIndex.
138 // Links are focusable by default, but only allow links with tabindex or contenteditable to be mouse focusable.
330 short HTMLAnchorElement::tabIndex() const
333 return Element::tabIndex();
HTMLFormControlElement.cpp 323 // Skip tabIndex check in a parent class.
357 short HTMLFormControlElement::tabIndex() const
360 return Element::tabIndex();
HTMLElement.cpp 553 short HTMLElement::tabIndex() const
556 return Element::tabIndex();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 215 return isNonFocusableFocusScopeOwner(node) ? 0 : node->tabIndex();
524 Node* FocusController::findNodeWithExactTabIndex(Node* start, int tabIndex, FocusType type)
528 if (shouldVisit(node) && adjustedTabIndex(node) == tabIndex)
534 static Node* nextNodeWithGreaterTabIndex(Node* start, int tabIndex)
540 if (shouldVisit(node) && node->tabIndex() > tabIndex && node->tabIndex() < winningTabIndex) {
542 winningTabIndex = node->tabIndex();
549 static Node* previousNodeWithLowerTabIndex(Node* start, int tabIndex)
556 if ((shouldVisit(node) || isNonKeyboardFocusableShadowHost(node)) && currentTabIndex < tabIndex && currentTabIndex > winningTabIndex)
    [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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 406 final int tabIndex = parent.getChildTabIndex(v);
415 if (tabIndex > 0) {
416 parent.getChildTabViewAt(tabIndex - 1).requestFocus();
424 if (tabIndex < (tabCount - 1)) {
425 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 549 milliseconds