/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 'bug'</string> 177 // CHECK-NEXT: <string>Calling 'bug'</string> 295 // CHECK-NEXT: <key>issue_context</key><string>bug</string>
|
/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/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/clang/lib/StaticAnalyzer/Checkers/ |
NSErrorChecker.cpp | 265 BugType *bug = 0; local 267 bug = new NSErrorDerefBug(); 269 bug = new CFErrorDerefBug(); 270 BugReport *report = new BugReport(*bug, os.str(),
|
/external/skia/gm/ |
hairlines.cpp | 108 // Three paths that show the same bug (missing end caps) 138 // Arc example to test imperfect truncation bug (crbug.com/295626) 143 SkPath* bug = &fPaths.push_back(); variable 147 bug->addArc(circle, kStartAngle, kSweepAngle); 158 bug->moveTo(p0); 159 bug->lineTo(p1);
|
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |