Searched defs:bug (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Analysis/
H A Dinline-unique-reports.c4 static inline bug(int *p) { function
10 bug(p);
15 bug(p);
175 // CHECK-NEXT: <string>Calling &apos;bug&apos;</string>
177 // CHECK-NEXT: <string>Calling &apos;bug&apos;</string>
296 // CHECK-NEXT: <key>issue_context</key><string>bug</string>
/external/llvm/test/MC/MachO/
H A Dx86_32-scattered-reloc-fallback.s9 bug: label
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb132 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 Dmulti-dim-operator-new.cpp20 T bug(int i) { function
37 f = bug(3);
/external/vogar/src/vogar/
H A DExpectation.java60 /** 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 Dpatch.c202 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 DNSErrorChecker.cpp267 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 Dhairlines.cpp109 // 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 Dfindbugs.jar ... DocumentException edu.umd.cs.findbugs.BugInstance bug java.util.Iterator i$ java.io ...

Completed in 362 milliseconds