Home
last modified time | relevance | path

Searched refs:affected (Results 1 – 25 of 763) sorted by relevance

12345678910>>...31

/third_party/typescript/src/compiler/
Dbuilder.ts610 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/
Dgen.go115 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/
Ds390x-stat-have-nsec.patch6 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/
DARB_robustness_application_isolation.txt86 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.
DWGL_ARB_robustness_application_isolation.txt92 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.
DGLX_ARB_robustness_application_isolation.txt92 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/
DARB_robustness_application_isolation.txt96 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.
DWGL_ARB_robustness_application_isolation.txt102 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.
DGLX_ARB_robustness_application_isolation.txt102 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/
DBug Report - AMD Radeon Vulkan.md14 …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…
DBug Report.md14 …lude a short description of the issue, the hardware/driver(s) affected and application(s) affected.
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.primitive_bounding_box.txt35 - 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/
Dvk-waivers.txt7 # 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/
Dcoverage.txt6 variables are affected.
/third_party/flutter/engine/flutter/tools/licenses/
DREADME.md36 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/
Dvk-waivers.txt7 # 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/
Dcoverage.txt6 are affected. The prioceiling or protocol attributes may
/third_party/openGLES/extensions/SGIX/
DSGIX_depth_texture.txt108 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/
DSGIX_depth_texture.txt108 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/
DGLX_SGI_make_current_read.txt19 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/
DGLX_SGI_make_current_read.txt19 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/
Dhotplug05.txt5 # "mm_struct slab leak (affected only some architectures)"
/third_party/openssl/crypto/ripemd/
Dbuild.info16 # need to be applied to all affected libraries and modules
/third_party/python/Misc/NEWS.d/next/Security/
D2022-09-07-10-42-00.gh-issue-97514.Yggdsl.rst4 :ref:`"forkserver" start method <multiprocessing-start-methods>` is affected.
/third_party/node/
Dglossary.md15 * primordials: Pristine built-ins that are not affected by prototype pollution

12345678910>>...31