Searched full:statsd (Results 1 – 25 of 49) sorted by relevance
12
/external/libtextclassifier/java/ |
D | Android.bp | 62 "textclassifier-statsd", 74 name: "textclassifier-statsd", 86 " --javaPackage com.android.textclassifier.common.statsd" + 88 out: ["com/android/textclassifier/common/statsd/TextClassifierStatsLog.java"],
|
/external/perfetto/src/android_stats/ |
D | statsd_logging_helper.h | 33 // Logs the upload event to statsd if built in the Android tree. 39 // Logs the trigger events to statsd if built in the Android tree. 42 // Logs the trigger events to statsd if built in the Android tree.
|
D | perfetto_atoms.h | 104 // frameworks/base/cmds/statsd/src/atoms.proto
|
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/statsd/ |
D | StatsdTestUtils.java | 17 package com.android.textclassifier.common.statsd; 46 /** Util functions to make statsd testing easier by using adb shell cmd stats commands. */ 126 /** Gets the statsd report. Note that this also deletes that report from statsd. */
|
D | TextClassifierApiUsageLoggerTest.java | 17 package com.android.textclassifier.common.statsd; 32 import com.android.textclassifier.common.statsd.TextClassifierApiUsageLogger.Session; 44 /** A statsd config ID, which is arbitrary. */
|
D | GenerateLinksLoggerTest.java | 17 package com.android.textclassifier.common.statsd; 53 /** A statsd config ID, which is arbitrary. */
|
D | TextClassifierEventLoggerTest.java | 17 package com.android.textclassifier.common.statsd; 45 /** A statsd config ID, which is arbitrary. */
|
D | TextClassificationSessionIdConverterTest.java | 17 package com.android.textclassifier.common.statsd;
|
/external/perfetto/protos/perfetto/config/ |
D | trace_config.proto | 134 // by statsd. 164 // Contains statsd-specific metadata about an alert associated with the trace. 168 // The uid which registered the triggering configuration with statsd. 176 // Statsd-specific metadata. 218 // This should not be used in a remote trace config via statsd, doing so will 389 // This flag is useful in testing (e.g. Perfetto-statsd integration tests) 391 // usually would (e.g. configs deployed using statsd but only used for 412 // Android-only. Not for general use. If specified, sets the logging to statsd
|
D | perfetto_config.proto | 7 // - Android tree, for statsd. 1582 // by statsd. 1612 // Contains statsd-specific metadata about an alert associated with the trace. 1616 // The uid which registered the triggering configuration with statsd. 1624 // Statsd-specific metadata. 1666 // This should not be used in a remote trace config via statsd, doing so will 1837 // This flag is useful in testing (e.g. Perfetto-statsd integration tests) 1839 // usually would (e.g. configs deployed using statsd but only used for 1860 // Android-only. Not for general use. If specified, sets the logging to statsd
|
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/ |
D | DefaultTextClassifierServiceTest.java | 47 import com.android.textclassifier.common.statsd.StatsdTestUtils; 48 import com.android.textclassifier.common.statsd.TextClassifierApiUsageLogger; 68 /** A statsd config ID, which is arbitrary. */
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | base.proto | 54 // used: :ref:`statsd <arch_overview_statistics>`, :ref:`CDS 62 // :ref:`statsd <arch_overview_statistics>`, :ref:`health check cluster
|
/external/libtextclassifier/java/src/com/android/textclassifier/ |
D | TextClassifierImpl.java | 56 import com.android.textclassifier.common.statsd.GenerateLinksLogger; 57 import com.android.textclassifier.common.statsd.SelectionEventConverter; 58 import com.android.textclassifier.common.statsd.TextClassificationSessionIdConverter; 59 import com.android.textclassifier.common.statsd.TextClassifierEventConverter; 60 import com.android.textclassifier.common.statsd.TextClassifierEventLogger;
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/ |
D | TextClassificationSessionIdConverter.java | 17 package com.android.textclassifier.common.statsd;
|
D | WidgetTypeConverter.java | 17 package com.android.textclassifier.common.statsd;
|
D | SelectionEventConverter.java | 17 package com.android.textclassifier.common.statsd;
|
D | TextClassifierApiUsageLogger.java | 17 package com.android.textclassifier.common.statsd;
|
/external/perfetto/docs/reference/ |
D | checkpoint-atoms.md | 1 # Statsd Checkpoint Atoms
|
/external/conscrypt/common/src/main/java/org/conscrypt/metrics/ |
D | Protocol.java | 23 * Must be in sync with frameworks/base/cmds/statsd/src/atoms.proto
|
D | ConscryptStatsLog.java | 22 * generated by frameworks/statsd.
|
D | CipherSuite.java | 23 * Must be in sync with frameworks/base/cmds/statsd/src/atoms.proto
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/metrics/ |
D | Protocol.java | 24 * Must be in sync with frameworks/base/cmds/statsd/src/atoms.proto
|
D | ConscryptStatsLog.java | 23 * generated by frameworks/statsd.
|
D | CipherSuite.java | 24 * Must be in sync with frameworks/base/cmds/statsd/src/atoms.proto
|
/external/perfetto/ |
D | perfetto.rc | 52 # - Written by either uid:shell or uid:statsd.
|
12