/external/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 390 LocalArray<Order> orders(getOrders(iter, orderLength)); in backAndForth() local 415 if (o != orders[index].order) { in backAndForth() 419 while (index > 0 && orders[--index].order == 0) { in backAndForth() 423 if (o != orders[index].order) { in backAndForth() 425 orders[index].order, o); in backAndForth() 433 if (offset != orders[index].offset) { in backAndForth() 435 orders[index].offset, offset); in backAndForth() 443 while (index != 0 && orders[index - 1].order == 0) in backAndForth() 487 LocalArray<Order> orders(new Order[maxSize]); in getOrders() local 499 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order)); in getOrders() [all …]
|
D | itercoll.cpp | 191 Order *orders = getOrders(*iter, orderLength); in TestOffset() local 218 delete[] orders; in TestOffset()
|
/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 479 OrderAndOffset *orders =(OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize); in getOrders() local 490 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders() 491 free(orders); in getOrders() 492 orders = temp; in getOrders() 496 orders[size].order = order; in getOrders() 497 orders[size].offset = offset; in getOrders() 507 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders() 508 free(orders); in getOrders() 509 orders = temp; in getOrders() 515 return orders; in getOrders() [all …]
|
D | citertst.c | 563 OrderAndOffset *orders; in TestOffset() local 595 orders = getOrders(iter, &orderLength); in TestOffset() 627 free(orders); in TestOffset() 941 *orders; in TestSmallBuffer() local 963 orders = getOrders(iter, &count); in TestSmallBuffer() 980 if ((count > 250 && testorders[-- count].order != orders[1].order) || in TestSmallBuffer() 981 (count <= 250 && testorders[-- count].order != orders[0].order)) { in TestSmallBuffer() 988 free(orders); in TestSmallBuffer()
|
/external/eigen/doc/ |
D | StorageOrders.dox | 3 /** \eigenManualPage 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. 50 \section TopicStorageOrdersInEigen Storage orders in Eigen 83 …row-major storage orders transparently, the Eigen library may well work best with column-major mat…
|
D | TutorialMatrixClass.dox | 129 … storage order, but this can be changed to row-major, see \ref TopicStorageOrders "Storage orders". 236 \ref TopicStorageOrders "storage orders". For example, this type means row-major 3x3 matrices:
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.sat4j.core_2.2.0.v20100429.jar | ... minisat/learning/
org/sat4j/minisat/orders/
org/sat4j/minisat/restarts/
org ... |
D | org.sat4j.pb_2.2.0.v20100429.jar | ... pb/core/
org/sat4j/pb/orders/
org/sat4j/pb/reader/
org ... |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 94 int[] orders = new int[maxSize]; in getOrders() local 101 System.arraycopy(orders, 0, temp, 0, size); in getOrders() 102 orders = temp; in getOrders() 104 orders[size++] = order; in getOrders() 109 System.arraycopy(orders, 0, temp, 0, size); in getOrders() 110 orders = temp; in getOrders() 112 return orders; in getOrders() 119 int[] orders = getOrders(iter); in backAndForth() local 122 int index = orders.length; in backAndForth() 129 if (o != orders[--index]) { in backAndForth() [all …]
|
D | CollationIteratorTest.java | 232 int[] orders = CollationTest.getOrders(iter); in TestOffset() local 233 logln("orders.length = " + orders.length); in TestOffset()
|
/external/jpeg/ |
D | jddctmgr.c | 277 static const char orders[DCTSIZE] = {4, 2, 5, 3, 6, 1, 7, 0}; in start_pass() local 280 int j = ((i & 7) << 3) + orders[i >> 3]; in start_pass()
|
/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/CodeGen/Mips/cconv/ |
D | stack-alignment.ll | 13 ; Test the stack alignment for all ABI's and byte orders as specified by
|
D | return-hard-fp128.ll | 7 ; Test the fp128 returns for N32/N64 and all byte orders as specified by
|
D | return-float.ll | 13 ; Test the float returns for all ABI's and byte orders as specified by
|
D | arguments-fp128.ll | 7 ; Test the fp128 arguments for all ABI's and byte orders as specified
|
D | arguments-hard-fp128.ll | 7 ; Test the fp128 arguments for all ABI's and byte orders as specified
|
D | arguments-struct.ll | 13 ; Test small structures for all ABI's and byte orders.
|
D | return.ll | 13 ; Test the integer returns for all ABI's and byte orders as specified by
|
D | return-hard-float.ll | 16 ; Test the float returns for all ABI's and byte orders as specified by
|
D | memory-layout.ll | 13 ; Test the memory layout for all ABI's and byte orders as specified by section
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | deadretval2.ll | 39 ; different orders (ie, first the caller, than the callee and first the callee
|
/external/zopfli/ |
D | README.zopflipng | 24 2-3 orders of magnitude more CPU time for compression. Initial testing using a
|
/external/flac/libFLAC/ia32/ |
D | stream_encoder_asm.nasm | 119 ; now merge partitions for lower orders
|
/external/bison/ |
D | TODO | 268 move to partial orders (sounds like series/parallel orders to me).
|