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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/sync/internal_api/public/engine/
sync_status.h 37 // Number of encryption conflicts counted during most recent sync cycle.
40 // Number of hierarchy conflicts counted during most recent sync cycle.
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch 11 include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes]
32 +// include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
register_allocate.c 83 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/
register_allocate.c 83 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/bison/po/
bison.pot 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...]
  /external/bison/lib/
isnanf-nolibm.h 30 /* We can't include <ieeefp.h>, because it conflicts with our definition of
  /external/chromium_org/chrome/app/version_assembly/
README 14 conflicts (as the WinSxS dir and GAC both take precedence over private
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
task_dependency_manager.h 39 // if |blocking_factor| conflicts other |blocking_factor| that is inserted
  /external/chromium_org/sync/engine/
conflict_resolver.h 5 // A class that watches the syncer and attempts to resolve any conflicts that
  /external/chromium_org/sync/internal_api/public/sessions/
model_neutral_state.h 38 // Update application and conflicts.
  /external/chromium_org/third_party/skia/experimental/webtry/
TODO.md 13 - In webtry.go add mutexes per hash, to avoid conflicts of writing the same file at the same time.
  /external/chromium_org/ui/gl/
gl_image_io_surface.cc 10 // Note that this must be included after gl_bindings.h to avoid conflicts.
  /external/skia/experimental/webtry/
TODO.md 13 - In webtry.go add mutexes per hash, to avoid conflicts of writing the same file at the same time.
  /external/stlport/stlport/
algorithm 36 // remove() conflicts, <cstdio> should always go first
  /external/stlport/stlport/stl/
_mbstate_t.h 30 # if !defined (__ANDROID__) /* mbstate_t conflicts with Android's definition */
_string_npos.h 23 // inline initializer conflicts with 'extern template'
  /external/stlport/stlport/stl/config/
_dec_vms.h 59 // implicit include introduces conflicts
  /external/valgrind/main/helgrind/tests/
tc06_two_races.stderr.exp 19 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
  /ndk/sources/cxx-stl/stlport/stlport/
algorithm 36 // remove() conflicts, <cstdio> should always go first
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_mbstate_t.h 30 # if !defined (__ANDROID__) /* mbstate_t conflicts with Android's definition */
_string_npos.h 23 // inline initializer conflicts with 'extern template'
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 59 // implicit include introduces conflicts
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
numeric_cast.hpp 21 // resolves conflicts with 'boost::numeric_cast' function template.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
algorithm 36 // remove() conflicts, <cstdio> should always go first
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_mbstate_t.h 30 # if !defined (ANDROID) /* mbstate_t conflicts with Android's definition */

Completed in 774 milliseconds

1 2 34 5 6 7 8 91011>>