/aosp_15_r20/external/google-cloud-java/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/java/com/google/cloud/assuredworkloads/v1/ |
H A D | Violation.java | 25 * Workload monitoring Violation. 28 * Protobuf type {@code google.cloud.assuredworkloads.v1.Violation} 30 public final class Violation extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.cloud.assuredworkloads.v1.Violation) 35 // Use Violation.newBuilder() to construct. 36 private Violation(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Violation() method in Violation 40 private Violation() { in Violation() method in Violation 54 return new Violation(); in newInstance() 73 com.google.cloud.assuredworkloads.v1.Violation.class, in internalGetFieldAccessorTable() 74 com.google.cloud.assuredworkloads.v1.Violation.Builder.class); in internalGetFieldAccessorTable() [all …]
|
H A D | ViolationOrBuilder.java | 23 // @@protoc_insertion_point(interface_extends:google.cloud.assuredworkloads.v1.Violation) 30 * Output only. Immutable. Name of the Violation. 46 * Output only. Immutable. Name of the Violation. 63 * Output only. Description for the Violation. 76 * Output only. Description for the Violation. 90 * Output only. Time of the event which triggered the Violation. 103 * Output only. Time of the event which triggered the Violation. 116 * Output only. Time of the event which triggered the Violation. 128 * Output only. The last time when the Violation record was updated. 141 * Output only. The last time when the Violation record was updated. [all …]
|
H A D | ViolationName.java | 34 … "organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}"); 39 private final String violation; field in ViolationName 46 violation = null; in ViolationName() 53 violation = Preconditions.checkNotNull(builder.getViolation()); in ViolationName() 69 return violation; in getViolation() 81 String organization, String location, String workload, String violation) { in of() argument 86 .setViolation(violation) in of() 91 String organization, String location, String workload, String violation) { in format() argument 96 .setViolation(violation) in format() 112 matchMap.get("violation")); in parse() [all …]
|
H A D | ListViolationsResponse.java | 74 private java.util.List<com.google.cloud.assuredworkloads.v1.Violation> violations_; 82 * <code>repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;</code> 85 public java.util.List<com.google.cloud.assuredworkloads.v1.Violation> getViolationsList() { in getViolationsList() 95 * <code>repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;</code> 109 * <code>repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;</code> 122 * <code>repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;</code> 125 public com.google.cloud.assuredworkloads.v1.Violation getViolations(int index) { in getViolations() 135 * <code>repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;</code> 572 com.google.cloud.assuredworkloads.v1.Violation m = in mergeFrom() 574 com.google.cloud.assuredworkloads.v1.Violation.parser(), extensionRegistry); in mergeFrom() [all …]
|
H A D | GetViolationRequest.java | 25 * Request for fetching a Workload Violation. 78 * Required. The resource name of the Violation to fetch (ie. Violation.name). 80 * organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation} 105 * Required. The resource name of the Violation to fetch (ie. Violation.name). 107 * organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation} 293 * Request for fetching a Workload Violation. 477 * Required. The resource name of the Violation to fetch (ie. Violation.name). 479 * organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation} 503 * Required. The resource name of the Violation to fetch (ie. Violation.name). 505 * organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation} [all …]
|
H A D | AcknowledgeViolationRequest.java | 25 * Request for acknowledging the violation 81 * Required. The resource name of the Violation to acknowledge. 83 * organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation} 106 * Required. The resource name of the Violation to acknowledge. 108 * organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation} 136 * Required. Business justification explaining the need for violation acknowledgement 159 * Required. Business justification explaining the need for violation acknowledgement 189 * resulted in this violation. 224 * resulted in this violation. 436 * Request for acknowledging the violation [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/ |
H A D | PreconditionFailure.java | 27 * acknowledged, it could list the terms of service violation in the 75 // @@protoc_insertion_point(interface_extends:google.rpc.PreconditionFailure.Violation) 83 * enum type to define the supported precondition violation subjects. For 84 * example, "TOS" for "Terms of Service violation". 97 * enum type to define the supported precondition violation subjects. For 98 * example, "TOS" for "Terms of Service violation". 172 * Protobuf type {@code google.rpc.PreconditionFailure.Violation} 174 public static final class Violation extends com.google.protobuf.GeneratedMessageV3 class in PreconditionFailure 176 // @@protoc_insertion_point(message_implements:google.rpc.PreconditionFailure.Violation) 179 // Use Violation.newBuilder() to construct. [all …]
|
H A D | QuotaFailure.java | 78 // @@protoc_insertion_point(interface_extends:google.rpc.QuotaFailure.Violation) 149 * A message type used to describe a single quota violation. For example, a 153 * Protobuf type {@code google.rpc.QuotaFailure.Violation} 155 public static final class Violation extends com.google.protobuf.GeneratedMessageV3 class in QuotaFailure 157 // @@protoc_insertion_point(message_implements:google.rpc.QuotaFailure.Violation) 160 // Use Violation.newBuilder() to construct. 161 private Violation(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Violation() method in QuotaFailure.Violation 165 private Violation() { in Violation() method in QuotaFailure.Violation 173 return new Violation(); in newInstance() 192 com.google.rpc.QuotaFailure.Violation.class, in internalGetFieldAccessorTable() [all …]
|
H A D | BadRequest.java | 95 * * `full_name` for a violation in the `full_name` value 96 * * `email_addresses[1].email` for a violation in the `email` field of the 98 * * `email_addresses[3].type[2]` for a violation in the second `type` 101 * * `fullName` for a violation in the `fullName` value 102 * * `emailAddresses[1].email` for a violation in the `email` field of the 104 * * `emailAddresses[3].type[2]` for a violation in the second `type` 135 * * `full_name` for a violation in the `full_name` value 136 * * `email_addresses[1].email` for a violation in the `email` field of the 138 * * `email_addresses[3].type[2]` for a violation in the second `type` 141 * * `fullName` for a violation in the `fullName` value [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/cloudcontrolspartner/v1/ |
H A D | violations.proto | 32 // Details of resource Violation 33 message Violation { message 35 type: "cloudcontrolspartner.googleapis.com/Violation" 36 …rganization}/locations/{location}/customers/{customer}/workloads/{workload}/violations/{violation}" 38 singular: "violation" 41 // Represents remediation guidance to resolve compliance violation for 44 // Instructions to remediate violation 46 // Remediation instructions to resolve violation via gcloud cli 48 // Gcloud command to resolve violation 51 // Steps to resolve violation via gcloud cli [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/cloudcontrolspartner/v1beta/ |
H A D | violations.proto | 32 // Details of resource Violation 33 message Violation { message 35 type: "cloudcontrolspartner.googleapis.com/Violation" 36 …rganization}/locations/{location}/customers/{customer}/workloads/{workload}/violations/{violation}" 38 singular: "violation" 41 // Represents remediation guidance to resolve compliance violation for 44 // Instructions to remediate violation 46 // Remediation instructions to resolve violation via gcloud cli 48 // Gcloud command to resolve violation 51 // Steps to resolve violation via gcloud cli [all …]
|
/aosp_15_r20/external/google-cloud-java/java-assured-workloads/proto-google-cloud-assured-workloads-v1/src/main/proto/google/cloud/assuredworkloads/v1/ |
H A D | assuredworkloads.proto | 119 // Retrieves Assured Workload Violation based on ID. 120 rpc GetViolation(GetViolationRequest) returns (Violation) { 124 // Acknowledges an existing violation. By acknowledging a violation, users 125 // acknowledge the existence of a compliance violation in their workload and 567 // Request for acknowledging the violation 570 // Required. The resource name of the Violation to acknowledge. 572 // organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation} 575 // Required. Business justification explaining the need for violation acknowledgement 580 // resulted in this violation. 591 // Response for violation acknowledgement [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/assuredworkloads/v1/ |
H A D | assuredworkloads.proto | 119 // Retrieves Assured Workload Violation based on ID. 120 rpc GetViolation(GetViolationRequest) returns (Violation) { 124 // Acknowledges an existing violation. By acknowledging a violation, users 125 // acknowledge the existence of a compliance violation in their workload and 567 // Request for acknowledging the violation 570 // Required. The resource name of the Violation to acknowledge. 572 // organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation} 575 // Required. Business justification explaining the need for violation acknowledgement 580 // resulted in this violation. 591 // Response for violation acknowledgement [all …]
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | format.c | 422 …st FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation) in FLAC__format_cuesheet_is_legal() argument 428 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds"; in FLAC__format_cuesheet_is_legal() 432 …if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples… in FLAC__format_cuesheet_is_legal() 438 if(violation) *violation = "cue sheet must have at least one track (the lead-out)"; in FLAC__format_cuesheet_is_legal() 443 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)"; in FLAC__format_cuesheet_is_legal() 449 if(violation) *violation = "cue sheet may not have a track number 0"; in FLAC__format_cuesheet_is_legal() 455 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170"; in FLAC__format_cuesheet_is_legal() 461 if(violation) { in FLAC__format_cuesheet_is_legal() 463 *violation = "CD-DA cue sheet lead-out offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal() 465 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/lock_agent/lockagent/android_common/javac/ |
D | lockagent.jar | ... ON_THREAD
}
com/android/lock_checker/LockHook$Violation.class
LockHook.java
package com.android. ... |
/aosp_15_r20/external/flac/src/metaflac/ |
H A D | options.c | 118 …__bool parse_vorbis_comment_field_name(const char *field_ref, char **name, const char **violation); 119 …bool parse_vorbis_comment_field_names(const char *field_ref, char **names, const char **violation); 120 static FLAC__bool parse_add_seekpoint(const char *in, char **out, const char **violation); 493 const char *violation; in parse_option() local 496 …arse_vorbis_comment_field_name(option_argument, &(op->argument.vc_field_name.value), &violation)) { in parse_option() 497 FLAC__ASSERT(0 != violation); in parse_option() 498 …--%s): malformed vorbis comment field name \"%s\",\n %s\n", opt, option_argument, violation); in parse_option() 510 const char *violation; in parse_option() local 513 …rse_vorbis_comment_field_names(option_argument, &(op->argument.vc_field_name.value), &violation)) { in parse_option() 514 FLAC__ASSERT(0 != violation); in parse_option() [all …]
|
/aosp_15_r20/external/flac/src/flac/ |
H A D | vorbiscomment.c | 66 …char *field_ref, char **field, char **name, char **value, uint32_t *length, const char **violation) in parse_vorbis_comment_field() argument 82 *violation = violations[1]; in parse_vorbis_comment_field() 90 *violation = violations[0]; in parse_vorbis_comment_field() 103 /* slight modification: no 'filename' arg, and errors are passed back in 'violation' instead of pri… 104 …ck, const Argument_VcField *field, FLAC__bool *needs_write, FLAC__bool raw, const char **violation) in set_vc_field() argument 120 *violation = "can't open file for tag value"; in set_vc_field() 124 *violation = "file for tag value is too large"; in set_vc_field() 134 *violation = "error while reading file for tag value"; in set_vc_field() 140 *violation = "file for tag value has embedded NULs"; in set_vc_field() 153 *violation = "error converting file contents to UTF-8 for tag value"; in set_vc_field() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | StrictMode.java | 76 import android.os.strictmode.Violation; 152 * <p>You can decide what should happen when a violation is detected. For example, using {@link 201 // Only apply VM penalties for the same violation at this interval. 386 /** Called when penaltyLog is enabled and a violation needs logging. */ 394 msg = "StrictMode policy violation; ~duration=" + info.durationMillis + " ms:"; 396 msg = "StrictMode policy violation:"; 409 * provided executor when a Thread violation occurs. 412 /** Called on a thread policy violation. */ 413 void onThreadViolation(Violation v); in onThreadViolation() 418 * provided executor when a VM violation occurs. [all …]
|
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/lockagent_intermediates/ |
D | classes-header.jar | ... ON_THREAD
}
com/android/lock_checker/LockHook$Violation.class
<Unknown>
package com.android. ... |
D | classes.jar | ... handleViolation (com.android.lock_checker.OnThreadLockChecker$Violation)
com.android.lock_checker.OnThreadLockChecker$Violation ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/lock_agent/lockagent/android_common/turbine-combined/ |
D | lockagent.jar | ... ON_THREAD
}
com/android/lock_checker/LockHook$Violation.class
<Unknown>
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/lock_agent/lockagent/android_common/turbine/ |
D | lockagent.jar | ... wtf (com.android.lock_checker.LockHook$Violation)
public void handleMessage (android.os.Message ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/lock_agent/lockagent/android_common/repackaged-jarjar/javac/ |
D | lockagent.jar | ... handleViolation (com.android.lock_checker.OnThreadLockChecker$Violation)
com.android.lock_checker.OnThreadLockChecker$Violation ... |
/aosp_15_r20/external/google-cloud-java/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/ |
H A D | AssuredWorkloadsServiceClient.java | 967 * for (Violation element : assuredWorkloadsServiceClient.listViolations(parent).iterateAll()) { 1003 * for (Violation element : assuredWorkloadsServiceClient.listViolations(parent).iterateAll()) { 1043 … * for (Violation element : assuredWorkloadsServiceClient.listViolations(request).iterateAll()) { 1081 * ApiFuture<Violation> future = 1084 * for (Violation element : future.get().iterateAll()) { 1123 * for (Violation element : response.getViolationsList()) { 1143 * Retrieves Assured Workload Violation based on ID. 1156 * ViolationName.of("[ORGANIZATION]", "[LOCATION]", "[WORKLOAD]", "[VIOLATION]"); 1157 * Violation response = assuredWorkloadsServiceClient.getViolation(name); 1161 * @param name Required. The resource name of the Violation to fetch (ie. Violation.name). Format: [all …]
|
/aosp_15_r20/external/googleapis/google/apps/drive/labels/v2/ |
H A D | error_details.proto | 27 // Describes the Field in which the violation occurred. 56 // The path to the field where this violation occurred. This path is 64 // A message that describes the violation. This message is intended to 77 message Violation { message 78 // The possible reasons a the violation occurred. 80 // Unknown violation type. 105 // at the Field where the violation occurred. 122 // The path to the field where this violation occurred. This path is 127 // The type of this violation. 130 // A message that describes the violation. This message is intended to [all …]
|