Searched refs:bug (Results 1 - 25 of 222) sorted by relevance

123456789

/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/libcap/contrib/bug400591/
H A DMakefile1 all: bug
3 bug: bug.c ../../libcap Makefile
6 ./bug
9 rm -f bug.o bug
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-exceptions.rb12 example "raising an ANTLR bug exception" do
14 ANTLR3.bug!( 'whateva' )
/external/libcap/contrib/
H A DMakefile3 for x in bug* ; do make -C $$x $@ || exit 1 ; done
/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
H A DCommandBugDatabase.java25 * A bug database that shells out to another process.
43 for (String bug : openBugs) {
44 openBugsSet.add(Long.parseLong(bug));
/external/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py51 msg = "Run 'scan-view %s' to examine bug reports."
72 for bug in read_bugs(output_dir, html_reports_available):
73 bug_counter(bug)
203 bugs = (pretty(bug) for bug in read_bugs(output_dir, True))
303 lambda bug: '{bug_line}.{bug_path_length}:{bug_file}'.format(**bug))
306 # parser creates a bug generator not the bug itself
310 return (bug fo
[all...]
/external/clang/test/CodeGenCXX/
H A Dmulti-dim-operator-new.cpp20 T bug(int i) { function
37 f = bug(3);
/external/v8/tools/foozzie/
H A Dv8_suppressions.py10 Map a regular expression to a bug entry. A new failure will be reported
15 Map a regular expression to a bug entry. A new failure will be reported
36 # Ignore by original source files. Map from bug->list of relative file paths in
42 '/v8/test/mjsunit/bugs/bug-222.js',
43 '/v8/test/mjsunit/bugs/bug-941049.js',
72 # Ignore by test case pattern. Map from bug->regexp.
85 # Ignore by output pattern. Map from config->bug->regexp. Config '' is used
310 for bug, exp in IGNORE_TEST_CASES.iteritems():
312 return bug
316 for bug, source
[all...]
H A Dv8_foozzie.py174 bug = (ignore_fun(content) or '').strip()
175 if bug:
177 configs='', source_key='', suppression=bug)
197 bug = (ignore_by_output_fun(output.stdout) or '').strip()
198 if bug:
200 configs='', source_key='', suppression=bug)
293 # TODO(machenbach): Figure out if we could also return a bug in case there's
/external/llvm/test/MC/MachO/
H A Dx86_32-scattered-reloc-fallback.s9 bug: label
/external/autotest/server/cros/dynamic_suite/
H A Dreporting.py60 # The owner is who the bug is assigned to.
74 """Combines information about this bug into a title string."""
80 """Combines information about this bug into a summary string."""
120 """Return an Anchor that we can use to dedupe this exact bug."""
159 def send_email(bug, bug_template):
162 @param bug: TestBug instance.
163 @param bug_template: A template dictionary specifying the default bug
166 to_set = set(bug.cc) if bug.cc else set()
167 if bug
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-register-names-invalid.s5 # an off-by-one bug.
/external/clang/
H A Dupdate-prebuilts.py49 '-b', '--bug', type=int,
136 def update_clang(host, build_number, use_current_branch, download_dir, bug):
165 if bug is not None:
167 message_lines.append('Bug: http://b/{}'.format(bug))
184 download_dir, args.bug)
/external/toybox/kconfig/
H A Dzconf.hash.c_shipped29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/external/valgrind/memcheck/tests/
H A Dleak-autofreepool-5.stderr.exp30 If that doesn't help, please report this bug to: www.valgrind.org
32 In the bug report, send all the above text, the valgrind
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dkeywords.c29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/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/one-true-awk/
H A DFIXES25 This file lists all bug fixes, changes, etc., made since the AWK book
35 fixed obscure call by value bug in split(a[1],a) reported on
60 fixed day 1 bug that resurrected deleted elements of ARGV when
87 fixed long-standing overflow bug in run.c; many thanks to
90 fixed bug that didn't parse -vd=1 properly; thanks to santiago
129 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
146 fixed a bug in -d that caused core dump if no program followed.
193 fixed another 25-year-old RE bug, in split. it's another failure
198 fixed a bug in regular expressions that dates (so help me) from 1977;
211 fixed, thanks to andrey chernov and ruslan ermilov, a bug i
[all...]
/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/llvm/test/MC/MachO/AArch64/
H A Dld64-workaround.s3 ; Test that we produce an external relocation. This is a known and temporary bug
/external/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py19 for bug in sut.parse_bug_html(file_name):
20 return bug
/external/v8/
H A DAndroid.d8.mk45 # Bug: http://b/31101212 WAR LLVM bug until next Clang update
/external/valgrind/none/tests/s390x/
H A Dop_exception.stderr.exp7 1. Your program has a bug and erroneously jumped to a non-code
20 1. Your program has a bug and erroneously jumped to a non-code
33 1. Your program has a bug and erroneously jumped to a non-code
46 1. Your program has a bug and erroneously jumped to a non-code
/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);

Completed in 636 milliseconds

123456789