/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/log/table/ |
H A D | LogDiffsForTableTest.kt | 77 val logs = dumpLog() in boolean_doesNotLogWhenNotCollected() constant 78 assertThat(logs).doesNotContain(COLUMN_PREFIX) in boolean_doesNotLogWhenNotCollected() 79 assertThat(logs).doesNotContain(COLUMN_NAME) in boolean_doesNotLogWhenNotCollected() 80 assertThat(logs).doesNotContain("false") in boolean_doesNotLogWhenNotCollected() 99 val logs = dumpLog() in boolean_logsInitialWhenCollected() constant 100 assertThat(logs) in boolean_logsInitialWhenCollected() 134 val logs = dumpLog() in boolean_logsUpdates() constant 135 assertThat(logs) in boolean_logsUpdates() 144 assertThat(logs) in boolean_logsUpdates() 148 assertThat(logs) in boolean_logsUpdates() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | callbacks.py | 190 def make_logs(model, logs, outputs, mode, prefix=''): argument 191 """Computes logs for sending to `on_batch_end` methods.""" 195 logs[prefix + label] = output 197 logs['outputs'] = outputs 198 return logs 283 def _process_logs(self, logs, is_batch_hook=False): argument 285 if logs is None: 288 return logs 290 return logs 291 return tf_utils.sync_to_numpy_or_python_type(logs) [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | AdServicesLogger.java | 49 * Logs API call stats specific to the FLEDGE APIs as an {@link ApiCallStats} object with app 54 /** Logs API call stats specific to the FLEDGE APIs as an {@link ApiCallStats} object. */ 57 /** Logs measurement registrations response size. */ 62 * Logs the runAdSelection process stats as an {@link RunAdSelectionProcessReportedStats} 68 * Logs the runAdBidding process stats as an {@link RunAdBiddingProcessReportedStats} object. 73 * Logs the runAdScoring process stats as an {@link RunAdScoringProcessReportedStats} object. 78 * Logs the runAdBiddingPerCA process stats as an {@link RunAdBiddingPerCAProcessReportedStats} 84 * Logs the backgroundFetch process stats as an {@link BackgroundFetchProcessReportedStats} 90 * Logs the updateCustomAudience process stats as an {@link 97 * Logs GetTopics API call stats as an {@link [all …]
|
D | UiStatsLogger.java | 136 /** Logs that a notification was displayed. */ 148 /** Logs that the more button on the landing page was displayed. */ 160 /** Logs that the additional info dropdown on the landing page was displayed. */ 172 /** Logs that the user scrolled the landing page. */ 184 /** Logs that the user scrolled to the bottom of the landing page. */ 196 /** Logs that the user clicked the setting button on the landing page. */ 208 /** Logs that the user dismissed the landing page. */ 220 /** Logs that the user clicked the got it button on the landing page. */ 232 /** Logs that the user opt-in from the landing page. */ 244 /** Logs that the user opt-out from the landing page. */ [all …]
|
/aosp_15_r20/external/cronet/components/metrics/ |
H A D | metrics_service_observer_unittest.cc | 95 // Create a MetricsServiceObserver that will observe logs from |service|. in TEST_F() 156 // Create a MetricsServiceObserver that will observe logs from |service|. in TEST_F() 229 // Set the max log size to be 1 byte so that pretty much all logs will be in TEST_F() 236 // Create a MetricsServiceObserver that will observe logs from |service|. in TEST_F() 260 // Trim logs and verify that |logs_observer| is aware that the log was in TEST_F() 270 // Verifies that MetricsServiceObserver is notified when logs are trimmed due to 271 // enough logs being stored. 276 // essentially means that the log store, when trimming logs, will only keep in TEST_F() 278 // due to having stored enough logs. in TEST_F() 284 // Create a MetricsServiceObserver that will observe logs from |service|. in TEST_F() [all …]
|
H A D | metrics_log_store.h | 27 // A LogStore implementation for storing UMA logs. 28 // This implementation keeps track of two types of logs, initial and ongoing, 29 // each stored in UnsentLogStore. It prioritizes staging initial logs over 30 // ongoing logs. 32 // An alternate log store can be set to persist ongoing logs. For example, this 33 // can be used to separate user logs from device logs on Chrome OS. If set, all 34 // ongoing logs will be written to this alternate log store. Ongoing logs from 35 // the alternate log store will be prioritized over ongoing logs from the native 36 // ongoing log store when logs are staged. If an alternate log store is bound, 37 // then logs will be prioritized in the following order: initial, alternate [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ |
H A D | Logging.java | 26 * The following example shows how to configure logs to be sent to the 37 * logs: 45 * logs: 50 * logs: 132 * Names of the logs to be sent to this destination. Each name must 133 * be defined in the [Service.logs][google.api.Service.logs] section. If the 138 * <code>repeated string logs = 1;</code> 140 * @return A list containing the logs. 147 * Names of the logs to be sent to this destination. Each name must 148 * be defined in the [Service.logs][google.api.Service.logs] section. If the [all …]
|
/aosp_15_r20/external/autotest/server/site_tests/servo_LogGrab/ |
H A D | servo_LogGrab.py | 18 """Ensure all logs are grabbed and glued together.""" 35 """Setup a test directory to grab servo logs into and out of.""" 41 @returns: directory name inside |self.logtestdir| containing servod logs 42 None if no directory was created (and logs grabbed) 53 # None to indicate no logs were grabbed. 58 """Helper to check that all logs in |outdir| are concat in order. 60 Log grabbing glues together all logs for one loglevel into one 63 @param outdir: directory with logs to inspect 86 """Helper to check debug logs in |outdir|. 92 that it shows up n times in the logs, add it n times to |ctrls|. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | RouterNatLogConfig.java | 74 …logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This … 94 * Export logs for all (successful and unsuccessful) connections. 104 * Export logs for connection failures only. 114 * Export logs for successful connections only. 137 * Export logs for all (successful and unsuccessful) connections. 147 * Export logs for connection failures only. 157 * Export logs for successful connections only. 256 * Indicates whether or not to export logs. This is false by default. 271 * Indicates whether or not to export logs. This is false by default. 291 …logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This … [all …]
|
H A D | SubnetworkLogConfig.java | 77 …gation interval for collecting flow logs. Increasing the interval time will reduce the amount of g… 229 …flow logs for this subnetwork is enabled. Configures whether all, none or a subset of metadata fie… 365 …gation interval for collecting flow logs. Increasing the interval time will reduce the amount of g… 381 …gation interval for collecting flow logs. Increasing the interval time will reduce the amount of g… 405 …gation interval for collecting flow logs. Increasing the interval time will reduce the amount of g… 467 …ly be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to … 482 …ly be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to … 505 …ly be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to … 531 …logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs a… 546 …logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs a… [all …]
|
H A D | SubnetworkLogConfigOrBuilder.java | 30 …gation interval for collecting flow logs. Increasing the interval time will reduce the amount of g… 43 …gation interval for collecting flow logs. Increasing the interval time will reduce the amount of g… 56 …gation interval for collecting flow logs. Increasing the interval time will reduce the amount of g… 95 …ly be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to … 107 …ly be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to … 119 …ly be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to … 132 …logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs a… 144 …logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs a… 157 …flow logs for this subnetwork is enabled. Configures whether all, none or a subset of metadata fie… 170 …flow logs for this subnetwork is enabled. Configures whether all, none or a subset of metadata fie… [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudwatchlogs/src/main/resources/codegen-resources/ |
H A D | endpoint-tests.json | 7 "url": "https://logs.af-south-1.amazonaws.com" 20 "url": "https://logs.ap-east-1.amazonaws.com" 33 "url": "https://logs.ap-northeast-1.amazonaws.com" 46 "url": "https://logs.ap-northeast-2.amazonaws.com" 59 "url": "https://logs.ap-northeast-3.amazonaws.com" 72 "url": "https://logs.ap-south-1.amazonaws.com" 85 "url": "https://logs.ap-southeast-1.amazonaws.com" 98 "url": "https://logs.ap-southeast-2.amazonaws.com" 111 "url": "https://logs.ap-southeast-3.amazonaws.com" 124 "url": "https://logs.ca-central-1.amazonaws.com" [all …]
|
H A D | service-2.json | 5 "endpointPrefix":"logs", 8 "serviceFullName":"Amazon CloudWatch Logs", 9 "serviceId":"CloudWatch Logs", 12 "uid":"logs-2014-03-28" 28 …Logs query insights results in the account.</p> <p>When you use <code>AssociateKmsKey</code>, you … 62 …logs/AWS-logs-and-resource-policy.html\">Enabling logging from Amazon Web Services services.</a> <… 80 …e/API_CancelExportTask.html\">CancelExportTask</a>.</p> <p>You can export logs from multiple log g… 97 …logs.</p> <p>An anomaly detector can help surface issues by automatically discovering anomalies in… 113 …Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested.</p> <p>If you at… 143 …Logs account policy. This stops the policy from applying to all log groups or a subset of log grou… [all …]
|
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/ |
H A D | LogTest.java | 29 List<ShadowLog.LogItem> logs = ShadowLog.getLogs(); in callOriginTest() local 33 + logs.get(logs.size() - 1).msg in callOriginTest() 35 logs.get(logs.size() - 1).msg.matches("\\[LogTest.java:\\d+\\].*")); in callOriginTest() 62 List<ShadowLog.LogItem> logs; in exceptionLoggingTest() local 66 logs = ShadowLog.getLogs(); in exceptionLoggingTest() 67 assertEquals(t, logs.get(logs.size() - 1).throwable); in exceptionLoggingTest() 68 assertEquals("Bar", logs.get(logs.size() - 1).msg); in exceptionLoggingTest() 72 logs = ShadowLog.getLogs(); in exceptionLoggingTest() 73 assertEquals(t, logs.get(logs.size() - 1).throwable); in exceptionLoggingTest() 74 assertEquals("search?q=%E6%B5%8B%E8%AF%95", logs.get(logs.size() - 1).msg); in exceptionLoggingTest() [all …]
|
/aosp_15_r20/external/libchrome/base/android/junit/src/org/chromium/base/ |
H A D | LogTest.java | 29 List<ShadowLog.LogItem> logs = ShadowLog.getLogs(); in callOriginTest() local 30 assertEquals("Only one log should be written", 1, logs.size()); in callOriginTest() 32 assertTrue("The origin of the log message (" + logs.get(0).msg + ") looks wrong.", in callOriginTest() 33 logs.get(0).msg.matches("\\[LogTest.java:\\d+\\].*")); in callOriginTest() 61 List<ShadowLog.LogItem> logs; in exceptionLoggingTest() local 65 logs = ShadowLog.getLogs(); in exceptionLoggingTest() 66 assertEquals(t, logs.get(logs.size() - 1).throwable); in exceptionLoggingTest() 67 assertEquals("Bar", logs.get(logs.size() - 1).msg); in exceptionLoggingTest() 71 logs = ShadowLog.getLogs(); in exceptionLoggingTest() 72 assertEquals(t, logs.get(logs.size() - 1).throwable); in exceptionLoggingTest() [all …]
|
/aosp_15_r20/frameworks/proto_logging/stats/atoms/adservices/ |
H A D | adservices_extension_atoms.proto | 238 * Logs for AdServices GetTopics API call on R+. 257 * Logs for AdServices Epoch Computation Classifier on R+. 284 * Logs debug keys match state when measurement reports are being generated. 296 * Logs AdServices errors/exceptions. 317 /** Logs background job stats to monitor the stability of Rubidium background jobs. */ 346 /** Logs background job Stats to monitor job scheduling in Rubidium. */ 363 * Logs when an AdServices delayed source is fetched and registered. 373 * Logs when an AdServices trigger is attributed to a source. 401 * Logs AdServices job finish status 409 * Logs when AdServices deletion API is called. [all …]
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/ |
H A D | BootReceiverFixFsckFsStatTest.java | 35 final String[] logs = { in testTreeOptimization() local 53 doTestFsckFsStat(logs, 0x405, 0x5, 0, logs.length); in testTreeOptimization() 55 final String[] doubleLogs = new String[logs.length * 2]; in testTreeOptimization() 56 System.arraycopy(logs, 0, doubleLogs, 0, logs.length); in testTreeOptimization() 57 System.arraycopy(logs, 0, doubleLogs, logs.length, logs.length); in testTreeOptimization() 58 doTestFsckFsStat(doubleLogs, 0x401, 0x1, 0, logs.length); in testTreeOptimization() 59 doTestFsckFsStat(doubleLogs, 0x402, 0x2, logs.length, logs.length * 2); in testTreeOptimization() 64 final String[] logs = { in testQuotaOnly() local 81 doTestFsckFsStat(logs, 0x405, 0x405, 0, logs.length); in testQuotaOnly() 86 final String[] logs = { in testOrphaned() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | DozeLog.java | 47 * Logs doze events for debugging and triaging purposes. Logs are dumped in bugreports or on demand: 99 * Appends pickup wakeup event to the logs 112 * Appends pulse started event to the logs. 121 * Appends pulse finished event to the logs 129 * Appends pulse event to the logs 137 * Appends dozing event to the logs. Logs current dozing state when entering/exiting AOD. 146 * Appends dozing event to the logs when dozing has changed in AOD. 154 * Appends fling event to the logs 162 * Appends emergency call event to the logs 170 * Appends keyguard bouncer changed event to the logs [all …]
|
/aosp_15_r20/system/chre/platform/shared/include/chre/platform/shared/ |
H A D | log_buffer_manager.h | 38 * A log buffer manager that platform code can use to buffer logs when the host 40 * the LogBuffer API to buffer the logs in memory. 42 * The manager uses two LogBuffer objects to handle flushing logs to the host at 43 * the same time as handling more incoming logs. Incoming logs are always put 44 * into the primary buffer first. The secondary buffer takes all the logs 45 * currently in the primary buffer before the logs are sent off to the host 47 * HostLink::sendLogs API. Logs are also flushed to the secondary buffer from 51 * after this class and pass logs to the log or logVa methods. Initialize the 53 * after sending logs to the host. 66 * Logs message with printf-style arguments. No trailing newline is required [all …]
|
/aosp_15_r20/external/cronet/components/metrics/debug/ |
H A D | app.ts | 17 * An empty log. It is appended to a logs table when there are no logs (for 58 * Returns UMA logs data (with their proto) as a JSON string. Used when 59 * exporting UMA logs data. Returns a promise. 79 'List of all UMA logs closed since browser startup.' : 80 'List of UMA logs closed since opening this page. Starting the browser \ 81 with the --export-uma-logs-to-file command line flag will instead show \ 82 all logs closed since browser startup.'; 84 // Set up a listener for UMA logs. Also update UMA log data immediately in 85 // case there are logs that we already have data on. 90 // Set up the UMA "Export logs" button. [all …]
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/orca/ |
H A D | OrcaOobUtilTest.java | 155 private static void assertLog(List<String> logs, String expectedLog) { in assertLog() argument 156 assertThat(logs).containsExactly(expectedLog); in assertLog() 157 logs.clear(); in assertLog() 275 assertThat(subchannel.logs).isEmpty(); in singlePolicyTypicalWorkflow() 283 assertLog(subchannel.logs, in singlePolicyTypicalWorkflow() 290 assertLog(subchannel.logs, "DEBUG: Received an ORCA report: " + report); in singlePolicyTypicalWorkflow() 308 assertThat(subchannel.logs).isEmpty(); in singlePolicyTypicalWorkflow() 361 assertThat(subchannel.logs).isEmpty(); in twoLevelPoliciesTypicalWorkflow() 370 assertLog(subchannel.logs, in twoLevelPoliciesTypicalWorkflow() 377 assertLog(subchannel.logs, "DEBUG: Received an ORCA report: " + report); in twoLevelPoliciesTypicalWorkflow() [all …]
|
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/metrics/ |
D | stats.proto | 25 * Logs NSD(Network service discovery) client session 82 * Logs the number of network count on each list of transports 84 * Logs from: 93 * Logs the number of network count and transport type 95 * Logs from: 107 * Logs a list of networks 109 * Logs from: 117 * Logs connection duration in seconds and list of transports 119 * Logs from: 131 * Logs connection duration on each list of transports, in seconds [all …]
|
/aosp_15_r20/external/pigweed/pw_log_rpc/ |
H A D | docs.rst | 39 to stream logs. Optionally, create a ``FilterMap`` with ``Filter`` objects with 58 Sample RPC logs request 60 The log listener, e.g. a computer, requests logs via RPC. The log service 73 Logs are streamed via RPC to a computer, and to another log listener. There can 129 out if logs were dropped during transmission. 135 using a different protocol for logs and RPCs over the same interface(s). 138 to retrieve and modify filters. The client may also stop streaming the logs by 140 interface. Note that ``Cancel()`` may lead to dropped logs. To prevent dropped 141 logs use ``RequestCompletion()`` and enable :c:macro:`PW_RPC_COMPLETION_REQUEST_CALLBACK` 148 An ``RpcLogDrain`` reads from the ``MultiSink`` instance that buffers logs, then [all …]
|
/aosp_15_r20/external/googleapis/google/logging/v2/ |
H A D | logging.proto | 38 // Service for ingesting and querying logs. 54 delete: "/v2/{log_name=projects/*/logs/*}" 55 additional_bindings { delete: "/v2/{log_name=*/*/logs/*}" } 56 additional_bindings { delete: "/v2/{log_name=organizations/*/logs/*}" } 57 additional_bindings { delete: "/v2/{log_name=folders/*/logs/*}" } 58 additional_bindings { delete: "/v2/{log_name=billingAccounts/*/logs/*}" } 82 // Logs](https://cloud.google.com/logging/docs/export). 99 // Lists the logs in projects, organizations, folders, or billing accounts. 100 // Only logs that have entries are listed. 103 get: "/v2/{parent=*/*}/logs" [all …]
|
/aosp_15_r20/external/python/google-api-python-client/tests/data/ |
D | logging.json | 30 "logs": { object 33 "id": "logging.folders.logs.list", 40 …"description": "Lists the logs in projects or organizations. Only logs that have entries are liste… 41 "flatPath": "v2/folders/{foldersId}/logs", 51 …"description": "Required. The resource name that owns the logs:\n\"projects/[PROJECT_ID]\"\n\"orga… 63 "path": "v2/{+parent}/logs", 72 "id": "logging.folders.logs.delete", 80 "flatPath": "v2/folders/{foldersId}/logs/{logsId}", 84 …logs/[LOG_ID]\"\n\"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]\"\n[LOG_ID] must be URL-encoded. … 86 "pattern": "^folders/[^/]+/logs/[^/]+$", [all …]
|