Home
last modified time | relevance | path

Searched refs:ambiguous (Results 1 – 25 of 78) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnMathUtils.cpp252 bool xRayCrossesMonotonicCubic(const XRay& xRay, const FloatPoint cubic[4], bool& ambiguous) in xRayCrossesMonotonicCubic() argument
254 ambiguous = false; in xRayCrossesMonotonicCubic()
265 ambiguous = (xRay.y() == cubic[0].y()); in xRayCrossesMonotonicCubic()
276 ambiguous = pointAtExtremum; in xRayCrossesMonotonicCubic()
320 ambiguous = pointAtExtremum; in xRayCrossesMonotonicCubic()
501 bool xRayCrossesLine(const XRay& xRay, const FloatPoint pts[2], bool& ambiguous) in xRayCrossesLine() argument
503 ambiguous = false; in xRayCrossesLine()
509 ambiguous = true; in xRayCrossesLine()
525 ambiguous = (xRay.y() == pts[1].y()); in xRayCrossesLine()
533 ambiguous = true; in xRayCrossesLine()
[all …]
DLoopBlinnMathUtils.h93 bool& ambiguous);
102 bool& ambiguous);
DLoopBlinnPathProcessor.cpp244 int numCrossingsForXRay(const XRay& xRay, bool& ambiguous) const in numCrossingsForXRay()
248 return numXRayCrossingsForCubic(xRay, m_points, ambiguous); in numCrossingsForXRay()
250 return xRayCrossesLine(xRay, m_points, ambiguous) ? 1 : 0; in numCrossingsForXRay()
765 bool ambiguous = true; in determineSidesToFill() local
777 ambiguous && seg != cur->end(); in determineSidesToFill()
809 ambiguous); in determineSidesToFill()
810 if (ambiguous) { in determineSidesToFill()
/external/skia/src/core/
DSkGeometry.cpp14 bool SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool* ambiguous) { in SkXRayCrossesLine() argument
15 if (ambiguous) { in SkXRayCrossesLine()
16 *ambiguous = false; in SkXRayCrossesLine()
22 if (ambiguous) { in SkXRayCrossesLine()
23 *ambiguous = true; in SkXRayCrossesLine()
40 if (ambiguous) { in SkXRayCrossesLine()
41 *ambiguous = (pt.fY == pts[1].fY); in SkXRayCrossesLine()
50 if (ambiguous) { in SkXRayCrossesLine()
51 *ambiguous = true; in SkXRayCrossesLine()
1075 bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4], bool* ambiguous) { in SkXRayCrossesMonotonicCubic() argument
[all …]
/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp83 void ambiguous(int, double); // expected-note {{candidate}} in overloaded_call()
84 void ambiguous(double, int); // expected-note {{candidate}} in overloaded_call()
85 ambiguous({0}, {0}); // expected-error {{ambiguous}} in overloaded_call()
Dcxx0x-initializer-stdinitializerlist.cpp89 void ambiguous(std::initializer_list<A>); // expected-note {{candidate}} in overloaded_call()
90 void ambiguous(std::initializer_list<B>); // expected-note {{candidate}} in overloaded_call()
91 ambiguous({ {1, 2}, {2, 3}, {3, 4} }); // expected-error {{ambiguous}} in overloaded_call()
/external/skia/include/core/
DSkGeometry.h28 bool* ambiguous = NULL);
171 bool* ambiguous = NULL);
186 bool* ambiguous = NULL);
/external/bison/lib/
Dargmatch.c93 bool ambiguous = false; /* If true, multiple nonexact match(es). */ in argmatch() local
117 ambiguous = true; in argmatch()
122 if (ambiguous) in argmatch()
/external/clang/test/Modules/
Dredecl-merge.m65 T2 *dp = &d; // expected-error{{reference to 'T2' is ambiguous}}
72 func2(i); // expected-error{{call to 'func2' is ambiguous}}
78 var2 = i; // expected-error{{reference to 'var2' is ambiguous}}
80 var3 = i; // expected-error{{reference to 'var3' is ambiguous}}
/external/clang/test/SemaObjC/
Dduplicate-ivar-in-class-extension.m30 return self->ivar; // would be ambiguous if the duplicate ivar were allowed
/external/clang/test/SemaObjCXX/
Doverload.mm42 float& f2 = f(val); // expected-error {{ambiguous}}
Darc-overloading.mm54 f2(uip); // expected-error{{call to 'f2' is ambiguous}}
/external/bison/tests/
Dglr-regression.at491 [syntax is ambiguous
555 [syntax is ambiguous
1509 [syntax is ambiguous
1660 [Error at 1.1-2.3: syntax is ambiguous.
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td66 "ambiguous conversion from type %0 to an integral or unscoped "
972 "lookup of %0 in member access expression is ambiguous">;
974 "lookup of %0 in member access expression is ambiguous; using member of %1">,
1092 "the function it overrides (ambiguous conversion from derived class "
1275 "ambiguous constructor call when %select{copying variable|copying "
1291 "an inaccessible constructor|find no viable constructor|find ambiguous "
2161 "call to %0 is ambiguous">;
2165 "call to member function %0 is ambiguous">;
2420 "ambiguous conversion for %select{|static_cast|reinterpret_cast|"
2425 def err_ovl_ambiguous_init : Error<"call to constructor of %0 is ambiguous">;
[all …]
DDiagnosticGroups.td24 def AmbigMemberTemplate : DiagGroup<"ambiguous-member-template">;
/external/stlport/doc/
DREADME.msvc158 using-declaration - it will report an ambiguous call to an overloaded
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/
DAtari.patches64 - some compilers don't like external names that are ambiguous within
278 X+ /* avoid long external names that are ambiguous within the first 8 characters */
812 X - some compilers don't like external names that are ambiguous within
/external/iproute2/doc/
Dss.sgml416 address. Unlike <tt/inet/ colon becomes ambiguous, so that <tt/ss/ allows
459 transport protocol, when it is ambiguous: <tt/tcp/, <tt/udp/, <tt/raw/,
/external/llvm/docs/HistoricalNotes/
D2001-02-09-AdveCommentsResponse.txt225 Which is ambiguous and very verbose. It would be possible to specify
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg181 …"reference $<arg> is ambiguous; rule <arg> is enclosing rule and referenced in the production (ass…
/external/icu4c/data/brkitr/
Dline_he.txt107 # Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
Dline_ja.txt110 # Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
Dline.txt105 # Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
Dline_fi.txt106 # Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
/external/ant-glob/
DNOTICE249 the license, and removes the ambiguous grant of "use". Otherwise, this version

1234