Lines Matching refs:cpp
45 "-cert-msc50-cpp", // warning: rand() has limited randomness; use C++11 random library
58 "src/anomaly/AlarmMonitor.cpp",
59 "src/anomaly/AlarmTracker.cpp",
60 "src/anomaly/AnomalyTracker.cpp",
61 "src/anomaly/DurationAnomalyTracker.cpp",
62 "src/anomaly/subscriber_util.cpp",
63 "src/condition/CombinationConditionTracker.cpp",
64 "src/condition/condition_util.cpp",
65 "src/condition/ConditionWizard.cpp",
66 "src/condition/SimpleConditionTracker.cpp",
67 "src/config/ConfigKey.cpp",
68 "src/config/ConfigListener.cpp",
69 "src/config/ConfigManager.cpp",
71 "src/external/Perfetto.cpp",
72 "src/external/PullResultReceiver.cpp",
73 "src/external/puller_util.cpp",
74 "src/external/StatsCallbackPuller.cpp",
75 "src/external/StatsPuller.cpp",
76 "src/external/StatsPullerManager.cpp",
77 "src/external/TrainInfoPuller.cpp",
78 "src/external/Uprobestats.cpp",
79 "src/FieldValue.cpp",
80 "src/flags/FlagProvider.cpp",
81 "src/guardrail/StatsdStats.cpp",
82 "src/hash.cpp",
83 "src/HashableDimensionKey.cpp",
84 "src/logd/LogEvent.cpp",
85 "src/logd/LogEventQueue.cpp",
86 "src/logd/logevent_util.cpp",
87 "src/matchers/CombinationAtomMatchingTracker.cpp",
88 "src/matchers/EventMatcherWizard.cpp",
89 "src/matchers/matcher_util.cpp",
90 "src/matchers/SimpleAtomMatchingTracker.cpp",
91 "src/metadata_util.cpp",
92 "src/metrics/CountMetricProducer.cpp",
93 "src/metrics/duration_helper/MaxDurationTracker.cpp",
94 "src/metrics/duration_helper/OringDurationTracker.cpp",
95 "src/metrics/DurationMetricProducer.cpp",
96 "src/metrics/EventMetricProducer.cpp",
97 "src/metrics/RestrictedEventMetricProducer.cpp",
98 "src/metrics/GaugeMetricProducer.cpp",
99 "src/metrics/KllMetricProducer.cpp",
100 "src/metrics/MetricProducer.cpp",
101 "src/metrics/MetricsManager.cpp",
102 "src/metrics/ValueMetricProducer.cpp",
103 "src/metrics/parsing_utils/config_update_utils.cpp",
104 "src/metrics/parsing_utils/metrics_manager_util.cpp",
105 "src/metrics/NumericValueMetricProducer.cpp",
106 "src/packages/UidMap.cpp",
108 "src/shell/ShellSubscriber.cpp",
109 "src/shell/ShellSubscriberClient.cpp",
110 "src/socket/StatsSocketListener.cpp",
111 "src/state/StateManager.cpp",
112 "src/state/StateTracker.cpp",
113 "src/stats_log_util.cpp",
115 "src/statscompanion_util.cpp",
119 "src/StatsLogProcessor.cpp",
120 "src/StatsService.cpp",
121 "src/storage/StorageManager.cpp",
122 "src/subscriber/IncidentdReporter.cpp",
123 "src/subscriber/SubscriberReporter.cpp",
125 "src/utils/MultiConditionTrigger.cpp",
126 "src/utils/DbUtils.cpp",
127 "src/utils/Regex.cpp",
128 "src/utils/RestrictedPolicyManager.cpp",
129 "src/utils/ShardOffsetProvider.cpp",
173 name: "statslog_statsd.cpp",
176 "--cpp $(genDir)/statslog_statsd.cpp " +
181 "statslog_statsd.cpp",
198 name: "statslog_statsdtest.cpp",
201 "--cpp $(genDir)/statslog_statsdtest.cpp " +
206 "statslog_statsdtest.cpp",
212 generated_sources: ["statslog_statsdtest.cpp"],
223 generated_sources: ["statslog_statsd.cpp"],
248 srcs: ["src/main.cpp"],
279 // not included in libprotobuf-cpp-lite, so compile it here.
313 "tests/metrics/metrics_test_helper.cpp",
314 "tests/statsd_test_util.cpp",
317 "tests/statsd_test_util.cpp",
349 "tests/condition/SimpleConditionTracker_test.cpp",
350 "tests/ConfigManager_test.cpp",
351 "tests/e2e/Anomaly_count_e2e_test.cpp",
352 "tests/e2e/Anomaly_duration_sum_e2e_test.cpp",
353 "tests/e2e/ConfigUpdate_e2e_ab_test.cpp",
354 "tests/e2e/ConfigUpdate_e2e_test.cpp",
355 "tests/e2e/CountMetric_e2e_test.cpp",
356 "tests/e2e/DurationMetric_e2e_test.cpp",
357 "tests/e2e/GaugeMetric_e2e_pull_test.cpp",
358 "tests/e2e/MetricActivation_e2e_test.cpp",
359 "tests/e2e/PartialBucket_e2e_test.cpp",
360 "tests/e2e/ValueMetric_pull_e2e_test.cpp",
361 "tests/e2e/WakelockDuration_e2e_test.cpp",
362 "tests/external/puller_util_test.cpp",
363 "tests/external/StatsPuller_test.cpp",
364 "tests/FieldValue_test.cpp",
365 "tests/guardrail/StatsdStats_test.cpp",
366 "tests/LogEvent_test.cpp",
367 "tests/metrics/CountMetricProducer_test.cpp",
368 "tests/metrics/DurationMetricProducer_test.cpp",
369 "tests/metrics/EventMetricProducer_test.cpp",
370 "tests/metrics/GaugeMetricProducer_test.cpp",
371 "tests/metrics/KllMetricProducer_test.cpp",
372 "tests/metrics/MaxDurationTracker_test.cpp",
373 "tests/metrics/NumericValueMetricProducer_test.cpp",
374 "tests/metrics/OringDurationTracker_test.cpp",
375 "tests/metrics/RestrictedEventMetricProducer_test.cpp",
376 "tests/MetricsManager_test.cpp",
377 "tests/metrics/parsing_utils/config_update_utils_test.cpp",
378 "tests/metrics/parsing_utils/metrics_manager_util_test.cpp",
379 "tests/state/StateTracker_test.cpp",
380 "tests/StatsLogProcessor_test.cpp",
381 "tests/UidMap_test.cpp",
385 "tests/AlarmMonitor_test.cpp",
386 "tests/anomaly/AlarmTracker_test.cpp",
387 "tests/anomaly/AnomalyTracker_test.cpp",
388 "tests/condition/CombinationConditionTracker_test.cpp",
389 "tests/condition/ConditionTimer_test.cpp",
390 "tests/condition/SimpleConditionTracker_test.cpp",
391 "tests/ConfigManager_test.cpp",
392 "tests/e2e/Alarm_e2e_test.cpp",
393 "tests/e2e/Anomaly_count_e2e_test.cpp",
394 "tests/e2e/Anomaly_duration_sum_e2e_test.cpp",
395 "tests/e2e/Attribution_e2e_test.cpp",
396 "tests/e2e/ConfigTtl_e2e_test.cpp",
397 "tests/e2e/ConfigUpdate_e2e_ab_test.cpp",
398 "tests/e2e/ConfigUpdate_e2e_test.cpp",
399 "tests/e2e/CountMetric_e2e_test.cpp",
400 "tests/e2e/DurationMetric_e2e_test.cpp",
401 "tests/e2e/EventMetric_e2e_test.cpp",
402 "tests/e2e/GaugeMetric_e2e_pull_test.cpp",
403 "tests/e2e/GaugeMetric_e2e_push_test.cpp",
404 "tests/e2e/KllMetric_e2e_test.cpp",
405 "tests/e2e/MetricActivation_e2e_test.cpp",
406 "tests/e2e/MetricConditionLink_e2e_test.cpp",
407 "tests/e2e/PartialBucket_e2e_test.cpp",
408 "tests/e2e/RestrictedConfig_e2e_test.cpp",
409 "tests/e2e/RestrictedEventMetric_e2e_test.cpp",
410 "tests/e2e/StringReplace_e2e_test.cpp",
411 "tests/e2e/ValueMetric_pull_e2e_test.cpp",
412 "tests/e2e/WakelockDuration_e2e_test.cpp",
413 "tests/external/puller_util_test.cpp",
414 "tests/external/StatsCallbackPuller_test.cpp",
415 "tests/external/StatsPuller_test.cpp",
416 "tests/external/StatsPullerManager_test.cpp",
417 "tests/FieldValue_test.cpp",
418 "tests/flags/FlagProvider_test.cpp",
419 "tests/guardrail/StatsdStats_test.cpp",
420 "tests/HashableDimensionKey_test.cpp",
421 "tests/indexed_priority_queue_test.cpp",
422 "tests/log_event/LogEventQueue_test.cpp",
423 "tests/LogEntryMatcher_test.cpp",
424 "tests/LogEvent_test.cpp",
425 "tests/metadata_util_test.cpp",
426 "tests/metrics/CountMetricProducer_test.cpp",
427 "tests/metrics/DurationMetricProducer_test.cpp",
428 "tests/metrics/EventMetricProducer_test.cpp",
429 "tests/metrics/GaugeMetricProducer_test.cpp",
430 "tests/metrics/KllMetricProducer_test.cpp",
431 "tests/metrics/MaxDurationTracker_test.cpp",
432 "tests/metrics/OringDurationTracker_test.cpp",
433 "tests/metrics/NumericValueMetricProducer_test.cpp",
434 "tests/metrics/RestrictedEventMetricProducer_test.cpp",
435 "tests/metrics/parsing_utils/config_update_utils_test.cpp",
436 "tests/metrics/parsing_utils/metrics_manager_util_test.cpp",
437 "tests/subscriber/SubscriberReporter_test.cpp",
438 "tests/DataCorruptionReason_test.cpp",
439 "tests/LogEventFilter_test.cpp",
440 "tests/MetricsManager_test.cpp",
441 "tests/shell/ShellSubscriber_test.cpp",
442 "tests/state/StateTracker_test.cpp",
443 "tests/statsd_test_util_test.cpp",
444 "tests/SocketListener_test.cpp",
445 "tests/StatsLogProcessor_test.cpp",
446 "tests/StatsService_test.cpp",
447 "tests/storage/StorageManager_test.cpp",
448 "tests/UidMap_test.cpp",
449 "tests/utils/MultiConditionTrigger_test.cpp",
450 "tests/utils/DbUtils_test.cpp",
471 "benchmark/data_structures_benchmark.cpp",
472 "benchmark/db_benchmark.cpp",
473 "benchmark/duration_metric_benchmark.cpp",
474 "benchmark/filter_value_benchmark.cpp",
475 "benchmark/get_dimensions_for_condition_benchmark.cpp",
476 "benchmark/hello_world_benchmark.cpp",
477 "benchmark/log_event_benchmark.cpp",
478 "benchmark/log_event_filter_benchmark.cpp",
479 "benchmark/main.cpp",
480 "benchmark/on_log_event_benchmark.cpp",
481 "benchmark/stats_write_benchmark.cpp",
482 "benchmark/loss_info_container_benchmark.cpp",
483 "benchmark/string_transform_benchmark.cpp",
484 "benchmark/value_metric_benchmark.cpp",
597 "fuzzers/statsd_service_fuzzer.cpp",
628 "fuzzers/statsd_socket_data_fuzzer.cpp",