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/webkit/Source/WebCore/dom/
NodeRareData.h 110 short tabIndex() const { return m_tabIndex; }
Node.cpp 577 short Node::tabIndex() const
579 return hasRareData() ? rareData()->tabIndex() : 0;
963 return isFocusable() && tabIndex() >= 0;
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.cpp 77 // If not a link we should still be able to focus the element if it has tabIndex.
86 // Only allow links with tabIndex or contentEditable to be mouse focusable.
293 short HTMLAnchorElement::tabIndex() const
296 return Element::tabIndex();
HTMLElement.cpp 150 int tabindex = 0; local
153 } else if (parseHTMLInteger(indexstring, tabindex)) {
154 // Clamp tabindex to the range of 'short' to match Firefox's behavior.
155 setTabIndexExplicitly(max(static_cast<int>(std::numeric_limits<short>::min()), min(tabindex, static_cast<int>(std::numeric_limits<short>::max()))));
751 short HTMLElement::tabIndex() const
754 return Element::tabIndex();
    [all...]
HTMLFormControlElement.cpp 310 short HTMLFormControlElement::tabIndex() const
313 return Element::tabIndex();
  /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/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 772 HRESULT STDMETHODCALLTYPE DOMHTMLSelectElement::tabIndex(
780 /* [in] */ int /*tabIndex*/)
1163 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::tabIndex(
1171 /* [in] */ int /*tabIndex*/)
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 489 @property int tabIndex;
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java     [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 414 milliseconds