Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Daz_isp.c66 Word32 i, j, nf, ip, order; in Az_isp() local
111 order = NC; in Az_isp()
113 ylow = Chebps2(xlow, coef, order); in Az_isp()
121 ylow = Chebps2(xlow, coef, order); in Az_isp()
128 ymid = Chebps2(xmid, coef, order); in Az_isp()
171 order = NC - 1; in Az_isp()
176 order = NC; in Az_isp()
178 ylow = Chebps2(xlow, coef, order); in Az_isp()
/frameworks/base/core/java/android/view/
DMenu.java168 public MenuItem add(int groupId, int itemId, int order, CharSequence title); in add() argument
185 public MenuItem add(int groupId, int itemId, int order, int titleRes); in add() argument
227 SubMenu addSubMenu(final int groupId, final int itemId, int order, final CharSequence title); in addSubMenu() argument
242 SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes); in addSubMenu() argument
295 public int addIntentOptions(int groupId, int itemId, int order, in addIntentOptions() argument
/frameworks/base/libs/hwui/utils/
DSortedListImpl.cpp50 ssize_t SortedListImpl::_indexOrderOf(const void* item, size_t* order) const { in _indexOrderOf()
71 if (order) { in _indexOrderOf()
72 *order = l; in _indexOrderOf()
78 size_t order; in add() local
79 ssize_t index = _indexOrderOf(item, &order); in add()
80 index = VectorImpl::insertAt(item, order, 1); in add()
/frameworks/base/core/java/com/android/internal/view/menu/
DActionMenu.java59 public MenuItem add(int groupId, int itemId, int order, int titleRes) { in add() argument
60 return add(groupId, itemId, order, mContext.getResources().getString(titleRes)); in add()
63 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { in add() argument
65 groupId, itemId, 0, order, title); in add()
66 mItems.add(order, item); in add()
70 public int addIntentOptions(int groupId, int itemId, int order, in addIntentOptions() argument
89 final MenuItem item = add(groupId, itemId, order, ri.loadLabel(pm)) in addIntentOptions()
110 public SubMenu addSubMenu(int groupId, int itemId, int order, in addSubMenu() argument
116 public SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes) { in addSubMenu() argument
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dtns.c72 static void Parcor2Index(const Word32 parcor[], Word16 index[], Word16 order,
75 static void Index2Parcor(const Word16 index[], Word32 parcor[], Word16 order,
81 const Word32 parCoeff[], Word16 order,
432 tnsInfo->order[subBlockNumber] = i + 1; in TnsEncode()
446 tnsInfo->order[subBlockNumber], in TnsEncode()
477 tnsInfo->order[subBlockNumber] = i + 1; in TnsEncode()
486 tnsInfo->order[subBlockNumber], in TnsEncode()
811 Word16 order, /*!< filter order */ in Parcor2Index() argument
816 for(i=0; i<order; i++) { in Parcor2Index()
835 Word16 order, /*!< no. of coefficients */ in Index2Parcor() argument
[all …]
Dstat_bits.c125 if (tnsInfo->order[i]) { in tnsCount()
132 for(k=0; k<tnsInfo->order[i]; k++) { in tnsCount()
143 for(k=0; k<tnsInfo->order[i]; k++) { in tnsCount()
151 for (k=0; k<tnsInfo->order[i]; k++ ) { in tnsCount()
Dbitenc.c308 WriteBits(hBitStream,tnsInfo.order[i],(isShort?3:5)); in encodeTnsData()
310 if (tnsInfo.order[i]){ in encodeTnsData()
315 for(k=0; k<tnsInfo.order[i]; k++) { in encodeTnsData()
326 for(k=0; k<tnsInfo.order[i]; k++) { in encodeTnsData()
336 for (k=0; k<tnsInfo.order[i]; k++ ) { in encodeTnsData()
/frameworks/base/docs/html/training/graphics/opengl/
Dshapes.jd59 static float triangleCoords[] = { // in counterclockwise order:
73 // use the device hardware's native byte order
74 bb.order(ByteOrder.nativeOrder());
92 <p>Note that the coordinates of this shape are defined in a counterclockwise order. The drawing
93 order is important because it defines which side is the front face of the shape, which you typically
109 <p>Again, you should define the vertices in a counterclockwise order for both triangles that
110 represent this shape, and put the values in a {@link java.nio.ByteBuffer}. In order to avoid
127 private short drawOrder[] = { 0, 1, 2, 0, 2, 3 }; // order to draw vertices
134 bb.order(ByteOrder.nativeOrder());
143 dlb.order(ByteOrder.nativeOrder());
/frameworks/base/opengl/java/android/opengl/
DETC1Util.java86 .order(ByteOrder.nativeOrder()); in loadTexture()
161 .order(ByteOrder.nativeOrder()); in createTexture()
170 … ByteBuffer dataBuffer = ByteBuffer.allocateDirect(encodedSize).order(ByteOrder.nativeOrder()); in createTexture()
195 order(ByteOrder.nativeOrder()); in compressTexture()
212 …ByteBuffer header = ByteBuffer.allocateDirect(ETC1.ETC_PKM_HEADER_SIZE).order(ByteOrder.nativeOrde… in writeTexture()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardParserTests.java49 public MockVCardInterpreter addExpectedOrder(Order order) { in addExpectedOrder() argument
50 mExpectedOrder.add(order); in addExpectedOrder()
54 private void inspectOrder(Order order) { in inspectOrder() argument
55 mHistory.add(order); in inspectOrder()
57 assertEquals(top, order); in inspectOrder()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java122 vbb.order(ByteOrder.nativeOrder()); in Triangle()
126 tbb.order(ByteOrder.nativeOrder()); in Triangle()
129 ibb.order(ByteOrder.nativeOrder()); in Triangle()
/frameworks/native/opengl/libagl/
DTokenizer.cpp102 ssize_t Tokenizer::_indexOrderOf(uint32_t token, size_t* order) const in _indexOrderOf()
125 if (order) *order = l; in _indexOrderOf()
DTokenizer.h50 ssize_t _indexOrderOf(uint32_t token, size_t* order=0) const;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DDatePicker.java207 String order; in reorderPickers() local
223 order = ((SimpleDateFormat) format).toPattern(); in reorderPickers()
226 order = new String(DateFormat.getDateFormatOrder(getContext())); in reorderPickers()
238 for (int i = 0; i < order.length(); i++) { in reorderPickers()
239 char c = order.charAt(i); in reorderPickers()
/frameworks/base/core/java/android/text/format/
DDateFormat.java381 char[] order = new char[] {DATE, MONTH, YEAR}; in getDateFormatOrder() local
391 order[index] = DATE; in getDateFormatOrder()
397 order[index] = MONTH; in getDateFormatOrder()
403 order[index] = YEAR; in getDateFormatOrder()
407 return order; in getDateFormatOrder()
/frameworks/native/libs/utils/
DVectorImpl.cpp539 ssize_t SortedVectorImpl::_indexOrderOf(const void* item, size_t* order) const in _indexOrderOf()
561 if (order) *order = l; in _indexOrderOf()
567 size_t order; in add() local
568 ssize_t index = _indexOrderOf(item, &order); in add()
570 index = VectorImpl::insertAt(item, order, 1); in add()
/frameworks/base/docs/html/training/keyboard-input/
Dnavigation.jd91 on the order in which they appear in the layout. If you use a relative layout, for example,
92 and the order of elements on the screen is different than the order in the file, then you might need
93 to manually specify the focus order.</p>
96 is aligned to the left of the second button. In order to pass focus from the first button to the
97 text field, then to the second button, the layout needs to explicitly define the focus order
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.c226 refPicListReordering_t *order, in h264bsdReorderRefPicList() argument
239 ASSERT(order); in h264bsdReorderRefPicList()
246 if (!order->refPicListReorderingFlagL0) in h264bsdReorderRefPicList()
253 while (order->command[i].reorderingOfPicNumsIdc < 3) in h264bsdReorderRefPicList()
256 if (order->command[i].reorderingOfPicNumsIdc < 2) in h264bsdReorderRefPicList()
258 if (order->command[i].reorderingOfPicNumsIdc == 0) in h264bsdReorderRefPicList()
261 (i32)picNumPred - (i32)order->command[i].absDiffPicNum; in h264bsdReorderRefPicList()
268 (i32)(picNumPred + order->command[i].absDiffPicNum); in h264bsdReorderRefPicList()
281 picNum = (i32)order->command[i].longTermPicNum; in h264bsdReorderRefPicList()
/frameworks/base/core/java/android/ddm/
DDdmHandleHello.java125 out.order(ChunkHandler.CHUNK_ORDER); in handleHELO()
162 out.order(ChunkHandler.CHUNK_ORDER); in handleFEAT()
/frameworks/base/core/java/android/view/animation/
DLayoutAnimationController.java167 public void setOrder(int order) { in setOrder() argument
168 mOrder = order; in setOrder()
/frameworks/base/tests/DumpRenderTree/assets/
Drun_layout_tests.py95 order = ["new", "miss"]
97 order = ["miss", "new"]
99 for key in order:
/frameworks/base/docs/html/training/multiscreen/
Dindex.jd50 order to truly satisfy and impress your users, your application must go beyond merely
62 href="{@docRoot}tools/extras/support-library.html">support library</a> in order to use the {@link
64 library to your application in order to use all APIs in this class.</p>
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd123 …ogle Play sends a response {@code Intent} with the data for that purchase order. The data that is…
139 …A String in JSON format that contains details about the purchase order. See table 4 for a descript…
149 <p>Table 4 describes the JSON fields that are returned in the response data for a purchase order.</…
159 …<td>A unique order identifier for the transaction. This corresponds to the Google Wallet Order ID.…
175 …<td>The purchase state of the order. Possible values are 0 (purchased), 1 (canceled), or 2 (refund…
179 …<td>A developer-specified string that contains supplemental information about an order. You can sp…
/frameworks/base/docs/html/guide/
Dguide_toc.cs6 localized titles are added in the language order specified below.
/frameworks/base/docs/html/guide/topics/manifest/
Dpath-permission-element.jd76 <dd>The name of a permission that clients must have in order to read or write the
85 <dd>A permission that clients must have in order to query the content provider.
89 <dd>A permission that clients must have in order to make changes to the data controlled by the cont…

12345678910>>...14