| /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 | 41 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/metalava/src/main/java/com/android/tools/metalava/ |
| D | CompatibilityCheck.kt | 733 val error = if (new.isInterface()) { in added() constant 796 … val error = if (new.modifiers.isAbstract()) Issues.ADDED_ABSTRACT_METHOD else Issues.ADDED_METHOD in added() constant 814 val error = when { in removed() constant 836 … val error = if (old.deprecated) Issues.REMOVED_DEPRECATED_METHOD else Issues.REMOVED_METHOD in removed() constant 848 … val error = if (old.deprecated) Issues.REMOVED_DEPRECATED_FIELD else Issues.REMOVED_FIELD in removed() constant
|
| /tools/repohooks/ |
| D | pre-upload.py | 124 def hook_error(self, error): argument 142 def error(self, header, error): argument
|
| /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/ndkports/src/main/kotlin/com/android/ndkports/ |
| D | Result.kt | 21 data class Error<E>(val error: E) : Result<Nothing, E>() constant in com.android.ndkports.Result.Error
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
| D | TargetSetupErrorTest.java | 40 TargetSetupError error = in testOrigin() local
|
| /tools/acloud/public/ |
| D | report.py | 123 def AddError(self, error): argument 176 vnc_port, error): argument
|
| /tools/metalava/src/test/java/com/android/tools/metalava/ |
| D | KotlinInteropChecksTest.kt | 97 fun error(bar: (Int) -> Int, foo: Int) { } in Sam-compatible parameters should be last() method 163 fun error(int: Int = 0, int2: Int = 0) { } in Methods with default parameters should specify JvmOverloads() method
|
| /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
|
| /tools/repohooks/rh/ |
| D | results.py | 29 def __init__(self, hook, project, commit, error, files=(), fixup_func=None): argument
|
| /tools/external_updater/ |
| D | external_updater.py | 87 def _message_for_calledprocesserror(error): argument
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | abstract_inst.py | 26 def __init__(self, error, command=None): argument
|
| /tools/tradefederation/core/src/com/android/tradefed/cluster/ |
| D | ClusterCommandLauncher.java | 192 String error = null; in run() local 254 String error = null; in run() 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/device/helper/ |
| D | TelephonyHelper.java | 98 final String error = device.installPackage(apkFile, true); in getSimInfo() local
|
| /tools/test/connectivity/acts/framework/acts/ |
| D | tracelogger.py | 51 def error(self, msg, *args, **kwargs): member in TraceLogger
|