/tools/repohooks/tools/ |
D | cpplint.py | 956 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/ |
D | SandboxConfigurationException.java | 31 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/ |
D | TestDiscoveryException.java | 32 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/ |
D | IssueConfiguration.kt | 40 fun error(issue: Issues.Issue) { in error() method
|
/tools/tradefederation/core/common_util/com/android/tradefed/config/ |
D | ConfigurationException.java | 43 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/ |
D | ClassNotFoundConfigurationException.java | 41 ErrorIdentifier error, in ClassNotFoundConfigurationException() 60 ErrorIdentifier error, in ClassNotFoundConfigurationException()
|
/tools/platform-compat/java/com/android/annotationvisitor/ |
D | Status.java | 42 public void error(Throwable t) { in error() method in Status 48 public void error(String message, Object... args) { in error() method in Status
|
D | AnnotatedClassContext.java | 44 Formatter error = new Formatter(); in buildReportString() local
|
D | AnnotatedMemberContext.java | 49 Formatter error = new Formatter(); in buildReportString() local
|
/tools/treble/build/treble_build/report/ |
D | build.go | 29 error bool member 34 error bool member 39 error bool member
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | InstrumentationTestFuncTest.java | 141 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/ |
D | common.cpp | 25 for (GLint error = glGetError(); error; error = glGetError()) { in checkGlError() local
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/ |
D | CompatibilityCheck.kt | 833 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/ |
D | lib.rs | 28 error: String, field 78 let error = format!("{:#}", e); in verify_dice_chain() localVariable
|
/tools/acloud/public/ |
D | report.py | 150 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/ |
D | plugin.proto | 88 optional string error = 1; field
|
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | TargetSetupErrorTest.java | 40 TargetSetupError error = in testOrigin() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/ |
D | MergeMultiBuildTargetPreparer.java | 91 String error = String.format("Key '%s' did not match any files, ignoring.", key); in setUp() local
|
/tools/netsim/proto/netsim/ |
D | packet_streamer.proto | 60 string error = 1; field
|
/tools/repohooks/ |
D | pre-upload.py | 147 def hook_error(self, hook, error): argument 167 def error(self, header, error): argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTestListener.java | 69 FailureDescription error = FailureDescription.create(errorMessage.toString()); in testRunEnded() local
|
D | InstrumentationListener.java | 146 public void testRunFailed(FailureDescription error) { in testRunFailed() 203 FailureDescription error = in testRunEnded() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/internal/ |
D | DeviceResetFeatureTest.java | 98 TargetSetupError error = new TargetSetupError("reason", InfraErrorIdentifier.UNDETERMINED); in testFeature_resetup_error() local
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | _anritsu_utils.py | 224 def __init__(self, error, command=None): argument
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AdbScreenrecordTest.java | 395 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
|