Home
last modified time | relevance | path

Searched full:orders (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/external/icu/icu4c/source/test/intltest/
Dtscoll.cpp392 LocalArray<Order> orders(getOrders(iter, orderLength)); in backAndForth() local
409 } else { // this is an error, orders exhausted but there are non-ignorable CEs from in backAndForth()
411 errln("Backward iteration returned a non ignorable after orders are exhausted"); in backAndForth()
417 if (o != orders[index].order) { in backAndForth()
421 while (index > 0 && orders[--index].order == 0) { in backAndForth()
425 if (o != orders[index].order) { in backAndForth()
427 orders[index].order, o); in backAndForth()
435 if (offset != orders[index].offset) { in backAndForth()
437 orders[index].offset, offset); in backAndForth()
445 while (index != 0 && orders[index - 1].order == 0) in backAndForth()
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddfareporting_v2_8.orders.html75 …DCM/DFA Reporting And Trafficking API</a> . <a href="dfareporting_v2_8.orders.html">orders</a></h1>
82 <p class="firstline">Retrieves a list of orders, possibly filtered. This method supports paging.</p>
93 projectId: string, Project ID for orders. (required)
141 <pre>Retrieves a list of orders, possibly filtered. This method supports paging.
145 projectId: string, Project ID for orders. (required)
146orders by name or ID. Wildcards (*) are allowed. For example, "order*2015" will return orders with…
152 ids: string, Select only orders with these IDs. (repeated)
158 siteId: string, Select only orders that are associated with these site IDs. (repeated)
166 "orders": [ # Order collection.
Ddfareporting_v2_7.orders.html75 …DCM/DFA Reporting And Trafficking API</a> . <a href="dfareporting_v2_7.orders.html">orders</a></h1>
82 <p class="firstline">Retrieves a list of orders, possibly filtered. This method supports paging.</p>
93 projectId: string, Project ID for orders. (required)
141 <pre>Retrieves a list of orders, possibly filtered. This method supports paging.
145 projectId: string, Project ID for orders. (required)
146orders by name or ID. Wildcards (*) are allowed. For example, "order*2015" will return orders with…
152 ids: string, Select only orders with these IDs. (repeated)
158 siteId: string, Select only orders that are associated with these site IDs. (repeated)
166 "orders": [ # Order collection.
Dplaymoviespartner_v1.accounts.orders.html75 …1.accounts.html">accounts</a> . <a href="playmoviespartner_v1.accounts.orders.html">orders</a></h1>
82 <p class="firstline">List Orders owned or managed by the partner.</p>
111 # Externally, Orders can also be identified by partners using its `custom_id`
167 <pre>List Orders owned or managed by the partner.
182 customId: string, Filter Orders that match a case-insensitive, partner-specific custom id.
183 status: string, Filter Orders that match one of the given status. (repeated)
184 videoIds: string, Filter Orders that match any of the given `video_id`s. (repeated)
185 name: string, Filter that matches Orders with a `name`, `show`, `season` or `episode`
194 "orders": [ # List of Orders that match the request criteria.
201 # Externally, Orders can also be identified by partners using its `custom_id`
Dplaymoviespartner_v1.accounts.html83 <code><a href="playmoviespartner_v1.accounts.orders.html">orders()</a></code>
85 <p class="firstline">Returns the orders Resource.</p>
Dcontent_v2sandbox.html78 <code><a href="content_v2sandbox.orders.html">orders()</a></code>
80 <p class="firstline">Returns the orders Resource.</p>
Dcontent_v2.orders.html75 …f="content_v2.html">Content API for Shopping</a> . <a href="content_v2.orders.html">orders</a></h1>
94 <p class="firstline">Retrieves or modifies multiple orders in a single request. This method can onl…
106 <p class="firstline">Lists the orders in your Merchant Center account. This method can only be call…
328 …"type": "A String", # The type of instrument. Note that real orders might have different values th…
349 …<pre>Retrieves or modifies multiple orders in a single request. This method can only be called for…
603 …"reason": "A String", # The reason for the cancellation. Orders that are cancelled with a noInvent…
828 …"reason": "A String", # The reason for the cancellation. Orders that are cancelled with a noInvent…
1051 …"reason": "A String", # The reason for the cancellation. Orders that are cancelled with a noInvent…
1205 …"type": "A String", # The type of instrument. Note that real orders might have different values th…
1216 …<pre>Lists the orders in your Merchant Center account. This method can only be called for non-mult…
[all …]
Dcontent_v2sandbox.orders.html75 …andbox.html">Content API for Shopping</a> . <a href="content_v2sandbox.orders.html">orders</a></h1>
94 <p class="firstline">Retrieves or modifies multiple orders in a single request. This method can onl…
106 <p class="firstline">Lists the orders in your Merchant Center account. This method can only be call…
328 …"type": "A String", # The type of instrument. Note that real orders might have different values th…
349 …<pre>Retrieves or modifies multiple orders in a single request. This method can only be called for…
603 …"reason": "A String", # The reason for the cancellation. Orders that are cancelled with a noInvent…
828 …"reason": "A String", # The reason for the cancellation. Orders that are cancelled with a noInvent…
1051 …"reason": "A String", # The reason for the cancellation. Orders that are cancelled with a noInvent…
1205 …"type": "A String", # The type of instrument. Note that real orders might have different values th…
1216 …<pre>Lists the orders in your Merchant Center account. This method can only be called for non-mult…
[all …]
Dcontent_v2.html108 <code><a href="content_v2.orders.html">orders()</a></code>
110 <p class="firstline">Returns the orders Resource.</p>
/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/libcxx/test/libcxx/atomics/
Ddiagnose_invalid_memory_order.fail.cpp34 // valid memory orders in main()
45 // valid memory orders in main()
59 // valid memory orders in main()
71 // valid memory orders in main()
82 // valid memory orders in main()
96 // valid memory orders in main()
108 // valid memory orders in main()
122 // valid memory orders in main()
/external/gemmlowp/doc/
Dpublic.md69 * `LhsOrder`, `RhsOrder`, `ResultOrder`: the storage orders (row-major or
106 ### Performance note on storage orders.
108 gemmlowp supports arbitrary combinations of storage orders for the LHS, RHS and
112 optimization focus is on this particular combination of storage orders:
134 combination of storage orders.
136 Using other storage orders will typically mean taking less efficient paths in
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c473 * Return an integer array containing all of the collation orders
484 OrderAndOffset *orders =(OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize); in getOrders() local
495 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders()
496 free(orders); in getOrders()
497 orders = temp; in getOrders()
501 orders[size].order = order; in getOrders()
502 orders[size].offset = offset; in getOrders()
512 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders()
513 free(orders); in getOrders()
514 orders = temp; in getOrders()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp636 SmallVector<std::pair<unsigned, MachineInstr*>, 32> &Orders, in ProcessSDDbgValues() argument
654 Orders.push_back(std::make_pair(DVOrder, DbgMI)); in ProcessSDDbgValues()
668 SmallVector<std::pair<unsigned, MachineInstr*>, 32> &Orders, in ProcessSourceNode() argument
674 ProcessSDDbgValues(N, DAG, Emitter, Orders, VRBaseMap, 0); in ProcessSourceNode()
681 Orders.push_back(std::make_pair(Order, (MachineInstr*)0)); in ProcessSourceNode()
685 Orders.push_back(std::make_pair(Order, prior(Emitter.getInsertPos()))); in ProcessSourceNode()
686 ProcessSDDbgValues(N, DAG, Emitter, Orders, VRBaseMap, Order); in ProcessSourceNode()
695 SmallVector<std::pair<unsigned, MachineInstr*>, 32> Orders; in EmitSchedule() local
736 ProcessSourceNode(N, DAG, Emitter, VRBaseMap, Orders, Seen); in EmitSchedule()
743 ProcessSourceNode(SU->getNode(), DAG, Emitter, VRBaseMap, Orders, in EmitSchedule()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp704 SmallVectorImpl<std::pair<unsigned, MachineInstr*> > &Orders, in ProcessSDDbgValues()
720 Orders.push_back({DVOrder, DbgMI}); in ProcessSDDbgValues()
734 SmallVectorImpl<std::pair<unsigned, MachineInstr*> > &Orders, in ProcessSourceNode()
740 ProcessSDDbgValues(N, DAG, Emitter, Orders, VRBaseMap, 0); in ProcessSourceNode()
751 Orders.push_back({Order, (MachineInstr *)nullptr}); in ProcessSourceNode()
755 Orders.push_back({Order, &*std::prev(IP)}); in ProcessSourceNode()
756 ProcessSDDbgValues(N, DAG, Emitter, Orders, VRBaseMap, Order); in ProcessSourceNode()
804 SmallVector<std::pair<unsigned, MachineInstr*>, 32> Orders; in EmitSchedule() local
843 ProcessSourceNode(N, DAG, Emitter, VRBaseMap, Orders, Seen); in EmitSchedule()
850 ProcessSourceNode(SU->getNode(), DAG, Emitter, VRBaseMap, Orders, in EmitSchedule()
[all …]
/external/tensorflow/tensorflow/core/util/sparse/
DREADME.md180 Expected input shapes, orders, and `nnz()`:
189 Output shapes and orders:
192 conc_order = {1, 0} // Orders match along all inputs
217 // Reorder st3 so all input tensors have the exact same orders.
221 // All indices' orders matched, so output is in order.
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp702 SmallVectorImpl<std::pair<unsigned, MachineInstr*> > &Orders, in ProcessSDDbgValues()
719 Orders.push_back(std::make_pair(DVOrder, DbgMI)); in ProcessSDDbgValues()
733 SmallVectorImpl<std::pair<unsigned, MachineInstr*> > &Orders, in ProcessSourceNode()
739 ProcessSDDbgValues(N, DAG, Emitter, Orders, VRBaseMap, 0); in ProcessSourceNode()
749 Orders.push_back(std::make_pair(Order, (MachineInstr*)nullptr)); in ProcessSourceNode()
753 Orders.push_back(std::make_pair(Order, &*std::prev(Emitter.getInsertPos()))); in ProcessSourceNode()
754 ProcessSDDbgValues(N, DAG, Emitter, Orders, VRBaseMap, Order); in ProcessSourceNode()
802 SmallVector<std::pair<unsigned, MachineInstr*>, 32> Orders; in EmitSchedule() local
842 ProcessSourceNode(N, DAG, Emitter, VRBaseMap, Orders, Seen); in EmitSchedule()
849 ProcessSourceNode(SU->getNode(), DAG, Emitter, VRBaseMap, Orders, in EmitSchedule()
[all …]
/external/tensorflow/tensorflow/core/graph/
Dalgorithm_test.cc46 // pair orders described in 'ordered_pairs'.
111 std::vector<std::pair<string, string>> orders = { in TEST() local
114 EXPECT_TRUE(ExpectBefore(orders, order, &error)) << error; in TEST()
117 orders = {{"W1", "t3"}}; in TEST()
118 EXPECT_FALSE(ExpectBefore(orders, order, &error)); in TEST()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.h90 // Allocation orders. Order[0] always contains all registers in Members.
91 std::vector<SmallVector<Record*, 16> > Orders; variable
176 return Orders[No];
179 // Return the total number of allocation orders available.
180 unsigned getNumOrders() const { return Orders.size(); } in getNumOrders()
DCodeGenRegisters.cpp279 Orders.resize(1 + AltOrders->size()); in CodeGenRegisterClass()
283 Orders[0].push_back((*Elements)[i]); in CodeGenRegisterClass()
287 // Alternative allocation orders may be subsets. in CodeGenRegisterClass()
291 Orders[1 + i].append(Order.begin(), Order.end()); in CodeGenRegisterClass()
366 // Copy all allocation orders, filter out foreign registers from the larger in inheritProperties()
368 Orders.resize(Super.Orders.size()); in inheritProperties()
369 for (unsigned i = 0, ie = Super.Orders.size(); i != ie; ++i) in inheritProperties()
370 for (unsigned j = 0, je = Super.Orders[i].size(); j != je; ++j) in inheritProperties()
371 if (contains(RegBank.getReg(Super.Orders[i][j]))) in inheritProperties()
372 Orders[i].push_back(Super.Orders[i][j]); in inheritProperties()
/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/llvm/lib/CodeGen/
DInlineSpiller.cpp99 SmallVectorImpl<MachineDomTreeNode *> &Orders,
1142 SmallVectorImpl<MachineDomTreeNode *> &Orders, in getVisitOrders() argument
1199 // in Orders. Orders will be used for hoisting in runHoistSpills. in getVisitOrders()
1201 Orders.push_back(MDT.DT->getNode(Root)); in getVisitOrders()
1203 MachineDomTreeNode *Node = Orders[idx++]; in getVisitOrders()
1209 Orders.push_back(Child); in getVisitOrders()
1211 } while (idx != Orders.size()); in getVisitOrders()
1212 assert(Orders.size() == WorkSet.size() && in getVisitOrders()
1213 "Orders have different size with WorkSet"); in getVisitOrders()
1216 DEBUG(dbgs() << "Orders size is " << Orders.size() << "\n"); in getVisitOrders()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DInlineSpiller.cpp125 SmallVectorImpl<MachineDomTreeNode *> &Orders,
1198 SmallVectorImpl<MachineDomTreeNode *> &Orders, in getVisitOrders() argument
1255 // in Orders. Orders will be used for hoisting in runHoistSpills. in getVisitOrders()
1257 Orders.push_back(MDT.getBase().getNode(Root)); in getVisitOrders()
1259 MachineDomTreeNode *Node = Orders[idx++]; in getVisitOrders()
1265 Orders.push_back(Child); in getVisitOrders()
1267 } while (idx != Orders.size()); in getVisitOrders()
1268 assert(Orders.size() == WorkSet.size() && in getVisitOrders()
1269 "Orders have different size with WorkSet"); in getVisitOrders()
1272 LLVM_DEBUG(dbgs() << "Orders size is " << Orders.size() << "\n"); in getVisitOrders()
[all …]
/external/libcups/cups/
Dppd-emit.c86 float *orders; /* Collected order values */ in ppdCollect2() local
112 if ((orders = calloc(sizeof(float), (size_t)cupsArrayCount(ppd->marked))) == NULL) in ppdCollect2()
175 orders[count] = corder; in ppdCollect2()
190 if (orders[i] > orders[j]) in ppdCollect2()
193 corder = orders[i]; in ppdCollect2()
195 orders[i] = orders[j]; in ppdCollect2()
197 orders[j] = corder; in ppdCollect2()
201 free(orders); in ppdCollect2()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp231 // in Orders. in findBestInsertionSet()
233 SmallVector<BasicBlock *, 16> Orders; in findBestInsertionSet() local
234 Orders.push_back(Entry); in findBestInsertionSet()
235 while (Idx != Orders.size()) { in findBestInsertionSet()
236 BasicBlock *Node = Orders[Idx++]; in findBestInsertionSet()
239 Orders.push_back(ChildDomNode->getBlock()); in findBestInsertionSet()
243 // Visit Orders in bottom-up order. in findBestInsertionSet()
250 InsertPtsMap.reserve(Orders.size() + 1); in findBestInsertionSet()
251 for (auto RIt = Orders.rbegin(); RIt != Orders.rend(); RIt++) { in findBestInsertionSet()

12345678910>>...19