/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | monitoring_v1.projects.dashboards.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | monitoring_v3.projects.alertPolicies.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | monitoring_v3.organizations.timeSeries.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | monitoring_v3.folders.timeSeries.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | monitoring_v3.projects.timeSeries.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/aosp_15_r20/external/apache-xml/test/tests/extensions/library/ |
H A D | libraryNodeset05.xsl | 4 extension-element-prefixes="ex"> 6 <!-- FileName: libraryNodeset05 --> 7 <!-- Document: http://www.w3.org/TR/xslt --> 8 <!-- DocVersion: 19991116 --> 9 <!-- Section: 11.4 --> 10 <!-- Creator: Joe Kesselman --> 11 <!-- Purpose: Ensure that applying axes onto nodeset of global RTF gets the right one. --> 13 <xsl:output method="xml" indent="no" encoding="UTF-8"/> 16 <t1-far-north> 17 <t1-north> [all …]
|
H A D | libraryNodeset06.xsl | 4 extension-element-prefixes="ex"> 6 <!-- FileName: libraryNodeset06 --> 7 <!-- Document: http://www.w3.org/TR/xslt --> 8 <!-- DocVersion: 19991116 --> 9 <!-- Section: 11.4 --> 10 <!-- Creator: Joe Kesselman --> 11 <!-- Purpose: Ensure that applying axes onto nodeset of local RTF gets the right one. --> 13 <xsl:output method="xml" indent="no" encoding="UTF-8"/> 17 <t1-far-north> 18 <t1-north> [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cmake-file-api.7.rst | 1 .. cmake-manual-description: CMake File-Based API 3 cmake-file-api(7) 13 CMake provides a file-based API that clients may use to get semantic 18 reply files for the client to read. 20 The file-based API uses a ``<build>/.cmake/api/`` directory at the top 43 Clients may look for and read a reply index file at any time. 45 and monitor it for the appearance of a new reply index file. 48 ------------------------------- 50 Shared stateless query files allow clients to share requests for 57 <build>/.cmake/api/v1/query/<kind>-v<major> [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
H A D | RealVector.java | 4 * this work for additional information regarding copyright ownership. 9 * http://www.apache.org/licenses/LICENSE-2.0 14 * See the License for the specific language governing permissions and 26 * Interface defining a real-valued vector with basic algebraic operations. 28 * vector element indexing is 0-based -- e.g., <code>getEntry(0)</code> 33 * on vectors element-wise, i.e. they perform the same operation (adding a scalar, 34 * applying a function ...) on each element in turn. The <code>mapXxx</code> 46 * Commons-Math v3.0, the same functionality will be achieved by directly using the 51 * @version $Revision: 1070725 $ $Date: 2011-02-15 02:31:12 +0100 (mar. 15 févr. 2011) $ 59 * for(Iterator<Entry> it = iterator(); it.hasNext(); e = it.next()) { [all …]
|
/aosp_15_r20/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ |
H A D | Aggregation.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 26 * the data. Aggregation of time series is done in two steps. First, each time 30 * to each time series after its data has been divided into regular 39 * `group_by_fields`, and applying the reducer to each subset. 42 * a more manageable and representative collection of data, for example "the 45 * individual time series data is still available for later drilldown. For more 99 * points in each alignment period in a time series. Except for 100 * `ALIGN_NONE`, which specifies that no operation be applied, each alignment 101 * operation replaces the set of data values in each alignment period with [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/cavium/cn8100_sff_evb/ |
H A D | ddr4-common.dtsi | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 5 /* Speed grade to use for DRAM in MT/s. Hardware may adjust this value 9 0 (auto-set from SPD contents) 18 N#: Parameter can be different for each node. This specifies 19 which node the value is for. Node must be 0-3. Optional. */ 20 //DDR-SPEED.N%d = "0"; 22 /* Set to use a an alternate reference clock for DRAM than the usual 27 N#: Parameter can be different for each node. This specifies 28 which node the value is for. Node must be 0-3. Optional. */ 29 //DDR-ALT-REFCLK.N%d = "0"; [all …]
|
/aosp_15_r20/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/proto/google/monitoring/dashboard/v1/ |
H A D | common.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 30 // the data. Aggregation of time series is done in two steps. First, each time 35 // to each time series after its data has been divided into regular 45 // `group_by_fields`, and applying the reducer to each subset. 49 // a more manageable and representative collection of data, for example "the 52 // individual time series data is still available for later drilldown. For more 57 // points in each alignment period in a time series. Except for 58 // `ALIGN_NONE`, which specifies that no operation be applied, each alignment 59 // operation replaces the set of data values in each alignment period with [all …]
|
/aosp_15_r20/external/googleapis/google/monitoring/dashboard/v1/ |
H A D | common.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 31 // the data. Aggregation of time series is done in two steps. First, each time 36 // to each time series after its data has been divided into regular 46 // `group_by_fields`, and applying the reducer to each subset. 50 // a more manageable and representative collection of data, for example "the 53 // individual time series data is still available for later drilldown. For more 58 // points in each alignment period in a time series. Except for 59 // `ALIGN_NONE`, which specifies that no operation be applied, each alignment 60 // operation replaces the set of data values in each alignment period with [all …]
|
/aosp_15_r20/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/ |
H A D | Aggregation.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 26 * the data. Aggregation of time series is done in two steps. First, each time 30 * to each time series after its data has been divided into regular 39 * `group_by_fields`, and applying the reducer to each subset. 42 * a more manageable and representative collection of data, for example "the 45 * individual time series data is still available for later drilldown. For more 99 * points in each alignment period in a time series. Except for 100 * `ALIGN_NONE`, which specifies that no operation be applied, each alignment 101 * operation replaces the set of data values in each alignment period with [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | monitoring.v3.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 6 …it, configure, and delete your Google Cloud data and see the email address for your Google Account… 9 …"description": "View and write monitoring data for all of your Google and third-party Cloud and AP… 12 … "description": "View monitoring data for all of your Google Cloud and third-party projects" 29 "x16": "http://www.google.com/images/icons/product/search-16.gif", 30 "x32": "http://www.google.com/images/icons/product/search-32.gif" 59 "description": "Data format for response.", 66 "Responses with Content-Type of application/json", 67 "Media download with context-dependent Content-Type", 68 "Responses with Content-Type of application/x-protobuf" [all …]
|
/aosp_15_r20/external/googleapis/google/monitoring/v3/ |
H A D | common.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 32 // A single strongly-typed value. 39 // A 64-bit integer. Its range is approximately ±9.2x10<sup>18</sup>. 42 // A 64-bit double-precision floating-point number. Its magnitude 47 // A variable-length string value. 57 // * Reads: A half-open time interval. It includes the end time but 60 // no older than the data retention period for the metric. 69 // * For `GAUGE` metrics, the `startTime` value is technically optional; if 73 // interval is valid only for `GAUGE` metrics, which are point-in-time [all …]
|
/aosp_15_r20/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/ |
H A D | common.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 31 // A single strongly-typed value. 38 // A 64-bit integer. Its range is approximately ±9.2x10<sup>18</sup>. 41 // A 64-bit double-precision floating-point number. Its magnitude 46 // A variable-length string value. 56 // * For `GAUGE` metrics, the `startTime` value is technically optional; if 60 // interval is valid only for `GAUGE` metrics, which are point-in-time 64 // * For `DELTA` metrics, the start time and end time must specify a 65 // non-zero interval, with subsequent points specifying contiguous and [all …]
|
/aosp_15_r20/external/libwebsockets/lib/drivers/button/ |
H A D | lws-button.c | 4 * Copyright (C) 2019 - 2020 Andy Green <[email protected]> 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 24 #include "private-lib-core.h" 40 * This is the opaque, allocated, non-const, dynamic footprint of the 56 /* incremented each time the mon timer cb happens */ 92 lws_button_each_t *each = (lws_button_each_t *)arg; in lws_button_irq_cb_t() local 94 each->isr_pending = 1; in lws_button_irq_cb_t() 95 LWS_PLAT_TIMER_START(each->bcs->timer); in lws_button_irq_cb_t() 100 * This is the bottom-half scheduled via a timer set in the ISR. From here we [all …]
|
/aosp_15_r20/external/pytorch/torch/nn/modules/ |
H A D | loss.py | 1 # mypy: allow-untyped-defs 41 def __init__(self, size_average=None, reduce=None, reduction: str = "mean") -> None: 56 ) -> None: 63 r"""Creates a criterion that measures the mean absolute error (MAE) between each element in 70 l_n = \left| x_n - y_n \right|, 83 of :math:`N` elements each. 89 Supports real-valued and complex-valued inputs. 93 the losses are averaged over each loss element in the batch. Note that for 95 is set to ``False``, the losses are instead summed for each minibatch. Ignored 98 losses are averaged or summed over observations for each minibatch depending [all …]
|
/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
H A D | lws-button.c | 4 * Copyright (C) 2019 - 2020 Andy Green <[email protected]> 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 24 #include "private-lib-core.h" 40 * This is the opaque, allocated, non-const, dynamic footprint of the 56 /* incremented each time the mon timer cb happens */ 91 lws_button_each_t *each = (lws_button_each_t *)arg; in lws_button_irq_cb_t() local 93 each->isr_pending = 1; in lws_button_irq_cb_t() 94 LWS_PLAT_TIMER_START(each->bcs->timer); in lws_button_irq_cb_t() 99 * This is the bottom-half scheduled via a timer set in the ISR. From here [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/ir/ |
H A D | tf_dtensor.td | 7 http://www.apache.org/licenses/LICENSE-2.0 12 See the License for the specific language governing permissions and 19 // Definitions for additional DTensor operations to add to the TF dialect. 29 //===----------------------------------------------------------------------===// 31 //===----------------------------------------------------------------------===// 42 //===----------------------------------------------------------------------===// 44 //===----------------------------------------------------------------------===// 199 for embedding lookup. 223 configuration. For example, this op is used to install parameters that are 224 loaded from a checkpoint before a training loop is executed. For Adagrad, [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/proto/ |
D | report_definition.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 25 // The source-of-truth of this file is located in Cobalt's open source code 38 // An Observation is built for a particular Report. The type of observation, 39 // including which of several privacy-oriented Encodings is used or not, depends 47 // There are multiple types of Metrics and multiple types of Reports. Each 62 // Unique name for this Report within its owning MetricDefinition. 64 // at most 64. The integer |id| field is the stable identifier for a report 70 // The unique integer ID for this report within its owning metric. 72 // for a report and should not be changed once data collection begins. [all …]
|
/aosp_15_r20/external/coreboot/util/spd_tools/ |
H A D | README.md | 3 A set of tools to generate SPD files for platforms with memory down 8 * LPDDR4x - based on the JESD209-4C spec and Intel recommendations 10 * DDR4 - based on the JESD79-4C and Jedec 4.1.2.L-5 R29 v103 specs. 11 * LPDDR5/5X - based on the LPDDR5 spec JESD209-5B, the SPD spec SPD4.1.2.M-2 12 (the LPDDR3/4 spec is used since JEDEC has not released an SPD spec for 17 IDs (configure DRAM hardware straps) for any memory part used by a board. 19 * `spd_gen`: This tool generates de-duplicated SPD files using a global memory 20 part list. It also generates a CSV manifest file which maps each memory part 21 in the global list to one of the generated SPD files. For each supported 22 memory technology, multiple sets of SPDs are generated. Each set corresponds [all …]
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/ |
H A D | Elements.java | 58 for(Element e : this) in clone() 73 for (Element element : this) { in attr() 86 for (Element element : this) { in hasAttr() 94 …* Get the attribute value for each of the matched elements. If an element does not have this attri… 95 * included in the result set for that element. 96 …* @param attributeKey the attribute name to return values for. You can add the {@code abs:} prefix… 98 * @return a list of each element's attribute value for the attribute 102 for (Element element : this) { in eachAttr() 116 for (Element element : this) { in attr() 125 * @return this (for chaining) [all …]
|
/aosp_15_r20/frameworks/rs/toolkit/ |
H A D | RenderScriptToolkit.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 47 * A collection of high-performance graphic utility functions like blur and blend. 54 * the data to be processed, as well as the number of bytes per pixel. For most use cases, 58 * On instantiation, the Toolkit creates a thread pool that's used for processing all the functions. 67 * This toolkit can be used as a replacement for most RenderScript Intrinsic functions. Compared 69 * Intrinsics allow more flexibility for the type of allocation supported. In particular, this 73 /** Each Toolkit method call is converted to a Task. The processor owns the thread pool. It 80 * Creates the pool threads that are used for processing the method calls. 84 * Destroys the thread pool. This stops any in-progress work; the Toolkit methods called from [all …]
|