Home
last modified time | relevance | path

Searched defs:alice (Results 1 – 10 of 10) 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.js177 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/rust/crates/tracing/tracing/tests/
Dfilters_are_not_reevaluated_for_the_same_span.rs47 let alice = span!(Level::TRACE, "alice"); in filters_are_not_reevaluated_for_the_same_span() localVariable
Dfilters_dont_leak.rs23 let alice = span::mock().named("alice"); in spans_dont_leak() localVariable
/third_party/node/deps/npm/node_modules/json-stringify-safe/test/
Dstringify_test.js84 var alice = {name: "Alice"} variable
95 var alice = {name: "Alice"} variable
/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