HomeSort by relevance Sort by last modified time
    Searched defs:bug (Results 1 - 14 of 14) sorted by null

  /external/clang/test/Analysis/
inline-unique-reports.c 4 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/
x86_32-scattered-reloc-fallback.s 9 bug: label
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 130 # under normal usage conditions and thus an ANTLR3::Bug error will be
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/strace/test/
x32_lseek.c 20 struct bug { int t[sizeof(long) > 4 ? 1 : -1]; }; struct
x32_mmap.c 20 struct bug { int t[sizeof(long) > 4 ? 1 : -1]; }; struct
  /external/clang/test/CodeGenCXX/
multi-dim-operator-new.cpp 20 T bug(int i) { function
37 f = bug(3);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
divtest.c 11 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/openssl/crypto/bn/
divtest.c 11 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);
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 60 /** The tracking bug ID */
61 private final long bug; field in class:Expectation
63 /** True if the identified bug still active. */
66 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) {
76 this.bug = bug;
84 return bug;
96 * Set the current status of this expectation's bug. When a bug is open,
  /external/chromium_org/third_party/skia/gm/
hairlines.cpp 112 // 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/
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/
hairlines.cpp 112 // 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/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 969 milliseconds