/frameworks/base/core/java/android/ |
package.html | 10 may change between platform versions, causing unforeseen conflicts with your design. Typically,
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/lib/pkgconfig/ |
sdl2.pc | 12 Conflicts:
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/lib/pkgconfig/ |
sdl2.pc | 12 Conflicts:
|
/external/bison/src/ |
conflicts.h | 1 /* Find and resolve or report lookahead conflicts for bison, 44 /* Were there conflicts? */
|
main.c | 34 #include "conflicts.h" 122 /* Find and record any conflicts: places where one token of 124 conflicts. Also resolve s/r conflicts based on precedence 146 (_("rule useless in parser due to conflicts"));
|
/hardware/intel/common/libva/debian.upstream/ |
control.in | 25 Conflicts: libva-0.29-dev 37 Conflicts: libva-0.29-0
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_abbrevs.h | 24 // ugliness is intentional - to reduce conflicts 43 // ugliness is intentional - to reduce conflicts probability
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xwinsock.h | 31 * without getting any name conflicts with our code. 32 * Conflicts come from the fact that including winsock.h actually pulls
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xwinsock.h | 31 * without getting any name conflicts with our code. 32 * Conflicts come from the fact that including winsock.h actually pulls
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_abbrevs.h | 24 // ugliness is intentional - to reduce conflicts 43 // ugliness is intentional - to reduce conflicts probability
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-m32r.texi | 106 @item -warn-explicit-parallel-conflicts 107 @cindex @samp{-warn-explicit-parallel-conflicts} option, M32RX 120 This is a shorter synonym for the @emph{-warn-explicit-parallel-conflicts} 123 @item -no-warn-explicit-parallel-conflicts 124 @cindex @samp{-no-warn-explicit-parallel-conflicts} option, M32RX 130 This is a shorter synonym for the @emph{-no-warn-explicit-parallel-conflicts} 133 @item -ignore-parallel-conflicts 134 @cindex @samp{-ignore-parallel-conflicts} option, M32RX 140 @item -no-ignore-parallel-conflicts 141 @cindex @samp{-no-ignore-parallel-conflicts} option, M32R [all...] |
/external/clang/test/Sema/ |
nullability.c | 19 typedef int * _Nonnull _Nullable conflicting_1; // expected-error{{nullability specifier '_Nonnull' conflicts with existing specifier '_Nullable'}} 20 typedef int * _Null_unspecified _Nonnull conflicting_2; // expected-error{{nullability specifier '_Null_unspecified' conflicts with existing specifier '_Nonnull'}} 26 typedef nonnull_int_ptr _Nullable conflicting_2; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}} 28 typedef nonnull_int_ptr_typedef _Nullable conflicting_2; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}} 30 typedef nonnull_int_ptr_typedef_typedef _Null_unspecified conflicting_3; // expected-error{{nullability specifier '_Null_unspecified' conflicts with existing specifier '_Nonnull'}}
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
amvideo.idl | 64 /* uuid(36d39eb0-dd75-11ce-bf0e-00aa0055595a) conflicts with uuids.h */ 90 /* uuid(1bd0ecb0-f8e2-11ce-aac6-0020af0b99a3) conflicts with uuids.h */ 106 /* uuid(dd1d7110-7836-11cf-bf47-00aa0055595a) conflicts with uuids.h */ 132 /* uuid(53479470-f1dd-11cf-bc42-00aa00ac74f6) conflicts with uuids.h */ 147 /* uuid(61ded640-e912-11ce-a099-00aa00479a58) conflicts with uuids.h */
|
/external/bison/tests/ |
testsuite.at | 47 # Testing conflicts detection and resolution. 48 m4_include([conflicts.at])
|
/external/clang/test/SemaObjC/ |
nullability.m | 17 // Conflicts from nullability moving into Objective-C pointer type. 39 - (nonnull NSFoo * _Nullable)conflictingMethod1; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}} 45 @property(null_unspecified,retain) NSFoo * _Nullable conflictingProperty1; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Null_unspecified'}} 48 @property(null_unspecified,retain,nullable) NSFoo *conflictingProperty3; // expected-error{{nullability specifier 'nullable' conflicts with existing specifier 'null_unspecified'}} 56 @property(null_unspecified,retain) NSFoo * _Nullable conflictingProperty2; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Null_unspecified'}} 102 - (nullable NSFoo *)methodB:(null_unspecified NSFoo*)foo { // expected-error{{nullability specifier 'nullable' conflicts with existing specifier 'nonnull'}} \ 103 // expected-error{{nullability specifier 'null_unspecified' conflicts with existing specifier 'nonnull'}} 160 - (nonnull instancetype _Nullable)initWithBlah2:(nonnull id)blah; // expected-error {{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}}
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch | 11 include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes] 32 +// include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes]
|
/libcore/ojluni/src/main/java/javax/sql/rowset/spi/ |
package.html | 55 <li><a href="#resolving">4.0 Resolving Synchronization Conflicts</a> 98 assume that there will be no conflicts or very few conflicts. A conflict exists when 106 grades set varying levels of locks to increase the chances that no conflicts 111 nothing to check for conflicts. 126 writer checks to see if there are any conflicts, and if there are, 134 the writer take steps to avoid conflicts by setting locks. Setting locks 153 assuming that there will be few conflicts among users 165 conflicts and simply writes any updated data in the 306 will check for conflicts in rows that have changed between the last synchronization [all...] |
/external/mesa3d/src/mesa/program/ |
register_allocate.c | 83 GLboolean *conflicts; member in struct:ra_reg 174 regs->regs[i].conflicts = rzalloc_array(regs->regs, GLboolean, count); 175 regs->regs[i].conflicts[i] = GL_TRUE; 197 reg1->conflicts[r2] = GL_TRUE; 203 if (!regs->regs[r1].conflicts[r2]) { 211 * anything that base_reg conflicts with. 256 * Must be called after all conflicts and register classes have been 277 int conflicts = 0; local 286 conflicts++; 288 max_conflicts = MAX2(max_conflicts, conflicts); [all...] |
/external/selinux/policycoreutils/audit2allow/ |
audit2allow | 55 help="audit messages since last boot conflicts with -i") 57 help="read input from audit log - conflicts with -i") 60 help="read input from dmesg - conflicts with --all and --input") 62 help="read input from <input> - conflicts with -a") 70 help="generate a module package - conflicts with -o and -m") 72 help="append output to <filename>, conflicts with -M") 99 sys.stderr.write("error: --all/--boot conflicts with --input\n") 101 sys.stderr.write("error: --all/--boot conflicts with --dmesg\n") 103 sys.stderr.write("error: --input conflicts with --dmesg\n") 120 sys.stderr.write("error: --module-package conflicts with --output\n" [all...] |
audit2why | 55 help="audit messages since last boot conflicts with -i") 57 help="read input from audit log - conflicts with -i") 60 help="read input from dmesg - conflicts with --all and --input") 62 help="read input from <input> - conflicts with -a") 70 help="generate a module package - conflicts with -o and -m") 72 help="append output to <filename>, conflicts with -M") 99 sys.stderr.write("error: --all/--boot conflicts with --input\n") 101 sys.stderr.write("error: --all/--boot conflicts with --dmesg\n") 103 sys.stderr.write("error: --input conflicts with --dmesg\n") 120 sys.stderr.write("error: --module-package conflicts with --output\n" [all...] |
/external/bison/po/ |
bison.pot | 34 #: src/conflicts.c:77 39 #: src/conflicts.c:86 44 #: src/conflicts.c:94 49 #: src/conflicts.c:492 51 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n" 54 #: src/conflicts.c:495 56 msgid "conflicts: %d shift/reduce\n" 59 #: src/conflicts.c:497 61 msgid "conflicts: %d reduce/reduce\n" 64 #: src/conflicts.c:51 [all...] |
/external/autotest/client/cros/ |
power_strip.py | 9 # avoid threading and address space conflicts
|
/external/bison/lib/ |
isnanf-nolibm.h | 30 /* We can't include <ieeefp.h>, because it conflicts with our definition of
|
/external/llvm/test/Transforms/LoopVectorize/ |
loop-vect-memdep.ll | 5 ; CHECK: LV: Can't vectorize due to memory conflicts
|
/external/valgrind/helgrind/tests/ |
tc06_two_races.stderr.exp | 19 This conflicts with a previous write of size 4 by thread #x 33 This conflicts with a previous write of size 4 by thread #x 47 This conflicts with a previous write of size 4 by thread #x 61 This conflicts with a previous write of size 4 by thread #x
|