Home
last modified time | relevance | path

Searched defs:report (Results 1 – 25 of 101) sorted by relevance

12345

/external/doclava/test/doclava/
DApiCheckTest.java43 Report report = apiCheck.checkApi(args); in testEquivalentApi() local
50 Report report = apiCheck.checkApi(args); in testMethodReturnTypeChanged() local
58 Report report = apiCheck.checkApi(args); in testMethodParameterChanged() local
72 Report report = apiCheck.checkApi(args); in testConstructorParameterChanged() local
85 Report report = apiCheck.checkApi(args); in testAddedClass() local
93 Report report = apiCheck.checkApi(args); in testRemovedClass() local
101 Report report = apiCheck.checkApi(args); in testChangedSuper() local
109 Report report = apiCheck.checkApi(args); in testChangedAssignableReturn() local
116 Report report = apiCheck.checkApi(args); in testInsertedSuper() local
123 Report report = apiCheck.checkApi(args); in testAddedInterface() local
[all …]
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DUtil.java75 static final public void report(String msg, Throwable t) { in report() method in Util
81 static final public void report(String msg) { in report() method in Util
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCAtSyncChecker.cpp50 BugReport *report = in checkPreStmt() local
74 BugReport *report = in checkPreStmt() local
DTaintTesterChecker.cpp53 BugReport *report = new BugReport(*BT, "tainted",N); in checkPostStmt() local
DUndefResultChecker.cpp87 BugReport *report = new BugReport(*BT, OS.str(), N); in checkPostStmt() local
DDereferenceChecker.cpp163 BugReport *report = in reportBug() local
186 BugReport *report = in checkLocation() local
DArrayBoundChecker.cpp79 BugReport *report = in checkLocation() local
DReturnPointerRangeChecker.cpp83 BugReport *report = in checkPreStmt() local
DStackAddrEscapeChecker.cpp111 BugReport *report = new BugReport(*BT_returnstack, os.str(), N); in EmitStackError() local
234 BugReport *report = new BugReport(*BT_stackleak, os.str(), N); in checkEndFunction() local
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
Dreporter.py47 def report(self, exc_data): member in EmailReporter
111 def report(self, exc_data): member in LogReporter
129 def report(self, exc_data): member in FileReporter
/external/clang/tools/scan-view/
DScanView.py86 def __init__(self, report, reporter, parameters, server): argument
244 def load_report(self, report): argument
401 def send_open_report(self, report): argument
424 def get_report_context(self, report): argument
493 def send_report(self, report, configOverrides=None): argument
DReporter.py109 def fileReport(self, report, parameters): argument
150 def fileReport(self, report, parameters): argument
196 def fileReport(self, report, parameters): argument
/external/mockito/src/org/mockito/internal/configuration/injection/
DPropertyAndSetterInjection.java73 …FieldInitializationReport report = initializeInjectMocksField(injectMocksField, injectMocksFieldOw… in processInjection() local
87 FieldInitializationReport report = null; in initializeInjectMocksField() local
DConstructorInjection.java52 …FieldInitializationReport report = new FieldInitializer(fieldOwner, field, simpleArgumentResolver)… in processInjection() local
/external/clang/test/Preprocessor/
Dc99-6_10_3_4_p9.c7 #define report(test, ...) ((test)?puts(#test):\ macro
/external/parameter-framework/tools/coverage/
DREADME.md56 ### Limitations
/external/fonttools/MetaTools/
DroundTrip.py32 def roundTrip(ttFile1, options, report): argument
/external/emma/lib/
Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/mockito/src/org/mockito/internal/configuration/
DSpyAnnotationEngine.java53 … FieldInitializationReport report = new FieldInitializer(testInstance, field).initialize(); in process() local
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp40 BugReport *report = new BugReport(*BT, BT->getName(), N); in checkPreStmt() local
/external/boringssl/src/util/bot/
Dupdate_clang.py37 def report(a, b, c): function
/external/icu/icu4c/source/samples/legacy/
DMakefile64 report: $(TARGET).report target
/external/ceres-solver/internal/ceres/
Dsolver.cc283 void StringifyOrdering(const vector<int>& ordering, string* report) { in StringifyOrdering()
404 string report = in FullReport() local
/external/icu/icu4c/source/samples/uresb/
DMakefile71 report: $(TARGET).report target
/external/clang/
DMakefile101 report:: target

12345