Home
last modified time | relevance | path

Searched defs:bob (Results 1 – 18 of 18) 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.js178 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/boost/libs/hana/example/
Ddefine_struct.cpp38 Person john{"John", 30}, bob{"Bob", 40}; in main() local
Dadapt_struct.cpp43 ns::Person john{"John", 30}, bob{"Bob", 40}; in main() local
Dstruct.mcd.nested.cpp45 Person john{"John", 30}, bob{"Bob", 40}; in main() local
Dstruct.mcd.tag_dispatching.cpp51 Person john{"John", 30}, bob{"Bob", 40}; in main() local
Dadapt_adt.cpp50 ns::Person john{"John", 30}, bob{"Bob", 40}; in main() local
Dstruct.custom_accessor.cpp56 Person john{"John", 30}, bob{"Bob", 40}; in main() local
/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/boost/libs/serialization/example/
Ddemo_exception.cpp178 Student *bob = new Student(); in init() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h140 } bob; member
151 } bob; member
/third_party/boost/libs/serialization/test/
Dtest_z.cpp193 int bob = 3; in main() local
/third_party/libsoup/tests/
Dntlm-test.c397 gboolean bob = !g_strcmp0 (user, "bob"); in do_ntlm_round() 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