HomeSort by relevance Sort by last modified time
    Searched refs:ambiguous (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 83 void ambiguous(int, double); // expected-note {{candidate}}
84 void ambiguous(double, int); // expected-note {{candidate}}
85 ambiguous({0}, {0}); // expected-error {{ambiguous}}
cxx0x-initializer-stdinitializerlist.cpp 89 void ambiguous(std::initializer_list<A>); // expected-note {{candidate}}
90 void ambiguous(std::initializer_list<B>); // expected-note {{candidate}}
91 ambiguous({ {1, 2}, {2, 3}, {3, 4} }); // expected-error {{ambiguous}}
98 ov2({1, 2, D()}); // expected-error {{ambiguous}}
cxx1y-variable-templates_top_level.cpp 203 namespace ambiguous { namespace in namespace:explicit_specialization
215 int a = pi2<int,int>; // expected-error {{ambiguous partial specializations of 'pi2<int, int>'}}
  /external/bison/lib/
argmatch.c 75 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/
SkGeometry.h 22 they intersect. Optional outgoing "ambiguous" argument indicates
23 whether the answer is ambiguous because the query occurred exactly at
28 bool* ambiguous = NULL);
171 Optional outgoing "ambiguous" argument indicates whether the answer is
172 ambiguous because the query occurred exactly at one of the endpoints' y
177 bool* ambiguous = NULL);
186 Optional outgoing "ambiguous" argument indicates whether the answer is
187 ambiguous because the query occurred exactly at one of the endpoints' y
192 bool* ambiguous = NULL);
SkGeometry.cpp 13 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) {
    [all...]
  /external/skia/src/core/
SkGeometry.h 22 they intersect. Optional outgoing "ambiguous" argument indicates
23 whether the answer is ambiguous because the query occurred exactly at
28 bool* ambiguous = NULL);
171 Optional outgoing "ambiguous" argument indicates whether the answer is
172 ambiguous because the query occurred exactly at one of the endpoints' y
177 bool* ambiguous = NULL);
186 Optional outgoing "ambiguous" argument indicates whether the answer is
187 ambiguous because the query occurred exactly at one of the endpoints' y
192 bool* ambiguous = NULL);
SkGeometry.cpp 13 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) {
    [all...]
  /build/core/
device.mk 66 $(error Device "$(dn)" ambiguous: matches $(d)) \
product.mk 216 $(error Product "$(pn)" ambiguous: matches $(p)) \
product_config.mk 225 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
  /external/qemu/qom/
object.c 525 /* 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 = true
    [all...]
  /external/chromium_org/extensions/renderer/resources/
messaging_utils.js 23 // options (third argument) is optional. It can also be ambiguous which
schema_utils.js 129 // Validates that a given schema for an API function is not ambiguous.
binding.js 316 apiFunction.name + ' has ambiguous optional arguments. ' +
  /external/qemu/include/qom/
object.h 984 * @ambiguous: returns true if the path resolution failed because of an
985 * ambiguous match
1000 * returned to indicate that the match was ambiguous.
1004 Object *object_resolve_path(const char *path, bool *ambiguous);
    [all...]
  /bootable/recovery/minadbd/
transport.c 601 int ambiguous = 0; local
626 ambiguous = 1;
635 ambiguous = 1;
644 ambiguous = 1;
673 } else if (state != CS_ANY && (serial || !ambiguous)) {
  /external/libvterm/src/
unicode.c 31 * terminal shall use. For characters in the East Asian Ambiguous (A)
234 * Ambiguous (A) category as defined in Unicode Technical Report #11
242 /* sorted list of non-overlapping intervals of East Asian Ambiguous
244 static const struct interval ambiguous[] = { local
300 if (bisearch(ucs, ambiguous,
301 sizeof(ambiguous) / sizeof(struct interval) - 1))
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pycapsule.pxd 67 # a NULL return code somewhat ambiguous; use PyCapsule_IsValid()
76 # return code somewhat ambiguous; use PyCapsule_IsValid() or
85 # NULL return code somewhat ambiguous; use PyCapsule_IsValid() or
  /system/core/adb/
transport.c 798 int ambiguous = 0; local
822 ambiguous = 1;
833 ambiguous = 1;
842 ambiguous = 1;
851 ambiguous = 1;
886 } else if (state != CS_ANY && (serial || !ambiguous)) {
  /external/chromium_org/net/base/
mime_util.cc 121 CodecEntry(Codec c, bool ambiguous) : codec(c), is_ambiguous(ambiguous) {}
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
    [all...]
  /external/chromium_org/v8/test/mjsunit/
object-create.js 163 // We shouldn't throw the exception for an ambiguous properties object
  /external/bison/data/
glr.c     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FusedNode.py 608 raise TypeError("Function call with ambiguous argument types")
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 583 milliseconds

1 2