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

1 2

  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /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
  /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...]
  /frameworks/support/v4/java/android/support/v4/media/
MediaDescriptionCompat.java 189 Object bob = MediaDescriptionCompatApi21.Builder.newInstance(); local
190 MediaDescriptionCompatApi21.Builder.setMediaId(bob, mMediaId);
191 MediaDescriptionCompatApi21.Builder.setTitle(bob, mTitle);
192 MediaDescriptionCompatApi21.Builder.setSubtitle(bob, mSubtitle);
193 MediaDescriptionCompatApi21.Builder.setDescription(bob, mDescription);
194 MediaDescriptionCompatApi21.Builder.setIconBitmap(bob, mIcon);
195 MediaDescriptionCompatApi21.Builder.setIconUri(bob, mIconUri);
196 MediaDescriptionCompatApi21.Builder.setExtras(bob, mExtras);
197 mDescriptionObj = MediaDescriptionCompatApi21.Builder.build(bob);
219 Builder bob = new Builder() local
    [all...]
MediaMetadataCompat.java 407 MediaDescriptionCompat.Builder bob = new MediaDescriptionCompat.Builder(); local
408 bob.setMediaId(mediaId);
409 bob.setTitle(text[0]);
410 bob.setSubtitle(text[1]);
411 bob.setDescription(text[2]);
412 bob.setIconBitmap(icon);
413 bob.setIconUri(iconUri);
414 mDescription = bob.build();
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerSession.java 141 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); local
142 bob.setState(newState, position, rate, SystemClock.elapsedRealtime());
143 bob.setErrorMessage(null);
144 mPlaybackState = bob.build();
167 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); local
168 bob.setState(PlaybackState.STATE_ERROR, -1, 0, 0);
170 bob.setErrorMessage(error.getLocalizedMessage());
172 mPlaybackState = bob.build();
212 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); local
213 bob.setState(pbState, position, rate, SystemClock.elapsedRealtime())
230 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); local
    [all...]
PlayerController.java 117 RequestUtils.ContentBuilder bob = new RequestUtils.ContentBuilder(); local
118 bob.setSource(source);
120 mBinder.sendRequest(RequestUtils.ACTION_SET_CONTENT, bob.build(), null);
127 RequestUtils.ContentBuilder bob = new RequestUtils.ContentBuilder(); local
128 bob.setSource(source);
130 mBinder.sendRequest(RequestUtils.ACTION_SET_NEXT_CONTENT, bob.build(), null);
  /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...]
  /frameworks/support/v4/java/android/support/v4/media/session/
PlaybackStateCompat.java 243 StringBuilder bob = new StringBuilder("PlaybackState {"); local
244 bob.append("state=").append(mState);
245 bob.append(", position=").append(mPosition);
246 bob.append(", buffered position=").append(mBufferedPosition);
247 bob.append(", speed=").append(mSpeed);
248 bob.append(", updated=").append(mUpdateTime);
249 bob.append(", actions=").append(mActions);
250 bob.append(", error=").append(mErrorMessage);
251 bob.append("}");
252 return bob.toString()
    [all...]
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
BrowserService.java 132 MediaDescription.Builder bob = new MediaDescription.Builder();
133 bob.setTitle("Title " + i);
134 bob.setSubtitle("Summary " + i);
135 bob.setMediaId(Uri.withAppendedPath(BASE_URI,
137 list.add(new MediaBrowser.MediaItem(bob.build(),
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 269 StringBuilder bob = new StringBuilder("PlaybackState {"); local
270 bob.append("state=").append(mState);
271 bob.append(", position=").append(mPosition);
272 bob.append(", buffered position=").append(mBufferedPosition);
273 bob.append(", speed=").append(mSpeed);
274 bob.append(", updated=").append(mUpdateTime);
275 bob.append(", actions=").append(mActions);
276 bob.append(", custom actions=").append(mCustomActions);
277 bob.append(", active item id=").append(mActiveItemId);
278 bob.append(", error=").append(mErrorMessage)
    [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());
  /frameworks/base/media/java/android/media/
MediaMetadata.java 504 MediaDescription.Builder bob = new MediaDescription.Builder(); local
505 bob.setMediaId(mediaId);
506 bob.setTitle(text[0]);
507 bob.setSubtitle(text[1]);
508 bob.setDescription(text[2]);
509 bob.setIconBitmap(icon);
510 bob.setIconUri(iconUri);
511 mDescription = bob.build();
RemoteControlClient.java 701 PlaybackState.Builder bob = new PlaybackState.Builder(mSessionPlaybackState); local
702 bob.setState(pbState, position, playbackSpeed, SystemClock.elapsedRealtime());
703 bob.setErrorMessage(null);
704 mSessionPlaybackState = bob.build();
765 PlaybackState.Builder bob = new PlaybackState.Builder(mSessionPlaybackState); local
    [all...]
  /frameworks/support/v4/api21/android/support/v4/media/session/
MediaSessionCompatApi21.java 70 AudioAttributes.Builder bob = new AudioAttributes.Builder(); local
71 bob.setLegacyStreamType(stream);
72 ((MediaSession) sessionObj).setPlaybackToLocal(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());

Completed in 456 milliseconds

1 2