Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 173) sorted by relevance

1234567

/tools/security/fuzzing/orphans/pppd/
Deap_fuzz.proto4 message PacketSet{
8 message Packet{
17 message EapRequest{
27 message EaptRequestIdentity{
31 message EsptRequestNotification{
35 message EaptRequestMD5Chap{
38 message EaptRequestSRP{
47 message EapRequestSRPChallenge{
51 message EapRequestSRPKey{
55 message EapRequestSRPValidator {
[all …]
/tools/metalava/src/main/java/com/android/tools/metalava/
DReporter.kt104 fun report(id: Issues.Issue, element: PsiElement?, message: String): Boolean { in hasErrors()
112 if (element != null && baseline != null && baseline.mark(element, message, id)) { in hasErrors()
116 return report(severity, elementToLocation(element), message, id) in hasErrors()
119 fun report(id: Issues.Issue, file: File?, message: String): Boolean { in report()
127 if (file != null && baseline != null && baseline.mark(file, message, id)) { in report()
131 return report(severity, file?.path, message, id) in report()
134 fun report(id: Issues.Issue, item: Item?, message: String, psi: PsiElement? = null): Boolean { in report()
141 … which: (severity: Severity, location: String?, message: String, id: Issues.Issue) -> Boolean in report()
143 psi != null -> which(severity, elementToLocation(psi), message, id) in report()
144 item is PsiItem -> which(severity, elementToLocation(item.psi()), message, id) in report()
[all …]
DCompatibilityCheck.kt393 val message = in compare() constant
399 report(Issues.CHANGED_TYPE, new, message) in compare()
414 val message = in compare() constant
416 report(Issues.CHANGED_TYPE, new, message) in compare()
434 val message = "${describe( in compare() constant
444 report(Issues.CHANGED_VALUE, new, message) in compare()
566 … val message = "${describe(new, capitalize = true)} added thrown exception ${exec.qualifiedName()}" in compare() constant
567 report(Issues.CHANGED_THROWS, new, message) in compare()
580 val message = "${describe( in compare() constant
584 report(Issues.CHANGED_THROWS, new, message) in compare()
[all …]
DBaseline.kt71 fun mark(element: Item, message: String, issue: Issues.Issue): Boolean { in <lambda>()
73 return mark(elementId, message, issue) in <lambda>()
77 fun mark(element: PsiElement, message: String, issue: Issues.Issue): Boolean { in <lambda>()
79 return mark(elementId, message, issue) in <lambda>()
83 fun mark(file: File, message: String, issue: Issues.Issue): Boolean { in <lambda>()
85 return mark(elementId, message, issue) in <lambda>()
88 …private fun mark(elementId: String, @Suppress("UNUSED_PARAMETER") message: String, issue: Issues.I… in <lambda>()
110 idMap?.set(elementId, message) in <lambda>()
218 val message = lines[i + 1].trim() in <lambda>() constant
229 newIdMap[elementId] = message in <lambda>()
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto52 message FileDescriptorSet {
57 message FileDescriptorProto {
88 // Describes a message type.
89 message DescriptorProto {
98 message ExtensionRange {
109 // Describes a field within a message.
110 message FieldDescriptorProto {
156 // For message and enum types, this is the name of the type. If the name
159 // message are searched, then within the parent, on up to the root
184 message OneofDescriptorProto {
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Dlogcat.py37 def read_output(self, message): argument
39 all_timestamps = re.findall(TIMESTAMP_REGEX, message)
44 def _get_log_level(message): argument
46 if message.startswith('-') or len(message) < 37:
49 log_level = message[36]
64 def log_line(message): argument
65 timestamp_tracker.read_output(message)
66 log.log(_get_log_level(message), message)
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DApiParseException.kt22 internal constructor(message: String) : super(message)
23 internal constructor(message: String, file: String, cause: Exception?) : super(message, cause) {
26 internal constructor(message: String, tokenizer: ApiFile.Tokenizer) : super(message) {
31 override val message: String constant in com.android.tools.metalava.model.text.ApiParseException
43 sb.append(super.message)
/tools/asuite/atest-py2/proto/
Dinternal_user_log.proto8 message AtestLogEventInternal {
14 message AtestStartEvent {
22 message AtestExitEvent {
31 message FindTestFinishEvent {
40 message BuildFinishEvent {
47 message RunnerFinishEvent {
51 message Test {
60 message RunTestsFinishEvent {
65 message LocalDetectEvent {
Dexternal_user_log.proto8 message AtestLogEventExternal {
14 message AtestStartEvent {
18 message AtestExitEvent {
25 message FindTestFinishEvent {
31 message BuildFinishEvent {
37 message RunnerFinishEvent {
44 message RunTestsFinishEvent {
49 message LocalDetectEvent {
/tools/asuite/atest/proto/
Dinternal_user_log.proto8 message AtestLogEventInternal {
14 message AtestStartEvent {
22 message AtestExitEvent {
31 message FindTestFinishEvent {
40 message BuildFinishEvent {
47 message RunnerFinishEvent {
51 message Test {
60 message RunTestsFinishEvent {
65 message LocalDetectEvent {
Dexternal_user_log.proto8 message AtestLogEventExternal {
14 message AtestStartEvent {
18 message AtestExitEvent {
25 message FindTestFinishEvent {
31 message BuildFinishEvent {
37 message RunnerFinishEvent {
44 message RunTestsFinishEvent {
49 message LocalDetectEvent {
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/
Dapollo_log_decoder.py64 _, encoding, message = logline.split("|", 2)
65 message = message.rstrip()
67 message = decoders[encoding](message)
68 header = message[0:4]
69 serialized = message[4:]
70 if len(header) == 4 and len(serialized) == len(message) - 4:
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dapollo_qa.proto4 old message/field/enum & start using new one. If deprecated message
6 c) Prefer 3-stage migrations if possible: add new message/enum/field & start
7 sending it, make sure QA has switched to new message/enum/field, remove old
8 message/enum/field.
91 message ApolloQATrace {
106 message ApolloQAGetVerResponse {
126 message ApolloQAGetCodecResponse {
148 message ApolloQAGetDspStatusResponse {
159 message ApolloQAFactoryPlaySound {
166 message ApolloQAFactoryInfoRequest {
[all …]
/tools/test/openhst/
Dstress_test.proto23 message LoggingEventConfig {
33 message TimeStampConfig {
51 message FileConfig {
65 message ProcessConfig {
82 message DeviceConfig {
107 message TestStep {
126 message ExpectedResult {
136 message TestEventConfig {
150 message StressTestConfig {
165 message EventLogDetails {
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/protos/
Dbluetooth_metric.proto5 message BluetoothTestDevice {
16 message BluetoothContinuousTestResultHeader {
22 message BluetoothReconnectTestResult {
35 message BluetoothPairAndConnectTestResult {
48 message BluetoothA2dpCodecConfig {
62 message AudioTestDataPoint {
70 message BluetoothAudioTestResult {
89 message BluetoothDataTestResult {
/tools/test/connectivity/acts_tests/tests/google/bt/system_tests/
DRfcommLongevityTest.py119 message = "x"
129 message, False):
209 message = "x" * 990 # largest message size till sl4a fixed
219 message, False):
324 message = "x"
336 self.client_ad, self.server_ad, message, False):
339 size_of_message = len(message)
346 message = "x" * (size_of_message - 1)
348 message = "x" * (size_of_message + 1)
/tools/test/connectivity/acts/framework/tests/controllers/android_lib/
Dlogcat_test.py101 logcat._get_log_level = lambda message: logging.INFO
104 message = 'MESSAGE'
106 logcat._log_line_func(log, tracker)(message)
109 log.log.assert_called_once_with(logging.INFO, message)
112 logcat._get_log_level = lambda message: logging.INFO
115 message = 'MESSAGE'
117 logcat._log_line_func(log, tracker)(message)
120 tracker.read_output.assert_called_once_with(message)
/tools/platform-compat/java/com/android/annotationvisitor/
DAnnotatedClassContext.java43 private String buildReportString(String message, Object... args) { in buildReportString() argument
47 .format(Locale.US, message, args); in buildReportString()
52 public void reportError(String message, Object... args) { in reportError() argument
53 status.error(buildReportString(message, args)); in reportError()
57 public void reportWarning(String message, Object... args) { in reportWarning() argument
58 status.warning(buildReportString(message, args)); in reportWarning()
DAnnotatedMemberContext.java48 private String buildReportString(String message, Object... args) { in buildReportString() argument
53 .format(Locale.US, message, args); in buildReportString()
58 public void reportError(String message, Object... args) { in reportError() argument
59 status.error(buildReportString(message, args)); in reportError()
63 public void reportWarning(String message, Object... args) { in reportWarning() argument
64 status.warning(buildReportString(message, args)); in reportWarning()
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dlogging_lib.py28 def logE(self, message): argument
39 "message": '[%s] %s' % (datetime.datetime.now(), message),
46 def logI(self, message): argument
57 "message": '[%s] %s' % (datetime.datetime.now(), message)
64 def logW(self, message): argument
75 "message": '[%s] %s' % (datetime.datetime.now(), message)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto27 message BluetoothLog {
63 message DeviceInfo {
85 message BluetoothSession {
128 message RFCommSession {
146 message A2DPSession {
178 message PairEvent {
191 message WakeEvent {
216 message ScanEvent {
280 message ProfileConnectionStats {
295 message HeadsetProfileConnectionStats {
/tools/carrier_settings/proto/
Dcarrier_settings.proto25 message CarrierSettings {
45 message MultiCarrierSettings {
54 message ApnItem {
153 message CarrierApns {
161 message TextArray {
166 message IntArray {
171 message CarrierConfig {
175 message Config {
193 message VendorConfigClient {
210 message VendorConfigs {
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py52 def __init__(self, message, code=-1, data=None, rpc_name=''): argument
54 self.message = message
65 self.message, self.data)
68 self.message)
157 def _log_formatter(message): argument
159 return '[RPC Service|%s|%s] %s' % (self._serial, self.uid, message)
/tools/apksig/src/main/java/com/android/apksig/apk/
DApkFormatException.java28 public ApkFormatException(String message) { in ApkFormatException() argument
29 super(message); in ApkFormatException()
32 public ApkFormatException(String message, Throwable cause) { in ApkFormatException() argument
33 super(message, cause); in ApkFormatException()
DApkSigningBlockNotFoundException.java25 public ApkSigningBlockNotFoundException(String message) { in ApkSigningBlockNotFoundException() argument
26 super(message); in ApkSigningBlockNotFoundException()
29 public ApkSigningBlockNotFoundException(String message, Throwable cause) { in ApkSigningBlockNotFoundException() argument
30 super(message, cause); in ApkSigningBlockNotFoundException()

1234567