Home
last modified time | relevance | path

Searched refs:conflicts (Results 1 – 25 of 212) sorted by relevance

123456789

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DConflictingRequirementsException.java30 private Set<Feature<?>> conflicts; field in ConflictingRequirementsException
34 String message, Set<Feature<?>> conflicts, Object source) { in ConflictingRequirementsException() argument
36 this.conflicts = conflicts; in ConflictingRequirementsException()
41 return conflicts; in getConflicts()
/external/bison/tests/
Dconflicts.at1 # Exercising Bison on conflicts. -*- Autotest -*-
41 [[input.y:4.9: warning: rule useless in parser due to conflicts: e: /* empty */
45 [[input.y:4.9: warning: rule useless in parser due to conflicts
513 [[input.y: conflicts: 2 shift/reduce
523 [[input.y: conflicts: 2 shift/reduce
533 [[input.y: conflicts: 2 shift/reduce
557 [input.y: conflicts: 1 shift/reduce
562 [[State 5 conflicts: 1 shift/reduce
754 # When there are RR conflicts, some rules are disabled. Usually it is
787 [[input.y: conflicts: 1 reduce/reduce
[all …]
/external/valgrind/main/helgrind/tests/
Dpth_barrier2.stderr.exp25 This conflicts with a previous write of size 1 by thread #x
43 This conflicts with a previous write of size 1 by thread #x
61 This conflicts with a previous write of size 1 by thread #x
79 This conflicts with a previous write of size 1 by thread #x
97 This conflicts with a previous write of size 1 by thread #x
115 This conflicts with a previous write of size 1 by thread #x
133 This conflicts with a previous write of size 1 by thread #x
151 This conflicts with a previous write of size 1 by thread #x
169 This conflicts with a previous write of size 1 by thread #x
187 This conflicts with a previous write of size 1 by thread #x
[all …]
Dtc19_shadowmem.stderr.exp31 This conflicts with a previous write of size 1 by thread #x
65 This conflicts with a previous write of size 1 by thread #x
99 This conflicts with a previous write of size 1 by thread #x
133 This conflicts with a previous write of size 1 by thread #x
167 This conflicts with a previous write of size 1 by thread #x
201 This conflicts with a previous write of size 1 by thread #x
235 This conflicts with a previous write of size 1 by thread #x
269 This conflicts with a previous write of size 1 by thread #x
303 This conflicts with a previous write of size 1 by thread #x
337 This conflicts with a previous write of size 1 by thread #x
[all …]
Dtc19_shadowmem.stderr.exp-mips3233 This conflicts with a previous write of size 1 by thread #x
70 This conflicts with a previous write of size 1 by thread #x
107 This conflicts with a previous write of size 1 by thread #x
144 This conflicts with a previous write of size 1 by thread #x
181 This conflicts with a previous write of size 1 by thread #x
218 This conflicts with a previous write of size 1 by thread #x
255 This conflicts with a previous write of size 1 by thread #x
292 This conflicts with a previous write of size 1 by thread #x
329 This conflicts with a previous write of size 1 by thread #x
366 This conflicts with a previous write of size 1 by thread #x
[all …]
Dannotate_rwlock.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
41 This conflicts with a previous write of size 4 by thread #x
58 This conflicts with a previous read of size 4 by thread #x
75 This conflicts with a previous read of size 4 by thread #x
92 This conflicts with a previous read of size 4 by thread #x
113 This conflicts with a previous read of size 4 by thread #x
Dtc06_two_races.stderr.exp19 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
Dtc06_two_races_xml.stderr.exp95 <text>This conflicts with a previous write of size 4 by thread #x</text>
140 <text>This conflicts with a previous write of size 4 by thread #x</text>
185 <text>This conflicts with a previous write of size 4 by thread #x</text>
230 <text>This conflicts with a previous write of size 4 by thread #x</text>
Dtc05_simple_race.stderr.exp19 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
Dtc16_byterace.stderr.exp19 This conflicts with a previous write of size 1 by thread #x
33 This conflicts with a previous write of size 1 by thread #x
Dtc01_simple_race.stderr.exp19 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
Dhg04_race.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
40 This conflicts with a previous write of size 4 by thread #x
Dtc21_pthonce.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
40 This conflicts with a previous write of size 4 by thread #x
Dhg05_race2.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
40 This conflicts with a previous write of size 4 by thread #x
/external/bison/src/
Dconflicts.c41 static char *conflicts; variable
373 conflicts[s->number] = 1; in set_conflicts()
391 conflicts = xcalloc (nstates, sizeof *conflicts); in conflicts_solve()
418 conflicts[old_to_new[i]] = conflicts[i]; in conflicts_update_state_numbers()
513 if (conflicts[i]) in conflicts_output()
541 if (conflicts[i]) in conflicts_total_count()
573 if (conflicts[i]) in conflicts_print()
632 free (conflicts); in conflicts_free()
/external/mesa3d/src/mesa/program/
Dregister_allocate.c83 GLboolean *conflicts; member
174 regs->regs[i].conflicts = rzalloc_array(regs->regs, GLboolean, count); in ra_alloc_reg_set()
175 regs->regs[i].conflicts[i] = GL_TRUE; in ra_alloc_reg_set()
197 reg1->conflicts[r2] = GL_TRUE; in ra_add_conflict_list()
203 if (!regs->regs[r1].conflicts[r2]) { in ra_add_reg_conflict()
277 int conflicts = 0; in ra_set_finalize() local
286 conflicts++; in ra_set_finalize()
288 max_conflicts = MAX2(max_conflicts, conflicts); in ra_set_finalize()
430 g->regs->regs[r].conflicts[g->nodes[n2].reg]) { in ra_select()
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dregister_allocate.c83 GLboolean *conflicts; member
174 regs->regs[i].conflicts = rzalloc_array(regs->regs, GLboolean, count); in ra_alloc_reg_set()
175 regs->regs[i].conflicts[i] = GL_TRUE; in ra_alloc_reg_set()
197 reg1->conflicts[r2] = GL_TRUE; in ra_add_conflict_list()
203 if (!regs->regs[r1].conflicts[r2]) { in ra_add_reg_conflict()
277 int conflicts = 0; in ra_set_finalize() local
286 conflicts++; in ra_set_finalize()
288 max_conflicts = MAX2(max_conflicts, conflicts); in ra_set_finalize()
430 g->regs->regs[r].conflicts[g->nodes[n2].reg]) { in ra_select()
/external/openfst/src/lib/
Dsymbol-table-ops.cc50 vector<string> conflicts; in MergeSymbolTable() local
65 conflicts.push_back(riter.Symbol()); in MergeSymbolTable()
79 for (int i= 0; i < conflicts.size(); ++i) { in MergeSymbolTable()
80 merged->AddSymbol(conflicts[i]); in MergeSymbolTable()
/external/dhcpcd/
Dipv4ll.c95 iface->state->conflicts = 0; in start_ipv4ll()
135 iface->state->conflicts = -1; in handle_ipv4ll_failure()
148 if (++iface->state->conflicts > MAX_CONFLICTS) { in handle_ipv4ll_failure()
/external/bison/po/
Duk.po36 #: src/conflicts.c:77
41 #: src/conflicts.c:86
46 #: src/conflicts.c:94
51 #: src/conflicts.c:492
53 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n"
56 #: src/conflicts.c:495
58 msgid "conflicts: %d shift/reduce\n"
61 #: src/conflicts.c:497
63 msgid "conflicts: %d reduce/reduce\n"
66 #: src/conflicts.c:515
[all …]
Dsr.po34 #: 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:515
[all …]
Dpt.po36 #: src/conflicts.c:77
41 #: src/conflicts.c:86
46 #: src/conflicts.c:94
51 #: src/conflicts.c:492
53 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n"
56 #: src/conflicts.c:495
58 msgid "conflicts: %d shift/reduce\n"
61 #: src/conflicts.c:497
63 msgid "conflicts: %d reduce/reduce\n"
66 #: src/conflicts.c:515
[all …]
Dbison.pot34 #: 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:515
[all …]
Dzh_CN.po34 #: 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:515
[all …]
Dzh_TW.po34 #: 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:515
[all …]

123456789