Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dother.rs3 fn bob() { in bob() function
/third_party/rust/rust/src/tools/rustfmt/tests/source/
Dother.rs3 fn bob() { in bob() function
/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/skia/m133/tests/
DGrTextBlobTest.cpp217 BagOfBytes bob; in DEF_TEST() local
236 BagOfBytes bob; in DEF_TEST() local
/third_party/libdrm/tests/amdgpu/
Dsecurity_tests.c264 struct sec_amdgpu_bo alice, bob; in amdgpu_secure_bounce() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
Dtests.rs271 let bob = foo::Person { in test_highlighting() localVariable
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h174 } bob; member
/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