Home
last modified time | relevance | path

Searched refs:dedent (Results 1 – 25 of 163) sorted by relevance

1234567

/third_party/typescript/src/testRunner/unittests/tsbuild/
DjavascriptProjectEmit.ts7 "/src/common/nominal.js": Utils.dedent`
14 "/src/common/tsconfig.json": Utils.dedent`
22 "/src/sub-project/index.js": Utils.dedent`
29 "/src/sub-project/tsconfig.json": Utils.dedent`
40 "/src/sub-project-2/index.js": Utils.dedent`
54 "/src/sub-project-2/tsconfig.json": Utils.dedent`
65 "/src/tsconfig.json": Utils.dedent`
76 "/src/tsconfig.base.json": Utils.dedent`
95 "/src/common/nominal.js": Utils.dedent`
101 "/src/common/tsconfig.json": Utils.dedent`
[all …]
DmoduleSpecifiers.ts8 "/src/solution/common/nominal.ts": Utils.dedent`
13 "/src/solution/common/tsconfig.json": Utils.dedent`
21 "/src/solution/sub-project/index.ts": Utils.dedent`
26 "/src/solution/sub-project/tsconfig.json": Utils.dedent`
37 "/src/solution/sub-project-2/index.ts": Utils.dedent`
48 "/src/solution/sub-project-2/tsconfig.json": Utils.dedent`
59 "/src/solution/tsconfig.json": Utils.dedent`
70 "/src/tsconfig.base.json": Utils.dedent`
78 "/src/tsconfig.json": Utils.dedent`{
98 "/src/src-types/index.ts": Utils.dedent`
[all …]
DdeclarationEmit.ts27 "/src/solution/src/subProject/index.ts": Utils.dedent`
36 "/src/solution/src/subProject2/index.ts": Utils.dedent`
49 "/src/solution/src/common/nominal.ts": Utils.dedent`
52 "/src/solution/src/common/types.d.ts": Utils.dedent`
90 "/src/packages/pkg1/src/index.ts": Utils.dedent`
102 "/src/packages/pkg2/src/index.ts": Utils.dedent`
DmoduleResolution.ts7 content: Utils.dedent`
78 … "/src/packages/typeroot1/sometype/index.d.ts": Utils.dedent`declare type TheNum = "type1";`,
84 … "/src/packages/typeroot2/sometype/index.d.ts": Utils.dedent`declare type TheNum2 = "type2";`,
99 "/src/projects/b/src/index.ts": Utils.dedent`
/third_party/cef/tools/yapf/yapf/yapflib/
Dstyle.py50 ALIGN_CLOSING_BRACKET_WITH_VISUAL_INDENT=textwrap.dedent("""\
52 ALLOW_MULTILINE_LAMBDAS=textwrap.dedent("""\
54 ALLOW_MULTILINE_DICTIONARY_KEYS=textwrap.dedent("""\
62 BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF=textwrap.dedent("""\
70 BLANK_LINE_BEFORE_CLASS_DOCSTRING=textwrap.dedent("""\
72 COALESCE_BRACKETS=textwrap.dedent("""\
89 COLUMN_LIMIT=textwrap.dedent("""\
91 CONTINUATION_INDENT_WIDTH=textwrap.dedent("""\
93 DEDENT_CLOSING_BRACKETS=textwrap.dedent("""\
110 EACH_DICT_ENTRY_ON_SEPARATE_LINE=textwrap.dedent("""\
[all …]
Dverifier.py43 compile(textwrap.dedent(code).encode('UTF-8'), '<string>', 'exec')
46 ast.parse(textwrap.dedent(code.lstrip('\n')).lstrip(), '<string>', 'exec')
57 code = textwrap.dedent(code.lstrip('\n')).lstrip()
75 textwrap.dedent(try_code.lstrip('\n')).lstrip(), '<string>', 'exec')
/third_party/python/Tools/c-analyzer/c_parser/parser/
D_regexes.py24 STRING_LITERAL = textwrap.dedent(rf'''
53 _KEYWORD = textwrap.dedent(r'''
114 SIMPLE_TYPE = textwrap.dedent(rf'''
145 TYPE_SPEC = textwrap.dedent(rf'''
170 DECLARATOR = textwrap.dedent(rf'''
207 VAR_DECL = textwrap.dedent(rf'''
237 INITIALIZER = textwrap.dedent(rf'''
287 STRUCT_MEMBER_DECL = textwrap.dedent(rf'''
343 ENUM_MEMBER_DECL = textwrap.dedent(rf'''
377 SIMPLE_STMT_BODY = textwrap.dedent(rf'''
[all …]
/third_party/python/Lib/test/test_tools/
Dtest_i18n.py6 from textwrap import dedent
115 msgids = self.extract_docstrings_from_str(dedent('''\
122 msgids = self.extract_docstrings_from_str(dedent('''\
129 msgids = self.extract_docstrings_from_str(dedent('''\
138 msgids = self.extract_docstrings_from_str(dedent('''\
145 msgids = self.extract_docstrings_from_str(dedent('''\
152 msgids = self.extract_docstrings_from_str(dedent('''\
173 msgids = self.extract_docstrings_from_str(dedent('''\
181 msgids = self.extract_docstrings_from_str(dedent('''\
189 msgids = self.extract_docstrings_from_str(dedent('''\
[all …]
Dtest_pindent.py86 clean = textwrap.dedent("""\
151 closed = textwrap.dedent("""\
231 clean = textwrap.dedent("""\
241 closed = textwrap.dedent("""\
257 clean = textwrap.dedent("""\
262 closed = textwrap.dedent("""\
273 clean = textwrap.dedent("""\
278 closed = textwrap.dedent("""\
291 clean = textwrap.dedent("""\
300 closed = textwrap.dedent("""\
[all …]
/third_party/typescript/tests/baselines/reference/
DnodeNextImportModeImplicitIndexResolution2.types1 === /node_modules/@types/dedent/index.d.ts ===
18 import dedent from "dedent";
19 >dedent : typeof dedent
31 import dedent from "dedent";
32 >dedent : typeof dedent
DnodeNextImportModeImplicitIndexResolution2.symbols1 === /node_modules/@types/dedent/index.d.ts ===
18 import dedent from "dedent";
19 >dedent : Symbol(dedent, Decl(index.mts, 0, 6))
31 import dedent from "dedent";
32 >dedent : Symbol(dedent, Decl(index.cts, 0, 6))
DnodeNextImportModeImplicitIndexResolution2.errors.txt5 ==== /node_modules/@types/dedent/package.json (0 errors) ====
6 { "name": "@types/dedent", "version": "1.0.0", "main": "" }
17 ==== /node_modules/@types/dedent/index.d.ts (0 errors) ====
30 import dedent from "dedent";
38 import dedent from "dedent";
/third_party/typescript/src/testRunner/unittests/tsc/
Dincremental.ts8 "/src/project/tsconfig.json": Utils.dedent`
28 "/src/project/tsconfig.json": Utils.dedent`
63 "/src/project/tsconfig.json": Utils.dedent`
248 "/src/project/src/class.ts": Utils.dedent`
252 "/src/project/src/indirectClass.ts": Utils.dedent`
257 "/src/project/src/directUse.ts": Utils.dedent`
260 "/src/project/src/indirectUse.ts": Utils.dedent`
263 "/src/project/src/noChangeFile.ts": Utils.dedent`
266 "/src/project/src/noChangeFileWithEmitSpecificError.ts": Utils.dedent`
279 "/src/project/src/main.ts": Utils.dedent`
[all …]
DdeclarationEmit.ts56 return Utils.dedent`
63 return Utils.dedent`
93 return Utils.dedent`
164 content: Utils.dedent`
169 content: Utils.dedent`
195 content: Utils.dedent`
200 content: Utils.dedent`
214 content: Utils.dedent`
219 content: Utils.dedent`
Dcomposite.ts8 "/src/project/tsconfig.json": Utils.dedent`
28 "/src/project/tsconfig.json": Utils.dedent`
48 "/src/project/tsconfig.json": Utils.dedent`
69 "/src/project/tsconfig.json": Utils.dedent`
/third_party/python/Lib/test/test_email/
Dtest_contentmanager.py149 m = self._str_msg(textwrap.dedent("""\
157 m = self._str_msg(textwrap.dedent("""\
166 m = self._bytes_msg(textwrap.dedent("""\
174 m = self._str_msg(textwrap.dedent("""\
183 m = self._str_msg(textwrap.dedent("""\
192 m = self._str_msg(textwrap.dedent("""\
201 m = self._str_msg(textwrap.dedent("""\
211 m = self._str_msg(textwrap.dedent("""\
221 m = self._str_msg(textwrap.dedent("""\
230 template = textwrap.dedent("""\
[all …]
Dtest_generator.py22 0: textwrap.dedent("""\
31 40: textwrap.dedent("""\
43 20: textwrap.dedent("""\
144 source = textwrap.dedent("""\
175 msg = self.msgmaker(self.typ(textwrap.dedent("""\
182 expected = textwrap.dedent("""\
199 msg = self.msgmaker(self.typ(textwrap.dedent("""\
206 expected = textwrap.dedent("""\
247 source = textwrap.dedent("""\
258 expected = textwrap.dedent("""\
[all …]
Dtest_defect_handling.py19 source = textwrap.dedent("""\
66 source = textwrap.dedent("""\
94 multipart_msg = textwrap.dedent("""\
141 source = textwrap.dedent("""\
162 source = textwrap.dedent("""\
224 source = textwrap.dedent("""\
241 source = textwrap.dedent("""\
258 source = textwrap.dedent("""\
275 source = textwrap.dedent("""\
Dtest_message.py24 m = message_from_string(textwrap.dedent("""\
65 textwrap.dedent("""\
75 textwrap.dedent("""\
87 textwrap.dedent("""\
110 textwrap.dedent("""\
134 textwrap.dedent("""\
157 textwrap.dedent("""\
180 textwrap.dedent("""\
205 textwrap.dedent("""\
231 textwrap.dedent("""\
[all …]
/third_party/python/Lib/test/
Dtest_textwrap.py13 from textwrap import TextWrapper, wrap, fill, dedent, indent, shorten
770 self.assertEqual(text, dedent(text))
793 self.assertEqual(expect, dedent(text))
798 self.assertEqual(expect, dedent(text))
803 self.assertEqual(expect, dedent(text))
817 self.assertEqual(expect, dedent(text))
822 self.assertEqual(expect, dedent(text))
827 self.assertEqual(expect, dedent(text))
833 self.assertEqual(expect, dedent(text))
838 self.assertEqual(expect, dedent(text))
[all …]
Dtest_repl.py7 from textwrap import dedent
53 user_input = dedent(user_input)
89 user_input = dedent(user_input)
96 user_input = dedent('''
101 prepare_repl = dedent('''
Dtest_pdb.py1378 f.write(textwrap.dedent(script))
1392 f.write(textwrap.dedent(script))
1495 f.write(textwrap.dedent(bar))
1507 f.write(textwrap.dedent("""
1533 f.write(textwrap.dedent("""
1586 script = textwrap.dedent("""
1734 f.write(textwrap.dedent("""
1738 f.write(textwrap.dedent("""
1745 f.write(textwrap.dedent("""
1772 f.write(textwrap.dedent("""
[all …]
Dtest_atexit.py19 code = textwrap.dedent("""
34 code = textwrap.dedent("""
59 code = textwrap.dedent(r"""
74 code = textwrap.dedent(r"""
91 code = textwrap.dedent(r"""
Dtest__xxsubinterpreters.py7 from textwrap import dedent
26 wrapped = dedent(f"""
60 interpreters.run_string(interp, dedent(f"""
92 source = dedent(source)
453 out = _run_output(interp, dedent("""
476 out = _run_output(interp, dedent("""
503 out = _run_output(interp, dedent(f"""
622 out = _run_output(id1, dedent("""
638 out = _run_output(id1, dedent("""
732 script = dedent(f"""
[all …]
/third_party/mesa3d/bin/pick/
Dcore_test.py86 message = textwrap.dedent("""\
105 message = textwrap.dedent("""\
123 message = textwrap.dedent("""\
140 message = textwrap.dedent("""\
156 message = textwrap.dedent("""\
171 message = textwrap.dedent("""\
187 message = textwrap.dedent("""\
202 message = textwrap.dedent("""\
219 message = textwrap.dedent("""\

1234567