/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 | 348 // Skip tabIndex check in a parent class. 382 short HTMLFormControlElement::tabIndex() const 385 return Element::tabIndex();
|
HTMLAnchorElement.cpp | 139 // If not a link we should still be able to focus the element if it has tabIndex. 145 // Links are focusable by default, but only allow links with tabindex or contenteditable to be mouse focusable. 374 short HTMLAnchorElement::tabIndex() const 377 return Element::tabIndex();
|
HTMLElement.cpp | 309 int tabindex = 0; local 317 } else if (parseHTMLInteger(value, tabindex)) { 318 // Clamp tabindex to the range of 'short' to match Firefox's behavior. 319 setTabIndexExplicitly(max(static_cast<int>(std::numeric_limits<short>::min()), min(tabindex, static_cast<int>(std::numeric_limits<short>::max())))); 535 // always or else tabIndex() will change for all HTML elements. 606 short HTMLElement::tabIndex() const 609 return Element::tabIndex(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ElementRareData.h | 52 short tabIndex() const { return m_tabIndex; }
|
Element.cpp | 245 void Element::setTabIndexExplicitly(short tabIndex) 247 ensureElementRareData().setTabIndexExplicitly(tabIndex); 255 short Element::tabIndex() const 257 return hasRareData() ? elementRareData()->tabIndex() : 0; [all...] |
Node.cpp | 368 short Node::tabIndex() const [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
FocusController.cpp | 206 return isNonFocusableFocusScopeOwner(node) ? 0 : node->tabIndex(); 468 Node* FocusController::findNodeWithExactTabIndex(Node* start, int tabIndex, FocusDirection direction) 472 if (shouldVisit(node) && adjustedTabIndex(node) == tabIndex) 478 static Node* nextNodeWithGreaterTabIndex(Node* start, int tabIndex) 484 if (shouldVisit(node) && node->tabIndex() > tabIndex && node->tabIndex() < winningTabIndex) { 486 winningTabIndex = node->tabIndex(); 493 static Node* previousNodeWithLowerTabIndex(Node* start, int tabIndex) 500 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 | |