/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/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 | 74 extern int bob; // expected-note {{previous declaration is here}} 78 extern int bob; // don't warn for shadowing. in rdar8883302() 82 int bob; // expected-warning {{declaration shadows a variable in the global namespace}} in test8() local
|
D | destructor.cpp | 80 bob<QGenericArgument>(t); // expected-error{{undeclared identifier 'bob'}} \ in disconnect()
|
/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/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
|
/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/dnsmasq/contrib/try-all-ns/ |
D | README | 2 From: Bob Carroll <bob.carroll@rit.edu>
|
/external/clang/test/SemaTemplate/ |
D | explicit-instantiation.cpp | 98 struct basic_streambuf{friend bob<>()}; // expected-error{{unknown type name 'bob'}} \
|
/external/guice/core/test/com/google/inject/spi/ |
D | ProviderMethodsTest.java | 75 Bob bob = injector.getInstance(Bob.class); in testProviderMethods() local 76 assertEquals("A Bob", bob.getName()); in testProviderMethods() 81 assertNotSame(bob, clone); in testProviderMethods() 82 assertSame(bob.getDaughter(), clone.getDaughter()); in testProviderMethods()
|
/external/selinux/policycoreutils/audit2allow/ |
D | test.log | 3 node=bob.example.com type=PATH msg=audit(1166111074.191:74): item=0 name="/etc/auto.net" inode=1648… 4 node=bob.example.com type=SYSCALL msg=audit(1166111074.191:74): arch=40000003 syscall=33 success=no… 5 node=bob.example.com type=AVC msg=audit(1166111074.191:74): avc: denied { execute } for pid=1394…
|
/external/littlemock/tests/com/google/testing/littlemock/ |
D | LittleMockTest.java | 1554 public int bob() { in bob() method in LittleMockTest.Jim 1563 assertEquals(0, mock.bob()); in testMockingConcreteClasses() 1564 doReturn(8).when(mock).bob(); in testMockingConcreteClasses() 1565 assertEquals(8, mock.bob()); in testMockingConcreteClasses()
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 169 bob{""}
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 1340 …[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$" G "<0>bob.smith@foo.tv</0>" 1505 #"^([\w\-\.]+)@((\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))$" G "<0>bob@some… 1506 #"^([\w\-\.]+)@((\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))$" G "<0>bob.jone… 1507 #"^([\w\-\.]+)@((\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))$" G "<0>bob@a.b.… 1508 #"^([\w\-\.]+)@((\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))$" "bob@com" … 1509 #"^([\w\-\.]+)@((\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))$" "bob.jones@s… 1510 #"^([\w\-\.]+)@((\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))$" "bob@1.1.1.1… 1512 …\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))>$" G "<0>bob A. jones <ab@cd.ef>… 1513 …\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))>$" G "<0>bob A. jones <ab@[1.1.1… 1515 …((\[([0-9]{1,3}\.){3}[0-9]{1,3}\])|(([\w\-]+\.)+)([a-zA-Z]{2,4}))>$" ""bob A. jones <ab@cd.ef>… [all …]
|
/external/bison/ |
D | THANKS | 22 Bob Rossi bob@brasko.net
|
D | ChangeLog-2012 | 4759 2007-08-17 Bob Rossi <bob@brasko.net> 6318 2006-12-15 Bob Rossi <bob@brasko.net> 6325 2006-12-14 Bob Rossi <bob@brasko.net> 6330 2006-12-14 Bob Rossi <bob@brasko.net> 6335 2006-12-13 Bob Rossi <bob@brasko.net> 6417 2006-12-08 Bob Rossi <bob@brasko.net> 6429 2006-12-07 Bob Rossi <bob@brasko.net> 6438 2006-12-05 Bob Rossi <bob@brasko.net> 6924 2006-10-11 Bob Rossi <bob@brasko.net> 6937 2006-10-11 Bob Rossi <bob@brasko.net> [all …]
|
/external/guice/core/test/com/google/inject/ |
D | BindingTest.java | 53 @Inject void injectBob(Bob bob) {} in injectBob() argument
|
/external/llvm/ |
D | CREDITS.TXT | 465 E: bob.wilson@acm.org
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 1260 5bob
|
/external/llvm/lib/Target/ |
D | README.txt | 434 http://burtleburtle.net/bob/hash/perfect.html
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 818 * Added token options to terminals: ID<node=V; foo="Big bob"> etc...
|
/external/netperf/doc/ |
D | texinfo.tex | 3391 % don't both fit on one line. In that case, bob suggests starting the
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 3745 % don't both fit on one line. In that case, bob suggests starting the
|