HomeSort by relevance Sort by last modified time
    Searched full:conflicts (Results 1 - 25 of 1242) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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/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/libvpx/libvpx/nestegg/
nestegg-uninstalled.pc.in 11 Conflicts:
nestegg.pc.in 11 Conflicts:
  /external/chromium_org/sync/engine/
apply_updates_and_resolve_conflicts_command.cc 86 // Resolve the simple conflicts we just detected.
108 // Encryption conflicts should remain unchanged by the resolution of simple
109 // conflicts. Those can only be solved by updating our nigori key bag.
113 // Hierarchy conflicts should also remain unchanged, for reasons that are
114 // more subtle. Hierarchy conflicts exist when the application of a pending
116 // inconsistent. The resolution of simple conflicts could never affect the
117 // hierarchy conflicting item directly, because hierarchy conflicts are not
124 // There should be no simple conflicts remaining. We know this because the
125 // resolver should have resolved all the conflicts we detected last time
126 // and, by the two previous assertions, that no conflicts have bee
    [all...]
  /external/clang/test/SemaCXX/
extern-c.cpp 19 float test2_x; // expected-error {{declaration of 'test2_x' in global scope conflicts with declaration with C language linkage}}
37 static float test4_b; // expected-error {{declaration of 'test4_b' in global scope conflicts with declaration with C language linkage}}
45 static float test5_b; // expected-error {{declaration of 'test5_b' in global scope conflicts with declaration with C language linkage}}
106 void lookup_in_global_f(int); // expected-error {{conflicts with declaration in global scope}}
110 int lookup_in_global_g; // expected-error {{conflicts with declaration with C language linkage}}
160 extern "C" void global_var_vs_extern_c_fn_1(); // expected-error {{conflicts with declaration in global scope}}
163 int global_var_vs_extern_c_fn_2; // expected-error {{conflicts with declaration with C language linkage}}
166 extern "C" double global_var_vs_extern_c_var_1; // expected-error {{conflicts with declaration in global scope}}
169 int global_var_vs_extern_c_var_2; // expected-error {{conflicts with declaration with C language linkage}}
  /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/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p11.cpp 16 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
22 int foo(void); // expected-error {{declaration conflicts with target of using declaration already in scope}}
29 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
34 int foo(void); // expected-error {{declaration conflicts with target of using declaration already in scope}}
43 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
50 int foo(void); // expected-error {{declaration conflicts with target of using declaration already in scope}}
60 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
67 int foo(void); // expected-error {{declaration conflicts with target of using declaration already in scope}}
  /external/chromium/chrome/browser/ui/webui/
conflicts_ui.h 15 // The Web UI handler for about:conflicts.
  /external/libmtp/
libmtp.pc 12 Conflicts:
libmtp.pc.in 12 Conflicts:

Completed in 825 milliseconds

1 2 3 4 5 6 7 8 91011>>