Home
last modified time | relevance | path

Searched refs:Imports (Results 1 – 25 of 65) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DmoduleAugmentationImportsAndExports3.errors.txt1 tests/cases/compiler/f3.ts(11,5): error TS2667: Imports are not permitted in module augmentations. …
3 tests/cases/compiler/f3.ts(12,5): error TS2667: Imports are not permitted in module augmentations. …
4 tests/cases/compiler/f3.ts(13,5): error TS2667: Imports are not permitted in module augmentations. …
28 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
33 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
36 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
DmoduleAugmentationImportsAndExports2.errors.txt2 tests/cases/compiler/f3.ts(11,5): error TS2667: Imports are not permitted in module augmentations. …
6 tests/cases/compiler/f3.ts(13,5): error TS2667: Imports are not permitted in module augmentations. …
7 tests/cases/compiler/f3.ts(14,5): error TS2667: Imports are not permitted in module augmentations. …
34 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
44 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
47 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
DmoduleAugmentationDisallowedExtensions.errors.txt1 tests/cases/compiler/x.ts(17,5): error TS2667: Imports are not permitted in module augmentations. C…
3 tests/cases/compiler/x.ts(18,5): error TS2667: Imports are not permitted in module augmentations. C…
34 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
39 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
DnewNamesInGlobalAugmentations1.errors.txt1 tests/cases/compiler/f1.d.ts(12,5): error TS2667: Imports are not permitted in module augmentations…
18 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
DjsDeclarationsFunctionClassesCjsExportAssignment.symbols46 * Imports
/third_party/boost/libs/python/doc/reference/
Dssize_t.qbk6 Imports `Py_ssize_t` into the `boost::python` namespace if available, or provides an appropriate ty…
16 Imports `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` as constants into the `boost::python` namespace if av…
Dimport.qbk8 [[Effects][Imports the module named by name.]]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp175 const DebugCrossModuleImportsSubsectionRef &Imports);
177 std::vector<YAMLCrossModuleImport> Imports; member
347 IO.mapOptional("Imports", Imports); in map()
481 for (const auto &M : Imports) { in toCodeViewSubsection()
657 const DebugCrossModuleImportsSubsectionRef &Imports) { in fromCodeViewSubsection() argument
659 for (const auto &CMI : Imports) { in fromCodeViewSubsection()
665 YCMI.ImportIds.assign(CMI.Imports.begin(), CMI.Imports.end()); in fromCodeViewSubsection()
666 Result->Imports.push_back(YCMI); in fromCodeViewSubsection()
842 DebugCrossModuleImportsSubsectionRef &Imports, in visitCrossModuleImports() argument
845 State.strings(), Imports); in visitCrossModuleImports()
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Danys.proto76 message Imports { message
100 rpc Call1(Imports) returns (Imports);
/third_party/gn/src/gn/format_test_data/
D035.gn1 import("//build/config/sysroot.gni") # Imports android/config.gni.
D035.golden1 import("//build/config/sysroot.gni") # Imports android/config.gni.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp313 void writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint32_t DataSize,
697 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection() argument
700 if (Imports.empty()) in writeImportSection()
708 encodeULEB128(Imports.size(), W.OS); in writeImportSection()
709 for (const wasm::WasmImport &Import : Imports) { in writeImportSection()
1114 SmallVector<wasm::WasmImport, 4> Imports; in writeObject() local
1129 Imports.push_back(MemImport); in writeObject()
1139 Imports.push_back(TableImport); in writeObject()
1166 Imports.push_back(Import); in writeObject()
1178 Imports.push_back(Import); in writeObject()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp61 const DenseSet<GlobalValue::GUID> *Imports) { in createFunctionEntryCount() argument
69 if (Imports) { in createFunctionEntryCount()
70 SmallVector<GlobalValue::GUID, 2> OrderID(Imports->begin(), Imports->end()); in createFunctionEntryCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossImpSubsection.h30 FixedStreamArray<support::ulittle32_t> Imports; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp39 if (auto EC = Reader.readArray(Item.Imports, Item.Header->Count)) in operator ()()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
DBUILD.gn31 # Imports "angle_restricted_traces"
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DGZipStream.cs19 #region Dll Imports
/third_party/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs19 #region Dll Imports
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DGZipStream.cs19 #region Dll Imports
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMDBuilder.h74 const DenseSet<GlobalValue::GUID> *Imports);
DFunction.h291 const DenseSet<GlobalValue::GUID> *Imports = nullptr);
295 const DenseSet<GlobalValue::GUID> *Imports = nullptr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h138 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports()
272 std::vector<wasm::WasmImport> Imports; variable
/third_party/boost/libs/stl_interfaces/doc/
Dstl_interfaces.qbk25 [/ Imports ]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp473 ImportedGlobals.reserve(Imports.size()); in parseLinkingSectionSymtab()
474 ImportedFunctions.reserve(Imports.size()); in parseLinkingSectionSymtab()
475 ImportedEvents.reserve(Imports.size()); in parseLinkingSectionSymtab()
476 for (auto &I : Imports) { in parseLinkingSectionSymtab()
898 Imports.reserve(Count); in parseImportSection()
932 Imports.push_back(Im); in parseImportSection()
/third_party/python/Doc/library/
D__future__.rst79 | | | | *Imports: Multi-Line and Absolute/Relative* |

123