Home
last modified time | relevance | path

Searched defs:alice (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-finished.js26 alice: alice.getFinished(), property
38 alice: bob.getPeerFinished(), property
45 alice: bob.getPeerFinished(), property
Dtest-crypto-dh-shared.js9 const alice = crypto.createDiffieHellmanGroup('modp5'); constant
/third_party/rust/crates/clap/tests/derive/
Dflags.rs27 alice: bool, in bool_type_is_flag() field
60 alice: usize, in non_bool_type_flag() field
132 alice: u8, in count() field
166 alice: bool, in mixed_type_flags() field
/third_party/node/benchmark/crypto/
Dcipher-stream.js65 function streamWrite(alice, bob, message, encoding, writes) { argument
86 function legacyWrite(alice, bob, message, encoding, writes) { argument
/third_party/typescript/tests/cases/conformance/types/spread/
DspreadContextualTypedBindingPattern.ts8 declare const alice: Person constant
/third_party/libdrm/tests/amdgpu/
Dsecurity_tests.c264 struct sec_amdgpu_bo alice, bob; in amdgpu_secure_bounce() local
/third_party/python/Lib/test/
Dtest_xml_etree.py184 def assertEqualElements(self, alice, bob): argument