HomeSort by relevance Sort by last modified time
    Searched defs:ambiguous (Results 1 - 5 of 5) sorted by null

  /external/bison/lib/
argmatch.c 79 or -2 if it is ambiguous (is a prefix of more than one element).
94 bool ambiguous = false; /* If true, multiple nonexact match(es). */
118 ambiguous = true;
123 if (ambiguous)
139 : _("ambiguous argument %s for %s"));
93 bool ambiguous = false; \/* If true, multiple nonexact match(es). *\/ local
  /external/bluetooth/glib/glib/
guniprop.c 497 static const struct Interval ambiguous[] = { local
543 if (bsearch (GUINT_TO_POINTER (c), ambiguous, G_N_ELEMENTS (ambiguous), sizeof ambiguous[0],
    [all...]
  /system/core/adb/
transport.c 745 int ambiguous = 0; local
770 ambiguous = 1;
779 ambiguous = 1;
788 ambiguous = 1;
817 } else if (state != CS_ANY && (serial || !ambiguous)) {
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 241 // "ambiguous" argument indicates whether the query intersected an
244 int numCrossingsForXRay(const XRay& xRay, bool& ambiguous) const
248 return numXRayCrossingsForCubic(xRay, m_points, ambiguous);
250 return xRayCrossesLine(xRay, m_points, ambiguous) ? 1 : 0;
765 bool ambiguous = true; local
770 // an ambiguous point (the junction between two curves or at a
771 // tangent point). Ambiguous points make the determination of
777 ambiguous && seg != cur->end();
809 ambiguous);
810 if (ambiguous) {
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 97 milliseconds