Searched defs:bug (Results 1 - 11 of 11) 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>
295 // 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/strace/test/
H A Dx32_lseek.c20 struct bug { int t[sizeof(long) > 4 ? 1 : -1]; }; struct
H A Dx32_mmap.c20 struct bug { int t[sizeof(long) > 4 ? 1 : -1]; }; struct
/external/clang/test/CodeGenCXX/
H A Dmulti-dim-operator-new.cpp20 T bug(int i) { function
37 f = bug(3);
/external/openssl/crypto/bn/
H A Ddivtest.c11 static void bug(char *m, BIGNUM *a, BIGNUM *b) function
35 bug("BN_div failed",a,b);
37 bug("BN_div_recp failed",a,b);
39 bug("mismatch",a,b);
/external/chromium_org/third_party/skia/gm/
H A Dhairlines.cpp112 // Three paths that show the same bug (missing end caps)
142 // Arc example to test imperfect truncation bug (crbug.com/295626)
147 SkPath* bug = &fPaths.push_back(); variable
151 bug->addArc(circle, kStartAngle, kSweepAngle);
162 bug->moveTo(p0);
163 bug->lineTo(p1);
/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.cpp112 // Three paths that show the same bug (missing end caps)
142 // Arc example to test imperfect truncation bug (crbug.com/295626)
147 SkPath* bug = &fPaths.push_back(); variable
151 bug->addArc(circle, kStartAngle, kSweepAngle);
162 bug->moveTo(p0);
163 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 271 milliseconds