Home
last modified time | relevance | path

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

123

/external/icu/icu4c/source/test/intltest/
Dtscoll.cpp390 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 …]
Ditercoll.cpp191 Order *orders = getOrders(*iter, orderLength); in TestOffset() local
218 delete[] orders; in TestOffset()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c479 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 …]
Dcitertst.c563 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/
DStorageOrders.dox3 /** \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/
Dbytebuffer_unittest.cc116 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/
DvktMemoryAllocationTests.cpp538 } 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/
DCollationTest.java94 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 …]
DCollationIteratorTest.java232 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/
DCollationTest.java98 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 …]
DCollationIteratorTest.java236 int[] orders = CollationTest.getOrders(iter); in TestOffset() local
237 logln("orders.length = " + orders.length); in TestOffset()
/external/llvm/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll13 ; entry), legalizer can serialize them in arbitrary orders. If it's
/external/llvm/test/CodeGen/Mips/cconv/
Dstack-alignment.ll13 ; Test the stack alignment for all ABI's and byte orders as specified by
Dreturn-hard-fp128.ll7 ; Test the fp128 returns for N32/N64 and all byte orders as specified by
Darguments-fp128.ll7 ; Test the fp128 arguments for all ABI's and byte orders as specified
Darguments-hard-fp128.ll7 ; Test the fp128 arguments for all ABI's and byte orders as specified
Darguments-struct.ll13 ; Test small structures for all ABI's and byte orders.
Dreturn-float.ll13 ; Test the float returns for all ABI's and byte orders as specified by
Dreturn.ll13 ; Test the integer returns for all ABI's and byte orders as specified by
Dreturn-hard-float.ll16 ; Test the float returns for all ABI's and byte orders as specified by
/external/v8/build/config/linux/atk/
DBUILD.gn27 # gn orders flags on a target before flags from configs. The default config
/external/llvm/test/Transforms/DeadArgElim/
Ddeadretval2.ll39 ; different orders (ie, first the caller, than the callee and first the callee
/external/webrtc/third_party/gflags/
DBUILD.gn29 # GN orders flags on a target before flags from configs. The default config
/external/libyuv/files/third_party/gflags/
DBUILD.gn32 # GN orders flags on a target before flags from configs. The default config
/external/zopfli/
DREADME.zopflipng24 2-3 orders of magnitude more CPU time for compression. Initial testing using a

123