HomeSort by relevance Sort by last modified time
    Searched defs:order (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /external/openssl/crypto/ec/
ec_curve.c 106 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, /* order */
132 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, /* order */
168 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, /* order */
216 0x01,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, /* order */
247 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, /* order */
273 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, /* order */
304 0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, /* order */
335 0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, /* order */
366 0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, /* order */
398 0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0xFF,0xFF, /* order */
1914 BIGNUM *p=NULL, *a=NULL, *b=NULL, *x=NULL, *y=NULL, *order=NULL; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
linuxver.h 227 int order; local
230 order = -1;
233 order++;
235 return order;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 168 int order; local
248 int order; local
280 int order; local
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 170 int order; local
250 int order; local
282 int order; local
  /bionic/libc/kernel/common/linux/
msm_q6vdec.h 95 u32 order; member in struct:vdec_config
  /external/chromium/base/
message_loop_unittest.cc 212 // Test that two tasks with different delays run in the right order.
233 // Test that two tasks with the same delay run in the order in which they
608 // Saves the order in which the tasks executed.
652 // Saves the order the tasks ran.
655 OrderedTasks(TaskList* order, int cookie)
656 : order_(order),
660 OrderedTasks(TaskList* order, TaskType type, int cookie)
661 : order_(order),
683 TaskList* order() const { function in class:OrderedTasks
704 MessageBoxTask(TaskList* order, int cookie, bool is_reentrant
864 TaskList order; local
894 TaskList order; local
934 TaskList order; local
977 TaskList order; local
1038 TaskList order; local
1061 TaskList order; local
    [all...]
  /external/chromium/third_party/icu/source/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...]
calendar.cpp 156 // Must be in the order of gCalTypes above
254 UResourceBundle *order = ures_getByKey(rb, region, NULL, &status); local
257 order = ures_getByKey(rb, "001", NULL, &status);
261 if (U_SUCCESS(status) && order != NULL) {
264 const UChar *uCalType = ures_getStringByIndex(order, 0, &len, &status);
272 ures_close(order);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
callcoll.c 445 int32_t order; local
454 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER)
467 orders[size].order = order;
509 if (o != orders[index].order) {
513 while (index > 0 && orders[-- index].order == 0) {
517 if (o != orders[index].order) {
518 log_err("Mismatched order at index %d: 0x%8.8X vs. 0x%8.8X\n", index,
519 orders[index].order, o);
535 while (index != 0 && orders[index - 1].order == 0)
    [all...]
citertst.c 804 uint32_t order; local
810 order = ucol_previous(iter, &status);
813 if (order == 0)
814 order = ucol_previous(iter, &status);
821 size = ucol_getMaxExpansion(iter, order);
831 uint32_t order; local
834 order = ucol_previous(iter, &status);
835 size = ucol_getMaxExpansion(iter, order);
986 if ((count > 250 && testorders[-- count].order != orders[1].order) ||
    [all...]
  /external/freetype/src/pshinter/
pshalgo.h 62 FT_Int order; member in struct:PSH_HintRec_
  /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...]
dtitvfmt.cpp 878 * in order to get interval patterns for 'y' differ,
1012 UBool order = fInfo->getDefaultOrder(); local
1022 UBool order = laterDateFirst; local
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 445 int32_t order; local
454 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER)
467 orders[size].order = order;
512 if (o != orders[index].order) {
516 while (index > 0 && orders[-- index].order == 0) {
520 if (o != orders[index].order) {
521 log_err("Mismatched order at index %d: 0x%8.8X vs. 0x%8.8X\n", index,
522 orders[index].order, o);
538 while (index != 0 && orders[index - 1].order == 0)
    [all...]
citertst.c 804 uint32_t order; local
810 order = ucol_previous(iter, &status);
813 if (order == 0)
814 order = ucol_previous(iter, &status);
821 size = ucol_getMaxExpansion(iter, order);
831 uint32_t order; local
834 order = ucol_previous(iter, &status);
835 size = ucol_getMaxExpansion(iter, order);
986 if ((count > 250 && testorders[-- count].order != orders[1].order) ||
    [all...]
  /external/kernel-headers/original/linux/
msm_q6vdec.h 114 u32 order; /* render decoder order */ member in struct:vdec_config
  /external/quake/quake/src/QW/client/
gl_rmain.c 300 int *order; local
307 order = (int *)((byte *)paliashdr + paliashdr->commands);
312 count = *order++;
334 glTexCoordPointer(2, GL_FLOAT, 0, order);
356 order += 2 * count;
371 glTexCoord2f (((float *)order)[0], ((float *)order)[1]);
372 order += 2;
397 int *order; local
407 order = (int *)((byte *)paliashdr + paliashdr->commands)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 446 // Indicate which sorting order shall be used for the
450 public String order; field in class:BluetoothPbapObexServer.AppParamValue
461 order = "";
469 + needTag + " vcard21=" + vcard21 + " order=" + order);
486 appParamValue.order = Byte.toString(appParam[i]);
826 String orderPara = appParamValue.order.trim();
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 611 int order = screen.getPreferenceCount(); local
614 pref.setOrder(order++);
626 Log.v(TAG, "add pref " + pref.getKey() + ": order=" + pref.getOrder());
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 354 // order first by whether it a full prefix match, then by name
358 String order = "MIN(token_index) != 0, " + NAME; local
359 Cursor cursor = qb.query(mDb, projectionIn, null, null, groupBy, null, order);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 95 u32 order; member in struct:vdec_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 95 u32 order; member in struct:vdec_config
  /external/chromium/third_party/icu/source/test/intltest/
apicoll.cpp 701 doAssert((order1 != order2), "The order result should not be the same");
710 doAssert((order1 == order2), "The order result should be the same");
764 doAssert((order1 == order2), "The order result should be the same");
1321 uint32_t order; local
1348 uint32_t order; local
    [all...]
ssearch.cpp 681 struct Order
683 int32_t order; member in struct:Order
696 void add(int32_t order, int32_t low, int32_t high);
697 const Order *get(int32_t index) const;
706 Order *list;
714 list = new Order[listMax];
723 int32_t order, low, high; local
739 list = new Order[listMax];
745 order = ucol_next(elems, &status);
748 if (order != UCOL_NULLORDER)
795 const Order *order = get(index); local
806 const Order *order = get(index); local
817 const Order *order = get(index); local
882 const Order *order = list.get(i); local
900 const Order *order = list.get(i); local
990 int32_t order, low, high; local
1113 uint64_t order; local
    [all...]
  /external/dnsmasq/src/
option.c 140 { "strict-order", 0, 0, 'o' },
262 { 'o', OPT_ORDER, NULL, gettext_noop("Use nameservers strictly in the order given in %s."), RESOLVFILE },
2368 int order, pref; local
    [all...]

Completed in 3023 milliseconds

1 2 3 45 6 7