/external/doclava/test/doclava/ |
D | ApiCheckTest.java | 43 Report report = apiCheck.checkApi(args); in testEquivalentApi() local 44 assertEquals(report.errors().size(), 0); in testEquivalentApi() 50 Report report = apiCheck.checkApi(args); in testMethodReturnTypeChanged() local 51 assertEquals(1, report.errors().size()); in testMethodReturnTypeChanged() 52 assertEquals(Errors.CHANGED_TYPE, report.errors().iterator().next().error()); in testMethodReturnTypeChanged() 58 Report report = apiCheck.checkApi(args); in testMethodParameterChanged() local 59 assertEquals(2, report.errors().size()); in testMethodParameterChanged() 61 Iterator<ErrorMessage> errors = report.errors().iterator(); in testMethodParameterChanged() 72 Report report = apiCheck.checkApi(args); in testConstructorParameterChanged() local 73 assertEquals(2, report.errors().size()); in testConstructorParameterChanged() [all …]
|
/external/ceres-solver/internal/ceres/ |
D | solver.cc | 102 string report = "Ceres Solver Report: "; in BriefReport() local 108 return report + "Termination: DID_NOT_RUN, because " + error; in BriefReport() 111 internal::StringAppendF(&report, "Iterations: %d", in BriefReport() 113 internal::StringAppendF(&report, ", Initial cost: %e", initial_cost); in BriefReport() 119 internal::StringAppendF(&report, ", Final cost: %e", final_cost); in BriefReport() 122 internal::StringAppendF(&report, ", Termination: %s.", in BriefReport() 124 return report; in BriefReport() 128 string report = in FullReport() local 134 internal::StringAppendF(&report, " Original\n"); in FullReport() 135 internal::StringAppendF(&report, "Parameter blocks % 10d\n", in FullReport() [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | profile.rb | 130 report = '+' << '-' * 78 << "+\n" 131 report << '| ' << "ANTLR Rule Profile".center( 76 ) << " |\n" 132 report << '+' << '-' * 78 << "+\n" 133 report << "| Generated at #{ Time.now }".ljust( 78 ) << " |\n" 134 report << "| Profiled #{ parser_class.name }##{ top_rule }".ljust( 78 ) << " |\n" 135 report << "| Rule source generated from grammar file #{ grammar_file }".ljust( 78 ) << " |\n" 136 report << '+' << '-' * 78 << "+\n" 138 report << '| ' << "Rule Invocations".center( 76 ) << " |\n" 139 report << '+' << '-' * 68 << '+' << '-' * 9 << "+\n" 140 report << "| %-66s | %7i |\n" % [ "Total Invocations", rule_invocations ] [all …]
|
/external/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 207 void report(const char *msg, const MachineFunction *MF); 208 void report(const char *msg, const MachineBasicBlock *MBB); 209 void report(const char *msg, const MachineInstr *MI); 210 void report(const char *msg, const MachineOperand *MO, unsigned MONum); 211 void report(const char *msg, const MachineFunction *MF, 213 void report(const char *msg, const MachineBasicBlock *MBB, 316 report("Bad instruction parent pointer", MFI); in runOnMachineFunction() 323 report("Missing BundledPred flag, " in runOnMachineFunction() 326 report("BundledPred flag is set, " in runOnMachineFunction() 336 report("No bundle header", MBBI); in runOnMachineFunction() [all …]
|
/external/emma/core/res/ |
D | emma_default.properties | 16 # -Demma.report.txt.out.file=coverage.txt 63 # common report defaults: 65 report.units: instr 66 report.depth: method 67 report.columns: name,class,method,block,line 68 report.sort: +block,+name,+method,+class 69 report.metrics: method:70,block:80,line:80,class:100 72 # txt report properties: 74 report.txt.depth: all 75 report.txt.columns: class,method,block,line,name [all …]
|
/external/kernel-headers/original/linux/ |
D | qic117.h | 112 unused, mode, motion, report enumerator 130 /* 2*/ {"report next bit", 0x00, 0x00, report, 0, required},\ 134 /* 6*/ {"report drive status", 0x00, 0x00, report, 0, required},\ 135 /* 7*/ {"report error code", 0x01, 0x01, report, 0, required},\ 136 /* 8*/ {"report drive configuration",0x00, 0x00, report, 0, required},\ 137 /* 9*/ {"report rom version", 0x00, 0x00, report, 0, required},\ 160 /*32*/ {"report vendor id", 0x00, 0x00, report, 0, required},\ 161 /*33*/ {"report tape status", 0x04, 0x04, report, 0, ccs1},\ 165 /*37*/ {"report format segments", 0x17, 0x05, report, 0, ccs2},\
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCAtSyncChecker.cpp | 50 BugReport *report = in checkPreStmt() local 52 bugreporter::trackNullOrUndefValue(N, Ex, *report); in checkPreStmt() 53 C.emitReport(report); in checkPreStmt() 73 BugReport *report = in checkPreStmt() local 75 bugreporter::trackNullOrUndefValue(N, Ex, *report); in checkPreStmt() 77 C.emitReport(report); in checkPreStmt()
|
D | UndefResultChecker.cpp | 77 BugReport *report = new BugReport(*BT, OS.str(), N); in checkPostStmt() local 79 report->addRange(Ex->getSourceRange()); in checkPostStmt() 80 bugreporter::trackNullOrUndefValue(N, Ex, *report); in checkPostStmt() 83 bugreporter::trackNullOrUndefValue(N, B, *report); in checkPostStmt() 85 C.emitReport(report); in checkPostStmt()
|
D | UnixAPIChecker.cpp | 136 BugReport *report = in CheckOpen() local 140 report->addRange(oflagsEx->getSourceRange()); in CheckOpen() 141 C.emitReport(report); in CheckOpen() 184 BugReport *report = new BugReport(*BT_pthreadOnce, os.str(), N); in CheckPthreadOnce() local 185 report->addRange(CE->getArg(0)->getSourceRange()); in CheckPthreadOnce() 186 C.emitReport(report); in CheckPthreadOnce() 225 BugReport *report = new BugReport(*BT_mallocZero, os.str(), N); in ReportZeroByteAllocation() local 227 report->addRange(arg->getSourceRange()); in ReportZeroByteAllocation() 228 bugreporter::trackNullOrUndefValue(N, arg, *report); in ReportZeroByteAllocation() 229 C.emitReport(report); in ReportZeroByteAllocation()
|
D | PthreadLockChecker.cpp | 109 BugReport *report = new BugReport(*BT_doublelock, in AcquireLock() local 112 report->addRange(CE->getArg(0)->getSourceRange()); in AcquireLock() 113 C.emitReport(report); in AcquireLock() 172 BugReport *report = new BugReport(*BT_lor, in ReleaseLock() local 177 report->addRange(CE->getArg(0)->getSourceRange()); in ReleaseLock() 178 C.emitReport(report); in ReleaseLock()
|
/external/tremolo/Tremolo/ |
D | bitwise.c | 367 void report(char *in){ in report() function 400 report("out of data!\n"); in cliptest() 403 report("looked at incorrect value!\n"); in cliptest() 406 report("premature end of data when reading!\n"); in cliptest() 410 report("read incorrect value!\n"); in cliptest() 415 report("wrong number of bits while reading!\n"); in cliptest() 417 report("wrong number of bytes while reading!\n"); in cliptest() 422 report("leftover bytes after read!\n"); in cliptest() 433 report("\nERROR: too many bits reported left over.\n"); in _end_verify() 437 report("\nERROR: read to but not past exact end tripped EOF.\n"); in _end_verify() [all …]
|
/external/clang/tools/scan-view/ |
D | ScanView.py | 86 def __init__(self, report, reporter, parameters, server): argument 88 self.report = report 100 self.status = self.reporter.fileReport(self.report, self.parameters) 244 def load_report(self, report): argument 245 path = os.path.join(self.server.root, 'report-%s.html'%report) 283 report = self.get_scalar_field('report') 316 if report != 'None': 338 report = self.get_scalar_field('report') 339 c = self.get_report_context(report) 346 report) [all …]
|
D | Reporter.py | 109 def fileReport(self, report, parameters): argument 115 """%(report.title, report.description) 123 msg['Subject'] = 'BUG REPORT: %s'%(report.title) 130 for file in report.files: 150 def fileReport(self, report, parameters): argument 196 def fileReport(self, report, parameters): argument 210 … args = ['osascript', script, component, componentVersion, classification, personID, report.title, 211 report.description, diagnosis, config] + map(os.path.abspath, report.files)
|
/external/stlport/etc/ |
D | ChangeLog-4.0 | 22 (Thanks to Sathish T C for the report) 35 conflict (thanks to Alberto Barbati for the report) 40 …_streambuf.c : added "typename" to out-of-line functions (thanks to Michael Tsirkin for the report) 42 * README fixed to be consistent about SGI iostreams setting (thanks to Ed Brey for the report) 44 * _bitset.h : fixed SUN CC 4.2 crash with -g option (thanks to Alex Vanic for the report), 53 * config/msvc.h - addidional level 4 warnings suppressed (thanks to Ed Brey for the report) 54 * _ios.h : fixed DLL export decl for MSVC (thanks to Alberto Barbati for the report) 59 (thanks to Raphael Bossek for the report) 61 * INSTALL : added some exaples and fixed typos (thanks to Beman Dawes for the report) 65 * _messages_facets.h : added DLL export decls (thanks to John Maddock for the report) [all …]
|
/external/chromium/chrome/browser/resources/ |
D | bug_report.css | 1 .bug-report-label { 7 .bug-report-text { 11 .bug-report-dropdown { 15 .bug-report-table { 20 .bug-report-field { 26 .bug-report-fieldlabel { 31 .bug-report-button { 160 .bug-report-input {
|
/external/libogg/src/ |
D | bitwise.c | 506 void report(char *in){ in report() function 520 if(bytes!=compsize)report("wrong number of bytes!\n"); in cliptest() 523 report("wrote incorrect value!\n"); in cliptest() 529 report("out of data!\n"); in cliptest() 531 report("looked at incorrect value!\n"); in cliptest() 534 report("looked at single bit incorrect value!\n"); in cliptest() 537 report("read incorrect single bit value!\n"); in cliptest() 540 report("read incorrect value!\n"); in cliptest() 543 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n"); in cliptest() 555 if(bytes!=compsize)report("wrong number of bytes!\n"); in cliptestB() [all …]
|
/external/chromium/chrome/browser/safe_browsing/ |
D | malware_details_unittest.cc | 191 std::string WaitForSerializedReport(MalwareDetails* report) { in WaitForSerializedReport() argument 196 report, &MalwareDetails::FinishCollection)); in WaitForSerializedReport() 294 scoped_refptr<MalwareDetailsWrap> report = new MalwareDetailsWrap( in TEST_F() local 297 std::string serialized = WaitForSerializedReport(report); in TEST_F() 326 scoped_refptr<MalwareDetailsWrap> report = new MalwareDetailsWrap( in TEST_F() local 329 std::string serialized = WaitForSerializedReport(report); in TEST_F() 364 scoped_refptr<MalwareDetailsWrap> report = new MalwareDetailsWrap( in TEST_F() local 378 report->OnReceivedMalwareDOMDetails(params); in TEST_F() 382 std::string serialized = WaitForSerializedReport(report); in TEST_F() 418 scoped_refptr<MalwareDetailsWrap> report = new MalwareDetailsWrap( in TEST_F() local [all …]
|
/external/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 72 return report("Error opening file: " + infoFile, Diag); in initFromFile() 81 return report("Invalid file data: '" + lines[idx+1] + "' not a number", in initFromFile() 89 return report("File does not exist: " + fromFilename, Diag); in initFromFile() 95 return report("File does not exist: " + toFilename, Diag); in initFromFile() 101 return report("File was modified: " + fromFilename, Diag); in initFromFile() 118 return report("Could not create directory: " + outputDir, Diag); in flushToDisk() 132 return report(errMsg, Diag); in flushToFile() 155 return report("Could not create file: " + tempPath.str(), Diag); in flushToFile() 182 return report(StringRef("Could not copy file '") + newFE->getName() + in overwriteOriginal() 189 return report(StringRef("File does not exist: ") + origFE->getName(), in overwriteOriginal() [all …]
|
/external/skia/tests/ |
D | Test.h | 42 void report(const char testDesc[], Result); 48 this->report(desc, kFailed); in assertTrue() 53 this->report(desc, kFailed); in assertFalse() 57 this->report(desc, kFailed); in reportFailed() 60 this->report(desc.c_str(), kFailed); in reportFailed()
|
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
D | ReportGenerator.java | 11 package com.vladium.emma.report.lcov; 18 import com.vladium.emma.report.AbstractReportGenerator; 19 import com.vladium.emma.report.AllItem; 20 import com.vladium.emma.report.ClassItem; 21 import com.vladium.emma.report.IItem; 22 import com.vladium.emma.report.ItemComparator; 23 import com.vladium.emma.report.MethodItem; 24 import com.vladium.emma.report.PackageItem; 25 import com.vladium.emma.report.SourcePathCache; 26 import com.vladium.emma.report.SrcFileItem;
|
/external/emma/core/java12/com/vladium/emma/report/xml/ |
D | ReportGenerator.java | 9 package com.vladium.emma.report.xml; 31 import com.vladium.emma.report.AbstractReportGenerator; 32 import com.vladium.emma.report.AllItem; 33 import com.vladium.emma.report.ClassItem; 34 import com.vladium.emma.report.IItem; 35 import com.vladium.emma.report.IItemAttribute; 36 import com.vladium.emma.report.IItemMetadata; 37 import com.vladium.emma.report.ItemComparator; 38 import com.vladium.emma.report.MethodItem; 39 import com.vladium.emma.report.PackageItem; [all …]
|
/external/icu4c/samples/legacy/ |
D | Makefile | 44 .PHONY: all clean distclean check report 64 report: $(TARGET).report target 66 $(TARGET).report: check $(TARGET).cpp
|
/external/icu4c/samples/uresb/ |
D | Makefile | 44 .PHONY: all clean distclean check report 71 report: $(TARGET).report target 73 $(TARGET).report: check $(TARGET).cpp
|
/external/linux-tools-perf/util/ |
D | usage.c | 8 static void report(const char *prefix, const char *err, va_list params) in report() function 23 report(" Fatal: ", err, params); in die_builtin() 29 report(" Error: ", err, params); in error_builtin() 34 report(" Warning: ", warn, params); in warn_builtin()
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
D | PropertyAndSetterInjection.java | 73 …FieldInitializationReport report = initializeInjectMocksField(injectMocksField, injectMocksFieldOw… in processInjection() local 77 Class<?> fieldClass = report.fieldClass(); in processInjection() 78 Object fieldInstanceNeedingInjection = report.fieldInstance(); in processInjection() 87 FieldInitializationReport report = null; in initializeInjectMocksField() local 89 report = new FieldInitializer(fieldOwner, field).initialize(); in initializeInjectMocksField() 97 return report; // never null in initializeInjectMocksField()
|