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

  /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 195 namespace ambiguous { namespace in namespace:explicit_specialization
207 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/include/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);
  /external/skia/include/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);
  /build/core/
device.mk 66 $(error Device "$(dn)" ambiguous: matches $(d)) \
product.mk 202 $(error Product "$(pn)" ambiguous: matches $(p)) \
product_config.mk 225 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
  /external/chromium_org/third_party/skia/src/core/
SkGeometry.cpp 14 bool SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool* ambiguous) {
15 if (ambiguous) {
16 *ambiguous = false;
22 if (ambiguous) {
23 *ambiguous = true;
40 if (ambiguous) {
41 *ambiguous = (pt.fY == pts[1].fY);
50 if (ambiguous) {
51 *ambiguous = true;
1074 bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4], bool* ambiguous) {
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 14 bool SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool* ambiguous) {
15 if (ambiguous) {
16 *ambiguous = false;
22 if (ambiguous) {
23 *ambiguous = true;
40 if (ambiguous) {
41 *ambiguous = (pt.fY == pts[1].fY);
50 if (ambiguous) {
51 *ambiguous = true;
1074 bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4], 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)) {
  /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/chrome/renderer/resources/extensions/
schema_utils.js 129 // Validates that a given schema for an API function is not ambiguous.
binding.js 295 apiFunction.name + ' has ambiguous optional arguments. ' +
  /external/chromium_org/v8/test/mjsunit/
object-create.js 163 // We shouldn't throw the exception for an ambiguous properties object
  /external/v8/test/mjsunit/
object-create.js 163 // We shouldn't throw the exception for an ambiguous properties object
  /external/bison/data/
glr.c     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 257 milliseconds