Searched refs:fixes (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_pipeline.c | 272 struct vn_graphics_pipeline_create_info_fix *fixes = NULL; in vn_fix_graphics_pipeline_create_info() local 320 if (!fixes) { in vn_fix_graphics_pipeline_create_info() 321 fixes = vk_zalloc(alloc, create_info_count * sizeof(fixes[0]), in vn_fix_graphics_pipeline_create_info() 324 if (!fixes) in vn_fix_graphics_pipeline_create_info() 328 fixes[i] = fix; in vn_fix_graphics_pipeline_create_info() 332 if (!fixes) in vn_fix_graphics_pipeline_create_info() 338 vk_free(alloc, fixes); in vn_fix_graphics_pipeline_create_info() 346 struct vn_graphics_pipeline_create_info_fix fix = fixes[i]; in vn_fix_graphics_pipeline_create_info() 359 vk_free(alloc, fixes); in vn_fix_graphics_pipeline_create_info() [all...] |
/third_party/python/Lib/re/ |
H A D | _compiler.py | 47 fixes = None 52 fixes = _EXTRA_CASES 69 if not fixes: # ascii 72 elif lo not in fixes: 80 for k in (lo,) + fixes[lo]: 86 charset, hascased = _optimize_charset(av, iscased, tolower, fixes) 91 elif not fixes: # ascii 193 elif not fixes: # ascii 241 def _optimize_charset(charset, iscased=None, fixup=None, fixes=None): 254 if fixes an [all...] |
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_refactor.py | 27 _2TO3_FIXERS = refactor.get_fixers_from_package("lib2to3.fixes") 134 for fixes in d.values(): 135 self.assertEqual(fixes, [no_head]) 297 fixes = refactor.get_fixers_from_package("lib2to3.fixes") 298 self.check_file_refactoring(fn, fixes)
|
H A D | test_fixers.py | 56 fixes = [self.fixer] 57 fixes.extend(names) 58 r = support.get_refactorer("lib2to3", fixes) 1794 from ..fixes.fix_imports import MAPPING as modules 1815 from ..fixes.fix_imports2 import MAPPING as modules 1822 from ..fixes.fix_imports2 import MAPPING as mapping2 1824 from ..fixes.fix_imports import MAPPING as mapping1 1836 from ..fixes.fix_urllib import MAPPING as modules 3820 from lib2to3.fixes import fix_import 3824 from lib2to3.fixes impor [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker_file.py | 251 self.fixes = set() 350 numFixes = len(self.fixes) 352 fixes = ', '.join(('{} -> {}'.format(search, replace) 353 for search, replace in self.fixes)) 356 _pluralize('pattern', numFixes), fixes)) 1065 # TODO suggest fixes here if applicable 1144 # the current string following any auto-fixes: 1145 # the fixes for messages directly in this method would interact, 1373 # Ensure all auto-fixes are marked as such. 1398 self.fixes [all...] |
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_urllib.py | 8 from lib2to3.fixes.fix_imports import alternates, FixImports
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 293 -r|--release-test Run this script in release mode. This fixes the seed value to ${RELEASE_SEED}.
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 124 "<inputfile>.EXPERIMENTAL-checkpatch-fixes" 3352 if ($in_commit_log && $line =~ /(^fixes:|\bcommit)\s+([0-9a-f]{6,40})\b/i) { 7496 $newfile .= ".EXPERIMENTAL-checkpatch-fixes" if (!$fix_inplace);
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 184 % Hyphenation fixes.
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | [all...] |
Completed in 210 milliseconds