/aosp_15_r20/external/webrtc/video/ |
H A D | pc_full_stack_tests.cc | 64 auto bob = std::make_unique<PeerConfigurer>( in CreateTestFixture() local 144 [](PeerConfigurer* bob) { in TEST() 175 [](PeerConfigurer* bob) { in TEST() 213 [](PeerConfigurer* bob) { in TEST() 268 [](PeerConfigurer* bob) {}); in TEST() 288 [](PeerConfigurer* bob) {}); in TEST() 314 [](PeerConfigurer* bob) {}); in TEST() 336 [](PeerConfigurer* bob) {}); in TEST() 359 [](PeerConfigurer* bob) { bob->SetUseUlpFEC(true); }); in TEST() 382 [](PeerConfigurer* bob) { bob->SetUseUlpFEC(true); }); in TEST() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlProfileTest.java | 220 PlaybackState.Builder bob = new PlaybackState.Builder(mMockMediaData.state); in testGetLatestTrackPosition() local 243 PlaybackState.Builder bob = new PlaybackState.Builder(mMockMediaData.state); in testOnCurrentPlayerStateUpdate() local 289 PlaybackState.Builder bob = new PlaybackState.Builder(mMockMediaData.state); in testHandleTrackPositionsSetRequest() local 335 PlaybackState.Builder bob = new PlaybackState.Builder(mMockMediaData.state); in testHandleMediaControlRequest() local 386 PlaybackState.Builder bob = new PlaybackState.Builder(mMockMediaData.state); in testAvrcpCompatibleActionSet() local 442 PlaybackState.Builder bob = new PlaybackState.Builder(mMockMediaData.state); in testProcessPendingPlayerStateRequest() local
|
/aosp_15_r20/external/webrtc/test/pc/e2e/ |
H A D | peer_connection_e2e_smoke_test.cc | 352 AddPeer(bob_network, [](PeerConfigurer* bob) { in TEST_F() 400 AddPeer(network_links.second, [](PeerConfigurer* bob) {}); in TEST_F() 422 AddPeer(network_links.second, [](PeerConfigurer* bob) { in TEST_F() 458 AddPeer(network_links.second, [](PeerConfigurer* bob) {}); in TEST_F() 487 AddPeer(network_links.second, [](PeerConfigurer* bob) { in TEST_F() 526 AddPeer(network_links.second, [](PeerConfigurer* bob) { in TEST_F()
|
H A D | stats_poller_test.cc | 49 TestStatsProvider bob; in TEST() local 69 TestStatsProvider bob; in TEST() local
|
H A D | peer_connection_quality_test_test.cc | 124 PeerConfigurer bob(bob_network->network_dependencies()); in TEST_F() local
|
/aosp_15_r20/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
H A D | PlayerSession.java | 141 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); in updateState() local 167 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); in onError() local 212 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); in onStateChanged() local 230 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); in onFocusLost() local
|
H A D | PlayerController.java | 117 RequestUtils.ContentBuilder bob = new RequestUtils.ContentBuilder(); in setContent() local 127 RequestUtils.ContentBuilder bob = new RequestUtils.ContentBuilder(); in setNextContent() local
|
/aosp_15_r20/external/webrtc/audio/test/ |
H A D | pc_low_bandwidth_audio_test.cc | 73 auto bob = std::make_unique<PeerConfigurer>( in CreateTestFixture() local 143 [](PeerConfigurer* bob) {}); in TEST() 169 [](PeerConfigurer* bob) {}); in TEST()
|
/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
H A D | NotificationManagerZenTest.java | 346 Notification.Builder bob = new Notification.Builder(mContext, channelId) in sendNotifications() local 402 Notification.Builder bob = new Notification.Builder(mContext, channelId) in sendEventAlarmReminderNotifications() local 445 Notification.Builder bob = new Notification.Builder(mContext, in sendAlarmOtherMediaNotifications() local 1906 StatusBarNotification bob = mNotificationHelper.findPostedNotification(BOB, 2, in testInterruptionFilterNoneInterceptsMessages() local 1927 StatusBarNotification bob = mNotificationHelper.findPostedNotification(BOB, 5, in testInterruptionFilterNoneInterceptsEventAlarmReminder() local 1950 StatusBarNotification bob = mNotificationHelper.findPostedNotification(BOB, 2, in testInterruptionFilterAllInterceptsNothing() local 1998 StatusBarNotification bob = mNotificationHelper.findPostedNotification(BOB, 2, in testPriorityStarredMessages() local 2034 StatusBarNotification bob = mNotificationHelper.findPostedNotification(BOB, 5, in testPriorityInterceptsAlarms() local 2070 StatusBarNotification bob = mNotificationHelper.findPostedNotification(BOB, 8, in testPriorityInterceptsMediaSystemOther() local
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | scenario_unittest.cc | 30 auto* bob = s.CreateClient("bob", call_client_config); in TEST() local 70 auto* bob = s.CreateClient("bob", call_config); in SetupVideoCall() local 157 auto* bob = s.CreateClient("bob", call_client_config); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/tests/ |
D | filters_are_not_reevaluated_for_the_same_span.rs | 48 let bob = alice.in_scope(|| { in filters_are_not_reevaluated_for_the_same_span() localVariable 49 let bob = span!(Level::TRACE, "bob"); in filters_are_not_reevaluated_for_the_same_span() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | proposal_cache.rs | 1781 let bob = tree in test_path_update_required_removes() localVariable 2145 let bob = add_member(&mut tree, "bob").await; in receiving_update_with_invalid_leaf_node_fails() localVariable 2169 let bob = add_member(&mut tree, "bob").await; in sending_update_with_invalid_leaf_node_filters_it_out() localVariable 2607 let bob = add_member(&mut tree, "bob").await; in receiving_update_and_remove_for_same_leaf_fails() localVariable 2632 let bob = add_member(&mut tree, "bob").await; in sending_update_and_remove_for_same_leaf_filters_update_out() localVariable 2734 let bob = add_member(&mut tree, "bob").await; in receiving_update_for_different_identity_fails() localVariable 2755 let bob = add_member(&mut tree, "bob").await; in sending_update_for_different_identity_filters_it_out() localVariable 2902 let bob = add_member(&mut tree, "bob").await; in sending_psk_proposals_with_same_psk_id_keeps_only_one() localVariable 3433 let bob = add_member(&mut tree, "bob").await; in committing_update_from_pk1_to_pk2_and_update_from_pk2_to_pk3_works() localVariable 3510 let bob = add_member(&mut tree, "bob").await; in committing_update_from_pk1_to_pk2_and_removal_of_pk2_works() localVariable [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | p256_key_exchange_test.cc | 55 std::unique_ptr<P256KeyExchange> bob(P256KeyExchange::New(bob_private)); in TEST_F() local 82 std::unique_ptr<P256KeyExchange> bob(P256KeyExchange::New(bob_private)); in TEST_F() local
|
H A D | curve25519_key_exchange_test.cc | 55 std::unique_ptr<Curve25519KeyExchange> bob( in TEST_F() local 79 std::unique_ptr<Curve25519KeyExchange> bob( in TEST_F() local
|
/aosp_15_r20/external/webrtc/test/network/ |
H A D | network_emulation_pc_unittest.cc | 168 std::unique_ptr<PeerConnectionWrapper> bob = in TEST() local 279 std::unique_ptr<PeerConnectionWrapper> bob = in TEST() local
|
/aosp_15_r20/external/webrtc/pc/test/ |
H A D | svc_e2e_tests.cc | 73 auto bob = std::make_unique<PeerConfigurer>( in CreateTestFixture() local 328 [](PeerConfigurer* bob) {}, std::move(analyzer)); in TEST_P()
|
/aosp_15_r20/external/openscreen/cast/common/channel/ |
H A D | virtual_connection_router_unittest.cc | 267 MockCastMessageHandler alice, bob; in TEST_F() local 340 MockCastMessageHandler alice, bob, charlie; in TEST_F() local
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | RemoteControlClient.java | 686 PlaybackState.Builder bob = new PlaybackState.Builder(mSessionPlaybackState); in setPlaybackStateInt() local 717 PlaybackState.Builder bob = new PlaybackState.Builder(mSessionPlaybackState); in setTransportControlFlags() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrTextBlobTest.cpp | 217 BagOfBytes bob; in DEF_TEST() local 236 BagOfBytes bob; in DEF_TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/tests/ |
D | client_tests.rs | 166 let bob = generate_client(cipher_suite, protocol_version, 1, encrypt_controls).await; in test_create() localVariable 839 let bob = generate_client(cs, version, 0xdead, false).await; in external_info_from_commit_allows_to_join() localVariable
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | 2006-03-03-MissingInitializer.c | 8 struct X bob = { &nate, 14 }; in foo() local
|
/aosp_15_r20/external/guice/core/test/com/google/inject/spi/ |
H A D | ProviderMethodsTest.java | 73 Bob bob = injector.getInstance(Bob.class); in testProviderMethods() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/examples/ |
D | basic_usage.rs | 44 let bob = make_client(crypto_provider.clone(), "bob")?; in main() localVariable
|
/aosp_15_r20/packages/modules/adb/pairing_auth/tests/ |
D | aes_128_gcm_test.cpp | 46 Aes128Gcm bob(material, sizeof(material)); in TEST() local
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | warn-shadow.c | 60 int bob; // expected-warning {{declaration shadows a variable in the global scope}} in test8() local
|