Home
last modified time | relevance | path

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

12345678

/third_party/typescript/src/testRunner/unittests/services/extract/
Dranges.ts10 …const result = refactor.extractSymbol.getRangeToExtract(file, createTextSpanFromRange(selectionRan…
23 …const result = refactor.extractSymbol.getRangeToExtract(f, createTextSpanFromRange(selectionRange)…
191 … [refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalReturnStatement.message]);
208 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
225 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
242 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingLabeledBreakOrContinueStatementWithTa…
261 … [refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalReturnStatement.message]);
280 … [refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalReturnStatement.message]);
291 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
302 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
[all …]
Dhelpers.ts108 …const rangeToExtract = refactor.extractSymbol.getRangeToExtract(sourceFile, createTextSpanFromRang…
110 const infos = refactor.extractSymbol.getAvailableActions(context);
117 … const { renameLocation, edits } = refactor.extractSymbol.getEditsForAction(context, action.name)!;
171 …const rangeToExtract = refactor.extractSymbol.getRangeToExtract(sourceFile, createTextSpanFromRang…
173 const infos = refactor.extractSymbol.getAvailableActions(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/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/flutter/skia/modules/sksg/
DBUILD.gn27 "../..:tests_config", # TODO: refactor to make this nicer
32 "../..:gpu_tool_utils", # TODO: refactor to make this nicer
43 "../..:samples_config", # TODO: refactor to make this nicer
/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.md111 * [[`0c0241ff73`](https://github.com/nodejs/node/commit/0c0241ff73)] - **buffer,util**: refactor fo…
180 * [[`8ac387be3e`](https://github.com/nodejs/node/commit/8ac387be3e)] - **net**: refactor onSlaveClo…
249 * [[`9bdf62f7a7`](https://github.com/nodejs/node/commit/9bdf62f7a7)] - **test**: refactor test-util…
315 * [[`4b54520a4a`](https://github.com/nodejs/node/commit/4b54520a4a)] - **test**: refactor mkdtemp t…
394 * [[`ac92d0249b`](https://github.com/nodejs/node/commit/ac92d0249b)] - **net**: refactor net module…
412 * [[`ade64e61cd`](https://github.com/nodejs/node/commit/ade64e61cd)] - **test**: refactor test-clus…
500 * [[`2fcefeeda0`](https://github.com/nodejs/node/commit/2fcefeeda0)] - **dgram**: refactor dgram to…
539 * [[`02dbae6b3f`](https://github.com/nodejs/node/commit/02dbae6b3f)] - **buffer**: refactor Buffer.…
542 * [[`039a1a97d8`](https://github.com/nodejs/node/commit/039a1a97d8)] - **dns**: minor refactor of d…
560 * [[`b56e851c48`](https://github.com/nodejs/node/commit/b56e851c48)] - **net**: refactor overloaded…
[all …]
DCHANGELOG_V6.md138 * [[`06a208d316`](https://github.com/nodejs/node/commit/06a208d316)] - **test**: refactor test-http…
371 * [[`50cb48b55c`](https://github.com/nodejs/node/commit/50cb48b55c)] - **n-api**: refactor napi\_ad…
439 * [[`eceb70b584`](https://github.com/nodejs/node/commit/eceb70b584)] - **test**: refactor addons-na…
445 * [[`976f32d189`](https://github.com/nodejs/node/commit/976f32d189)] - **test**: refactor addons-na…
488 * [[`bc883fb136`](https://github.com/nodejs/node/commit/bc883fb136)] - **test**: refactor test-http…
706 * [[`b3e625d67a`](https://github.com/nodejs/node/commit/b3e625d67a)] - **test**: refactor test-tls-…
709 * [[`f291bc1d98`](https://github.com/nodejs/node/commit/f291bc1d98)] - **test**: refactor test-repl…
736 …/nodejs/node/commit/18803bc409)] - **(SEMVER-MINOR)** **tools, build**: refactor macOS installer (…
811 * [[`dbf5ddbc97`](https://github.com/nodejs/node/commit/dbf5ddbc97)] - **test**: refactor test-chil…
868 * [[`d176073511`](https://github.com/nodejs/node/commit/d176073511)] - **tty**: refactor exports (c…
[all …]
DCHANGELOG_V4.md340 * [[`2b867d2ae5`](https://github.com/nodejs/node/commit/2b867d2ae5)] - **child_process**: refactor
398 * [[`396688f075`](https://github.com/nodejs/node/commit/396688f075)] - **readline**: refactor const…
421 * [[`a9278a063f`](https://github.com/nodejs/node/commit/a9278a063f)] - **test**: refactor cluster-p…
434 * [[`f86c64a13a`](https://github.com/nodejs/node/commit/f86c64a13a)] - **test**: refactor the code …
435 * [[`4d51db87dc`](https://github.com/nodejs/node/commit/4d51db87dc)] - **test**: refactor test-doct…
436 * [[`ab65429e44`](https://github.com/nodejs/node/commit/ab65429e44)] - **test**: refactor test-watc…
437 * [[`4453c0c1dc`](https://github.com/nodejs/node/commit/4453c0c1dc)] - **test**: refactor the code …
440 * [[`3f3c78d785`](https://github.com/nodejs/node/commit/3f3c78d785)] - **test**: refactor test-fs-u…
451 * [[`f2fb4143b4`](https://github.com/nodejs/node/commit/f2fb4143b4)] - **test**: refactor test-dgra…
453 * [[`28471c23ff`](https://github.com/nodejs/node/commit/28471c23ff)] - **test**: refactor test-http…
[all …]
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/fuchsia/lib/
Dfuchsia.dart22 // TODO: refactor Handle to a Channel
33 // TODO: refactor Handle to a Channel
/third_party/node/deps/npm/node_modules/socks-proxy-agent/
DHistory.md48 * test: refactor to use local SOCKS, HTTP and HTTPS servers
62 * refactor to use "socks-client" instead of "rainbowsocks"
/third_party/typescript/src/services/refactors/
Dhelpers.ts2 namespace ts.refactor {
DgenerateGetAccessorAndSetAccessor.ts2 namespace ts.refactor.generateGetAccessorAndSetAccessor {
DinferFunctionReturnType.ts2 namespace ts.refactor.inferFunctionReturnType {
/third_party/libexif/
DTODO1 - refactor out the Mnote Entries structs, they are all the same
/third_party/node/deps/npm/node_modules/agentkeepalive/
DHistory.md65 * test: refactor test with eslint rules
95 * refactor: make sure only one error listener
/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;
/third_party/python/Lib/distutils/
Dutil.py496 from lib2to3.refactor import RefactoringTool, get_fixers_from_package
510 r.refactor(files, write=True)
/third_party/flutter/skia/
DRELEASE_NOTES.txt17 * SkImageFilter API refactor started:

12345678