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

1 2 3 4

  /external/toybox/toys/posix/
logger.c 36 int try, i, matchlen = 0, found = -1, ambiguous = 1; local
41 if (matchlen<i) found = try, ambiguous = 0;
42 if (matchlen==i) ambiguous++;
50 return ambiguous ? -1 : found;
  /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>'}}
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug412.go 15 return t.x // GC_ERROR "ambiguous selector t.x"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug412.go 15 return t.x // GC_ERROR "ambiguous selector t.x"
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8428.go 6 // versions of Clang that emit ambiguous DWARF info. See issue 8611.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue8428.go 6 // versions of Clang that emit ambiguous DWARF info. See issue 8611.
  /build/make/core/
device.mk 66 $(error Device "$(dn)" ambiguous: matches $(d)) \
product.mk 264 $(error Product "$(pn)" ambiguous: matches $(p)) \
product_config.mk 237 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
fpa-mem.s 28 # Test mnemonic that is ambiguous between infix and suffic
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-regprefix-1.s 5 ; Ambiguous. Depends on default.
12 ; Non-ambiguous, with a prefix.
  /external/clang/test/Sema/
overloadable.c 109 void (*ambiguous)(int *) = &foo; // expected-error{{initializing 'void (*)(int *)' with an expression of incompatible type '<overloaded function type>'}} expected-note@105{{candidate function}} expected-note@106{{candidate function}}
  /toolchain/binutils/binutils-2.27/gold/
script.h 242 // which is ambiguous. We warn about that case by storing the
248 : real(r), is_global(ig), expression(e), ambiguous(NULL)
260 const Version_tree* ambiguous; member in struct:gold::Version_script_info::Version_tree_match
  /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/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 47 bool ambiguous = false; local
49 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) {
50 ambiguous |= points_to.size() > 1;
52 return ambiguous;
  /prebuilts/go/darwin-x86/src/html/template/
error.go 47 // ErrAmbigContext: "... appears in an ambiguous context within a URL"
58 // {{.X}} is in an ambiguous URL context since, depending on {{.C}},
84 // The example is ambiguous since {{.X}} might be an HTML text node,
  /prebuilts/go/linux-x86/src/html/template/
error.go 47 // ErrAmbigContext: "... appears in an ambiguous context within a URL"
58 // {{.X}} is in an ambiguous URL context since, depending on {{.C}},
84 // The example is ambiguous since {{.X}} might be an HTML text node,
  /external/annotation-tools/annotation-file-utilities/src/annotator/specification/
IndexFileSpecification.java 79 Set<String> ambiguous = new LinkedHashSet<String>(); local
81 // defKeys, it means that the unqualified name is ambiguous and
88 if (annotationDefs.get(name) == null) { ambiguous.add(name); }
91 Insertion.setAlwaysQualify(ambiguous);
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 168 errmsg='ambiguous' + errmsg2)
395 errmsg='ambiguous justification "": must be '
  /external/python/cpython3/Lib/tkinter/test/
widget_tests.py 156 errmsg='ambiguous' + errmsg2)
377 errmsg='ambiguous justification "": must be '
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/
auto-parcel-processor-0.3.1.jar 
  /external/golang-protobuf/proto/
any_test.go 268 t.Errorf("failed to parse ambiguous Any message: %v", err)
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
plan9.go 167 MTSPR: "MOVD", MFSPR: "MOVD", // the width is ambiguous for SPRs

Completed in 631 milliseconds

1 2 3 4