/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | mybusinesslodging.v1.json | 222 "Amenity or service is unavailable due to ongoing work orders.", 238 "Amenity or service is unavailable due to ongoing work orders.", 258 "Amenity or service is unavailable due to ongoing work orders.", 278 "Amenity or service is unavailable due to ongoing work orders.", 305 "Amenity or service is unavailable due to ongoing work orders.", 325 "Amenity or service is unavailable due to ongoing work orders.", 345 "Amenity or service is unavailable due to ongoing work orders.", 365 "Amenity or service is unavailable due to ongoing work orders.", 385 "Amenity or service is unavailable due to ongoing work orders.", 405 "Amenity or service is unavailable due to ongoing work orders.", [all …]
|
/aosp_15_r20/external/google-cloud-java/java-cloudcommerceconsumerprocurement/proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ |
H A D | ListOrdersResponse.java | 80 * The list of orders in this response. 83 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 94 * The list of orders in this response. 97 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 109 * The list of orders in this response. 112 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 122 * The list of orders in this response. 125 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 135 * The list of orders in this response. 138 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> [all …]
|
H A D | ListOrdersResponseOrBuilder.java | 30 * The list of orders in this response. 33 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 40 * The list of orders in this response. 43 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 50 * The list of orders in this response. 53 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 60 * The list of orders in this response. 63 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 71 * The list of orders in this response. 74 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code>
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | content_v2_1.orders.html | 75 …ontent_v2_1.html">Content API for Shopping</a> . <a href="content_v2_1.orders.html">orders</a></h1> 118 <p class="firstline">Lists the orders in your Merchant Center account.</p> 133 …s a line item. Note that this method can only be called on fully shipped orders. Please also note … 136 …d via other methods. Submitted key-value pairs can be retrieved as part of the orders resource.</p> 329 …reate. Affects the currency and addresses of orders created via `template_name`, or the addresses … 372 …Required. The price for the product. Tax is automatically calculated for orders where marketplace … 433 …uot;, # Identifier of one of the predefined pickup details. Required for orders containing line it… 438 …"A String", # The line item ID of a product. Do not provide for `orders.createtestorder`. 439 …": "A String", # Required. Offer ID of a product. Only for `orders.createtestorder`. 440 "productId": "A String", # `orders.createtestorder`. [all …]
|
D | dfareporting_v3_4.orders.html | 75 …g_v3_4.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_4.orders.html">orders</a></h1> 85 <p class="firstline">Retrieves a list of orders, possibly filtered. This method supports paging.</p> 101 projectId: string, Project ID for orders. (required) 153 <pre>Retrieves a list of orders, possibly filtered. This method supports paging. 157 projectId: string, Project ID for orders. (required) 158 ids: string, Select only orders with these IDs. (repeated) 161 …orders by name or ID. Wildcards (*) are allowed. For example, "order*2015" will return o… 162 siteId: string, Select only orders that are associated with these site IDs. (repeated) 182 "orders": [ # Order collection.
|
D | dfareporting_v3_5.orders.html | 75 …g_v3_5.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_5.orders.html">orders</a></h1> 85 <p class="firstline">Retrieves a list of orders, possibly filtered. This method supports paging.</p> 101 projectId: string, Project ID for orders. (required) 153 <pre>Retrieves a list of orders, possibly filtered. This method supports paging. 157 projectId: string, Project ID for orders. (required) 158 ids: string, Select only orders with these IDs. (repeated) 161 …orders by name or ID. Wildcards (*) are allowed. For example, "order*2015" will return o… 162 siteId: string, Select only orders that are associated with these site IDs. (repeated) 182 "orders": [ # Order collection.
|
D | dfareporting_v3_3.orders.html | 75 …g_v3_3.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_3.orders.html">orders</a></h1> 85 <p class="firstline">Retrieves a list of orders, possibly filtered. This method supports paging.</p> 101 projectId: string, Project ID for orders. (required) 153 <pre>Retrieves a list of orders, possibly filtered. This method supports paging. 157 projectId: string, Project ID for orders. (required) 158 ids: string, Select only orders with these IDs. (repeated) 161 …orders by name or ID. Wildcards (*) are allowed. For example, "order*2015" will return o… 162 siteId: string, Select only orders that are associated with these site IDs. (repeated) 182 "orders": [ # Order collection.
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | tscoll.cpp | 392 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 …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | tscoll.cpp | 392 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 …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/schemas/com.android.adservices.data.customaudience.CustomAudienceDatabase/ |
D | 11.json | 116 "orders": [], array 125 "orders": [], array 134 "orders": [], array 143 "orders": [], array 217 "orders": [], array 226 "orders": [], array 235 "orders": [], array 244 "orders": [], array 342 "orders": [], array 394 "orders": [], array [all …]
|
D | 10.json | 116 "orders": [], array 125 "orders": [], array 134 "orders": [], array 143 "orders": [], array 217 "orders": [], array 226 "orders": [], array 235 "orders": [], array 244 "orders": [], array 342 "orders": [], array 394 "orders": [], array [all …]
|
D | 7.json | 113 "orders": [], array 122 "orders": [], array 131 "orders": [], array 140 "orders": [], array 215 "orders": [], array 224 "orders": [], array 233 "orders": [], array 242 "orders": [], array 344 "orders": [], array 400 "orders": [], array [all …]
|
D | 8.json | 113 "orders": [], array 122 "orders": [], array 131 "orders": [], array 140 "orders": [], array 215 "orders": [], array 224 "orders": [], array 233 "orders": [], array 242 "orders": [], array 344 "orders": [], array 400 "orders": [], array [all …]
|
D | 9.json | 116 "orders": [], array 125 "orders": [], array 134 "orders": [], array 143 "orders": [], array 217 "orders": [], array 226 "orders": [], array 235 "orders": [], array 244 "orders": [], array 342 "orders": [], array 394 "orders": [], array [all …]
|
D | 4.json | 99 "orders": [], array 108 "orders": [], array 117 "orders": [], array 126 "orders": [], array 194 "orders": [], array 203 "orders": [], array 212 "orders": [], array 221 "orders": [], array 323 "orders": [], array
|
D | 6.json | 113 "orders": [], array 122 "orders": [], array 131 "orders": [], array 140 "orders": [], array 215 "orders": [], array 224 "orders": [], array 233 "orders": [], array 242 "orders": [], array 344 "orders": [], array
|
D | 5.json | 99 "orders": [], array 108 "orders": [], array 117 "orders": [], array 126 "orders": [], array 201 "orders": [], array 210 "orders": [], array 219 "orders": [], array 228 "orders": [], array 330 "orders": [], array
|
D | 3.json | 99 "orders": [], array 108 "orders": [], array 117 "orders": [], array 126 "orders": [], array 194 "orders": [], array 203 "orders": [], array 212 "orders": [], array 221 "orders": [], array
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/ |
H A D | FunctionUtils.java | 521 int[] orders = new int[parameters]; 523 orders[i] = 1; 524 derivatives[i + 1] = fPrime * t.getPartialDerivative(orders); 525 orders[i] = 0; 597 final int[] orders = new int[n]; 599 orders[i] = 1; 600 gradient[i] = y.getPartialDerivative(orders); 601 orders[i] = 0; 644 // check parameters and orders limits 674 final int[] orders = new int[parameters]; [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_compile_mesh.cpp | 543 brw_sum_size(const std::list<struct attr_desc> &orders) in brw_sum_size() argument 546 for (auto it = orders.cbegin(); it != orders.cend(); ++it) in brw_sum_size() 556 std::list<struct attr_desc> *orders, in brw_compute_mue_layout() argument 572 data[i].order = &orders[i]; in brw_compute_mue_layout() 595 orders[PRIM].push_back(d); in brw_compute_mue_layout() 596 orders[PRIM].push_back(h); in brw_compute_mue_layout() 601 orders[VERT].push_back(d); in brw_compute_mue_layout() 602 orders[VERT].push_back(h); in brw_compute_mue_layout() 746 if (orders[PRIM].front().location == virtual_header_location) in brw_compute_mue_layout() 747 orders[PRIM].pop_front(); in brw_compute_mue_layout() [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/ |
H A D | DerivativeStructure.java | 54 * the accuracy and derivation orders and may be computationally intensive (this is 137 * @exception DimensionMismatchException if number of free parameters or orders are inconsistent 155 * @exception DimensionMismatchException if number of free parameters or orders are inconsistent 177 * @exception DimensionMismatchException if number of free parameters or orders are inconsistent 264 * @param orders derivation orders with respect to each variable (if all orders are 0, 270 * @exception NumberIsTooLargeException if sum of derivation orders is larger 273 public double getPartialDerivative(final int ... orders) in getPartialDerivative() argument 275 return data[compiler.getPartialDerivativeIndex(orders)]; in getPartialDerivative() 297 * or orders do not match 316 * or orders do not match [all …]
|
H A D | DSCompiler.java | 55 * 0 when called with 0 for all derivation orders and {@link #getPartialDerivativeOrders(int) 367 // combine terms with similar derivation orders in compileMultiplicationIndirection() 440 int[] orders = new int[parameters]; in compileCompositionIndirection() local 441 orders[parameters - 1] = 1; in compileCompositionIndirection() 442 … derivedTermF[term.length] = getPartialDerivativeIndex(parameters, order, sizes, orders); // g_1 in compileCompositionIndirection() 466 … System.arraycopy(derivativesIndirection[derivedTermG[j]], 0, orders, 0, parameters); in compileCompositionIndirection() 467 orders[parameters - 1]++; in compileCompositionIndirection() 468 … derivedTermG[j] = getPartialDerivativeIndex(parameters, order, sizes, orders); in compileCompositionIndirection() 477 // combine terms with similar derivation orders in compileCompositionIndirection() 509 * If all orders are set to 0, then the 0<sup>th</sup> order derivative [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/schemas/com.android.adservices.data.adselection.SharedStorageDatabase/ |
D | 3.json | 38 "orders": [], array 93 "orders": [], array 102 "orders": [], array 111 "orders": [], array 120 "orders": [], array 181 "orders": [], array 190 "orders": [], array 199 "orders": [], array 208 "orders": [], array 217 "orders": [], array
|
D | 2.json | 38 "orders": [], array 86 "orders": [], array 95 "orders": [], array 104 "orders": [], array 158 "orders": [], array 167 "orders": [], array 176 "orders": [], array 185 "orders": [], array
|
/aosp_15_r20/external/googleapis/google/ads/admanager/v1/ |
H A D | order_service.proto | 41 get: "/v1/{name=networks/*/orders/*}" 54 get: "/v1/{parent=networks/*}/orders" 64 pattern: "networks/{network_code}/orders/{order}" 65 plural: "orders" 100 // Format: `networks/{network_code}/orders/{order_id}` 258 // Format: `networks/{network_code}/orders/{order_id}` 267 // Required. The parent, which owns this collection of Orders. 276 // Optional. The maximum number of `Orders` to return. The service may return 277 // fewer than this value. If unspecified, at most 50 `Orders` will be 307 repeated Order orders = 1; field [all …]
|