Home
last modified time | relevance | path

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

12

/tools/repohooks/tools/
Dcpplint.py584 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/
DIssueConfiguration.kt42 fun error(issue: Issues.Issue) { in error() method
DXml.kt66 override fun error(exception: SAXParseException) { in parseDocument() method
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java127 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/
Dcommon.cpp25 for (GLint error = glGetError(); error; error = glGetError()) { in checkGlError() local
/tools/repohooks/
Dpre-upload.py120 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/
DCompatibilityCheck.kt736 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/
DInstrumentationListener.java96 public void testRunFailed(FailureDescription error) { in testRunFailed()
121 FailureDescription error = in testRunEnded() local
DGTestListener.java69 FailureDescription error = FailureDescription.create(errorMessage.toString()); in testRunEnded() local
DArtRunTest.java150 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/
Dplugin.proto88 optional string error = 1; field
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DTargetSetupErrorTest.java40 TargetSetupError error = in testOrigin() local
/tools/acloud/public/
Dreport.py131 def AddError(self, error): argument
184 vnc_port, error): argument
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
D_anritsu_utils.py224 def __init__(self, error, command=None): argument
/tools/metalava/src/test/java/com/android/tools/metalava/
DKotlinInteropChecksTest.kt107 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/
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
/tools/repohooks/rh/
Dresults.py32 def __init__(self, hook, project, commit, error, files=(), fixup_func=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dabstract_inst.py26 def __init__(self, error, command=None): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java58 Throwable error = failure.getException(); in testFailure() local
/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/
DTestMappingsValidation.java156 String error = in testValidTestMappingForParameterizedMainlineModules() local
198 String error = validateMainlineModuleConfig(param, Set.of(configName)); in testValidTestConfigForParameterizedMainlineModules() local
/tools/tradefederation/contrib/src/com/android/regression/tests/
DMetrics.java177 void error(String msg) { in error() method in Metrics
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandLauncher.java194 String error = null; in run() local
233 String error = null; in runSetupScripts() local
/tools/tradefederation/core/src/com/android/tradefed/device/helper/
DTelephonyHelper.java98 final String error = device.installPackage(apkFile, true); in getSimInfo() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogcatCrashResultForwarder.java97 public void testRunFailed(FailureDescription error) { in testRunFailed()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZipField.java240 String error = in verify() local

12