Home
last modified time | relevance | path

Searched full:structured (Results 1 – 25 of 3140) sorted by relevance

12345678910>>...126

/external/cronet/stable/components/metrics/structured/mojom/
Devent_mojom_traits.cc5 #include "components/metrics/structured/mojom/event_mojom_traits.h"
14 #include "components/metrics/structured/event.h"
15 #include "components/metrics/structured/mojom/event.mojom.h"
20 metrics::structured::mojom::MetricValueDataView::Tag
21 UnionTraits<metrics::structured::mojom::MetricValueDataView,
22 metrics::structured::Event::MetricValue>::
23 GetTag(const metrics::structured::Event::MetricValue& metric_value) { in GetTag()
25 case metrics::structured::Event::MetricType::kHmac: in GetTag()
26 return metrics::structured::mojom::MetricValueDataView::Tag::kHmacValue; in GetTag()
27 case metrics::structured::Event::MetricType::kLong: in GetTag()
[all …]
Devent_mojom_traits.h12 #include "components/metrics/structured/event.h"
13 #include "components/metrics/structured/mojom/event.mojom.h"
21 struct UnionTraits<metrics::structured::mojom::MetricValueDataView,
22 metrics::structured::Event::MetricValue> {
23 static metrics::structured::mojom::MetricValueDataView::Tag GetTag(
24 const metrics::structured::Event::MetricValue& metric_value);
27 const metrics::structured::Event::MetricValue& metric_value) {
32 const metrics::structured::Event::MetricValue& metric_value) {
39 const metrics::structured::Event::MetricValue& metric_value) {
44 const metrics::structured::Event::MetricValue& metric_value) {
[all …]
/external/cronet/tot/components/metrics/structured/mojom/
Devent_mojom_traits.cc5 #include "components/metrics/structured/mojom/event_mojom_traits.h"
14 #include "components/metrics/structured/event.h"
15 #include "components/metrics/structured/mojom/event.mojom.h"
20 metrics::structured::mojom::MetricValueDataView::Tag
21 UnionTraits<metrics::structured::mojom::MetricValueDataView,
22 metrics::structured::Event::MetricValue>::
23 GetTag(const metrics::structured::Event::MetricValue& metric_value) { in GetTag()
25 case metrics::structured::Event::MetricType::kHmac: in GetTag()
26 return metrics::structured::mojom::MetricValueDataView::Tag::kHmacValue; in GetTag()
27 case metrics::structured::Event::MetricType::kLong: in GetTag()
[all …]
Devent_mojom_traits.h12 #include "components/metrics/structured/event.h"
13 #include "components/metrics/structured/mojom/event.mojom.h"
21 struct UnionTraits<metrics::structured::mojom::MetricValueDataView,
22 metrics::structured::Event::MetricValue> {
23 static metrics::structured::mojom::MetricValueDataView::Tag GetTag(
24 const metrics::structured::Event::MetricValue& metric_value);
27 const metrics::structured::Event::MetricValue& metric_value) {
32 const metrics::structured::Event::MetricValue& metric_value) {
39 const metrics::structured::Event::MetricValue& metric_value) {
44 const metrics::structured::Event::MetricValue& metric_value) {
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Dstructured.rs1 //! Utility methods to support structured append (multiple QR codes)
4 use crate::structured::StructuredQrError::*;
5 use crate::types::QrError::Structured;
10 /// Error variants regarding structured append
13 /// Structured append mode should contain at least two qrcodes
23 /// QR code mode is not structured append
25 /// QR code encoding is not the one supported in structured append
33 /// Maximum supported pieces in structured append is 16
40 AtLeast2Pieces => write!(f, "Need at least 2 different pieces to merge structured QR"), in fmt()
45 StructuredWrongMode => write!(f, "Structured append QR must have mode 3"), in fmt()
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Dstructured.rs1 //! Utility methods to support structured append (multiple QR codes)
4 use crate::structured::StructuredQrError::*;
5 use crate::types::QrError::Structured;
10 /// Error variants regarding structured append
13 /// Structured append mode should contain at least two qrcodes
23 /// QR code mode is not structured append
25 /// QR code encoding is not the one supported in structured append
33 /// Maximum supported pieces in structured append is 16
40 AtLeast2Pieces => write!(f, "Need at least 2 different pieces to merge structured QR"), in fmt()
45 StructuredWrongMode => write!(f, "Structured append QR must have mode 3"), in fmt()
[all …]
/external/cronet/tot/components/metrics/structured/docs/
Dsm_api.md1 # Structured Metrics and CrOS Events API
3 …ribes the client side API for defining and recording Structured Metrics and CrOS Events. Structure…
8 A single element of Structured Metrics is called an Event. These events are defined as a part of a …
11 Below are the initial steps that much be take *before* implementation for Structured Metrics and Cr…
12 1. Complete a project privacy review: Structured Metrics doesn't have a template and [CrOS Events P…
17 …ols/metrics/structured/sync/structured.xml](https://source.chromium.org/chromium/chromium/src/+/ma…
100 CrOS Event's is a part of Structured Metrics which provides sequencing information at the time the …
102 …source.chromium.org/chromium/chromium/src/+/main:tools/metrics/structured/sync/structured.xml) pro…
107 By default, all projects in `structured.xml` will be built for the `chromium` target, meaning each …
113 …ents/metrics/structured/structured_metrics_client.h](https://source.chromium.org/chromium/chromium…
[all …]
/external/cronet/stable/components/metrics/structured/docs/
Dsm_api.md1 # Structured Metrics and CrOS Events API
3 …ribes the client side API for defining and recording Structured Metrics and CrOS Events. Structure…
8 A single element of Structured Metrics is called an Event. These events are defined as a part of a …
11 Below are the initial steps that much be take *before* implementation for Structured Metrics and Cr…
12 1. Complete a project privacy review: Structured Metrics doesn't have a template and [CrOS Events P…
17 …ols/metrics/structured/sync/structured.xml](https://source.chromium.org/chromium/chromium/src/+/ma…
100 CrOS Event's is a part of Structured Metrics which provides sequencing information at the time the …
102 …source.chromium.org/chromium/chromium/src/+/main:tools/metrics/structured/sync/structured.xml) pro…
107 By default, all projects in `structured.xml` will be built for the `chromium` target, meaning each …
113 …ents/metrics/structured/structured_metrics_client.h](https://source.chromium.org/chromium/chromium…
[all …]
/external/libconfig/debian/
Dcontrol16 Description: parsing/manipulation of structured configuration files
22 This library allows parsing, manipulating and writing structured configuration
32 Description: parsing/manipulation of structured configuration files (C++ binding)
38 This library allows parsing, manipulating and writing structured configuration
51 Description: parsing/manipulation of structured config files (development)
57 This library allows parsing, manipulating and writing structured configuration
61 - A simple, structured configuration file format: more readable and compact
86 Description: parsing/manipulation of structured config files (C++ development)
92 This library allows parsing, manipulating and writing structured configuration
96 - A simple, structured configuration file format: more readable and compact
[all …]
/external/cpuinfo/src/x86/
Disa.c160 * - Intel: ebx[bit 23] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
309 * - Intel: ecx[bit 0] of structured feature info (ecx = 0). Reserved in cpuinfo_x86_detect_isa()
422 * - Intel: ebx[bit 5] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
428 * - Intel: ebx[bit 16] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
434 * - Intel: ebx[bit 26] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
440 * - Intel: ebx[bit 27] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
446 * - Intel: ebx[bit 28] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
452 * - Intel: ebx[bit 17] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
458 * - Intel: ebx[bit 30] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
464 * - Intel: ebx[bit 31] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
[all …]
/external/cronet/tot/third_party/metrics_proto/
Dstructured_data.proto12 // One structured metrics event, containing several hashed and unhashed metrics
13 // related to a single event type. Structured metrics have hashing keys based on
17 // Structured metrics is currently only used for the CrOS platform, so some of
19 // structured metrics were to expand to other platforms, these fields will need
24 // A per-client, per-profile, per-project ID that is used only for structured
44 // details on how keys are rotated, refer to go/structured-metrics.
57 // go/structured-metrics.
64 // name is defined in src/tools/metrics/structured/structured.xml, and this
69 // structured.xml that determine what is recorded.
133 // name that is defined in src/tools/metrics/structured/structured.xml.
[all …]
/external/cronet/stable/third_party/metrics_proto/
Dstructured_data.proto12 // One structured metrics event, containing several hashed and unhashed metrics
13 // related to a single event type. Structured metrics have hashing keys based on
17 // Structured metrics is currently only used for the CrOS platform, so some of
19 // structured metrics were to expand to other platforms, these fields will need
24 // A per-client, per-profile, per-project ID that is used only for structured
44 // details on how keys are rotated, refer to go/structured-metrics.
57 // go/structured-metrics.
64 // name is defined in src/tools/metrics/structured/structured.xml, and this
69 // structured.xml that determine what is recorded.
133 // name that is defined in src/tools/metrics/structured/structured.xml.
[all …]
/external/cronet/tot/components/metrics/structured/
Dkey_data_provider_file.cc5 #include "components/metrics/structured/key_data_provider_file.h"
11 #include "components/metrics/structured/lib/key_data.h"
12 #include "components/metrics/structured/lib/key_data_file_delegate.h"
13 #include "components/metrics/structured/recorder.h"
14 #include "components/metrics/structured/structured_metrics_validator.h"
16 namespace metrics::structured { namespace
70 } // namespace metrics::structured
Dkey_data_prefs_delegate.cc5 #include "components/metrics/structured/key_data_prefs_delegate.h"
14 #include "components/metrics/structured/lib/key_data.h"
15 #include "components/metrics/structured/lib/key_util.h"
16 #include "components/metrics/structured/lib/proto/key.pb.h"
17 #include "components/metrics/structured/project_validator.h"
18 #include "components/metrics/structured/structured_metrics_validator.h"
21 namespace metrics::structured { namespace
123 } // namespace metrics::structured
Dstructured_metrics_service.h16 #include "components/metrics/structured/reporting/structured_metrics_reporting_service.h"
17 #include "components/metrics/structured/storage_manager.h"
18 #include "components/metrics/structured/structured_metrics_recorder.h"
19 #include "components/metrics/structured/structured_metrics_scheduler.h"
38 namespace metrics::structured {
46 // The Structured Metrics Service is responsible for collecting and uploading
47 // Structured Metric events.
93 FRIEND_TEST_ALL_PREFIXES(metrics::structured::StructuredMetricsServiceTest,
184 // Represents if structured metrics and the service is enabled. This isn't
227 } // namespace metrics::structured
/external/cronet/stable/components/metrics/structured/
Dkey_data_provider_file.cc5 #include "components/metrics/structured/key_data_provider_file.h"
11 #include "components/metrics/structured/lib/key_data.h"
12 #include "components/metrics/structured/lib/key_data_file_delegate.h"
13 #include "components/metrics/structured/recorder.h"
14 #include "components/metrics/structured/structured_metrics_validator.h"
16 namespace metrics::structured { namespace
70 } // namespace metrics::structured
Dkey_data_prefs_delegate.cc5 #include "components/metrics/structured/key_data_prefs_delegate.h"
14 #include "components/metrics/structured/lib/key_data.h"
15 #include "components/metrics/structured/lib/key_util.h"
16 #include "components/metrics/structured/lib/proto/key.pb.h"
17 #include "components/metrics/structured/project_validator.h"
18 #include "components/metrics/structured/structured_metrics_validator.h"
21 namespace metrics::structured { namespace
123 } // namespace metrics::structured
/external/cronet/tot/components/metrics/structured/lib/
Dkey_data.h18 #include "components/metrics/structured/lib/persistent_proto.h"
19 #include "components/metrics/structured/lib/proto/key.pb.h"
21 namespace metrics::structured {
24 // structured metrics.
27 // in /tools/metrics/structured/sync/structured.xml. This can be used to
35 // //tools/metrics/structured/ccodegen.py.
38 // period, which is 90 days unless specified in structured.xml. Keys are rotated
108 // bytes of the MD5 hash of its name defined in structured.xml.
114 // structured metrics project. See the class comment of
151 } // namespace metrics::structured
Dkey_data_file_delegate.cc5 #include "components/metrics/structured/lib/key_data_file_delegate.h"
16 #include "components/metrics/structured/lib/histogram_util.h"
17 #include "components/metrics/structured/lib/key_util.h"
18 #include "components/metrics/structured/lib/persistent_proto.h"
19 #include "components/metrics/structured/lib/proto/key.pb.h"
21 namespace metrics::structured { namespace
99 } // namespace metrics::structured
/external/cronet/stable/components/metrics/structured/lib/
Dkey_data.h18 #include "components/metrics/structured/lib/persistent_proto.h"
19 #include "components/metrics/structured/lib/proto/key.pb.h"
21 namespace metrics::structured {
24 // structured metrics.
27 // in /tools/metrics/structured/sync/structured.xml. This can be used to
35 // //tools/metrics/structured/ccodegen.py.
38 // period, which is 90 days unless specified in structured.xml. Keys are rotated
108 // bytes of the MD5 hash of its name defined in structured.xml.
114 // structured metrics project. See the class comment of
151 } // namespace metrics::structured
Dkey_data_file_delegate.cc5 #include "components/metrics/structured/lib/key_data_file_delegate.h"
16 #include "components/metrics/structured/lib/histogram_util.h"
17 #include "components/metrics/structured/lib/key_util.h"
18 #include "components/metrics/structured/lib/persistent_proto.h"
19 #include "components/metrics/structured/lib/proto/key.pb.h"
21 namespace metrics::structured { namespace
99 } // namespace metrics::structured
/external/cronet/stable/components/metrics/debug/structured/
Dstructured_metrics_debug_provider.h9 #include "components/metrics/structured/event.h"
10 #include "components/metrics/structured/recorder.h"
11 #include "components/metrics/structured/structured_metrics_recorder.h"
13 namespace metrics::structured {
17 // Provides events recorded by Structured Metrics Recorder.
46 } // namespace metrics::structured
Dstructured_metrics_debug_provider.cc5 #include "components/metrics/debug/structured/structured_metrics_debug_provider.h"
15 #include "components/metrics/structured/event_validator.h"
16 #include "components/metrics/structured/project_validator.h"
17 #include "components/metrics/structured/proto/event_storage.pb.h"
18 #include "components/metrics/structured/recorder.h"
19 #include "components/metrics/structured/structured_metrics_service.h"
20 #include "components/metrics/structured/structured_metrics_validator.h"
23 namespace metrics::structured { namespace
32 // structured.xml.
201 } // namespace metrics::structured
/external/cronet/tot/components/metrics/debug/structured/
Dstructured_metrics_debug_provider.h9 #include "components/metrics/structured/event.h"
10 #include "components/metrics/structured/recorder.h"
11 #include "components/metrics/structured/structured_metrics_recorder.h"
13 namespace metrics::structured {
17 // Provides events recorded by Structured Metrics Recorder.
46 } // namespace metrics::structured
/external/pytorch/torchgen/dest/
Dnative_functions.py4 import torchgen.api.structured as structured namespace
27 out_args = structured.impl_arguments(g)
49 if metadata is not None and metadata.structured:
51 # Structured hasn't been tested with external backends yet.
53 "Structured external backend functions are not implemented yet."

12345678910>>...126