Searched defs:ambiguous (Results 1 - 9 of 9) sorted by relevance

/external/libvterm/src/
H A Dunicode.c244 static const struct interval ambiguous[] = { local
300 if (bisearch(ucs, ambiguous,
301 sizeof(ambiguous) / sizeof(struct interval) - 1))
/external/bison/lib/
H A Dargmatch.c75 or -2 if it is ambiguous (is a prefix of more than one element).
90 bool ambiguous = false; /* If true, multiple nonexact match(es). */
114 ambiguous = true;
119 if (ambiguous)
135 : _("ambiguous argument %s for %s"));
89 bool ambiguous = false; /* If true, multiple nonexact match(es). */ local
/external/chromium_org/third_party/skia/src/core/
H A DSkGeometry.cpp13 bool* ambiguous) {
14 if (ambiguous) {
15 *ambiguous = false;
21 if (ambiguous) {
22 *ambiguous = true;
39 if (ambiguous) {
40 *ambiguous = (pt.fY == pts[1].fY);
49 if (ambiguous) {
50 *ambiguous = true;
884 bool* ambiguous) {
11 SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool* ambiguous) argument
[all...]
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp203 namespace ambiguous { namespace in namespace:explicit_specialization
215 int a = pi2<int,int>; // expected-error {{ambiguous partial specializations of 'pi2<int, int>'}}
/external/skia/src/core/
H A DSkGeometry.cpp13 bool* ambiguous) {
14 if (ambiguous) {
15 *ambiguous = false;
21 if (ambiguous) {
22 *ambiguous = true;
39 if (ambiguous) {
40 *ambiguous = (pt.fY == pts[1].fY);
49 if (ambiguous) {
50 *ambiguous = true;
884 bool* ambiguous) {
11 SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool* ambiguous) argument
[all...]
/external/chromium_org/net/base/
H A Dmime_util.cc121 CodecEntry(Codec c, bool ambiguous) : codec(c), is_ambiguous(ambiguous) {} argument
131 // at least one codec ID in |codecs| is ambiguous but all the codecs
146 // whether the conversion was ambiguous.
571 { "1", MimeUtil::PCM }, // We only allow this for WAV so it isn't ambiguous.
589 // List of codec IDs that are ambiguous and don't provide
979 // avc1.xxxxxx & avc3.xxxxxx are considered ambiguous forms that are trying to
/external/qemu/qom/
H A Dobject.c525 /* The match was ambiguous, don't allow a cast */
1026 bool ambiguous = false; local
1043 target = object_resolve_path_type(path, target_type, &ambiguous);
1045 if (ambiguous) {
1051 target = object_resolve_path(path, &ambiguous);
1052 if (target || ambiguous) {
1164 bool *ambiguous)
1179 typename, ambiguous);
1182 if (ambiguous) {
1183 *ambiguous
1161 object_resolve_partial_path(Object *parent, gchar **parts, const char *typename, bool *ambiguous) argument
1198 object_resolve_path_type(const char *path, const char *typename, bool *ambiguous) argument
1222 object_resolve_path(const char *path, bool *ambiguous) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 296 milliseconds