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
1300
) 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 -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/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizerNames.in
6
# The symbol "public"
conflicts
with the C++ keyword.
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ConflictingRequirementsException.java
30
private Set<Feature<?>>
conflicts
;
field in class:ConflictingRequirementsException
34
String message, Set<Feature<?>>
conflicts
, Object source) {
36
this.
conflicts
=
conflicts
;
41
return
conflicts
;
/dalvik/dx/tests/119-merge-conflict/
info.txt
1
Merges dex files with and without
conflicts
.
/external/chromium_org/third_party/opus/src/
opus-uninstalled.pc.in
10
Conflicts
:
opus.pc.in
13
Conflicts
:
/external/clang/test/CodeGen/
2002-05-23-TypeNameCollision.c
3
/* Testcase for when struct tag
conflicts
with typedef name... grr */
/external/libogg/
ogg-uninstalled.pc.in
12
Conflicts
:
ogg.pc.in
12
Conflicts
:
/external/libopus/
opus-uninstalled.pc.in
10
Conflicts
:
opus.pc.in
13
Conflicts
:
/external/libvorbis/
vorbis-uninstalled.pc.in
12
Conflicts
:
vorbis.pc.in
12
Conflicts
:
vorbisenc-uninstalled.pc.in
12
Conflicts
:
vorbisenc.pc.in
12
Conflicts
:
vorbisfile-uninstalled.pc.in
12
Conflicts
:
vorbisfile.pc.in
12
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/chromium_org/chrome/installer/linux/debian/
control.template
11
Conflicts
: @@
CONFLICTS
@@
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestImplements3.idl
7
ImplementedAs=TestImplements3Implementation, //
Conflicts
with default implements class name
/external/libmtp/
libmtp.pc
12
Conflicts
:
libmtp.pc.in
12
Conflicts
:
/external/llvm/test/Assembler/
2002-03-08-NameCollision2.ll
4
; declaration for a method was found, that this would cause spurious
conflicts
Completed in 709 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>