OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conflicts
(Results
1 - 25
of
1554
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Modules/
conflicts.m
2
// RUN: %clang_cc1 -Wauto-import -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/
Conflicts
%s -verify
4
@import
Conflicts
;
6
@import
Conflicts
.A; // expected-warning{{module '
Conflicts
.A'
conflicts
with already-imported module '
Conflicts
.B': we just don't like B}}
/external/clang/test/Modules/Inputs/Conflicts/
module.map
1
module
Conflicts
{
/external/libxml2/result/relaxng/
tutor11_3_1.err
1
./test/relaxng/tutor11_3.rng:1: element element: Relax-NG parser error : Attributes
conflicts
in group
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ConflictingRequirementsException.java
31
private Set<Feature<?>>
conflicts
;
field in class:ConflictingRequirementsException
35
String message, Set<Feature<?>>
conflicts
, Object source) {
37
this.
conflicts
=
conflicts
;
42
return
conflicts
;
/art/test/966-default-conflict/
info.txt
3
Tests handling of default method
conflicts
.
/dalvik/dx/tests/119-merge-conflict/
info.txt
1
Merges dex files with and without
conflicts
.
/external/clang/test/CodeGen/
2002-05-23-TypeNameCollision.c
3
/* Testcase for when struct tag
conflicts
with typedef name... grr */
/external/clang/test/SemaCXX/
lookup-member.cpp
8
class String; // expected-error {{
conflicts
with target of using declaration}}
/external/libgdx/extensions/gdx-bullet/jni/swig/dynamics/
btRaycastVehicle.i
3
// but it
conflicts
with swig because swig can't handle nested structs.
/external/libmicrohttpd/
libmicrospdy.pc.in
10
Conflicts
:
/external/libogg/
ogg-uninstalled.pc.in
12
Conflicts
:
ogg.pc.in
12
Conflicts
:
/external/libopus/
opus-uninstalled.pc.in
10
Conflicts
:
/external/libvorbis/
vorbis-uninstalled.pc.in
12
Conflicts
:
vorbis.pc.in
12
Conflicts
:
/external/nist-sip/java/gov/nist/core/
MultiValueMap.java
8
// remove(K, V)
conflicts
with a Map method added in 1.8. http://b/27426743
/prebuilts/tools/darwin-x86_64/protoc/lib/pkgconfig/
protobuf-lite.pc
11
Conflicts
: protobuf
/system/bt/doc/
network_ports.md
5
namespace
conflicts
.
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p11.cpp
18
using ns::foo; // expected-error {{target of using declaration
conflicts
with declaration already in scope}}
24
int foo(void); // expected-error {{declaration
conflicts
with target of using declaration already in scope}}
31
using ns::foo; // expected-error {{target of using declaration
conflicts
with declaration already in scope}}
36
int foo(void); // expected-error {{declaration
conflicts
with target of using declaration already in scope}}
45
using ns::foo; // expected-error {{target of using declaration
conflicts
with declaration already in scope}}
52
int foo(void); // expected-error {{declaration
conflicts
with target of using declaration already in scope}}
62
using ns::foo; // expected-error {{target of using declaration
conflicts
with declaration already in scope}}
69
int foo(void); // expected-error {{declaration
conflicts
with target of using declaration already in scope}}
102
void foo(); // expected-error {{declaration
conflicts
with target of using declaration already in scope}}
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
parameter-matching.cpp
9
template<typename T> struct X1t; // expected-error{{template type parameter
conflicts
with previous template type parameter pack}}
12
template<typename ...T> struct X2t; // expected-error{{template type parameter pack
conflicts
with previous template type parameter}}
18
template<template<typename T> class> struct X1t_intt; // expected-error{{template type parameter
conflicts
with previous template type parameter pack}}
21
template<template<typename ...T> class> struct X2t_intt; // expected-error{{template type parameter pack
conflicts
with previous template type parameter}}
24
template<int Values> struct X1nt; // expected-error{{non-type template parameter
conflicts
with previous non-type template parameter pack}}
27
template<template<class T> class...> class X1tt; // expected-error{{template template parameter pack
conflicts
with previous template template parameter}}
/external/clang/test/SemaObjC/
override-nullability.m
12
- (nullable id)bad:(nonnull id)obj; // expected-warning {{conflicting nullability specifier on return types, 'nullable'
conflicts
with existing specifier 'nonnull'}} \
13
// expected-warning {{conflicting nullability specifier on parameter types, 'nonnull'
conflicts
with existing specifier 'nullable'}}
/external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-generics-1.h
20
@interface NSGeneric<T : C *>(Blah) // expected-error{{type bound 'C *' for type parameter 'T'
conflicts
with previous bound 'B *'}}
/external/libevent/
libevent.pc.in
12
Conflicts
:
libevent_openssl.pc.in
12
Conflicts
:
libevent_pthreads.pc.in
12
Conflicts
:
Completed in 1009 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>