/external/llvm/test/MC/AArch64/ |
D | dot-req.s | 12 bob .req fred 14 mov ada, bob 15 .unreq bob 22 bob .req b6 28 addv bob, v0.8b
|
D | dot-req-diagnostics.s | 15 bob .req lisa 25 mov bob, fred
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | dot-req.s | 12 bob .req fred 14 mov ada, bob 15 .unreq bob 22 bob .req b6 28 addv bob, v0.8b
|
D | dot-req-diagnostics.s | 15 bob .req lisa 25 mov bob, fred
|
/external/boringssl/src/crypto/curve25519/ |
D | spake25519_test.cc | 39 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/ |
D | warn-shadow.c | 52 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/ |
D | warn-shadow.cpp | 90 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/ |
D | 2006-03-03-MissingInitializer.c | 8 struct X bob = { &nate, 14 }; in foo() local 9 bar(&bob); in foo()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
D | MediaSessionFacade.java | 110 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/ |
D | monsterdata_test.golden | 42 "bob", 44 "bob",
|
/external/tcpdump/tests/ |
D | radius-rfc4675-v.out | 4 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
|
D | radius-port1700-v.out | 4 User-Name Attribute (1), length: 5, Value: bob
|
/external/libbrillo/brillo/ |
D | osrelease_reader_unittest.cc | 42 string bob = "bob"; in TEST_F() local 71 ASSERT_EQ(bob, name_value); in TEST_F()
|
/external/syzkaller/pkg/email/ |
D | parser_test.go | 266 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>> wrote:<br>> bo=
|
/external/python/cpython2/Lib/ctypes/macholib/ |
D | fetch_macholib | 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
|
D | fetch_macholib.bat | 1 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
|
D | README.ctypes | 7 The main repository is http://svn.red-bean.com/bob/macholib/trunk/macholib/
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
D | 2002-10-16-External.ll | 3 @bob = external global i32 ; <i32*> [#uses=0]
|
/external/python/cpython3/Lib/ctypes/macholib/ |
D | fetch_macholib | 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
|
D | fetch_macholib.bat | 1 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
|
D | README.ctypes | 7 The main repository is http://svn.red-bean.com/bob/macholib/trunk/macholib/
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 498 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/ |
D | expected | 7 bob 4.4
|
/external/toolchain-utils/crosperf/ |
D | default_remotes | 6 bob : chromeos2-row9-rack7-host1.cros chromeos2-row9-rack7-host3.cros
|
/external/clang/test/SemaTemplate/ |
D | explicit-instantiation.cpp | 98 struct basic_streambuf{friend bob<>()}; // expected-error{{unknown type name 'bob'}} \
|