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

1 2

  /external/toybox/toys/posix/
logger.c 35 int try, i, matchlen = 0, found = -1, ambiguous = 1; local
40 if (matchlen<i) found = try, ambiguous = 0;
41 if (matchlen==i) ambiguous++;
49 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>'}}
  /build/make/core/
device.mk 66 $(error Device "$(dn)" ambiguous: matches $(d)) \
product.mk 477 $(error Product "$(pn)" ambiguous: matches $(p)) \
product_config.mk 226 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
  /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}}
  /external/libvterm/src/
unicode.c 31 * terminal shall use. For characters in the East Asian Ambiguous (A)
232 * Ambiguous (A) category as defined in Unicode Technical Report #11
240 /* sorted list of non-overlapping intervals of East Asian Ambiguous
242 static const struct interval ambiguous[] = { local
298 if (bisearch(ucs, ambiguous,
299 sizeof(ambiguous) / sizeof(struct interval) - 1))
  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 49 bool ambiguous = false; local
51 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) {
52 ambiguous |= points_to.size() > 1;
54 return ambiguous;
    [all...]
  /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 '
  /external/bcc/src/lua/bcc/vendor/
json.lua 28 it's an ambiguous edge case. We choose to treat this as an object as it is the
  /external/golang-protobuf/proto/
any_test.go 268 t.Errorf("failed to parse ambiguous Any message: %v", err)
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
struct_filter.go 139 // Then the selector "Foo" causes a panic since it is ambiguous which one it
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/
compare.go 56 // then Equal panics because it is ambiguous which option to use.
options.go 89 const warning = "ambiguous set of applicable options"
  /external/protobuf/js/binary/
decoder.js 515 * to know the value we're skipping backwards over or things are ambiguous.
  /external/python/dateutil/dateutil/test/
test_tz.py 179 """ Mix-in class for testing ambiguous times """
190 # Test that we can resolve ambiguous times
234 # Test that we can resolve ambiguous times
312 # Ambiguous between 2015-11-01 1:30 EDT-4 and 2015-11-01 1:30 EST-5
320 # Make sure the dates are actually ambiguous
348 def _test_ambiguous_time(self, dt, tzid, ambiguous):
356 self.assertEqual(tz.datetime_ambiguous(dt, tz=tzi), ambiguous)
429 # ambiguous datetime.
455 # Get 1 hour before the first ambiguous date
459 t_n += timedelta(hours=1) # Naive ambiguous dat
    [all...]
  /external/u-boot/scripts/
checkpatch.pl 917 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous\./) {
927 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./) {
    [all...]
  /build/make/tools/
warn.py 385 'patterns': [r".*: warning: suggest explicit braces to avoid ambiguous 'else'",
503 'Java: Use parameter comments to document ambiguous literals',
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/
transport.go 804 // Request gzip only, not deflate. Deflate is ambiguous and
    [all...]
  /external/tcpdump/
configure     [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/sqlite/dist/orig/
shell.c     [all...]

Completed in 2606 milliseconds

1 2