HomeSort by relevance Sort by last modified time
    Searched defs:tabIndex (Results 1 - 16 of 16) 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/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/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/
HTMLFormControlElement.cpp 326 // Skip tabIndex check in a parent class.
360 short HTMLFormControlElement::tabIndex() const
363 return Element::tabIndex();
HTMLAnchorElement.cpp 149 // If not a link we should still be able to focus the element if it has tabIndex.
155 // Links are focusable by default, but only allow links with tabindex or contenteditable to be mouse focusable.
370 short HTMLAnchorElement::tabIndex() const
373 return Element::tabIndex();
HTMLElement.cpp 290 int tabindex = 0; local
298 } else if (parseHTMLInteger(value, tabindex)) {
299 // Clamp tabindex to the range of 'short' to match Firefox's behavior.
300 setTabIndexExplicitly(max(static_cast<int>(std::numeric_limits<short>::min()), min(tabindex, static_cast<int>(std::numeric_limits<short>::max()))));
642 // always or else tabIndex() will change for all HTML elements.
713 short HTMLElement::tabIndex() const
716 return Element::tabIndex();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 52 short tabIndex() const { return m_tabIndex; }
Element.cpp 250 void Element::setTabIndexExplicitly(short tabIndex)
252 ensureElementRareData()->setTabIndexExplicitly(tabIndex);
260 short Element::tabIndex() const
262 return hasRareData() ? elementRareData()->tabIndex() : 0;
    [all...]
Node.cpp 424 short Node::tabIndex() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 165 return isNonKeyboardFocusableShadowHost(node) ? 0 : node->tabIndex();
429 Node* FocusController::findNodeWithExactTabIndex(Node* start, int tabIndex, FocusDirection direction)
434 if (shouldVisit(node) && adjustedTabIndex(node) == tabIndex)
440 static Node* nextNodeWithGreaterTabIndex(Node* start, int tabIndex)
446 if (shouldVisit(node) && node->tabIndex() > tabIndex && node->tabIndex() < winningTabIndex) {
448 winningTabIndex = node->tabIndex();
455 static Node* previousNodeWithLowerTabIndex(Node* start, int tabIndex)
462 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 445 final int tabIndex = parent.getChildTabIndex(v);
454 if (tabIndex > 0) {
455 parent.getChildTabViewAt(tabIndex - 1).requestFocus();
463 if (tabIndex < (tabCount - 1)) {
464 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 
  /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 528 milliseconds