HomeSort by relevance Sort by last modified time
    Searched refs:warned (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /bionic/libc/arch-mips/bionic/
cacheflush.cpp 51 static bool warned = false; local
52 if (!warned) {
55 warned = true;
  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 69 int bcnt, cnt, nr, warned; local
87 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) {
114 if (!warned) {
117 warned = 1;
dd.c 485 static int warned; local
559 if (out.flags & ISCHR && !warned) {
560 warned = 1;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
globsymw1.s 14 ;# construct is last, but is missing the actual symbol warned about.
warn1.d 8 # There should be no warning, since the symbol warned about is
warn2.d 8 # There should be no warning, since the symbol warned about is
  /toolchain/binutils/binutils-2.27/gold/
target.cc 169 static bool warned; local
170 if (!warned)
175 warned = true;
  /external/elfutils/src/
ldlex.l 232 bool warned = false;
246 if (empty && ! isspace (c) && ! warned)
249 warned = true;
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 244 static bool warned = FALSE; \
245 if (!warned) { \
248 warned = TRUE; \
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compute.c 223 static bool warned = false; local
225 if (!warned) {
228 warned = true;
  /system/extras/simpleperf/
event_fd.cpp 59 static bool warned = false; local
60 if (!warned) {
61 warned = true;
  /toolchain/binutils/binutils-2.27/bfd/
elf32-ft32.c 297 bfd_boolean unresolved_reloc, warned, ignored;
302 unresolved_reloc, warned, ignored);
295 bfd_boolean unresolved_reloc, warned, ignored; local
elf32-moxie.c 249 bfd_boolean unresolved_reloc, warned, ignored;
254 unresolved_reloc, warned, ignored);
246 bfd_boolean unresolved_reloc, warned, ignored; local
elf32-xc16x.c 376 bfd_boolean unresolved_reloc, warned, ignored; local
381 unresolved_reloc, warned, ignored);
elf32-d10v.c 465 bfd_boolean unresolved_reloc, warned, ignored; local
470 unresolved_reloc, warned, ignored);
  /external/fio/
gettime.c 31 int warned; member in struct:tv_valid
183 else if (cycles_wrap && t >= cycles_start && !tv->warned) {
185 tv->warned = 1;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_fs.c 246 static boolean warned = FALSE; local
250 if (!warned) {
265 warned = TRUE;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_job.c 469 static bool warned = false; local
470 if (ret && !warned) {
473 warned = true;
  /external/mesa3d/src/mesa/main/
texcompress_s3tc.c 352 static GLboolean warned = GL_FALSE; local
353 if (!warned) {
356 warned = GL_TRUE;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Versions.cpp 542 bool warned = false; local
551 warned = true;
554 if (warned)
    [all...]
  /external/mesa3d/src/glx/
glx_pbuffer.c 48 static int warned=1; \
49 if(warned) { \
51 warned=0; \
  /external/stressapptest/src/
os.cc 298 static bool warned = false; local
310 if (!warned) {
313 warned = true;
  /toolchain/binutils/binutils-2.27/binutils/
rclex.c 720 int warned = 0; local
752 if (! warned && val >= base)
754 warned = 1;
  /external/python/cpython2/PCbuild/
get_externals.bat 10 rem Optionally clean up first. Be warned that this can be very destructive!
  /external/python/cpython3/PCbuild/
get_externals.bat 10 rem Optionally clean up first. Be warned that this can be very destructive!

Completed in 436 milliseconds

1 2 3 4 5 6