| /external/cronet/components/metrics/structured/mojom/ |
| D | event_mojom_traits.cc | 5 #include "components/metrics/structured/mojom/event_mojom_traits.h" 13 #include "components/metrics/structured/event.h" 14 #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 …]
|
| D | event_mojom_traits.h | 11 #include "components/metrics/structured/event.h" 12 #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/components/metrics/structured/ |
| D | BUILD.gn | 9 # Structured metrics is subcomponent of UMA that gathers and reports structured 11 static_library("structured") { 51 "//components/metrics/structured/mojom", 138 script = "//tools/metrics/structured/gen_events.py" 142 "//tools/metrics/structured/codegen.py", 143 "//tools/metrics/structured/gen_events.py", 144 "//tools/metrics/structured/model.py", 145 "//tools/metrics/structured/model_util.py", 146 "//tools/metrics/structured/templates_events.py", 148 sources = [ "//tools/metrics/structured/sync/structured.xml" ] [all …]
|
| D | structured_metrics_service.h | 11 #include "components/metrics/structured/reporting/structured_metrics_reporting_service.h" 12 #include "components/metrics/structured/structured_metrics_recorder.h" 13 #include "components/metrics/structured/structured_metrics_scheduler.h" 28 namespace metrics::structured { 36 // The Structured Metrics Service is responsible for collecting and uploading 37 // Structured Metric events. 83 FRIEND_TEST_ALL_PREFIXES(metrics::structured::StructuredMetricsServiceTest, 129 // Represents if structured metrics and the service is enabled. This isn't 141 } // namespace metrics::structured
|
| D | key_data.h | 15 #include "components/metrics/structured/persistent_proto.h" 16 #include "components/metrics/structured/storage.pb.h" 19 namespace metrics::structured { 24 // structured metrics. 27 // in /tools/metrics/structured/sync/structured.xml. This can be used to 33 // period, which is 90 days unless specified in structured.xml. Keys are rotated 77 // bytes of the MD5 hash of its name defined in structured.xml. 83 // structured metrics project. However, events are uploaded from the device 143 } // namespace metrics::structured
|
| D | structured_metrics_provider_unittest.cc | 5 #include "components/metrics/structured/structured_metrics_provider.h" 19 #include "components/metrics/structured/event.h" 20 #include "components/metrics/structured/recorder.h" 21 #include "components/metrics/structured/storage.pb.h" 22 #include "components/metrics/structured/structured_events.h" 23 #include "components/metrics/structured/structured_metrics_features.h" 24 #include "components/metrics/structured/structured_metrics_recorder.h" 25 #include "components/metrics/structured/test/test_event_storage.h" 26 #include "components/metrics/structured/test/test_key_data_provider.h" 30 namespace metrics::structured { namespace [all …]
|
| D | structured_metrics_recorder.h | 16 #include "components/metrics/structured/event.h" 17 #include "components/metrics/structured/event_storage.h" 18 #include "components/metrics/structured/key_data.h" 19 #include "components/metrics/structured/key_data_provider.h" 20 #include "components/metrics/structured/project_validator.h" 21 #include "components/metrics/structured/recorder.h" 23 namespace metrics::structured { 26 // Structured Metrics events recorded on-device. This class is not thread safe 47 // Manages whether or not Structured Metrics is recording. 148 // Populates system profile needed for Structured Metrics. [all …]
|
| D | structured_metrics_service_unittest.cc | 5 #include "components/metrics/structured/structured_metrics_service.h" 17 #include "components/metrics/structured/recorder.h" 18 #include "components/metrics/structured/reporting/structured_metrics_reporting_service.h" 19 #include "components/metrics/structured/structured_events.h" 20 #include "components/metrics/structured/structured_metrics_features.h" 21 #include "components/metrics/structured/structured_metrics_prefs.h" 22 #include "components/metrics/structured/structured_metrics_recorder.h" 23 #include "components/metrics/structured/test/test_event_storage.h" 24 #include "components/metrics/structured/test/test_key_data_provider.h" 32 namespace metrics::structured { namespace [all …]
|
| D | event_validator.h | 11 #include "components/metrics/structured/enums.h" 12 #include "components/metrics/structured/event.h" 16 namespace structured { 19 // messages received by the structured metric service. 54 } // namespace structured
|
| D | project_validator.h | 11 #include "components/metrics/structured/enums.h" 12 #include "components/metrics/structured/event_validator.h" 16 namespace structured { 19 // messages received by the structured metric service. 55 } // namespace structured
|
| D | structured_metrics_features.h | 20 namespace metrics::structured { 33 // Controls whether the structured metrics service is recorder instead of the 37 // Controls whether Phone Hub Structured Metrics is enabled or not. 49 // TODO(crbug.com/1148168): This is a temporary switch to revert structured 83 // Retrieves the Structured Metrics upload interval (defaults to 40 minutes). 90 } // namespace metrics::structured
|
| D | structured_metrics_client.h | 11 #include "components/metrics/structured/delegating_events_processor.h" 12 #include "components/metrics/structured/event.h" 13 #include "components/metrics/structured/events_processor_interface.h" 15 namespace metrics::structured { 62 } // namespace metrics::structured
|
| D | key_data_provider_file.cc | 5 #include "components/metrics/structured/key_data_provider_file.h" 9 #include "components/metrics/structured/recorder.h" 10 #include "components/metrics/structured/structured_metrics_validator.h" 12 namespace metrics::structured { namespace 70 } // namespace metrics::structured
|
| /external/libconfig/debian/ |
| D | control | 16 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/ |
| D | isa.c | 149 * - Intel: ebx[bit 23] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa() 280 * - Intel: ecx[bit 0] of structured feature info (ecx = 0). Reserved bit on AMD. in cpuinfo_x86_detect_isa() 393 * - Intel: ebx[bit 5] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa() 399 * - Intel: ebx[bit 16] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa() 405 * - Intel: ebx[bit 26] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa() 411 * - Intel: ebx[bit 27] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa() 417 * - Intel: ebx[bit 28] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa() 423 * - Intel: ebx[bit 17] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa() 429 * - Intel: ebx[bit 30] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa() 435 * - Intel: ebx[bit 31] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa() [all …]
|
| /external/cronet/third_party/metrics_proto/ |
| D | structured_data.proto | 12 // 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. 131 // name that is defined in src/tools/metrics/structured/structured.xml. [all …]
|
| /external/tensorflow/tensorflow/python/ops/structured/ |
| D | structured_array_ops.py | 28 from tensorflow.python.ops.structured.structured_tensor import StructuredTensor 74 a new structured tensor with larger rank. 106 a new structured tensor with larger rank. 121 """tf.gather for structured tensors. 127 params: a structured tensor to be gathered 161 """tf.concat for structured tensors. 186 """Shuffle a structured tensor on the zeroth axis. 189 value: a structured tensor of rank at least one. 194 The shuffled structured tensor. 252 input: a structured tensor. [all …]
|
| /external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
| D | TransformationConfigOrBuilder.java | 65 * Structured de-identify template. 67 * for structured content such as delimited files and tables. If this template 69 * will also apply to the structured content. If neither template is set, a 70 * default `ReplaceWithInfoTypeConfig` will be used to de-identify structured 83 * Structured de-identify template. 85 * for structured content such as delimited files and tables. If this template 87 * will also apply to the structured content. If neither template is set, a 88 * default `ReplaceWithInfoTypeConfig` will be used to de-identify structured
|
| D | TransformationConfig.java | 25 * User specified templates and configs for how to deidentify structured, 143 * Structured de-identify template. 145 * for structured content such as delimited files and tables. If this template 147 * will also apply to the structured content. If neither template is set, a 148 * default `ReplaceWithInfoTypeConfig` will be used to de-identify structured 172 * Structured de-identify template. 174 * for structured content such as delimited files and tables. If this template 176 * will also apply to the structured content. If neither template is set, a 177 * default `ReplaceWithInfoTypeConfig` will be used to de-identify structured 439 * User specified templates and configs for how to deidentify structured, [all …]
|
| /external/cronet/components/metrics/structured/test/ |
| D | test_structured_metrics_provider.h | 10 #include "components/metrics/structured/event.h" 11 #include "components/metrics/structured/recorder.h" 12 #include "components/metrics/structured/structured_metrics_provider.h" 13 #include "components/metrics/structured/structured_metrics_recorder.h" 15 namespace metrics::structured { 73 } // namespace metrics::structured
|
| /external/cronet/components/metrics/debug/structured/ |
| D | structured_metrics_watcher.h | 11 #include "components/metrics/structured/event.h" 12 #include "components/metrics/structured/recorder.h" 14 namespace metrics::structured { 18 // Watches the state of the Structured Metrics Recorder to know when an event is 43 } // namespace metrics::structured
|
| /external/google-cloud-java/java-document-ai/grpc-google-cloud-document-ai-v1beta1/src/main/java/com/google/cloud/documentai/v1beta1/ |
| D | DocumentUnderstandingServiceGrpc.java | 24 * Service to parse structured information from unstructured or semi-structured 138 * Service to parse structured information from unstructured or semi-structured 164 * Service to parse structured information from unstructured or semi-structured 182 * Service to parse structured information from unstructured or semi-structured 221 * Service to parse structured information from unstructured or semi-structured 258 * Service to parse structured information from unstructured or semi-structured
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/ |
| D | SubtypeResolver.java | 66 * actual type of property; for structured types it is content (value) type and NOT 67 * structured type. 84 * actual type of property; for structured types it is content (value) type and NOT 85 * structured type. 102 * actual type of property; for structured types it is content (value) type and NOT 103 * structured type. 120 * actual type of property; for structured types it is content (value) type and NOT 121 * structured type.
|
| /external/googleapis/google/ads/googleads/v14/enums/ |
| D | structured_snippet_placeholder_field.proto | 28 // Proto file describing Structured Snippet placeholder fields. 30 // Values for Structured Snippet placeholder fields. 32 // Possible values for Structured Snippet placeholder fields. 41 // Must match exactly one of the predefined structured snippets headers. 43 // https://developers.google.com/google-ads/api/reference/data/structured-snippet-headers
|
| /external/googleapis/google/ads/googleads/v16/enums/ |
| D | structured_snippet_placeholder_field.proto | 28 // Proto file describing Structured Snippet placeholder fields. 30 // Values for Structured Snippet placeholder fields. 32 // Possible values for Structured Snippet placeholder fields. 41 // Must match exactly one of the predefined structured snippets headers. 43 // https://developers.google.com/google-ads/api/reference/data/structured-snippet-headers
|