Searched defs:bug (Results 1 - 17 of 17) 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>
298 // 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.c205 int bug = 0; local
209 while (plist->data[bug] == check->data[bug]) bug++;
210 fprintf(stderr, "NOT(%d:%d!=%d): %s\n", bug, plist->data[bug],
211 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 BR.emitReport(llvm::make_unique<BugReport>(*bug, os.str(), event.SinkNode));
/external/skia/gm/
H A Dhairlines.cpp110 // Three paths that show the same bug (missing end caps)
140 // Arc example to test imperfect truncation bug (crbug.com/295626)
145 SkPath* bug = &fPaths.push_back(); variable
149 bug->addArc(circle, kStartAngle, kSweepAngle);
160 bug->moveTo(p0);
161 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 ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 406 milliseconds