/external/libpcap/ |
pcap.3 | 636 calls in order to unblock the thread, such as thread cancellation in 759 the latter three routines can be used directly in order to get the error 819 byte order, containing a PF_ value from 823 Note that ``host byte order'' is the byte order of the machine on which 826 done, ``host byte order'' is the byte order of the machine capturing the 828 the packets, but if a ``savefile'' is being read, the byte order and PF_ 843 SLIP; the link layer header contains, in order: 910 byte order, containing a PF_ value from OpenBSD' [all...] |
/external/openssl/crypto/ec/ |
ec_lib.c | 103 BN_init(&ret->order); 134 BN_free(&group->order); 157 BN_clear_free(&group->order); 219 if (!BN_copy(&dest->order, &src->order)) return 0; 284 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) 299 if (order != NULL) 300 { if (!BN_copy(&group->order, order)) return 0; } 302 BN_zero(&group->order); [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
HeapPanel.java | 1129 int order = 0; local [all...] |
/external/guava/src/com/google/common/collect/ |
ImmutableSet.java | 36 * iteration order. Does not permit null elements. 93 * Returns an immutable set containing the given elements, in order. Repeated 105 * Returns an immutable set containing the given elements, in order. Repeated 117 * Returns an immutable set containing the given elements, in order. Repeated 129 * Returns an immutable set containing the given elements, in order. Repeated 141 * Returns an immutable set containing the given elements, in order. Repeated 161 * Returns an immutable set containing the given elements, in order. Repeated 190 * Returns an immutable set containing the given elements, in order. Repeated 293 // the elements (two or more) in the desired order.
|
Ordering.java | 65 * Returns a serializable ordering that uses the natural order of the values. 85 * @param comparator the comparator that defines the order 105 * Returns an ordering that compares objects according to the order in 119 * to compare, in the order the comparator should induce 131 * Returns an ordering that compares objects according to the order in 146 * comparator will be able to compare, in the order the comparator should 182 * whatsoever to the order imposed, but it is constant for the life of the VM. 261 * Returns an ordering which tries each given comparator in order until a 270 * <p><b>Warning:</b> Supplying an argument with undefined iteration order, 273 * @param comparators the comparators to try in order [all...] |
ImmutableBiMap.java | 26 * An immutable {@link BiMap} with reliable user-specified iteration order. Does 66 * Returns an immutable map containing the given entries, in order. 75 * Returns an immutable map containing the given entries, in order. 86 * Returns an immutable map containing the given entries, in order. 97 * Returns an immutable map containing the given entries, in order. 240 * same order as the parameters used to build this map.
|
ImmutableListMultimap.java | 32 * iteration order. Does not permit null keys or values. 74 * Returns an immutable multimap containing the given entries, in order. 85 * Returns an immutable multimap containing the given entries, in order. 98 * Returns an immutable multimap containing the given entries, in order. 112 * Returns an immutable multimap containing the given entries, in order. 263 * returned. The values are in the same order as the parameters used to build
|
/external/opencore/codecs_v2/video/avc_h264/common/src/ |
reflist.cpp | 88 /* order list 0 by PicNum from max to min, see subclause 8.2.4.2.1 */ 103 /* order PicNum from min to max, see subclause 8.2.4.2.1 */ 406 /* sort by PicNum, descending order */ 428 /* sort by PicNum, ascending order */ 451 /* sort by FrameNumWrap, descending order */ 473 /* sort frames by LongTermFrameIdx, ascending order */ 495 /* sort PictureData by POC in descending order */ 534 /* sort PictureData by LongTermPicNum in ascending order */ 556 /* sort by PicOrderCnt, descending order */
|
/frameworks/base/core/java/android/view/animation/ |
LayoutAnimationController.java | 56 * 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) { 168 mOrder = order; 393 * by the order returned by {@link #getOrder()}. Subclasses should override
|
/frameworks/base/media/libstagefright/codecs/avc/common/src/ |
reflist.cpp | 88 /* order list 0 by PicNum from max to min, see subclause 8.2.4.2.1 */ 103 /* order PicNum from min to max, see subclause 8.2.4.2.1 */ 406 /* sort by PicNum, descending order */ 428 /* sort by PicNum, ascending order */ 451 /* sort by FrameNumWrap, descending order */ 473 /* sort frames by LongTermFrameIdx, ascending order */ 495 /* sort PictureData by POC in descending order */ 534 /* sort PictureData by LongTermPicNum in ascending order */ 556 /* sort by PicOrderCnt, descending order */
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 74 /** Sort order (frequency in descending). */ 76 /** Sort order (character code of key string in ascending). */ 200 * result of prefix search is output by following order: "bbcd", 206 * <th><td>Search Mode</td><td>Sort Order</td><td>Ambiguous Search</td></th> 217 * @param order The sort order 226 public int searchWord(int operation, int order, String keyString ); 233 * the same as {@link #searchWord(int operation, int order, String keyString)}. 244 public int searchWord(int operation, int order, String keyString, WnnWord wnnWord );
|
/external/icu4c/i18n/ |
colldata.cpp | 57 int32_t order; local 87 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) { 88 UBool cont = isContinuation(order); 90 order &= strengthMask; 92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { 94 order &= UCOL_PRIMARYORDERMASK; 96 order = UCOL_IGNORABLE; 100 if (order == UCOL_IGNORABLE) { 105 order |= UCOL_CONTINUATION_MARKER [all...] |
ucol_imp.h | 65 * Physical order of structures: 356 /* mask off anything but primary order */ 358 /* mask off anything but secondary order */ 360 /* mask off anything but tertiary order */ 362 /* primary order shift */ 364 /* secondary order shift */ 375 #define UCOL_PRIMARYORDER(order) (((order) & UCOL_PRIMARYORDERMASK)>> UCOL_PRIMARYORDERSHIFT) 376 #define UCOL_SECONDARYORDER(order) (((order) & UCOL_SECONDARYORDERMASK)>> UCOL_SECONDARYORDERSHIFT [all...] |
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
ReportGenerator.java | 122 final ItemComparator order = local 124 for (Iterator packages = item.getChildren(order); packages.hasNext(); ) 147 final ItemComparator order = m_typeSortComparators[id]; local 148 for (Iterator srcORclsFiles = item.getChildren(order); 208 final ItemComparator order = m_typeSortComparators[ local 211 for (Iterator classes = item.getChildren(order);
|
/external/icu4c/common/unicode/ |
usetiter.h | 181 * <p>The order of iteration is all code points in sorted order, 182 * followed by all strings sorted order. Do not mix 200 * <p>The order of iteration is all code points ranges in sorted 201 * order, followed by all strings sorted order. Ranges are
|
/external/webkit/JavaScriptCore/icu/unicode/ |
ustring.h | 41 * upper/lower-casing and string comparison in code point order. 405 * Compare two Unicode strings for bitwise equality (code unit order). 419 * Compare two Unicode strings in code point order. 426 * in code point order 433 * Compare two Unicode strings (binary order). 435 * The comparison can be done in code unit order or in code point order. 439 * In code unit order, high BMP code points sort after supplementary code points 452 * @param codePointOrder Choose between code unit order (FALSE) 453 * and code point order (TRUE) [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
ustring.h | 41 * upper/lower-casing and string comparison in code point order. 405 * Compare two Unicode strings for bitwise equality (code unit order). 419 * Compare two Unicode strings in code point order. 426 * in code point order 433 * Compare two Unicode strings (binary order). 435 * The comparison can be done in code unit order or in code point order. 439 * In code unit order, high BMP code points sort after supplementary code points 452 * @param codePointOrder Choose between code unit order (FALSE) 453 * and code point order (TRUE) [all...] |
/external/webkit/WebCore/icu/unicode/ |
ustring.h | 41 * upper/lower-casing and string comparison in code point order. 405 * Compare two Unicode strings for bitwise equality (code unit order). 419 * Compare two Unicode strings in code point order. 426 * in code point order 433 * Compare two Unicode strings (binary order). 435 * The comparison can be done in code unit order or in code point order. 439 * In code unit order, high BMP code points sort after supplementary code points 452 * @param codePointOrder Choose between code unit order (FALSE) 453 * and code point order (TRUE) [all...] |
/external/webkit/WebKit/mac/icu/unicode/ |
ustring.h | 41 * upper/lower-casing and string comparison in code point order. 405 * Compare two Unicode strings for bitwise equality (code unit order). 419 * Compare two Unicode strings in code point order. 426 * in code point order 433 * Compare two Unicode strings (binary order). 435 * The comparison can be done in code unit order or in code point order. 439 * In code unit order, high BMP code points sort after supplementary code points 452 * @param codePointOrder Choose between code unit order (FALSE) 453 * and code point order (TRUE) [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
IMemorySystem.java | 215 * true if the shorts should be written in reverse byte order. 247 * true if the ints should be written in reverse byte order. 287 * order at the given address. 302 * order at the given address. 319 * platform byte order. 337 * byte-order at the given address. 354 * platform byte order. 372 * order at the given address. 389 * the platform byte order. 408 * byte order at the given address [all...] |
/external/openssl/crypto/ |
mem_dbg.c | 83 static unsigned long order = 0; /* number of memory requests */ variable 120 unsigned long order; member in struct:mem_st 187 * appropriate order (long-time lock first). 460 if (order == break_order_num) 463 m->order=order; 465 m->order=order++; 468 m->order, 524 mp->order, mp->addr, mp->num) [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
CompletionService.java | 13 * completed tasks and process their results in the order they 18 * possibly in a different order than they were requested.
|
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
ChunkHandler.java | 66 out.order(ChunkHandler.CHUNK_ORDER); 81 in.order(CHUNK_ORDER);
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
Counter.java | 33 * It tries to cache the counted nodes in document order... 127 // Since the list is in backwards order, the count is
|
NodeSortKey.java | 42 /** Flag indicating whether to sort in descending order */ 67 * @param descending Flag indicating whether to sort in descending order
|