/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 238 static bool warned = FALSE; \ 239 if (!warned) { \ 242 warned = TRUE; \
|
/external/mesa3d/src/util/ |
D | u_debug.h | 238 static bool warned = false; \ 239 if (!warned) { \ 242 warned = true; \
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ |
D | utils.c | 265 static int warned = 0; in sigill_handler() local 271 if (!warned++) in sigill_handler()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_fs.c | 270 static boolean warned = FALSE; in make_fs_key() local 274 if (!warned) { in make_fs_key() 289 warned = TRUE; in make_fs_key()
|
/external/mesa3d/src/mesa/main/ |
D | extensions.c | 287 static bool warned; in _mesa_one_time_init_extension_overrides() local 289 if (!warned) { in _mesa_one_time_init_extension_overrides() 290 warned = true; in _mesa_one_time_init_extension_overrides()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_job.c | 545 static bool warned = false; in v3d_job_submit() local 546 if (ret && !warned) { in v3d_job_submit() 549 warned = true; in v3d_job_submit()
|
D | v3dx_draw.c | 1062 static bool warned[5] = { 0 }; in v3d_check_compiled_shaders() local 1077 if (!warned[failed_stage]) { in v3d_check_compiled_shaders() 1081 warned[failed_stage] = true; in v3d_check_compiled_shaders() 1466 static bool warned = false; in v3d_launch_grid() local 1467 if (!warned) { in v3d_launch_grid() 1471 warned = true; in v3d_launch_grid() 1578 static bool warned = false; in v3d_launch_grid() local 1579 if (ret && !warned) { in v3d_launch_grid() 1582 warned = true; in v3d_launch_grid()
|
/external/ltp/runtest/ |
D | crashme | 2 # Before running these: BACKUP YOUR SYSTEM! you've been warned!
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 129 static bool warned = false; in iris_warn_clover() local 130 if (warned) in iris_warn_clover() 133 warned = true; in iris_warn_clover()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_job.c | 493 static bool warned = false; in vc4_job_submit() local 494 if (ret && !warned) { in vc4_job_submit() 497 warned = true; in vc4_job_submit()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_queue.c | 633 static bool warned = false; in handle_cl_job() local 634 if (ret && !warned) { in handle_cl_job() 637 warned = true; in handle_cl_job() 699 static bool warned = false; in handle_csd_job() local 700 if (ret && !warned) { in handle_csd_job() 703 warned = true; in handle_csd_job()
|
/external/tensorflow/third_party/toolchains/embedded/arm-linux/ |
D | arm_linux_toolchain_configure.bzl | 14 # for an environment variable. Be warned, this crosstool template is only
|
/external/tensorflow/third_party/toolchains/cpus/arm/ |
D | arm_compiler_configure.bzl | 14 # for an environment variable. Be warned, this crosstool template is only
|
/external/stressapptest/src/ |
D | os.cc | 313 static bool warned = false; in FindRegion() local 325 if (!warned) { in FindRegion() 328 warned = true; in FindRegion()
|
/external/python/setuptools/docs/ |
D | development.txt | 28 setuptools changes. You have been warned.
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zdump.c | 229 static int warned; variable 294 if (warned) in abbrok() 321 warned = TRUE; in abbrok() 578 warned = FALSE; in main()
|
/external/zstd/lib/dictBuilder/ |
D | fastcover.c | 640 int warned = 0; in ZDICT_optimizeTrainFromBuffer_fastCover() local 692 if (!warned) { in ZDICT_optimizeTrainFromBuffer_fastCover() 694 warned = 1; in ZDICT_optimizeTrainFromBuffer_fastCover()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 828 static int warned = 0; in nvfx_fragprog_parse_instruction() local 829 if(!warned) { in nvfx_fragprog_parse_instruction() 831 warned = 1; in nvfx_fragprog_parse_instruction() 846 static int warned = 0; in nvfx_fragprog_parse_instruction() local 847 if(!warned) { in nvfx_fragprog_parse_instruction() 851 warned = 1; in nvfx_fragprog_parse_instruction()
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ast_edits.py | 398 warned = False 400 warned = self._maybe_add_warning(node, "*." + six.ensure_str(name)) 411 warned = True 421 return warned
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 49 static int warned=1; \ 50 if(warned) { \ 52 warned=0; \
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 764 static int warned = 0; in poll_resolv() local 767 warned = 0; in poll_resolv() 772 if (!warned) { in poll_resolv() 774 warned = 1; in poll_resolv()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cppcoreguidelines-owning-memory.rst | 75 FILE* BadFile = fopen("another_file.txt", "w"); // Bad, warned 80 fclose(BadFile); // BadFile is not an 'owner<>', will be warned
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.cpp | 764 bool warned = false; in checkExtensionsRequested() local 773 warned = true; in checkExtensionsRequested() 776 if (warned) in checkExtensionsRequested()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Versions.cpp | 794 bool warned = false; in checkExtensionsRequested() local 803 warned = true; in checkExtensionsRequested() 806 if (warned) in checkExtensionsRequested()
|
/external/webrtc/ |
D | CODE_OF_CONDUCT.md | 56 Participants warned to stop any harassing behavior are expected to comply immediately; failure to do
|