/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…
|
/external/webrtc/webrtc/base/ |
D | bytebuffer_unittest.cc | 116 ByteBuffer::ByteOrder orders[2] = { ByteBuffer::ORDER_HOST, in TEST() local 118 for (size_t i = 0; i < arraysize(orders); i++) { in TEST() 119 ByteBuffer buffer(orders[i]); in TEST() 120 EXPECT_EQ(orders[i], buffer.Order()); in TEST()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 538 } orders[] = in createAllocationTests() local 554 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTests() 556 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTests() 557 const char* const orderName = orders[orderNdx].str; in createAllocationTests() 604 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTests() 606 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTests() 607 const char* const orderName = orders[orderNdx].str; in createAllocationTests()
|
/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationTest.java | 98 int[] orders = new int[maxSize]; in getOrders() local 105 System.arraycopy(orders, 0, temp, 0, size); in getOrders() 106 orders = temp; in getOrders() 108 orders[size++] = order; in getOrders() 113 System.arraycopy(orders, 0, temp, 0, size); in getOrders() 114 orders = temp; in getOrders() 116 return orders; in getOrders() 123 int[] orders = getOrders(iter); in backAndForth() local 126 int index = orders.length; in backAndForth() 133 if (o != orders[--index]) { in backAndForth() [all …]
|
D | CollationIteratorTest.java | 236 int[] orders = CollationTest.getOrders(iter); in TestOffset() local 237 logln("orders.length = " + orders.length); in TestOffset()
|
/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 | 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-float.ll | 13 ; Test the float returns for all ABI's and byte orders as specified by
|
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
|
/external/v8/build/config/linux/atk/ |
D | BUILD.gn | 27 # gn orders flags on a target before flags from configs. The default config
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | deadretval2.ll | 39 ; different orders (ie, first the caller, than the callee and first the callee
|
/external/webrtc/third_party/gflags/ |
D | BUILD.gn | 29 # GN orders flags on a target before flags from configs. The default config
|
/external/libyuv/files/third_party/gflags/ |
D | BUILD.gn | 32 # GN orders flags on a target before flags from configs. The default config
|
/external/zopfli/ |
D | README.zopflipng | 24 2-3 orders of magnitude more CPU time for compression. Initial testing using a
|