HomeSort by relevance Sort by last modified time
    Searched refs:tabIndex (Results 1 - 25 of 71) sorted by null

1 2 3

  /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-trace/
init.js 15 timelineViewEl.tabIndex = 1;
  /external/webkit/Source/WebCore/inspector/front-end/
PropertiesSection.js 37 this.propertiesElement.tabIndex = 0;
HelpScreen.js 41 this.contentElement.tabIndex = 0;
  /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...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAnchorElement10.js 78 The tabIndex attribute contains an index that represents the elements
81 Retrieve the tabIndex attribute and examine its value.
103 vtabindex = testNode.tabIndex;
HTMLAreaElement07.js 78 The tabIndex attribute specifies an index that represents the element's
81 Retrieve the tabIndex attribute and examine its value.
103 vtabindex = testNode.tabIndex;
HTMLButtonElement06.js 78 The tabIndex attribute specifies an index that represents the element's
81 Retrieve the tabIndex attribute and examine its value.
103 vtabindex = testNode.tabIndex;
HTMLInputElement15.js 78 The tabIndex attribute is an index that represents the elements position
81 Retrieve the tabIndex attribute of the 3rd INPUT element and examine
104 vtabindex = testNode.tabIndex;
HTMLObjectElement13.js 78 The tabIndex attribute specifies the elements position in the tabbing
81 Retrieve the tabIndex attribute of the first OBJECT element and examine
104 vtabindex = testNode.tabIndex;
HTMLSelectElement13.js 78 The tabIndex attribute specifies an index that represents the elements
81 Retrieve the tabIndex attribute from the first SELECT element and
104 vtabindex = testNode.tabIndex;
HTMLTextAreaElement10.js 78 The tabIndex attribute is an index that represents the element's position
81 Retrieve the tabIndex attribute of the 1st TEXTAREA element and examine
104 vtabindex = testNode.tabIndex;
button06.js 79 The value of attribute tabIndex of the button element is read and checked against the expected value.
101 vtabIndex = testNode.tabIndex;
object10.js 79 The value of attribute tabIndex of the object element is read and checked against the expected value.
101 vtabindex = testNode.tabIndex;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAnchorElement10.js 78 The tabIndex attribute contains an index that represents the elements
81 Retrieve the tabIndex attribute and examine its value.
103 vtabindex = testNode.tabIndex;
HTMLAreaElement07.js 78 The tabIndex attribute specifies an index that represents the element's
81 Retrieve the tabIndex attribute and examine its value.
103 vtabindex = testNode.tabIndex;
HTMLButtonElement06.js 78 The tabIndex attribute specifies an index that represents the element's
81 Retrieve the tabIndex attribute and examine its value.
103 vtabindex = testNode.tabIndex;
HTMLInputElement15.js 78 The tabIndex attribute is an index that represents the elements position
81 Retrieve the tabIndex attribute of the 3rd INPUT element and examine
104 vtabindex = testNode.tabIndex;
HTMLObjectElement13.js 78 The tabIndex attribute specifies the elements position in the tabbing
81 Retrieve the tabIndex attribute of the first OBJECT element and examine
104 vtabindex = testNode.tabIndex;
HTMLSelectElement13.js 78 The tabIndex attribute specifies an index that represents the elements
81 Retrieve the tabIndex attribute from the first SELECT element and
104 vtabindex = testNode.tabIndex;
HTMLTextAreaElement10.js 78 The tabIndex attribute is an index that represents the element's position
81 Retrieve the tabIndex attribute of the 1st TEXTAREA element and examine
104 vtabindex = testNode.tabIndex;
button06.js 79 The value of attribute tabIndex of the button element is read and checked against the expected value.
101 vtabIndex = testNode.tabIndex;
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 401 * last requested Y coordinate for the given tabIndex.
403 public void moveToYCoordinate(int tabIndex, float y) {
405 storeYCoordinate(tabIndex, y);
409 * Store this information as the last requested Y coordinate for the given tabIndex.
411 public void storeYCoordinate(int tabIndex, float y) {
412 mYCoordinateArray[tabIndex] = y;
417 * tab given by tabIndex.
419 public float getStoredYCoordinateForTab(int tabIndex) {
420 return mYCoordinateArray[tabIndex];
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 113 virtual short tabIndex() const;
HTMLElement.idl 36 attribute long tabIndex;

Completed in 550 milliseconds

1 2 3