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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java32 public OrderedDataOutputStream setByteOrder(ByteOrder order) { argument
33 mByteBuffer.order(order);
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.
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationSubMenu.java52 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { argument
53 MenuItem item = super.add(groupId, itemId, order, title);
59 public MenuItem add(int groupId, int itemId, int order, int titleRes) { argument
60 MenuItem item = super.add(groupId, itemId, order, titleRes);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullVcardListing.java40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr, argument
61 if (order >= 0) {
62 oap.add(OAP_TAGID_ORDER, order);
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...]
/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/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.java58 * Distributes the animation delays in the order in which view were added
64 * Distributes the animation delays in the reverse order in which view were
81 * The randomizer used when the order is set to random. Subclasses should
150 * Returns the order used to compute the delay of each child's animation.
162 * Sets the order used to compute the delay of each child's animation.
164 * @param order one of {@link #ORDER_NORMAL}, {@link #ORDER_REVERSE} or
169 public void setOrder(int order) { argument
170 mOrder = order;
395 * 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:__anon357
/frameworks/base/core/java/android/view/
H A DMenu.java55 * This is the part of an order integer that the user can provide.
60 * Bit shift of the user portion of the order integer.
66 * This is the part of an order integer that supplies the category of the
72 * Bit shift of the category portion of the order integer.
92 * Category code for the order integer for items/groups that are part of a
98 * Category code for the order integer for items/groups that are provided by
104 * Category code for the order integer for items/groups that are
111 * Category code for the order integer for items/groups that are
164 * @param order The order fo
169 add(int groupId, int itemId, int order, CharSequence title) argument
186 add(int groupId, int itemId, int order, @StringRes int titleRes) argument
228 addSubMenu(final int groupId, final int itemId, int order, final CharSequence title) argument
243 addSubMenu(int groupId, int itemId, int order, @StringRes int titleRes) argument
296 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/include/mcld/Object/
H A DSectionMap.h85 size_t order() const { return m_Order; } function in class:mcld::SectionMap::Output
141 return LHS->order() < RHS->order();
/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/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/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java394 Fields(String order) { argument
395 mOrder = order;
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java261 private void setOrder(ByteOrder order) { argument
262 mByteOrder = order;
263 mMappedByteBuffer.order(mByteOrder);
/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],
602 * max. TNS order, ptr. to reflection ocefficients
685 * input: <order+1> input values, no. of output values (=order),
783 Parcor2Index(const Word32 parcor[], Word16 index[], Word16 order, Word16 bitsPerCoeff) argument
807 Index2Parcor(const Word16 index[], Word32 parcor[], Word16 order, Word16 bitsPerCoeff) argument
833 FIRLattice(Word16 order, Word32 x, Word32 *state_par, const Word32 *coef_par) argument
869 AnalysisFilterLattice(const Word32 signal[], Word16 numOfLines, const Word32 parCoeff[], Word16 order, Word32 output[]) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreference.java86 * Specify for {@link #setOrder(int)} if a specific order is not required.
605 * Sets the order of this Preference with respect to other
608 * {@link PreferenceGroup#setOrderingAsAdded(boolean)} can be used to order
609 * Preference objects based on the order they appear in the XML.
611 * @param order The order for this Preference. A lower value will be shown
617 public void setOrder(int order) { argument
618 if (order != mOrder) {
619 mOrder = order;
627 * Gets the order o
[all...]
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1487 // Automatic snapped line position uses active cue order.
1798 * Sets the order of this cue in the list of active cues.
1800 * @param order the order of this cue in the list of active cues
1802 public void setOrder(int order) { argument
1803 mOrder = order;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java281 String order) {
280 query(Uri uri, String[] projection, String where, String[] whereArgs, String order) argument
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java81 * Specify for {@link #setOrder(int)} if a specific order is not required.
536 * Sets the order of this Preference with respect to other
539 * {@link PreferenceGroup#setOrderingAsAdded(boolean)} can be used to order
540 * Preference objects based on the order they appear in the XML.
542 * @param order The order for this Preference. A lower value will be shown
548 public void setOrder(int order) { argument
549 if (order != mOrder) {
550 mOrder = order;
558 * Gets the order o
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1375 // get the order from target for target specific sections
1512 // FIXME: If the order of common symbols is defined, then sort common symbols
1513 // std::sort(com_sym, com_end, some kind of order);
1832 unsigned int order = getSectionOrder(**sect); local
1833 if (SHO_RELRO_LOCAL == order || SHO_RELRO == order ||
1834 SHO_RELRO_LAST == order) {
2192 if (relro_last != outEnd && (*relro_last)->order() <= SHO_RELRO_LAST &&
2193 (*out)->order() > SHO_RELRO_LAST) {
2387 unsigned int order local
2409 size_t order = getSectionOrder(**it); local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1072 milliseconds