Home
last modified time | relevance | path

Searched refs:bob (Results 1 – 25 of 70) sorted by relevance

123

/external/llvm/test/MC/AArch64/
Ddot-req.s12 bob .req fred
14 mov ada, bob
15 .unreq bob
22 bob .req b6
28 addv bob, v0.8b
Ddot-req-diagnostics.s15 bob .req lisa
25 mov bob, fred
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Ddot-req.s12 bob .req fred
14 mov ada, bob
15 .unreq bob
22 bob .req b6
28 addv bob, v0.8b
Ddot-req-diagnostics.s15 bob .req lisa
25 mov bob, fred
/external/boringssl/src/crypto/curve25519/
Dspake25519_test.cc39 bssl::UniquePtr<SPAKE2_CTX> bob(SPAKE2_CTX_new( in Run() local
46 if (!alice || !bob) { in Run()
54 bob->disable_password_scalar_hack = 1; in Run()
66 bob.get(), bob_msg, &bob_msg_len, sizeof(bob_msg), in Run()
82 !SPAKE2_process_msg(bob.get(), bob_key, &bob_key_len, sizeof(bob_key), in Run()
/external/clang/test/Sema/
Dwarn-shadow.c52 extern int bob; // expected-note {{previous declaration is here}}
56 extern int bob; // don't warn for shadowing. in rdar8883302()
60 int bob; // expected-warning {{declaration shadows a variable in the global scope}} in test8() local
/external/clang/test/SemaCXX/
Dwarn-shadow.cpp90 extern int bob; // expected-note {{previous declaration is here}}
94 extern int bob; // don't warn for shadowing. in rdar8883302()
98 int bob; // expected-warning {{declaration shadows a variable in the global namespace}} in test8() local
/external/clang/test/CodeGen/
D2006-03-03-MissingInitializer.c8 struct X bob = { &nate, 14 }; in foo() local
9 bar(&bob); in foo()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaSessionFacade.java110 PlaybackState.Builder bob = new PlaybackState.Builder(); in mediaSessionAddCallback()
111 bob.setActions(PlaybackState.ACTION_PLAY | in mediaSessionAddCallback()
114 bob.setState(PlaybackState.STATE_PLAYING, 0, 1); in mediaSessionAddCallback()
115 mSession.setPlaybackState(bob.build()); in mediaSessionAddCallback()
/external/flatbuffers/tests/
Dmonsterdata_test.golden42 "bob",
44 "bob",
/external/tcpdump/tests/
Dradius-rfc4675-v.out4 User-Name Attribute (1), length: 12, Value: bob-tagged
19 User-Name Attribute (1), length: 14, Value: bob-untagged
33 User-Name Attribute (1), length: 13, Value: bob-invalid
Dradius-port1700-v.out4 User-Name Attribute (1), length: 5, Value: bob
/external/libbrillo/brillo/
Dosrelease_reader_unittest.cc42 string bob = "bob"; in TEST_F() local
71 ASSERT_EQ(bob, name_value); in TEST_F()
/external/syzkaller/pkg/email/
Dparser_test.go266 From: Bob <bob@example.com>
306 To: Bob <bob@example.com>
325 From: Bob <bob@example.com>
349 From: Bob <bob@example.com>
374 From: Bob <bob@example.com>
423 From: Bob <bob@example.com>
461 =3D"mailto:bob@example.com">bob@example.com</a>&gt; wrote:<br>&gt; bo=
/external/python/cpython2/Lib/ctypes/macholib/
Dfetch_macholib2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
Dfetch_macholib.bat1 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
DREADME.ctypes7 The main repository is http://svn.red-bean.com/bob/macholib/trunk/macholib/
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
D2002-10-16-External.ll3 @bob = external global i32 ; <i32*> [#uses=0]
/external/python/cpython3/Lib/ctypes/macholib/
Dfetch_macholib2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
Dfetch_macholib.bat1 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
DREADME.ctypes7 The main repository is http://svn.red-bean.com/bob/macholib/trunk/macholib/
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c498 c->fs_yuv.bob.y = create_frag_shader_deint_yuv(c, true, false); in init_shaders()
499 c->fs_yuv.bob.uv = create_frag_shader_deint_yuv(c, false, false); in init_shaders()
501 !c->fs_yuv.bob.y || !c->fs_yuv.bob.uv) { in init_shaders()
543 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.y); in cleanup_shaders()
544 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.uv); in cleanup_shaders()
980 s->layers[layer].fs = (y) ? c->fs_yuv.bob.y : c->fs_yuv.bob.uv; in set_yuv_layer()
987 s->layers[layer].fs = (y) ? c->fs_yuv.bob.y : c->fs_yuv.bob.uv; in set_yuv_layer()
/external/autotest/client/site_tests/platform_KernelVersionByBoard/
Dexpected7 bob 4.4
/external/toolchain-utils/crosperf/
Ddefault_remotes6 bob : chromeos2-row9-rack7-host1.cros chromeos2-row9-rack7-host3.cros
/external/clang/test/SemaTemplate/
Dexplicit-instantiation.cpp98 struct basic_streambuf{friend bob<>()}; // expected-error{{unknown type name 'bob'}} \

123