Searched refs:affected (Results 1 – 25 of 763) sorted by relevance
12345678910>>...31
/third_party/typescript/src/compiler/ |
D | builder.ts | 610 affected: SourceFile | Program, 618 else if (affected === state.program) { 623 state.seenAffectedFiles!.add((affected as SourceFile).resolvedPath); 625 …(state.seenEmittedFiles || (state.seenEmittedFiles = new Map())).set((affected as SourceFile).reso… 640 …function toAffectedFileResult<T>(state: BuilderProgramState, result: T, affected: SourceFile | Pro… 641 doneWithAffectedFile(state, affected); 642 return { result, affected }; 651 affected: SourceFile | Program, 656 doneWithAffectedFile(state, affected, emitKind, isPendingEmit, isBuildInfoEmit); 657 return { result, affected }; [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs/ |
D | gen.go | 115 affected []string member 136 h.affected = append(h.affected, dirname) 153 h.affected = append(h.affected, dirname) 324 args = append(args, h.affected...)
|
/third_party/rust/crates/rustix/ci/ |
D | s390x-stat-have-nsec.patch | 6 syscalls instead, which aren't affected, but the libc `fstat` on ubuntu-20.04 7 on Github Actions appears to be affected.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_robustness_application_isolation.txt | 86 1. No other application on the system is affected by the 97 1. No other share group within the application is affected by 99 system is affected by the graphics reset.
|
D | WGL_ARB_robustness_application_isolation.txt | 92 1. No other application on the system is affected by the 103 1. No other share group within the application is affected by 105 system is affected by the graphics reset.
|
D | GLX_ARB_robustness_application_isolation.txt | 92 1. No other application on the system is affected by the 104 application on the system, is affected by the graphics reset.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_robustness_application_isolation.txt | 96 1. No other application on the system is affected by the 107 1. No other share group within the application is affected by 109 system is affected by the graphics reset.
|
D | WGL_ARB_robustness_application_isolation.txt | 102 1. No other application on the system is affected by the 113 1. No other share group within the application is affected by 115 system is affected by the graphics reset.
|
D | GLX_ARB_robustness_application_isolation.txt | 102 1. No other application on the system is affected by the 114 application on the system, is affected by the graphics reset.
|
/third_party/mesa3d/.gitlab/issue_templates/ |
D | Bug Report - AMD Radeon Vulkan.md | 14 …lude a short description of the issue, the hardware/driver(s) affected and application(s) affected. 27 …ould look. For freezes, it may be useful to provide a screenshot of the affected game scene. Prefe…
|
D | Bug Report.md | 14 …lude a short description of the issue, the hardware/driver(s) affected and application(s) affected.
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.primitive_bounding_box.txt | 35 - Blit should not be affected by the bounding box 37 - Clears should not be affected by the bounding box 95 not affected by the bounding box, verification is done by simply comparing
|
/third_party/vk-gl-cts/android/cts/master/src/ |
D | vk-waivers.txt | 7 # The affected GPU's are unable to correctly filter CEM corners with F32 textures, this 56 # This occurs on some versions of Broadcom's Videocore GPUs. On affected devices depth clipping 66 # This occurs on NVIDIA Kepler GPUs. The affected GPUs are unable to reliably synchronize memory
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/ |
D | coverage.txt | 6 variables are affected.
|
/third_party/flutter/engine/flutter/tools/licenses/ |
D | README.md | 36 Once the script has finished, copy any affected files from 48 _any_ way (including, e.g., whitespace changes), or if the affected
|
/third_party/vk-gl-cts/android/cts/main/src/ |
D | vk-waivers.txt | 7 # The affected GPU's are unable to correctly filter CEM corners with F32 textures, this 56 # This occurs on some versions of Broadcom's Videocore GPUs. On affected devices depth clipping 66 # This occurs on NVIDIA Kepler GPUs. The affected GPUs are unable to reliably synchronize memory
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/ |
D | coverage.txt | 6 are affected. The prioceiling or protocol attributes may
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_depth_texture.txt | 108 these three commands are affected by this extension. 116 CopyTexSubImage3DEXT are affected by this extension.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_depth_texture.txt | 108 these three commands are affected by this extension. 116 CopyTexSubImage3DEXT are affected by this extension.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | GLX_SGI_make_current_read.txt | 19 EXT_copy_texture is affected by this specification. 20 EXT_convolution is affected by this specification. 21 SGI_color_table is affected by this specification.
|
/third_party/openGLES/extensions/SGI/ |
D | GLX_SGI_make_current_read.txt | 19 EXT_copy_texture is affected by this specification. 20 EXT_convolution is affected by this specification. 21 SGI_color_table is affected by this specification.
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug05.txt | 5 # "mm_struct slab leak (affected only some architectures)"
|
/third_party/openssl/crypto/ripemd/ |
D | build.info | 16 # need to be applied to all affected libraries and modules
|
/third_party/python/Misc/NEWS.d/next/Security/ |
D | 2022-09-07-10-42-00.gh-issue-97514.Yggdsl.rst | 4 :ref:`"forkserver" start method <multiprocessing-start-methods>` is affected.
|
/third_party/node/ |
D | glossary.md | 15 * primordials: Pristine built-ins that are not affected by prototype pollution
|
12345678910>>...31