HomeSort by relevance Sort by last modified time
    Searched refs:orders (Results 1 - 25 of 38) sorted by null

1 2

  /system/connectivity/shill/test-scripts/
service-order 10 orders = flim.SetServiceOrder(sys.argv[1]) variable
11 print "Service order %s => %s" % orders
  /external/icu/icu4c/source/test/intltest/
tscoll.cpp 390 LocalArray<Order> orders(getOrders(iter, orderLength));
407 } else { // this is an error, orders exhausted but there are non-ignorable CEs from
409 errln("Backward iteration returned a non ignorable after orders are exhausted");
415 if (o != orders[index].order) {
419 while (index > 0 && orders[--index].order == 0) {
423 if (o != orders[index].order) {
425 orders[index].order, o);
433 if (offset != orders[index].offset) {
435 orders[index].offset, offset);
443 while (index != 0 && orders[index - 1].order == 0
    [all...]
itercoll.cpp 191 Order *orders = getOrders(*iter, orderLength); local
218 delete[] orders;
636 * Return a string containing all of the collation orders
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
CollationElementIteratorTest.java 62 int[] orders = new int[text.length()]; local
66 orders[i++] = order;
77 assertEquals(orders[--i], order);
89 int[] orders = new int[text.length()]; local
93 orders[i++] = order;
104 assertEquals(orders[--i], order);
114 int[] orders = new int[text.length()]; local
118 orders[i++] = order;
  /external/webrtc/webrtc/base/
bytebuffer_unittest.cc 116 ByteBuffer::ByteOrder orders[2] = { ByteBuffer::ORDER_HOST, local
118 for (size_t i = 0; i < arraysize(orders); i++) {
119 ByteBuffer buffer(orders[i]);
120 EXPECT_EQ(orders[i], buffer.Order());
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 468 * Return an integer array containing all of the collation orders
479 OrderAndOffset *orders =(OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize); local
490 memcpy(temp, orders, size * sizeof(OrderAndOffset));
491 free(orders);
492 orders = temp;
496 orders[size].order = order;
497 orders[size].offset = offset;
507 memcpy(temp, orders, size * sizeof(OrderAndOffset));
508 free(orders);
509 orders = temp
526 OrderAndOffset *orders = getOrders(iter, &orderLength); local
    [all...]
citertst.c 563 OrderAndOffset *orders; local
595 orders = getOrders(iter, &orderLength);
627 free(orders);
941 *orders; local
963 orders = getOrders(iter, &count);
980 if ((count > 250 && testorders[-- count].order != orders[1].order) ||
981 (count <= 250 && testorders[-- count].order != orders[0].order)) {
988 free(orders);
    [all...]
  /packages/apps/TV/src/com/android/tv/parental/
ContentRatingSystem.java 72 // List of orders. This describes the automatic lock/unlock relationship between ratings.
157 List<Order> orders, boolean isCustom) {
166 mOrders = orders;
297 List<Order> orders = new ArrayList<>(); local
300 orders.add(builder.build(ratings));
305 displayName, ratings, subRatings, orders, mIsCustom);
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 538 } orders[] =
554 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++)
556 const TestConfig::Order order = orders[orderNdx].order;
557 const char* const orderName = orders[orderNdx].str;
604 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++)
606 const TestConfig::Order order = orders[orderNdx].order;
607 const char* const orderName = orders[orderNdx].str;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /prebuilts/go/darwin-x86/src/cmd/nm/
doc.go 37 // size orders from largest to smallest
  /prebuilts/go/linux-x86/src/cmd/nm/
doc.go 37 // size orders from largest to smallest
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java 91 * Return an integer array containing all of the collation orders
98 int[] orders = new int[maxSize]; local
105 System.arraycopy(orders, 0, temp, 0, size);
106 orders = temp;
108 orders[size++] = order;
113 System.arraycopy(orders, 0, temp, 0, size);
114 orders = temp;
116 return orders;
123 int[] orders = getOrders(iter); local
126 int index = orders.length
    [all...]
CollationIteratorTest.java 236 int[] orders = CollationTest.getOrders(iter); local
237 logln("orders.length = " + orders.length);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 87 * Return an integer array containing all of the collation orders
94 int[] orders = new int[maxSize]; local
101 System.arraycopy(orders, 0, temp, 0, size);
102 orders = temp;
104 orders[size++] = order;
109 System.arraycopy(orders, 0, temp, 0, size);
110 orders = temp;
112 return orders;
119 int[] orders = getOrders(iter); local
122 int index = orders.length
    [all...]
CollationIteratorTest.java 232 int[] orders = CollationTest.getOrders(iter); local
233 logln("orders.length = " + orders.length);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
order.go 262 // Orderstmtlist orders each of the statements in the list.
269 // Orderblock orders the block of statements *l onto a new list,
279 // Orderexprinplace orders the side effects in *np and
300 // Orderstmtinplace orders the side effects of the single statement *np
365 // Ordercallargs orders the list of call arguments *l.
375 // Ordercall orders the call expression n.
454 // Orderstmt orders the statement n, appending to order->out.
946 // Orderexprlist orders the expression list l into order.
953 // Orderexprlist orders the expression list l but saves
964 // Orderexpr orders a single expression, appending sid
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go 259 // Orderstmtlist orders each of the statements in the list.
266 // Orderblock orders the block of statements *l onto a new list,
276 // Orderexprinplace orders the side effects in *np and
297 // Orderstmtinplace orders the side effects of the single statement *np
362 // Ordercallargs orders the list of call arguments *l.
372 // Ordercall orders the call expression n.
451 // Orderstmt orders the statement n, appending to order->out.
943 // Orderexprlist orders the expression list l into order.
950 // Orderexprlist orders the expression list l but saves
961 // Orderexpr orders a single expression, appending sid
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
order.go 262 // Orderstmtlist orders each of the statements in the list.
269 // Orderblock orders the block of statements *l onto a new list,
279 // Orderexprinplace orders the side effects in *np and
300 // Orderstmtinplace orders the side effects of the single statement *np
365 // Ordercallargs orders the list of call arguments *l.
375 // Ordercall orders the call expression n.
454 // Orderstmt orders the statement n, appending to order->out.
946 // Orderexprlist orders the expression list l into order.
953 // Orderexprlist orders the expression list l but saves
964 // Orderexpr orders a single expression, appending sid
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go 259 // Orderstmtlist orders each of the statements in the list.
266 // Orderblock orders the block of statements *l onto a new list,
276 // Orderexprinplace orders the side effects in *np and
297 // Orderstmtinplace orders the side effects of the single statement *np
362 // Ordercallargs orders the list of call arguments *l.
372 // Ordercall orders the call expression n.
451 // Orderstmt orders the statement n, appending to order->out.
943 // Orderexprlist orders the expression list l into order.
950 // Orderexprlist orders the expression list l but saves
961 // Orderexpr orders a single expression, appending sid
    [all...]
  /prebuilts/go/darwin-x86/src/sort/
example_multi_test.go 104 return c1.lines > c2.lines // Note: > orders downwards.
  /prebuilts/go/linux-x86/src/sort/
example_multi_test.go 104 return c1.lines > c2.lines // Note: > orders downwards.

Completed in 954 milliseconds

1 2