Home
last modified time | relevance | path

Searched defs:implementations (Results 1 – 13 of 13) sorted by relevance

/third_party/mbedtls/docs/architecture/
Dalternative-implementations.md43 ### Constraints on context types
70 ### Alternative implementations of cryptographic functions
80 ### Alternative implementations of platform functions
/third_party/python/Doc/reference/
Dintroduction.rst38 .. _implementations: target
/third_party/rust/rust/src/tools/miri/src/helpers/
Dconvert.rs26 mod implementations { module
/third_party/rust/crates/log/rfcs/
D0296-structured-logging.md316 ### Writing key-value pairs as text
348 ### Writing key-value pairs as JSON
/third_party/mbedtls/docs/
D3.0-migration-guide.md519 ### Internal / alt-focused headers were moved to a private location
533 ### CCM interface changes: impact for alternative implementations
/third_party/optimized-routines/networking/test/
Dchksum.c73 } implementations[] = variable
/third_party/vulkan-loader/
DBUILD.md629 #### Platforms which fully support unknown function handling
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs598 pub implementations: bool, field
652 pub implementations: bool, field
/third_party/typescript/src/harness/
DfourslashImpl.ts2403 …const implementations = this.languageService.getImplementationAtPosition(this.activeFile.fileName,… constant
2422 …const implementations = this.languageService.getImplementationAtPosition(this.activeFile.fileName,… constant
2437 …const implementations: readonly ImplementationLocationInformation[] = this.languageService.getImpl… constant
/third_party/ffmpeg/tools/
Dcrypto_bench.c640 struct hash_impl implementations[] = { variable
/third_party/rust/rust/src/rustdoc-json-types/
Dlib.rs640 pub implementations: Vec<Id>, field
/third_party/typescript/src/services/
DfindAllReferences.ts264 readonly implementations?: boolean; property
/third_party/typescript/src/server/
Dsession.ts1624 …const implementations = this.mapImplementationLocations(project.getLanguageService().getImplementa… constant