Searched defs:bug (Results 1 - 9 of 9) sorted by relevance
/external/clang/test/Analysis/ |
H A D | inline-unique-reports.c | 4 static inline bug(int *p) { function 10 bug(p); 15 bug(p); 175 // CHECK-NEXT: <string>Calling 'bug'</string> 177 // CHECK-NEXT: <string>Calling 'bug'</string> 296 // CHECK-NEXT: <key>issue_context</key><string>bug</string>
|
/external/llvm/test/MC/MachO/ |
H A D | x86_32-scattered-reloc-fallback.s | 9 bug: label
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
H A D | antlr3.rb | 132 def self.bug!( message = nil ) singleton method in class:ANTLR3 133 bug = Bug.new( message ) 134 bug.set_backtrace( caller ) 135 raise( bug )
|
/external/clang/test/CodeGenCXX/ |
H A D | multi-dim-operator-new.cpp | 20 T bug(int i) { function 37 f = bug(3);
|
/external/vogar/src/vogar/ |
H A D | Expectation.java | 60 /** The tracking bug ID */ 61 private final long bug; field in class:Expectation 63 /** True if the identified bug still active. */ 73 long bug, 84 this.bug = bug; 93 return bug; 109 * Set the current status of this expectation's bug. When a bug is open, 69 Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug, boolean fromExpectationFile) argument
|
/external/toybox/toys/posix/ |
H A D | patch.c | 202 int bug = 0; local 206 while (plist->data[bug] == check->data[bug]) bug++; 207 fprintf(stderr, "NOT(%d:%d!=%d): %s\n", bug, plist->data[bug], 208 check->data[bug], plist->data);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NSErrorChecker.cpp | 267 BugType *bug = nullptr; local 271 bug = NSBT.get(); 276 bug = CFBT.get(); 278 BugReport *report = new BugReport(*bug, os.str(), event.SinkNode);
|
/external/skia/gm/ |
H A D | hairlines.cpp | 109 // Three paths that show the same bug (missing end caps) 139 // Arc example to test imperfect truncation bug (crbug.com/295626) 144 SkPath* bug = &fPaths.push_back(); variable 148 bug->addArc(circle, kStartAngle, kSweepAngle); 159 bug->moveTo(p0); 160 bug->lineTo(p1);
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | findbugs.jar | ... DocumentException edu.umd.cs.findbugs.BugInstance bug
java.util.Iterator i$
java.io ... |
Completed in 362 milliseconds