/prebuilts/tools/linux-x86_64/protoc/lib/pkgconfig/ |
protobuf.pc | 14 # Conflicts: protobuf-lite
|
/external/bison/tests/ |
conflicts.at | 1 # Exercising Bison on conflicts. -*- Autotest -*- 19 AT_BANNER([[Conflicts.]]) 41 [[input.y:4.9: warning: rule useless in parser due to conflicts: e: /* empty */ 45 [[input.y:4.9: warning: rule useless in parser due to conflicts 513 [[input.y: conflicts: 2 shift/reduce 523 [[input.y: conflicts: 2 shift/reduce 533 [[input.y: conflicts: 2 shift/reduce 543 ## Unresolved SR Conflicts. ## 546 AT_SETUP([Unresolved SR Conflicts]) 557 [input.y: conflicts: 1 shift/reduc [all...] |
/external/bison/src/ |
conflicts.c | 1 /* Find and resolve or report lookahead conflicts for bison, 28 #include "conflicts.h" 41 static char *conflicts; variable 322 | Solve the S/R conflicts of state S using the | 324 | conflicts. ERRORS can be used as storage to compute the list of | 370 for conflicts not resolved above. */ 374 conflicts[s->number] = 1; 381 | Solve all the S/R conflicts using the precedence/associativity, | 382 | and flag as inconsistent the states that still have conflicts. | 392 conflicts = xcalloc (nstates, sizeof *conflicts) [all...] |
/external/clang/test/PCH/ |
objc_parameterized_classes.m | 27 @interface PC1<T : NSObject *, // expected-error{{type bound 'NSObject *' for type parameter 'T' conflicts with implicit bound 'id}} 29 U : id> (Cat2) // expected-error{{type bound 'id' for type parameter 'U' conflicts with previous bound 'NSObject *'}}
|
/external/clang/test/Sema/ |
non-null-warning.c | 20 int *foo1(int * _Nullable x) { // expected-warning {{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}} 32 int *foo3(int * _Nonnull x) { // expected-warning {{nullability specifier '_Nonnull' conflicts with existing specifier '_Nullable'}}
|
/external/v8/test/mjsunit/regress/ |
regress-4693.js | 30 // Conflicts between let and function still throw 49 // Conflicts between const and function still throw
|
/prebuilts/go/darwin-x86/src/encoding/xml/ |
typeinfo.go | 220 return nil, fmt.Errorf("xml: name %q in tag of %s.%s conflicts with name %q in %s.XMLName", 261 // conflicts, or if conflicts arise from previous fields that were 268 var conflicts []int 270 // First, figure all conflicts. Most working code will have none. 287 conflicts = append(conflicts, i) 291 conflicts = append(conflicts, i) 295 conflicts = append(conflicts, i [all...] |
/prebuilts/go/linux-x86/src/encoding/xml/ |
typeinfo.go | 220 return nil, fmt.Errorf("xml: name %q in tag of %s.%s conflicts with name %q in %s.XMLName", 261 // conflicts, or if conflicts arise from previous fields that were 268 var conflicts []int 270 // First, figure all conflicts. Most working code will have none. 287 conflicts = append(conflicts, i) 291 conflicts = append(conflicts, i) 295 conflicts = append(conflicts, i [all...] |
/external/e2fsprogs/debian/attic/libs/ |
control | 10 Conflicts: e2fsprogsg, dump (<< 0.4b4-4), quota (<< 1.55-8.1) 23 Conflicts: e2fsprogs (<< 1.10-6), comerr2 34 Conflicts: e2fsprogs (<< 1.10-6), ss2 45 Conflicts: e2fsprogs (<= 1.10-7) 58 Conflicts: e2fsprogs (<< 1.10-6), comerr-dev 69 Conflicts: e2fsprogs (<< 1.10-6), ss-dev 84 Conflicts: e2fsprogs (<< 1.10-6), e2fslibs-dev
|
/art/test/800-smali/smali/ |
b_22331663_fail.smali | 15 # reject any use of this, even a copy. Previously this was a conflict. Conflicts must
|
/external/bison/po/ |
POTFILES.in | 2 src/conflicts.c
|
/external/e2fsprogs/tests/f_overfsblks/ |
expect.1 | 5 Group 0's inode bitmap at 3 conflicts with some other fs block.
|
/external/fio/os/ |
os-openbsd.h | 8 /* XXX hack to avoid conflicts between rbtree.h and <sys/tree.h> */
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/ |
HolidayBundle.java | 24 // case of conflicts, the English name must be given here.
|
HolidayBundle_en.java | 24 // case of conflicts, the English name must be given here.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
HolidayBundle.java | 20 // case of conflicts, the English name must be given here.
|
HolidayBundle_en.java | 20 // case of conflicts, the English name must be given here.
|
/external/libunwind/include/ |
libunwind.h | 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
|
libunwind.h.in | 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
|
/external/libunwind/include/tdep/ |
dwarf-config.h | 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
|
jmpbuf.h | 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
|
libunwind_i.h | 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
|
libunwind_i.h.in | 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
|
/external/v8/include/ |
v8-version.h | 5 #ifndef V8_INCLUDE_VERSION_H_ // V8_VERSION_H_ conflicts with src/version.h
|
/external/wpa_supplicant_8/src/drivers/ |
linux_wext.h | 15 * Avoid including other kernel header to avoid conflicts with C library
|