Home
last modified time | relevance | path

Searched refs:orders (Results 1 – 25 of 33) sorted by relevance

12

/external/icu4c/test/intltest/
Dtscoll.cpp406 LocalArray<Order> orders(getOrders(iter, orderLength)); in backAndForth() local
431 if (o != orders[index].order) { in backAndForth()
435 while (index > 0 && orders[--index].order == 0) { in backAndForth()
439 if (o != orders[index].order) { in backAndForth()
441 orders[index].order, o); in backAndForth()
449 if (offset != orders[index].offset) { in backAndForth()
451 orders[index].offset, offset); in backAndForth()
459 while (index != 0 && orders[index - 1].order == 0) in backAndForth()
503 LocalArray<Order> orders(new Order[maxSize]); in getOrders() local
515 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order)); in getOrders()
[all …]
Ditercoll.cpp191 Order *orders = getOrders(*iter, orderLength); in TestOffset() local
220 delete[] orders; in TestOffset()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DCollationElementIteratorTest.java61 int[] orders = new int[text.length()]; in testNext() local
65 orders[i++] = order; in testNext()
74 assertEquals(orders[--i], order); in testNext()
85 int[] orders = new int[text.length()]; in testReset() local
89 orders[i++] = order; in testReset()
/external/icu4c/test/cintltst/
Dcallcoll.c450 OrderAndOffset *orders =(OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize); in getOrders() local
461 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders()
462 free(orders); in getOrders()
463 orders = temp; in getOrders()
467 orders[size].order = order; in getOrders()
468 orders[size].offset = offset; in getOrders()
478 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders()
479 free(orders); in getOrders()
480 orders = temp; in getOrders()
486 return orders; in getOrders()
[all …]
Dcitertst.c568 OrderAndOffset *orders; in TestOffset() local
600 orders = getOrders(iter, &orderLength); in TestOffset()
632 free(orders); in TestOffset()
950 *orders; in TestSmallBuffer() local
972 orders = getOrders(iter, &count); in TestSmallBuffer()
989 if ((count > 250 && testorders[-- count].order != orders[1].order) || in TestSmallBuffer()
990 (count <= 250 && testorders[-- count].order != orders[0].order)) { in TestSmallBuffer()
997 free(orders); in TestSmallBuffer()
/external/eigen/doc/
DI15_StorageOrders.dox3 /** \page TopicStorageOrders Storage orders
5 There are two different storage orders for matrices and two-dimensional arrays: column-major and ro…
6 This page explains these storage orders and how to specify which one should be used.
53 \section TopicStorageOrdersInEigen Storage orders in Eigen
86 …row-major storage orders transparently, the Eigen library may well work best with column-major mat…
DC01_TutorialMatrixClass.dox148 … storage order, but this can be changed to row-major, see \ref TopicStorageOrders "Storage orders".
254 \ref TopicStorageOrders "storage orders". For example, this type means row-major 3x3 matrices:
DC09_TutorialSparse.dox350 However, a strong restriction is that the storage orders must match. For instance, in the following…
/external/quake/quake/src/WinQuake/data/
DORDER.TXT47 International phone orders will NOT be accepted. Unfortunately, due
48 to international shipping costs, all international orders are sent
95 Shipping: US orders-$5.00 first product/$2.00 each additional
98 International shipping for prepaid orders are via US Mail, and
/external/qemu/distrib/jpeg-6b/
Djddctmgr.c249 static const char orders[DCTSIZE] = {4, 2, 5, 3, 6, 1, 7, 0}; in start_pass() local
252 int j = ((i & 7) << 3) + orders[i >> 3]; in start_pass()
DREADME238 doesn't take credit card orders, but Global does.) It's not cheap: as of
/external/jpeg/
Djddctmgr.c249 static const char orders[DCTSIZE] = {4, 2, 5, 3, 6, 1, 7, 0}; in start_pass() local
252 int j = ((i & 7) << 3) + orders[i >> 3]; in start_pass()
DREADME238 doesn't take credit card orders, but Global does.) It's not cheap: as of
/external/llvm/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll13 ; entry), legalizer can serialize them in arbitrary orders. If it's
/external/llvm/test/Transforms/DeadArgElim/
Ddeadretval2.ll39 ; different orders (ie, first the caller, than the callee and first the callee
/external/flac/libFLAC/ia32/
Dstream_encoder_asm.nasm119 ; now merge partitions for lower orders
/external/bison/
DTODO220 move to partial orders (sounds like series/parallel orders to me).
/external/iproute2/doc/
Dip-tunnels.tex62 Note keyword \verb|onlink|, it is the magic key that orders kernel
276 \verb|i| or \verb|o|. F.e.\ \verb|icsum| orders to accept only
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td189 // some point, we can go back to using the above allocation orders for the
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
DIJG_README238 doesn't take credit card orders, but Global does.) It's not cheap: as of
/external/elfutils/tests/
DChangeLog422 * run-bug1-test.sh: Test a second case, to cover both byte orders.
/external/llvm/include/llvm/Target/
DTarget.td175 // AltOrders - List of alternative allocation orders. The default order is
/external/chromium/net/base/
Dssl_false_start_blacklist.txt2631 orders.airculinaireinternational.com
2632 orders.caterlinkworldwide.com
/external/llvm/docs/
DCodeGenerator.rst358 By convention, the LLVM code generator orders instruction operands so that all
360 are normally printed in other orders. For example, the SPARC add instruction:
/external/qemu/distrib/sdl-1.2.15/Xcode/XcodeDocSet/
DDoxyfile422 # the constructors will appear in the respective orders defined by

12