Searched defs:order (Results 1 - 13 of 13) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java49 public MockVCardInterpreter addExpectedOrder(Order order) { argument
50 mExpectedOrder.add(order);
54 private void inspectOrder(Order order) { argument
55 mHistory.add(order);
57 assertEquals(top, order);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Daz_isp.c22 * Compute the ISPs from the LPC coefficients (order=M) *
30 * For a even order m=2n, F1(z) has M/2 conjugate roots on the unit *
34 * For a 16th order LP analysis, F1(z) and F2(z) can be written as *
66 Word32 i, j, nf, ip, order; local
111 order = NC;
113 ylow = Chebps2(xlow, coef, order);
121 ylow = Chebps2(xlow, coef, order);
128 ymid = Chebps2(xmid, coef, order);
171 order = NC - 1;
176 order
[all...]
/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java56 * Distributes the animation delays in the order in which view were added
62 * Distributes the animation delays in the reverse order in which view were
79 * The randomizer used when the order is set to random. Subclasses should
148 * Returns the order used to compute the delay of each child's animation.
160 * Sets the order used to compute the delay of each child's animation.
162 * @param order one of {@link #ORDER_NORMAL}, {@link #ORDER_REVERSE} or
167 public void setOrder(int order) { argument
168 mOrder = order;
393 * by the order returned by {@link #getOrder()}. Subclasses should override
/frameworks/base/libs/hwui/utils/
H A DSortedListImpl.cpp50 ssize_t SortedListImpl::_indexOrderOf(const void* item, size_t* order) const {
71 if (order) {
72 *order = l;
78 size_t order; local
79 ssize_t index = _indexOrderOf(item, &order);
80 index = VectorImpl::insertAt(item, order, 1);
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtns.h48 Word16 maxOrder; /* max. order of tns filter */
104 Word16 order[TRANS_FAC]; member in struct:__anon558
/frameworks/base/core/java/android/view/
H A DMenu.java54 * This is the part of an order integer that the user can provide.
59 * Bit shift of the user portion of the order integer.
65 * This is the part of an order integer that supplies the category of the
71 * Bit shift of the category portion of the order integer.
91 * Category code for the order integer for items/groups that are part of a
97 * Category code for the order integer for items/groups that are provided by
103 * Category code for the order integer for items/groups that are
110 * Category code for the order integer for items/groups that are
163 * @param order The order fo
168 add(int groupId, int itemId, int order, CharSequence title) argument
185 add(int groupId, int itemId, int order, int titleRes) argument
227 addSubMenu(final int groupId, final int itemId, int order, final CharSequence title) argument
242 addSubMenu(int groupId, int itemId, int order, int titleRes) argument
295 addIntentOptions(int groupId, int itemId, int order, ComponentName caller, Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java59 public MenuItem add(int groupId, int itemId, int order, int titleRes) { argument
60 return add(groupId, itemId, order, mContext.getResources().getString(titleRes));
63 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { argument
65 groupId, itemId, 0, order, title);
66 mItems.add(order, item);
70 public int addIntentOptions(int groupId, int itemId, int order, argument
89 final MenuItem item = add(groupId, itemId, order, ri.loadLabel(pm))
110 public SubMenu addSubMenu(int groupId, int itemId, int order, argument
116 public SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes) { argument
/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp63 /// find the most-recent fragment whose order was set.
71 /// set all layout order
73 // find the first fragment who has no order.
74 // find the last order of the fragment
86 // for all fragments that has no order, set up its order
111 // set all layout order
133 /// 2. compute the layout order of all previous ranges.
164 // compute the layout order of the previous range.
198 // compute the fragment order an
530 SectOrder order = sect_list[i]; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c209 order pointer to reordering commands
226 refPicListReordering_t *order,
239 ASSERT(order);
246 if (!order->refPicListReorderingFlagL0)
253 while (order->command[i].reorderingOfPicNumsIdc < 3)
256 if (order->command[i].reorderingOfPicNumsIdc < 2)
258 if (order->command[i].reorderingOfPicNumsIdc == 0)
261 (i32)picNumPred - (i32)order->command[i].absDiffPicNum;
268 (i32)(picNumPred + order->command[i].absDiffPicNum);
281 picNum = (i32)order
224 h264bsdReorderRefPicList( dpbStorage_t *dpb, refPicListReordering_t *order, u32 currFrameNum, u32 numRefIdxActive) argument
[all...]
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java394 Fields(String order) { argument
395 mOrder = order;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A 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;
446 tnsInfo->order[subBlockNumber],
477 tnsInfo->order[subBlockNumber] = i + 1;
486 tnsInfo->order[subBlockNumber],
630 * max. TNS order, ptr. to reflection ocefficients
711 * input: <order+1> input values, no. of output values (=order),
809 Parcor2Index(const Word32 parcor[], Word16 index[], Word16 order, Word16 bitsPerCoeff) argument
833 Index2Parcor(const Word16 index[], Word32 parcor[], Word16 order, Word16 bitsPerCoeff) argument
859 FIRLattice(Word16 order, Word32 x, Word32 *state_par, const Word32 *coef_par) argument
895 AnalysisFilterLattice(const Word32 signal[], Word16 numOfLines, const Word32 parCoeff[], Word16 order, Word32 output[]) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1172 // get the order from target for target specific sections
1282 // FIXME: If the order of common symbols is defined, then sort common symbols
1283 // std::sort(com_sym, com_end, some kind of order);
1466 unsigned int order = getSectionOrder(pOutput, **sect, pInfo); local
1467 if (SHO_RELRO_LOCAL == order ||
1468 SHO_RELRO == order ||
1469 SHO_RELRO_LAST == order) {
/frameworks/base/core/java/android/preference/
H A DPreference.java82 * Specify for {@link #setOrder(int)} if a specific order is not required.
564 * Sets the order of this Preference with respect to other
567 * {@link PreferenceGroup#setOrderingAsAdded(boolean)} can be used to order
568 * Preference objects based on the order they appear in the XML.
570 * @param order The order for this Preference. A lower value will be shown
576 public void setOrder(int order) { argument
577 if (order != mOrder) {
578 mOrder = order;
586 * Gets the order o
[all...]

Completed in 2927 milliseconds