/tools/repohooks/tools/ |
D | cpplint.py | 584 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument 1060 def Check(self, error, filename, linenum): argument 1393 def RemoveMultiLineComments(filename, lines, error): argument 1757 def CheckForCopyright(filename, lines, error): argument 1886 def CheckForHeaderGuard(filename, clean_lines, error): argument 1984 def CheckHeaderFileIncluded(filename, include_state, error): argument 2009 def CheckForBadCharacters(filename, lines, error): argument 2034 def CheckForNewlineAtEOF(filename, lines, error): argument 2052 def CheckForMultilineCommentsAndStrings(filename, clean_lines, linenum, error): argument 2120 def CheckPosixThreading(filename, clean_lines, linenum, error): argument [all …]
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | IssueConfiguration.kt | 42 fun error(issue: Issues.Issue) { in error() method
|
D | Xml.kt | 66 override fun error(exception: SAXParseException) { in parseDocument() method
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | InstrumentationTestFuncTest.java | 127 String[] error = new String[1]; in testRun_testFailed() local 193 String[] error = new String[1]; in testRun_testTimeout() local 246 String[] error = new String[1]; in testRun_deviceReboot() local 329 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/repohooks/ |
D | pre-upload.py | 120 def hook_error(self, hook_name, error): argument 140 def error(self, header, error): member in Output
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | CompatibilityCheck.kt | 736 val error = if (new.isInterface()) { in added() constant 797 … val error = if (new.modifiers.isAbstract()) Issues.ADDED_ABSTRACT_METHOD else Issues.ADDED_METHOD in added() constant 815 val error = when { in removed() constant 837 … val error = if (old.deprecated) Issues.REMOVED_DEPRECATED_METHOD else Issues.REMOVED_METHOD in removed() constant 849 … val error = if (old.deprecated) Issues.REMOVED_DEPRECATED_FIELD else Issues.REMOVED_FIELD in removed() constant
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstrumentationListener.java | 96 public void testRunFailed(FailureDescription error) { in testRunFailed() 121 FailureDescription error = in testRunEnded() local
|
D | GTestListener.java | 69 FailureDescription error = FailureDescription.create(errorMessage.toString()); in testRunEnded() local
|
D | ArtRunTest.java | 150 String error = String.format("'%s' instead of '%s'", output, expected); in runArtTest() local
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 88 optional string error = 1; field
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | TargetSetupErrorTest.java | 40 TargetSetupError error = in testOrigin() local
|
/tools/acloud/public/ |
D | report.py | 131 def AddError(self, error): argument 184 vnc_port, error): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | _anritsu_utils.py | 224 def __init__(self, error, command=None): argument
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | KotlinInteropChecksTest.kt | 107 fun error(bar: (Int) -> Int, foo: Int) { } in Sam-compatible parameters should be last() method 177 fun error(int: Int = 0, int2: Int = 0) { } in Methods with default parameters should specify JvmOverloads() method
|
/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
|
/tools/repohooks/rh/ |
D | results.py | 32 def __init__(self, hook, project, commit, error, files=(), fixup_func=None): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | abstract_inst.py | 26 def __init__(self, error, command=None): argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | JUnit4ResultForwarder.java | 58 Throwable error = failure.getException(); in testFailure() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/ |
D | TestMappingsValidation.java | 156 String error = in testValidTestMappingForParameterizedMainlineModules() local 198 String error = validateMainlineModuleConfig(param, Set.of(configName)); in testValidTestConfigForParameterizedMainlineModules() local
|
/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | Metrics.java | 177 void error(String msg) { in error() method in Metrics
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandLauncher.java | 194 String error = null; in run() local 233 String error = null; in runSetupScripts() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/helper/ |
D | TelephonyHelper.java | 98 final String error = device.installPackage(apkFile, true); in getSimInfo() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogcatCrashResultForwarder.java | 97 public void testRunFailed(FailureDescription error) { in testRunFailed()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZipField.java | 240 String error = in verify() local
|