HomeSort by relevance Sort by last modified time
    Searched full:conflicts (Results 176 - 200 of 1292) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bison/po/
sv.po 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...]
tr.po 35 #: src/conflicts.c:77
40 #: src/conflicts.c:86
45 #: src/conflicts.c:94
50 #: src/conflicts.c:492
52 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n"
55 #: src/conflicts.c:495
57 msgid "conflicts: %d shift/reduce\n"
60 #: src/conflicts.c:497
62 msgid "conflicts: %d reduce/reduce\n"
65 #: src/conflicts.c:51
    [all...]
vi.po 37 #: src/conflicts.c:77
43 #: src/conflicts.c:86
50 #: src/conflicts.c:94
56 #: src/conflicts.c:492
58 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n"
61 #: src/conflicts.c:495
63 msgid "conflicts: %d shift/reduce\n"
66 #: src/conflicts.c:497
68 msgid "conflicts: %d reduce/reduce\n"
71 #: src/conflicts.c:51
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_conflicts.html 262 <script src="chrome://conflicts/strings.js"></script>
265 <script src="chrome://conflicts/conflicts.js"></script>
  /external/clang/include/clang/Tooling/
Refactoring.h 178 /// This function sorts \p Replaces so that conflicts can be reported simply by
181 std::vector<Range> &Conflicts);
189 /// Will be printed, for example, when detecting conflicts during replacement
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
DefaultValues.java 43 // we do not have unexpected name conflicts, and the framework can correctly
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
Triangle.java 82 // conflicts with shapes that don't use it
  /external/bison/data/xslt/
xml2text.xsl 40 <xsl:apply-templates select="automaton" mode="conflicts"/>
92 <xsl:text>Rules useless in parser due to conflicts&#10;</xsl:text>
189 <xsl:template match="automaton" mode="conflicts">
191 <xsl:apply-templates select="state" mode="conflicts"/>
199 <xsl:template match="state" mode="conflicts">
201 <xsl:apply-templates select="." mode="bison:count-conflicts" />
210 <xsl:value-of select="concat('State ', @number, ' conflicts:')"/>
247 <xsl:apply-templates select="solved-conflicts"/>
455 <xsl:template match="solved-conflicts">
  /external/bison/src/
getargs.c 239 "conflicts-sr - S/R conflicts",
240 "conflicts-rr - R/R conflicts",
365 `conflicts-sr' S/R conflicts (enabled by default)\n\
366 `conflicts-rr' R/R conflicts (enabled by default)\n\
381 `solved' describe shift/reduce conflicts solving\n\
  /external/chromium_org/gpu/config/
gpu_test_expectations_parser.h 45 // conflicts, | config | stores it, and the function returns true.
  /external/chromium_org/remoting/
remoting_host_linux.gypi 24 # FILES.cfg). This also avoids possible conflicts with "wildcard"
  /external/chromium_org/sync/internal_api/
README 7 and resolving conflicts that may arise between the two; and (4) an
  /external/chromium_org/third_party/icu/source/common/
uprops.h 254 /* #define _Lo FLAG(U_OTHER_LETTER) -- conflicts with MS Visual Studio 9.0 xiosbase */
270 /* #define _Pe FLAG(U_END_PUNCTUATION) -- conflicts with MS Visual Studio 9.0 xlocnum */
271 /* #define _Pc FLAG(U_CONNECTOR_PUNCTUATION) -- conflicts with MS Visual Studio 9.0 streambuf */
278 /* #define _Pf FLAG(U_FINAL_PUNCTUATION) -- conflicts with MS Visual Studio 9.0 streambuf */
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
results_test.py 44 """Test combine_subdicts() with no merge conflicts. """
  /external/chromium_org/third_party/sqlite/
BUILD.gn 13 # fts2.c currently has a lot of conflicts when added to
  /external/chromium_org/third_party/widevine/cdm/
BUILD.gn 56 # widevine_cdm_version.h in this directory to avoid conflicts.
  /external/chromium_org/ui/base/x/
selection_owner.h 10 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class.
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.h 9 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class.
  /external/clang/lib/Tooling/
Refactoring.cpp 236 std::vector<Range> &Conflicts) {
246 // Detect conflicts
262 Conflicts.push_back(Range(ConflictStart, ConflictLength));
270 Conflicts.push_back(Range(ConflictStart, ConflictLength));
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p6.cpp 37 // Check for conflicts during template instantiation.
  /external/clang/test/SemaCXX/
typedef-redecl.cpp 17 struct Y2; // expected-error{{definition of type 'Y2' conflicts with typedef of the same name}}
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 16 Conflicts: bind bind8 bind9
  /external/icu/icu4c/source/common/
uprops.h 276 /* #define _Lo FLAG(U_OTHER_LETTER) -- conflicts with MS Visual Studio 9.0 xiosbase */
292 /* #define _Pe FLAG(U_END_PUNCTUATION) -- conflicts with MS Visual Studio 9.0 xlocnum */
293 /* #define _Pc FLAG(U_CONNECTOR_PUNCTUATION) -- conflicts with MS Visual Studio 9.0 streambuf */
300 /* #define _Pf FLAG(U_FINAL_PUNCTUATION) -- conflicts with MS Visual Studio 9.0 streambuf */
  /external/llvm/test/Instrumentation/AddressSanitizer/
asan-vs-gvn.ll 2 ; ASAN conflicts with load widening iff the widened load accesses data out of bounds
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_loadso.h 37 * namespace for the application. If it does and it conflicts with

Completed in 682 milliseconds

1 2 3 4 5 6 78 91011>>