OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Bug
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug_unittest.py
31
from .
bug
import
Bug
36
for email in
Bug
.unassigned_emails:
37
bug
=
Bug
({"assigned_to_email": email}, bugzilla=None)
38
self.assertTrue(
bug
.is_unassigned())
39
bug
=
Bug
({"assigned_to_email": "test@test.com"}, bugzilla=None)
40
self.assertFalse(
bug
.is_unassigned())
__init__.py
6
# Unclear if
Bug
and Attachment need to be public classes.
7
from .
bug
import
Bug
bug.py
34
class
Bug
(object):
36
# place to hold
bug
logic, even if much of the code deals with
bugzilla.py
42
from .
bug
import
Bug
66
# Parse the
bug
ID out of a Changelog message based on the format that is
77
# We weren't able to find a
bug
URL in the format used by prepare-ChangeLog. Fall back to the
78
# first
bug
URL found anywhere in the message.
119
# which can be used to get an XML page containing all of the <
bug
> elements.
132
# to be the
bug
id.
320
return [
Bug
(self._parse_bug_dictionary_from_xml(unicode(bug_xml)), self) for bug_xml in soup('
bug
')]
324
bug
= {
[
all
...]
/external/ceres-solver/docs/
changes.tex
62
\subsection{
Bug
Fixes}
74
\item Fixed a jacobian scaling
bug
.
124
\subsection{
Bug
Fixes}
141
\item Added a workaround for a compiler
bug
in the Android NDK to the
152
\item Fix an early return
bug
in the Dogleg solver. (Markus Moll)
169
\subsection{
Bug
Fixes}
178
\subsection{
Bug
Fixes}
191
\subsection{
Bug
Fixes}
214
\subsection{
Bug
Fixes}
216
\item Fixed integer overflow
bug
in \texttt{block\_random\_access\_sparse\_matrix.cc}
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb
656
=begin rdoc ANTLR3::
Bug
662
class
Bug
< StandardError
/external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py
35
from webkitpy.common.net.bugzilla import
Bug
, Attachment
147
# This matches one of
Bug
.unassigned_emails
149
# This is needed for the FlakyTestReporter to believe the
bug
159
"title": "
Bug
with two r+'d and cq+'d patches, one of which has an "
170
"title": "
Bug
with a patch needing review.",
180
"title": "The third
bug
",
190
"title": "The fourth
bug
",
200
"title": "The fifth
bug
",
217
return map(lambda bug_dictionary:
Bug
(bug_dictionary, self._bugzilla),
222
lambda
bug
: bug.commit_queued_patches()
[
all
...]
/bionic/libc/stdlib/
strtod.c
22
/* Please send
bug
reports to
144
#define
Bug
(x) {fprintf(stderr, "%s\n", x); exit(1);}
895
Bug
("cmp called with a or b invalid");
904
Bug
("cmp called with a->x[a->wds-1] == 0");
906
Bug
("cmp called with b->x[b->wds-1] == 0");
1077
if (!y)
Bug
("zero y in b2d");
1183
Bug
("Zero passed to d2b");
1217
Bug
("Zero passed to d2b");
[
all
...]
/external/chromium/base/third_party/dmg_fp/
dtoa.cc
20
/* Please send
bug
reports to David M. Gay (dmg at acm dot org,
198
#define
Bug
(x) {fprintf(stderr, "%s\n", x); exit(1);}
1039
Bug
("cmp called with a->x[a->wds-1] == 0");
1041
Bug
("cmp called with b->x[b->wds-1] == 0");
1216
if (!y)
Bug
("zero y in b2d");
1354
Bug
("Zero passed to d2b");
[
all
...]
Completed in 288 milliseconds