/third_party/typescript/tests/baselines/reference/ |
D | intTypeCheck.types | 3 //Property Signatures 32 //Call Signatures 56 //Construct Signatures 82 //Index Signatures 101 //Call Signatures 127 //Construct Signatures 152 //Index Signatures 160 //Property Signatures 328 // Construct Signatures 381 // Index Signatures
|
D | intTypeCheck.symbols | 5 //Property Signatures 36 //Call Signatures 62 //Construct Signatures 89 //Index Signatures 123 //Call Signatures 149 //Construct Signatures 173 //Index Signatures 181 //Property Signatures 335 // Construct Signatures 385 // Index Signatures
|
D | intTypeCheck.errors.txt | 101 //Property Signatures 112 //Call Signatures 123 //Construct Signatures 137 //Index Signatures 150 //Call Signatures 162 //Construct Signatures 175 //Index Signatures 179 //Property Signatures 268 // Construct Signatures 304 // Index Signatures
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.h | 28 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; variable 42 Signatures.push_back(std::move(Sig)); in addSignature()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 252 SmallVector<WasmSignature, 4> Signatures; member in __anon7ba814260111::WasmObjectWriter 286 Signatures.clear(); in reset() 312 void writeTypeSection(ArrayRef<WasmSignature> Signatures); 675 void WasmObjectWriter::writeTypeSection(ArrayRef<WasmSignature> Signatures) { in writeTypeSection() argument 676 if (Signatures.empty()) in writeTypeSection() 682 encodeULEB128(Signatures.size(), W.OS); in writeTypeSection() 684 for (const WasmSignature &Sig : Signatures) { in writeTypeSection() 1055 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerFunctionType() 1057 Signatures.push_back(S); in registerFunctionType() 1076 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerEventType() [all …]
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 1064 if (ai.Signatures.IsEmpty()) in MakeCheckOrder() 1072 const CObjectVector<CByteBuffer> &sigs = ai.Signatures; in MakeCheckOrder() 2197 || ai.Signatures.IsEmpty() in OpenStream2() 2202 if (isNewStyleSignature && !ai.Signatures.IsEmpty()) in OpenStream2() 2205 for (k = 0; k < ai.Signatures.Size(); k++) in OpenStream2() 2207 const CByteBuffer &sig = ai.Signatures[k]; in OpenStream2() 2216 if (k != ai.Signatures.Size()) in OpenStream2() 2373 const CObjectVector<CByteBuffer> &sigs = op.codecs->Formats[i].Signatures; in OpenStream2() 2421 FOR_VECTOR (k, ai.Signatures) in OpenStream2() 2423 const CByteBuffer &sig = ai.Signatures[k]; in OpenStream2() [all …]
|
D | LoadCodecs.cpp | 485 item.Signatures.Add(sig); in LoadFormats() 489 ParseSignatures(sig, (unsigned)sig.Size(), item.Signatures); in LoadFormats() 763 ParseSignatures(arc.Signature, arc.SignatureSize, item.Signatures); in Load() 767 item.Signatures.AddNew().CopyFrom(arc.Signature, arc.SignatureSize); in Load()
|
D | LoadCodecs.h | 113 CObjectVector<CByteBuffer> Signatures; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | mock_overload_set.h | 81 template <typename DistrT, typename... Signatures>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 505 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab() 515 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab() 593 Signature = &Signatures[Event.Type.SigIndex]; in parseLinkingSectionSymtab() 605 Signature = &Signatures[EventType->SigIndex]; in parseLinkingSectionSymtab() 778 if (Reloc.Index >= Signatures.size()) in parseRelocSection() 869 Signatures.reserve(Count); in parseTypeSection() 888 Signatures.push_back(std::move(Sig)); in parseTypeSection() 944 uint32_t NumTypes = Signatures.size(); in parseFunctionSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 136 ArrayRef<wasm::WasmSignature> types() const { return Signatures; } in types() 266 std::vector<wasm::WasmSignature> Signatures; variable
|
/third_party/libwebsockets/lib/jose/ |
D | README.md | 12 |JWS|[RFC7515](https://tools.ietf.org/html/rfc7515)|JSON Web Signatures|
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0rc1.rst | 16 Signatures of codecs.encode() and codecs.decode() now are compatible with
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_lms.function | 121 /* Signatures of all sizes must not verify, whether shorter or longer */
|
D | test_suite_lmots.function | 119 /* Signatures of all sizes must not verify, whether shorter or longer */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 166 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; member in __anonde5180070111::WebAssemblyAsmParser 227 Signatures.push_back(std::move(Sig)); in addSignature()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 325 encodeULEB128(Section.Signatures.size(), OS); in writeSectionContent() 327 for (const WasmYAML::Signature &Sig : Section.Signatures) { in writeSectionContent()
|
D | WasmYAML.cpp | 98 IO.mapOptional("Signatures", Section.Signatures); in sectionMapping()
|
/third_party/python/Tools/msi/ |
D | uploadrelease.bat | 54 if not defined GPG echo Cannot locate gpg2.exe. Signatures will not be uploaded & pause
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 1017 FOR_VECTOR(si, arc.Signatures) in Main2() 1022 const CByteBuffer &sig = arc.Signatures[si]; in Main2()
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-audit.md | 35 ### Audit Signatures 47 1. Signatures are provided in the package's `packument` in each published version within the `dist`…
|
/third_party/libwebsockets/READMEs/ |
D | README.crypto-apis.md | 15 JWS (JSON Web Signatures), JWK (JSON Web Keys), and JWE (JSON Web
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 269 std::vector<Signature> Signatures; member
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 3511 Signatures []SignatureInformation `json:"signatures"` member
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | README.md | 260 * `signatures` Signatures of the shasum. Includes the keyid that
|