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

  /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
  /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/clang/test/SemaCXX/
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>'}}
  /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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 1543 milliseconds