HomeSort by relevance Sort by last modified time
    Searched refs:bob (Results 1 - 20 of 20) sorted by null

  /external/clang/test/CodeGen/
2006-03-03-MissingInitializer.c 8 struct X bob = { &nate, 14 }; local
9 bar(&bob);
  /external/clang/test/Sema/
warn-shadow.c 52 extern int bob; // expected-note {{previous declaration is here}}
56 extern int bob; // don't warn for shadowing.
60 int bob; // expected-warning {{declaration shadows a variable in the global scope}} local
  /external/llvm/test/MC/AArch64/
dot-req-diagnostics.s 15 bob .req lisa
17 // CHECK-ERROR: bob .req lisa
25 mov bob, fred
27 // CHECK-ERROR: mov bob, fred
dot-req.s 10 bob .req fred
12 mov ada, bob
13 .unreq bob
20 bob .req b6
26 addv bob, v0.8b
  /external/clang/test/SemaCXX/
warn-shadow.cpp 74 extern int bob; // expected-note {{previous declaration is here}}
78 extern int bob; // don't warn for shadowing.
82 int bob; // expected-warning {{declaration shadows a variable in the global namespace}} local
destructor.cpp 80 bob<QGenericArgument>(t); // expected-error{{undeclared identifier 'bob'}} \
  /external/chromium_org/net/quic/crypto/
p256_key_exchange_test.cc 27 scoped_ptr<P256KeyExchange> bob(P256KeyExchange::New(bob_private));
30 ASSERT_TRUE(bob.get() != NULL);
33 const base::StringPiece bob_public(bob->public_value());
37 ASSERT_TRUE(bob->CalculateSharedKey(alice_public, &bob_shared));
curve25519_key_exchange_test.cc 29 scoped_ptr<Curve25519KeyExchange> bob(Curve25519KeyExchange::New(bob_key));
32 const StringPiece bob_public(bob->public_value());
36 ASSERT_TRUE(bob->CalculateSharedKey(alice_public, &bob_shared));
  /external/openssl/crypto/jpake/
jpaketest.c 26 static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob)
35 /* Alice -> Bob: step 1 */
39 if(!JPAKE_STEP1_process(bob, &alice_s1))
41 printf("Bob fails to process Alice's step 1\n");
47 /* Bob -> Alice: step 1 */
50 JPAKE_STEP1_generate(&bob_s1, bob);
53 printf("Alice fails to process Bob's step 1\n");
59 /* Alice -> Bob: step 2 */
63 if(!JPAKE_STEP2_process(bob, &alice_s2))
65 printf("Bob fails to process Alice's step 2\n")
116 JPAKE_CTX *bob; local
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
Player.java 104 MediaMetadataCompat.Builder bob = new MediaMetadataCompat.Builder(); local
105 bob.putString(MediaMetadataCompat.METADATA_KEY_DISPLAY_TITLE, getDescription());
106 bob.putString(MediaMetadataCompat.METADATA_KEY_DISPLAY_SUBTITLE, "Subtitle of the thing");
107 bob.putString(MediaMetadataCompat.METADATA_KEY_DISPLAY_DESCRIPTION,
109 bob.putBitmap(MediaMetadataCompat.METADATA_KEY_DISPLAY_ICON, getSnapshot());
110 mMediaSession.setMetadata(bob.build());
117 PlaybackStateCompat.Builder bob = new PlaybackStateCompat.Builder(); local
118 bob.setActions(PLAYBACK_ACTIONS);
121 bob.setState(PlaybackStateCompat.STATE_PLAYING, -1, 1);
125 bob.setState(PlaybackStateCompat.STATE_PAUSED, -1, 0)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 67 2010-12-22 Bob <bob@email.address>
79 2010-12-22 Bob <bob@email.address>
94 -2010-12-22 Bob <bob@email.address>
111 -2010-12-22 Bob <bob@email.address>
134 -2010-12-22 Bob <bob@email.address
    [all...]
  /device/sample/apps/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 121 Notification.Builder bob = new Notification.Builder(mContext); local
125 bob.setContentTitle(mContext.getString(titleId))
135 mNotifMan.notify(id, bob.build());
  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 97 struct basic_streambuf{friend bob<>()}; // expected-error{{unknown type name 'bob'}} \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
PackagePriorityVerifierActivity.java 249 Notification.Builder bob = new Notification.Builder(mContext) local
250 .setContentTitle("bob title")
251 .setContentText("bob content")
258 postIntent.putExtra(EXTRA_NOTIFICATION, bob.build());
AttentionManagementVerifierActivity.java 53 private static final String BOB = "Bob";
55 private static final String BOB_EMAIL = "bob@_foo._bar";
114 insertSingleContact(BOB, BOB_PHONE, BOB_EMAIL, false);
231 } else if (BOB.equals(tag)) {
232 found.add(BOB);
322 } else if (BOB.equals(tag)) {
323 found.add(BOB);
412 } else if (BOB.equals(tag)) {
413 found.add(BOB);
823 Notification.Builder bob = new Notification.Builder(mContext) local
    [all...]
  /external/chromium_org/third_party/webrtc/tools/rtcbot/test/
simple_offer_answer.js 53 test.spawnBot.bind(test, "bob") ],
webrtc_video_streaming.js 93 test.spawnBot.bind(test, "bob") ],
  /external/chromium_org/sync/engine/
syncer_unittest.cc     [all...]
  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java 254 mFoo.add("bob");
263 mFoo.add("bob");
268 mFoo.add("bob");
276 mFoo.add("bob");
562 mFoo.add("bob");
863 doReturn("hi").when(mBar).twoStrings("jim", eq("bob"));
870 verify(mBar).twoStrings("jim", eq("bob"));
1554 public int bob() { method in class:LittleMockTest.Jim
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 830 milliseconds