HomeSort by relevance Sort by last modified time
    Searched refs:order (Results 126 - 150 of 430) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu4c/test/cintltst/
callcoll.h 34 int32_t order; member in struct:OrderAndOffset
  /external/icu4c/test/intltest/
tscoll.h 26 struct Order
28 int32_t order; member in struct:IntlTestCollator::Order
51 Order *getOrders(CollationElementIterator &iter, int32_t &orderLength);
  /external/skia/include/core/
SkFontHost.h 192 that the contents of the table will be in their native endian order
251 /** LCD color elements can vary in order. For subpixel text we need to know
252 the order which the LCDs uses so that the color fringes are in the
267 static void SetSubpixelOrder(LCDOrder order);
  /frameworks/base/core/java/android/ddm/
DdmHandleAppName.java 95 out.order(ChunkHandler.CHUNK_ORDER);
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
tns.h 48 Word16 maxOrder; /* max. order of tns filter */
104 Word16 order[TRANS_FAC]; member in struct:__anon9320
  /libcore/luni/src/main/java/java/nio/
CharArrayBuffer.java 88 public final ByteOrder order() { method in class:CharArrayBuffer
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectCharBufferTest.java 91 method = "order",
95 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
DirectDoubleBufferTest.java 89 notes = "Verifies order method for direct DoubleBuffer.",
90 method = "order",
94 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
DirectFloatBufferTest.java 90 notes = "Verifies order method for direct FloatBuffer.",
91 method = "order",
95 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
DirectLongBufferTest.java 90 notes = "Verifies order method for direct LongBuffer.",
91 method = "order",
95 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
  /packages/apps/Camera/src/com/android/camera/ui/
NinePatchChunk.java 35 ByteBuffer.wrap(data).order(ByteOrder.nativeOrder());
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
symtab.h 72 /* Initialize the hashtable with 2 ^ order entries. */
73 extern hash_table *ht_create (unsigned int order);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
symtab.h 72 /* Initialize the hashtable with 2 ^ order entries. */
73 extern hash_table *ht_create (unsigned int order);
  /system/extras/procrank/
procrank.c 44 static int order; variable
64 order = -1;
74 if (!strcmp(argv[arg], "-R")) { order *= -1; continue; }
189 " (Default sort order is PSS.)\n"
190 " -R Reverse sort order (default is descending).\n"
264 return order * compfn( \
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/
shell.js 205 Calculate the "order" of a set of data points {X: [], Y: []}
211 var order = 0;
219 // only increase the order if the slope
221 order++;
234 if (2 == origLength - order)
236 order = Number.POSITIVE_INFINITY;
238 return order;
  /frameworks/base/core/java/android/text/format/
DateFormat.java 42 Formatting characters may be repeated in order to get more detailed representations
265 * to the current locale and the user's date-order preference.
355 * 3 elements ({@link #DATE}, {@link #MONTH}, and {@link #YEAR}) in the order
356 * specified by the user's format preference. Note that this order is
360 * order returned here.
363 char[] order = new char[] {DATE, MONTH, YEAR}; local
373 order[index] = DATE;
379 order[index] = MONTH;
385 order[index] = YEAR;
389 return order;
    [all...]
  /frameworks/base/core/java/android/widget/
DatePicker.java 161 // re-order the number pickers to match the current date format
179 String order; local
184 * the date format order setting. Otherwise, use the order
195 order = ((SimpleDateFormat) format).toPattern();
198 order = new String(DateFormat.getDateFormatOrder(getContext()));
202 * required order.
210 for (int i = 0; i < order.length(); i++) {
211 char c = order.charAt(i);
  /system/extras/librank/
librank.c 66 static int order; variable
188 order = -1;
207 if (!strcmp(argv[i], "-R")) { order *= -1; continue; }
306 " (Default sort order is PSS.)\n"
308 " -R Reverse sort order (default is descending).\n"
332 return order * numcmp(
340 return order * compfn( \
  /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...]
  /external/openssl/apps/
s_socket.c 71 /* With IPv6, it looks like Digital has mixed up the proper order of
573 unsigned long order; member in struct:ghbn_cache_st
587 if (low > ghbn_cache[i].order)
589 low=ghbn_cache[i].order;
592 if (ghbn_cache[i].order > 0)
608 ghbn_cache[lowi].order=ghbn_miss+ghbn_hits;
616 ghbn_cache[i].order=ghbn_miss+ghbn_hits;
  /system/core/libpixelflinger/tinyutils/
VectorImpl.cpp 457 ssize_t SortedVectorImpl::_indexOrderOf(const void* item, size_t* order) const
479 if (order) *order = l;
485 size_t order;
486 ssize_t index = _indexOrderOf(item, &order);
488 index = VectorImpl::insertAt(item, order, 1);
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 21 @ May want to swap the order of these two branches depending on how the
OP_APUT_WIDE.S 20 @ May want to swap the order of these two branches depending on how the
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 21 @ May want to swap the order of these two branches depending on how the
OP_APUT_WIDE.S 22 @ May want to swap the order of these two branches depending on how the

Completed in 2731 milliseconds

1 2 3 4 56 7 8 91011>>