Searched refs:conflicts (Results 1 - 25 of 50) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java30 private Set<Feature<?>> conflicts; field in class:ConflictingRequirementsException
34 String message, Set<Feature<?>> conflicts, Object source) {
36 this.conflicts = conflicts;
41 return conflicts;
33 ConflictingRequirementsException( String message, Set<Feature<?>> conflicts, Object source) argument
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc50 vector<string> conflicts; local
65 conflicts.push_back(riter.Symbol());
79 for (int i= 0; i < conflicts.size(); ++i) {
80 merged->AddSymbol(conflicts[i]);
/external/dhcpcd/
H A Dipv4ll.c95 iface->state->conflicts = 0;
135 iface->state->conflicts = -1;
148 if (++iface->state->conflicts > MAX_CONFLICTS) {
/external/valgrind/main/helgrind/tests/
H A 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
H A 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
H A 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
H A 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
H A 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
H A Dfree_is_write.stderr.exp23 This conflicts with a previous read of size 1 by thread #x
H A Dhg03_inherit.stderr.exp21 This conflicts with a previous read of size 4 by thread #x
H A Dlocked_vs_unlocked3.stderr.exp27 This conflicts with a previous write of size 4 by thread #x
H A Drwlock_race.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
H A 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 wit
[all...]
H A 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
H A 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
H A 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 wit
[all...]
H A 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
H A Dlocked_vs_unlocked1_fwd.stderr.exp29 This conflicts with a previous write of size 4 by thread #x
H A Dlocked_vs_unlocked1_rev.stderr.exp29 This conflicts with a previous write of size 4 by thread #x
H A Dlocked_vs_unlocked2.stderr.exp35 This conflicts with a previous write of size 4 by thread #x
H A Dpth_barrier1.stderr.exp25 This conflicts with a previous write of size 1 by thread #x
H A Dpth_barrier3.stderr.exp25 This conflicts with a previous write of size 1 by thread #x
/external/bison/src/
H A Dconflicts.c1 /* Find and resolve or report lookahead conflicts for bison,
28 #include "conflicts.h"
41 static char *conflicts; variable
322 | Solve the S/R conflicts of state S using the |
324 | conflicts. ERRORS can be used as storage to compute the list of |
370 for conflicts not resolved above. */
374 conflicts[s->number] = 1;
381 | Solve all the S/R conflicts using the precedence/associativity, |
382 | and flag as inconsistent the states that still have conflicts. |
392 conflicts
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dregister_allocate.c83 GLboolean *conflicts; member in struct:ra_reg
174 regs->regs[i].conflicts = rzalloc_array(regs->regs, GLboolean, count);
175 regs->regs[i].conflicts[i] = GL_TRUE;
197 reg1->conflicts[r2] = GL_TRUE;
203 if (!regs->regs[r1].conflicts[r2]) {
211 * anything that base_reg conflicts with.
256 * Must be called after all conflicts and register classes have been
277 int conflicts = 0; local
286 conflicts++;
288 max_conflicts = MAX2(max_conflicts, conflicts);
[all...]
/external/mesa3d/src/mesa/program/
H A Dregister_allocate.c83 GLboolean *conflicts; member in struct:ra_reg
174 regs->regs[i].conflicts = rzalloc_array(regs->regs, GLboolean, count);
175 regs->regs[i].conflicts[i] = GL_TRUE;
197 reg1->conflicts[r2] = GL_TRUE;
203 if (!regs->regs[r1].conflicts[r2]) {
211 * anything that base_reg conflicts with.
256 * Must be called after all conflicts and register classes have been
277 int conflicts = 0; local
286 conflicts++;
288 max_conflicts = MAX2(max_conflicts, conflicts);
[all...]

Completed in 230 milliseconds

12