/ndk/build/platforms/android-3/arch-arm/usr/include/machine/ |
ieee.h | 84 * and 96-bit IEEE formats, with the words in big-endian order. VFP supports 86 * order.
|
/ndk/build/platforms/android-4/arch-arm/usr/include/machine/ |
ieee.h | 84 * and 96-bit IEEE formats, with the words in big-endian order. VFP supports 86 * order.
|
/ndk/build/platforms/android-5/arch-arm/usr/include/machine/ |
ieee.h | 84 * and 96-bit IEEE formats, with the words in big-endian order. VFP supports 86 * order.
|
/ndk/build/platforms/android-8/arch-arm/usr/include/machine/ |
ieee.h | 84 * and 96-bit IEEE formats, with the words in big-endian order. VFP supports 86 * order.
|
/packages/apps/Camera/src/com/android/camera/gallery/ |
BaseImageList.java | 139 // This provides a default sorting order string for subclasses. 140 // The list is first sorted by date, then by id. The order can be ascending
|
/packages/apps/Email/res/values/ |
arrays.xml | 101 <!-- Arrays "mailbox_display_names" and "mailbox_display_icons" MUST match the order 122 <!-- Arrays "mailbox_display_names" and "mailbox_display_icons" MUST match the order
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
BaseImageList.java | 219 // This provides a default sorting order string for subclasses. 220 // The list is first sorted by date, then by id. The order can be ascending
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnEngine.java | 100 * frequency order for {@link #predict(ComposingText, int, int)} and 101 * {@link #makeCandidateListOf(int)}, in increasing character code order for
|
/packages/inputmethods/PinyinIME/jni/include/ |
dictbuilder.h | 120 // Actually, the single char items are be in other order, for example, 121 // in spelling id order, etc.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
ChunkHandler.java | 156 buf.order(CHUNK_ORDER); 171 slice.order(CHUNK_ORDER);
|
/sdk/emulator/qtools/ |
post_trace.cpp | 38 "Error: basic block numbers out of order; expected %lld, got %lld\n", 85 // Reopen the trace file in order to force the trace manager to reread
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterSG.h | 83 in the following order (each parameter is 32 bits long): 97 to be inactive in order to DISABLE the SG
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
mlmeApi.h | 120 /* Please notice, the order of fields in the beacon must be identical to the order of
|
/frameworks/base/core/java/android/preference/ |
Preference.java | 68 * Specify for {@link #setOrder(int)} if a specific order is not required. 475 * Sets the order of this Preference with respect to other 478 * {@link PreferenceGroup#setOrderingAsAdded(boolean)} can be used to order 479 * Preference objects based on the order they appear in the XML. 481 * @param order The order for this Preference. A lower value will be shown 487 public void setOrder(int order) { 488 if (order != mOrder) { 489 mOrder = order; 497 * Gets the order of this Preference with respect to other Preference object [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
CopyOnWriteArraySet.java | 119 * If this set makes any guarantees as to what order its elements 121 * elements in the same order. 151 * <p>If this set makes any guarantees as to what order its elements 153 * in the same order. 297 * in the order in which these elements were added.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Collection.java | 195 * objects contained by this {@code Collection}. The order in which the elements are 197 * {@code Collection} has a defined order the elements are returned in that order. 284 * array in the same order as an iterator would return them. 302 * array in the same order as an iterator would return them.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
NodeSorter.java | 166 // That way we can keep elements in document order. 191 // process order parameter 249 //Process order parameter 284 * maintains the original document order of the input if 285 * the order isn't changed by the sort.
|
/dalvik/libdex/ |
DexProto.c | 187 * order, with no other adornment. 340 * with the return type as the major order, then the first arguments, 343 * earlier one in sort order (similar to strcmp()). 351 * with the first argument as the major order, then second, etc. If two 353 * shorter argument is considered the earlier one in sort order (similar
|
/external/icu4c/layout/ |
LETypes.h | 104 * Used for glyph indices. The low-order 16 bits are 107 * order 8 bits are client defined. The LayoutEngine 124 * into the low-order bits. 142 * into the low-order bits. 160 * into the low-order bits.
|
/external/jpeg/ |
rdbmp.c | 59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ 114 * unprocessed. We must read it out in top-to-bottom row order, and if 164 /* Transfer data. Note source values are in BGR order 197 /* Read the data into a virtual array in input-file row order. */ 218 /* Set up to read from the virtual array in top-to-bottom order */
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
pv_2way_h324m_interface.h | 209 * in network byte order. 391 * The first 2 bytes of the event local buffer indicate the logical channel (network byte order) and the 3rd 398 * The first 2 bytes of the event local buffer indicate the logical channel (network byte order) and the 3rd 405 * local buffer encode the logical channel number in network byte order. 440 * All values are in network byte order.
|
/external/openssl/crypto/evp/ |
p_lib.c | 94 BIGNUM *order = BN_new(); local 98 if (!order) 104 if (!EC_GROUP_get_order(group, order, NULL)) 110 ret = BN_num_bits(order); 111 BN_free(order);
|
/frameworks/base/core/java/android/content/ |
SearchRecentSuggestionsProvider.java | 31 * <p>In order to use this class, you must do the following. 53 * <li>In order for the Content Resolver to do this, you must update your searchable activity's 84 // NOTE: These version values are shifted left 8 bits (x 256) in order to create space for 155 * In order to use this class, you must extend it, and call this setup function from your 327 // Suggestions are always performed with the default sort order
|
/frameworks/base/core/java/android/view/ |
MenuItem.java | 72 * Return the category and order within the category of this item. This 74 * order greater than this value. 76 * An order integer contains the item's category (the upper bits of the 77 * integer; set by or/add the category with the order within the 83 * @return The order of this item.
|
/external/openssl/crypto/ec/ |
ec_asn1.c | 177 ASN1_INTEGER *order; member in struct:ec_parameters_st 248 ASN1_SIMPLE(ECPARAMETERS, order, ASN1_INTEGER), 645 /* set the order */ 651 ret->order = BN_to_ASN1_INTEGER(tmp, ret->order); 652 if (ret->order == NULL) 925 if (!params->order || !params->base || !params->base->data) 945 /* extract the order */ 946 if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL) 977 /* set the generator, order and cofactor (if present) * [all...] |