Searched defs:order (Results 1 - 20 of 20) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuWrapperICS.java50 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { argument
51 return getMenuItemWrapper(mWrappedObject.add(groupId, itemId, order, title));
55 public MenuItem add(int groupId, int itemId, int order, int titleRes) { argument
56 return getMenuItemWrapper(mWrappedObject.add(groupId, itemId, order, titleRes));
70 public SubMenu addSubMenu(int groupId, int itemId, int order, CharSequence title) { argument
71 return getSubMenuWrapper(mWrappedObject.addSubMenu(groupId, itemId, order, title));
75 public SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes) { argument
77 mWrappedObject.addSubMenu(groupId, itemId, order, titleRes));
81 public int addIntentOptions(int groupId, int itemId, int order, ComponentName caller, argument
89 .addIntentOptions(groupId, itemId, order, calle
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java50 public MockVCardInterpreter addExpectedOrder(Order order) { argument
51 mExpectedOrder.add(order);
55 private void inspectOrder(Order order) { argument
56 mHistory.add(order);
58 assertEquals(top, order);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java394 Fields(String order) { argument
395 mOrder = order;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java128 * Indicates to server that default sorting order shall be used for vCard
134 * Indicates to server that indexed sorting order shall be used for vCard
140 * Indicates to server that alphabetical sorting order shall be used for the
147 * order shall be used for the vCard listing.
723 * @param order the sorting order of the resulting list of entries
729 public boolean pullVcardListing(String folder, byte order) { argument
730 return pullVcardListing(folder, order, SEARCH_ATTR_NAME, null, 0, 0);
756 * @param order the sorting order o
765 pullVcardListing(String folder, byte order, int maxListCount, int listStartOffset) argument
805 pullVcardListing(String folder, byte order, byte searchAttr, String searchVal, int maxListCount, int listStartOffset) argument
[all...]
H A DBluetoothPbapRequestPullVcardListing.java40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr, argument
61 if (order >= 0) {
62 oap.add(OAP_TAGID_ORDER, order);
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h84 size_t order() const { return m_Order; } function in class:mcld::SectionMap::Output
141 { return LHS->order() < RHS->order(); }
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1429 // get the order from target for target specific sections
1575 // FIXME: If the order of common symbols is defined, then sort common symbols
1576 // std::sort(com_sym, com_end, some kind of order);
1922 unsigned int order = getSectionOrder(**sect); local
1923 if (SHO_RELRO_LOCAL == order ||
1924 SHO_RELRO == order ||
1925 SHO_RELRO_LAST == order) {
2296 (*relro_last)->order() <= SHO_RELRO_LAST &&
2297 (*out)->order() > SHO_RELRO_LAST) {
2490 unsigned int order local
2510 size_t order = getSectionOrder(**it); local
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java91 public void setByteOrder(ByteOrder order) { argument
92 mByteBuffer.order(order);
96 return mByteBuffer.order();
H A DExifData.java51 ExifData(ByteOrder order) { argument
52 mByteOrder = order;
117 * Gets the byte order.
H A DOrderedDataOutputStream.java32 public OrderedDataOutputStream setByteOrder(ByteOrder order) { argument
33 mByteBuffer.order(order);
/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/base/media/java/android/media/
H A DWebVttRenderer.java1485 // Automatic snapped line position uses active cue order.
1796 * Sets the order of this cue in the list of active cues.
1798 * @param order the order of this cue in the list of active cues
1800 public void setOrder(int order) { argument
1801 mOrder = order;
/frameworks/base/core/java/android/preference/
H A DPreference.java82 * Specify for {@link #setOrder(int)} if a specific order is not required.
597 * Sets the order of this Preference with respect to other
600 * {@link PreferenceGroup#setOrderingAsAdded(boolean)} can be used to order
601 * Preference objects based on the order they appear in the XML.
603 * @param order The order for this Preference. A lower value will be shown
609 public void setOrder(int order) { argument
610 if (order != mOrder) {
611 mOrder = order;
619 * Gets the order o
[all...]
/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/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/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/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:__anon345
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c74 static void Parcor2Index(const Word32 parcor[], Word16 index[], Word16 order,
77 static void Index2Parcor(const Word16 index[], Word32 parcor[], Word16 order,
83 const Word32 parCoeff[], Word16 order,
434 tnsInfo->order[subBlockNumber] = i + 1;
448 tnsInfo->order[subBlockNumber],
479 tnsInfo->order[subBlockNumber] = i + 1;
488 tnsInfo->order[subBlockNumber],
632 * max. TNS order, ptr. to reflection ocefficients
715 * input: <order+1> input values, no. of output values (=order),
813 Parcor2Index(const Word32 parcor[], Word16 index[], Word16 order, Word16 bitsPerCoeff) argument
837 Index2Parcor(const Word16 index[], Word32 parcor[], Word16 order, Word16 bitsPerCoeff) argument
863 FIRLattice(Word16 order, Word32 x, Word32 *state_par, const Word32 *coef_par) argument
899 AnalysisFilterLattice(const Word32 signal[], Word16 numOfLines, const Word32 parCoeff[], Word16 order, Word32 output[]) argument
[all...]
/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/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...]

Completed in 4547 milliseconds