Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 75) sorted by relevance

123

/tools/repohooks/tools/
Dcpplint.py956 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
1513 def Check(self, error, filename, linenum): argument
1870 def RemoveMultiLineComments(filename, lines, error): argument
2234 def CheckForCopyright(filename, lines, error): argument
2364 def CheckForHeaderGuard(filename, clean_lines, error): argument
2467 def CheckHeaderFileIncluded(filename, include_state, error): argument
2500 def CheckForBadCharacters(filename, lines, error): argument
2525 def CheckForNewlineAtEOF(filename, lines, error): argument
2543 def CheckForMultilineCommentsAndStrings(filename, clean_lines, linenum, error): argument
2611 def CheckPosixThreading(filename, clean_lines, linenum, error): argument
[all …]
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigurationException.java31 public SandboxConfigurationException(String msg, ErrorIdentifier error) { in SandboxConfigurationException()
42 public SandboxConfigurationException(String msg, Throwable cause, ErrorIdentifier error) { in SandboxConfigurationException()
/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/
DTestDiscoveryException.java32 protected TestDiscoveryException(String message, ErrorIdentifier error) { in TestDiscoveryException()
43 String message, ErrorIdentifier error, DiscoveryExitCode exitCode) { in TestDiscoveryException()
/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/
DIssueConfiguration.kt40 fun error(issue: Issues.Issue) { in error() method
/tools/tradefederation/core/common_util/com/android/tradefed/config/
DConfigurationException.java43 public ConfigurationException(String msg, ErrorIdentifier error) { in ConfigurationException()
66 public ConfigurationException(String msg, Throwable cause, ErrorIdentifier error) { in ConfigurationException()
/tools/tradefederation/core/src/com/android/tradefed/config/
DClassNotFoundConfigurationException.java41 ErrorIdentifier error, in ClassNotFoundConfigurationException()
60 ErrorIdentifier error, in ClassNotFoundConfigurationException()
/tools/platform-compat/java/com/android/annotationvisitor/
DStatus.java42 public void error(Throwable t) { in error() method in Status
48 public void error(String message, Object... args) { in error() method in Status
DAnnotatedClassContext.java44 Formatter error = new Formatter(); in buildReportString() local
DAnnotatedMemberContext.java49 Formatter error = new Formatter(); in buildReportString() local
/tools/treble/build/treble_build/report/
Dbuild.go29 error bool member
34 error bool member
39 error bool member
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java141 String[] error = new String[1]; in testRun_testFailed() local
234 String[] error = new String[1]; in testRun_testTimeout() local
288 String[] error = new String[1]; in testRun_deviceReboot() local
372 String[] error = new String[1]; in testRun_deviceRuntimeReset() local
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dcommon.cpp25 for (GLint error = glGetError(); error; error = glGetError()) { in checkGlError() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt833 val error = in added() constant
883 val error = in added() constant
920 val error = in removed() constant
944 val error = in removed() constant
959 val error = in removed() constant
/tools/security/remote_provisioning/hwtrust/cxxbridge/
Dlib.rs28 error: String, field
78 let error = format!("{:#}", e); in verify_dice_chain() localVariable
/tools/acloud/public/
Dreport.py150 def AddError(self, error): argument
228 vnc_port, error, device_serial=None, argument
247 def UpdateFailure(self, error, error_type=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto88 optional string error = 1; field
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DTargetSetupErrorTest.java40 TargetSetupError error = in testOrigin() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMergeMultiBuildTargetPreparer.java91 String error = String.format("Key '%s' did not match any files, ignoring.", key); in setUp() local
/tools/netsim/proto/netsim/
Dpacket_streamer.proto60 string error = 1; field
/tools/repohooks/
Dpre-upload.py147 def hook_error(self, hook, error): argument
167 def error(self, header, error): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestListener.java69 FailureDescription error = FailureDescription.create(errorMessage.toString()); in testRunEnded() local
DInstrumentationListener.java146 public void testRunFailed(FailureDescription error) { in testRunFailed()
203 FailureDescription error = in testRunEnded() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/internal/
DDeviceResetFeatureTest.java98 TargetSetupError error = new TargetSetupError("reason", InfraErrorIdentifier.UNDETERMINED); in testFeature_resetup_error() local
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
D_anritsu_utils.py224 def __init__(self, error, command=None): argument
/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java395 final String error = in verifyTestParameters() local
405 final String error = String.format(ERR_OPTION_MALFORMED, OPTION_SIZE, mVideoSize); in verifyTestParameters() local
412 final String error = String.format(ERR_OPTION_MALFORMED, OPTION_BITRATE, mBitRate); in verifyTestParameters() local

123