Home
last modified time | relevance | path

Searched defs:bob (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-finished.js27 bob: alice.getPeerFinished() property
33 const bob = tls.connect({ constant
39 bob: bob.getFinished() property
46 bob: bob.getFinished() property
Dtest-crypto-dh-shared.js10 const bob = crypto.createDiffieHellmanGroup('modp5'); constant
/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/rust/crates/clap/tests/derive/
Dflags.rs62 bob: usize, in non_bool_type_flag() field
134 bob: u8, in count() field
168 bob: u8, in mixed_type_flags() field
/third_party/typescript/tests/cases/conformance/types/spread/
DspreadContextualTypedBindingPattern.ts7 declare const bob: Person constant
/third_party/skia/tests/
DGrTextBlobTest.cpp173 GrBagOfBytes bob; in DEF_TEST() local
192 GrBagOfBytes bob; in DEF_TEST() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h140 } bob; member
151 } bob; member
/third_party/typescript/tests/baselines/reference/
DintraExpressionInferences.js292 whatIWant({ generator: function (bob) { return bob ? 1 : 2; }, receiver: function (t) { return cons… argument
293 nonObject(function (bob) { return bob ? 1 : 2; }, function (t) { return console.log(t + 2); }); argument
/third_party/libdrm/tests/amdgpu/
Dsecurity_tests.c264 struct sec_amdgpu_bo alice, bob; in amdgpu_secure_bounce() local
/third_party/ntfs-3g/libntfs-3g/
Drunlist.c2072 runlist_element *bob = NULL; in test_rl_zero() local
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11deinterlace.cpp2226 gboolean bob; in gst_d3d11_deinterlace_register() local
/third_party/python/Lib/test/
Dtest_xml_etree.py184 def assertEqualElements(self, alice, bob): argument