Home
last modified time | relevance | path

Searched refs:elide (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/jsx/
DtsxElementResolution19.tsx17 // Should not elide React import
DtsxElementResolution17.tsx24 // Should keep s1 and elide s2
/third_party/typescript/tests/baselines/reference/
Des6ImportDefaultBindingAmd.types17 import defaultBinding2 from "es6ImportDefaultBindingAmd_0"; // elide this import since defaultBindi…
Des6ImportNameSpaceImport.types16 import * as nameSpaceBinding2 from "./es6ImportNameSpaceImport_0"; // elide this
Des6ImportDefaultBinding.types17 import defaultBinding2 from "es6ImportDefaultBinding_0"; // elide this import since defaultBinding2…
Des6ImportNameSpaceImportAmd.types16 import * as nameSpaceBinding2 from "es6ImportNameSpaceImportAmd_0"; // elide this
Des6ImportNameSpaceImportInEs5.types16 import * as nameSpaceBinding2 from "./es6ImportNameSpaceImportInEs5_0"; // elide this
Des6ImportDefaultBindingDts.types17 import defaultBinding2 from "./server"; // elide this import since defaultBinding2 is not used
DtsxElementResolution19.types15 // Should not elide React import
Des6ImportDefaultBinding.symbols16 import defaultBinding2 from "es6ImportDefaultBinding_0"; // elide this import since defaultBinding2…
Des6ImportDefaultBindingAmd.symbols16 import defaultBinding2 from "es6ImportDefaultBindingAmd_0"; // elide this import since defaultBindi…
Des6ImportDefaultBindingDts.symbols16 import defaultBinding2 from "./server"; // elide this import since defaultBinding2 is not used
Des6ImportNameSpaceImport.symbols15 import * as nameSpaceBinding2 from "./es6ImportNameSpaceImport_0"; // elide this
Des6ImportNameSpaceImportInEs5.symbols15 import * as nameSpaceBinding2 from "./es6ImportNameSpaceImportInEs5_0"; // elide this
Des6ImportNameSpaceImportAmd.symbols15 import * as nameSpaceBinding2 from "es6ImportNameSpaceImportAmd_0"; // elide this
DtsxElementResolution17.types3 // Should keep s1 and elide s2
DtsxElementResolution19.symbols18 // Should not elide React import
DtsxElementResolution17.symbols3 // Should keep s1 and elide s2
/third_party/node/deps/npm/node_modules/verror/
DCHANGES.md28 * #36 elide development-only files from npm package
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DCombine.td64 /// TODO: The plan is to elide `root` definitions and determine it from the DAG
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst_gdb.py511 def value_strings(self, pattern, elide=True): argument
515 if elide and len(v) > 25:
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DREGALLOC.rst409 neither gets a register. In addition, we can elide instructions that write a
/third_party/python/Lib/tkinter/
D__init__.py3834 regexp=None, nocase=None, count=None, elide=None): argument
3844 if elide: args.append('-elide')
/third_party/rust/crates/regex/
DCHANGELOG.md1083 represents the first use of `unsafe` in `regex` (to elide bounds checks).
/third_party/json/
DChangeLog.md120 - Usage with -fno-elide-constructors causes dump\(\) output to be array of `null`s [\#2387](https:/…

12