/external/icu4c/test/intltest/ |
D | tscoll.cpp | 406 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 …]
|
D | itercoll.cpp | 191 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/ |
D | CollationElementIteratorTest.java | 61 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/ |
D | callcoll.c | 450 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 …]
|
D | citertst.c | 568 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/ |
D | I15_StorageOrders.dox | 3 /** \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…
|
D | C01_TutorialMatrixClass.dox | 148 … 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:
|
D | C09_TutorialSparse.dox | 350 However, a strong restriction is that the storage orders must match. For instance, in the following…
|
/external/quake/quake/src/WinQuake/data/ |
D | ORDER.TXT | 47 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/ |
D | jddctmgr.c | 249 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()
|
D | README | 238 doesn't take credit card orders, but Global does.) It's not cheap: as of
|
/external/jpeg/ |
D | jddctmgr.c | 249 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()
|
D | README | 238 doesn't take credit card orders, but Global does.) It's not cheap: as of
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-08-29-SchedCycle.ll | 13 ; entry), legalizer can serialize them in arbitrary orders. If it's
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | deadretval2.ll | 39 ; different orders (ie, first the caller, than the callee and first the callee
|
/external/flac/libFLAC/ia32/ |
D | stream_encoder_asm.nasm | 119 ; now merge partitions for lower orders
|
/external/bison/ |
D | TODO | 220 move to partial orders (sounds like series/parallel orders to me).
|
/external/iproute2/doc/ |
D | ip-tunnels.tex | 62 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/ |
D | ARMRegisterInfo.td | 189 // 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/ |
D | IJG_README | 238 doesn't take credit card orders, but Global does.) It's not cheap: as of
|
/external/elfutils/tests/ |
D | ChangeLog | 422 * run-bug1-test.sh: Test a second case, to cover both byte orders.
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 175 // AltOrders - List of alternative allocation orders. The default order is
|
/external/chromium/net/base/ |
D | ssl_false_start_blacklist.txt | 2631 orders.airculinaireinternational.com 2632 orders.caterlinkworldwide.com
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 358 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/ |
D | Doxyfile | 422 # the constructors will appear in the respective orders defined by
|