Home
last modified time | relevance | path

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

/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/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/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h140 } bob; member
151 } bob; member
/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/python/Lib/test/
Dtest_xml_etree.py186 def assertEqualElements(self, alice, bob): argument