Home
last modified time | relevance | path

Searched refs:refactor (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/typescript/src/testRunner/unittests/services/extract/
Dranges.ts10 …const result = refactor.extractSymbol.getRangeToExtract(file, createTextSpanFromRange(selectionRan…
24 …const result = refactor.extractSymbol.getRangeToExtract(f, createTextSpanFromRange(selectionRange)…
210 … [refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalReturnStatement.message]);
227 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
244 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
261 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingLabeledBreakOrContinueStatementWithTa…
280 … [refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalReturnStatement.message]);
299 … [refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalReturnStatement.message]);
310 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
321 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
[all …]
Dhelpers.ts110 …const rangeToExtract = refactor.extractSymbol.getRangeToExtract(sourceFile, createTextSpanFromRang…
112 const infos = refactor.extractSymbol.getRefactorActionsToExtractSymbol(context);
119 …const { renameLocation, edits } = refactor.extractSymbol.getRefactorEditsToExtractSymbol(context, …
173 …const rangeToExtract = refactor.extractSymbol.getRangeToExtract(sourceFile, createTextSpanFromRang…
175 const infos = refactor.extractSymbol.getRefactorActionsToExtractSymbol(context);
/third_party/typescript/src/services/
DrefactorProvider.ts2 namespace ts.refactor {
8 export function registerRefactor(name: string, refactor: Refactor) {
9 refactors.set(name, refactor);
13 return arrayFrom(flatMapIterator(refactors.values(), refactor =>
15 !refactor.kinds?.some(kind => refactorKindBeginsWith(kind, context.kind)) ? undefined :
16 refactor.getAvailableActions(context)));
20 const refactor = refactors.get(refactorName); constant
21 return refactor && refactor.getEditsForAction(context, actionName);
/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py14 from lib2to3 import refactor, pygram, fixer_base
23 _DEFAULT_FIXERS = refactor.get_fixers_from_package("myfixes")
27 _2TO3_FIXERS = refactor.get_fixers_from_package("lib2to3.fixes")
43 return refactor.RefactoringTool(fixers, options, explicit)
63 non_prefixed = refactor.get_all_fix_names("myfixes")
64 prefixed = refactor.get_all_fix_names("myfixes", False)
65 full_names = refactor.get_fixers_from_package("myfixes")
72 run = refactor._detect_future_features
129 d = refactor._get_headnode_dict([no_head, with_head, simple])
151 self.assertRaises(refactor.FixerError, self.rt, fixers=["no_fixer_cls"])
[all …]
Dsupport.py11 from lib2to3 import pytree, refactor
48 fixers = refactor.get_fixers_from_package(fixer_pkg + ".fixes")
50 return refactor.RefactoringTool(fixers, options, explicit=True)
Dtest_all_fixers.py20 self.refactor = support.get_refactorer()
24 self.refactor.refactor_file(filepath)
/third_party/lwip/
Dlwip.spec35 Patch9020: 0021-refactor-event-if-ring-is-full-the-node-is-added-to-.patch
37 Patch9022: 0023-refactor-event-and-checksum-offload-support.patch
38 Patch9023: 0024-refactor-pkt-read-send-performance.patch
44 Patch9029: 0030-refactor-tcp-new-port.patch
45 Patch9030: 0031-refactor-add-event-limit-send-pkts-num.patch
263 - cleancode: refactor memp
266 - cleancode: refactor OFFLOAD_CHECKSUM GAZELLE_TCP_DATAACKS_REXMIT GAZELLE_TCP_NEW_PORT
272 - cleancode: refactor sys_now and lwip_ioctl
275 - cleancode: refactor GAZELLE_TCP_PCB_HASH
278 - cleancode: refactor options define
[all …]
D0021-refactor-event-if-ring-is-full-the-node-is-added-to-.patch4 Subject: [PATCH] refactor event, if ring is full, the node is added to list
/third_party/python/Lib/lib2to3/
Dmain.py14 from . import refactor
26 class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool):
200 for fixname in refactor.get_all_fix_names(fixer_pkg):
225 avail_fixes = set(refactor.get_fixers_from_package(fixer_pkg))
263 rt.refactor(args, options.write, options.doctests_only,
265 except refactor.MultiprocessingUnsupported:
Drefactor.py279 def refactor(self, items, write=False, doctests_only=False): member in RefactoringTool
687 def refactor(self, items, write=False, doctests_only=False, member in MultiprocessRefactoringTool
690 return super(MultiprocessRefactoringTool, self).refactor(
705 super(MultiprocessRefactoringTool, self).refactor(items, write,
/third_party/typescript/src/testRunner/unittests/tsserver/
Drefactors.ts25 refactor: "Extract Symbol",
73 refactor: "Move to a new file",
132 refactor: "Move to a new file",
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md115 * \[[`0c0241ff73`](https://github.com/nodejs/node/commit/0c0241ff73)] - **buffer,util**: refactor f…
184 * \[[`8ac387be3e`](https://github.com/nodejs/node/commit/8ac387be3e)] - **net**: refactor onSlaveCl…
253 * \[[`9bdf62f7a7`](https://github.com/nodejs/node/commit/9bdf62f7a7)] - **test**: refactor test-uti…
320 * \[[`4b54520a4a`](https://github.com/nodejs/node/commit/4b54520a4a)] - **test**: refactor mkdtemp …
400 * \[[`ac92d0249b`](https://github.com/nodejs/node/commit/ac92d0249b)] - **net**: refactor net modul…
418 * \[[`ade64e61cd`](https://github.com/nodejs/node/commit/ade64e61cd)] - **test**: refactor test-clu…
508 * \[[`2fcefeeda0`](https://github.com/nodejs/node/commit/2fcefeeda0)] - **dgram**: refactor dgram t…
548 * \[[`02dbae6b3f`](https://github.com/nodejs/node/commit/02dbae6b3f)] - **buffer**: refactor Buffer…
551 * \[[`039a1a97d8`](https://github.com/nodejs/node/commit/039a1a97d8)] - **dns**: minor refactor of …
569 * \[[`b56e851c48`](https://github.com/nodejs/node/commit/b56e851c48)] - **net**: refactor overloade…
[all …]
DCHANGELOG_V15.md112 * \[[`a94cc27cbe`](https://github.com/nodejs/node/commit/a94cc27cbe)] - **path**: refactor to use m…
215 * \[[`e85f311cf2`](https://github.com/nodejs/node/commit/e85f311cf2)] - **test**: refactor code to …
297 * \[[`f56a805a0d`](https://github.com/nodejs/node/commit/f56a805a0d)] - **doc**: refactor signal in…
305 * \[[`6688569a50`](https://github.com/nodejs/node/commit/6688569a50)] - **http**: refactor to avoid…
312 * \[[`ae0e76c264`](https://github.com/nodejs/node/commit/ae0e76c264)] - **module**: refactor Native…
338 * \[[`2d9b624668`](https://github.com/nodejs/node/commit/2d9b624668)] - **tls**: refactor to avoid …
368 * \[[`d039e6fa80`](https://github.com/nodejs/node/commit/d039e6fa80)] - **assert**: refactor to avo…
374 * \[[`b1e188de8d`](https://github.com/nodejs/node/commit/b1e188de8d)] - **crypto**: refactor hasAny…
377 * \[[`b634469c38`](https://github.com/nodejs/node/commit/b634469c38)] - **crypto**: refactor to avo…
489 * refactor fs docs structure (James M Snell) [#37170](https://github.com/nodejs/node/pull/37170)
[all …]
DCHANGELOG_V6.md142 * \[[`06a208d316`](https://github.com/nodejs/node/commit/06a208d316)] - **test**: refactor test-htt…
381 * \[[`50cb48b55c`](https://github.com/nodejs/node/commit/50cb48b55c)] - **n-api**: refactor napi\_a…
449 * \[[`eceb70b584`](https://github.com/nodejs/node/commit/eceb70b584)] - **test**: refactor addons-n…
455 * \[[`976f32d189`](https://github.com/nodejs/node/commit/976f32d189)] - **test**: refactor addons-n…
498 * \[[`bc883fb136`](https://github.com/nodejs/node/commit/bc883fb136)] - **test**: refactor test-htt…
720 * \[[`b3e625d67a`](https://github.com/nodejs/node/commit/b3e625d67a)] - **test**: refactor test-tls…
723 * \[[`f291bc1d98`](https://github.com/nodejs/node/commit/f291bc1d98)] - **test**: refactor test-rep…
750 …/nodejs/node/commit/18803bc409)] - **(SEMVER-MINOR)** **tools, build**: refactor macOS installer (…
826 * \[[`dbf5ddbc97`](https://github.com/nodejs/node/commit/dbf5ddbc97)] - **test**: refactor test-chi…
883 * \[[`d176073511`](https://github.com/nodejs/node/commit/d176073511)] - **tty**: refactor exports (…
[all …]
DCHANGELOG_V4.md351 …ttps://github.com/nodejs/node/commit/2b867d2ae5)] - **child\_process**: refactor internal/child\_p…
409 * \[[`396688f075`](https://github.com/nodejs/node/commit/396688f075)] - **readline**: refactor cons…
432 * \[[`a9278a063f`](https://github.com/nodejs/node/commit/a9278a063f)] - **test**: refactor cluster-…
445 * \[[`f86c64a13a`](https://github.com/nodejs/node/commit/f86c64a13a)] - **test**: refactor the code…
446 * \[[`4d51db87dc`](https://github.com/nodejs/node/commit/4d51db87dc)] - **test**: refactor test-doc…
447 * \[[`ab65429e44`](https://github.com/nodejs/node/commit/ab65429e44)] - **test**: refactor test-wat…
448 * \[[`4453c0c1dc`](https://github.com/nodejs/node/commit/4453c0c1dc)] - **test**: refactor the code…
451 * \[[`3f3c78d785`](https://github.com/nodejs/node/commit/3f3c78d785)] - **test**: refactor test-fs-…
462 * \[[`f2fb4143b4`](https://github.com/nodejs/node/commit/f2fb4143b4)] - **test**: refactor test-dgr…
464 * \[[`28471c23ff`](https://github.com/nodejs/node/commit/28471c23ff)] - **test**: refactor test-htt…
[all …]
/third_party/typescript/src/services/refactors/
Dhelpers.ts2 namespace ts.refactor {
DgenerateGetAccessorAndSetAccessor.ts2 namespace ts.refactor.generateGetAccessorAndSetAccessor {
/third_party/libexif/
DTODO1 - refactor out the Mnote Entries structs, they are all the same
/third_party/mesa3d/docs/relnotes/
D21.3.5.rst83 - iris: Fix and refactor check for clear color being fully zero
138 - mesa: refactor GetProgramiv to use program resource list
/third_party/skia/modules/sksg/
DBUILD.gn50 "../..:samples_config", # TODO: refactor to make this nicer
/third_party/typescript/src/services/codefixes/
DgenerateAccessors.ts7 type Info = AccessorInfo | refactor.RefactorErrorInfo;
22 if (!fieldInfo || refactor.isRefactorErrorInfo(fieldInfo)) return undefined;
DfixUnreferenceableDecoratorMetadata.ts68refactor.doChangeNamedToNamespaceOrDefault(sourceFile, program, changes, importDeclaration.parent);
/third_party/python/Lib/distutils/
Dutil.py496 from lib2to3.refactor import RefactoringTool, get_fixers_from_package
510 r.refactor(files, write=True)
/third_party/skia/third_party/externals/libpng/
DANNOUNCE43 contrib/pngminus; refactor.
/third_party/popt/
DCHANGES52 - jbj: refactor automagic (*opt->arg) option arg store to poptSaveArg().
101 - jbj: refactor the POPT_WCHAR_HACK into stringDisplayWidth().
145 - jbj: refactor column cursor to a structure, carry maxcols as well.

1234567