| /external/pandora/avatar/doc/ |
| D | android-guide.md | 1 # Avatar with Android 4 https://github.com/google/bt-test-interfaces), Avatar can run with Android 9 The standard Avatar setup on Android is to test a [Cuttlefish]( 20  25 There are two different command line interfaces to use Avatar on Android. 42 ### `avatar` CLI (preferred) 44 You can run all the existing Avatar tests on Android by running the following 50 avatar --help 51 avatar format # Format test files [all …]
|
| D | overview.md | 1 # Avatar chapter 3 Avatar is a python Bluetooth testing tool orchestrating multiple devices which 9 Avatar is built around 4 key components: 12 common abstraction for Avatar to interact with all Bluetooth implementations, 19 * [Mobly](https://github.com/google/mobly): Avatar core python test runner. 21 For example, here is Avatar Android architecture: 23  26 A basic Avatar test is built by calling a Pandora API exposed by the DUT to 68 Avatar tests requires DUT and REF to provide a Pandora gRPC server which [all …]
|
| D | android-bumble-extensions.md | 4 for Android, they may not be for Bumble. When writing Android Avatar tests, if 10 section of the Avatar Android guide. 79 ### Add your HID test class to Avatar test suite runner 85 @@ -3,18 +3,22 @@ from avatar import bumble_server 114 avatar run --mobly-std-log --include-filter 'HidTest'
|
| /external/pandora/avatar/ |
| D | pyproject.toml | 2 name = "pandora-avatar" 21 Source = "https://github.com/google/avatar" 24 avatar = "avatar:main" 40 name = "avatar" 59 include = ["avatar"] 72 files = ["avatar"] 91 inputs = ['avatar']
|
| D | Android.bp | 21 "avatar/*.py", 22 "avatar/cases/*.py", 23 "avatar/controllers/*.py", 24 "avatar/metrics/*.py", 34 "avatar/py.typed"
|
| D | METADATA | 1 name: "pandora/avatar" 3 "Avatar aims to provide a scalable multi-platform Bluetooth testing tool "
|
| /external/pandora/avatar/avatar/cases/ |
| D | host_test.py | 16 import avatar 20 from avatar import BumblePandoraDevice 21 from avatar import PandoraDevice 22 from avatar import PandoraDevices 60 @avatar.asynchronous 64 @avatar.parameterized( 77 @avatar.rpc_except( 90 @avatar.asynchronous 104 @avatar.asynchronous 116 @avatar.asynchronous
|
| D | le_host_test.py | 16 import avatar 23 from avatar import BumblePandoraDevice 24 from avatar import PandoraDevice 25 from avatar import PandoraDevices 74 @avatar.asynchronous 78 @avatar.parameterized( 141 @avatar.parameterized( 145 (dict(shortened_local_name="avatar"),), 188 @avatar.parameterized( 192 @avatar.asynchronous [all …]
|
| D | le_security_test.py | 16 import avatar 20 from avatar import BumblePandoraDevice 21 from avatar import PandoraDevice 22 from avatar import PandoraDevices 23 from avatar import pandora 71 @avatar.parameterized( 97 @avatar.asynchronous
|
| D | security_test.py | 16 import avatar 20 from avatar import BumblePandoraDevice 21 from avatar import PandoraDevice 22 from avatar import PandoraDevices 23 from avatar import pandora 95 @avatar.asynchronous 119 @avatar.parameterized( 141 @avatar.asynchronous
|
| /external/pandora/avatar/avatar/ |
| D | pandora_server.py | 19 import avatar.aio 26 from avatar.controllers import bumble_device 27 from avatar.controllers import pandora_device 28 from avatar.pandora_client import BumblePandoraClient 29 from avatar.pandora_client import PandoraClient 80 # set the event loop to make sure the gRPC server use the avatar one. 81 asyncio.set_event_loop(avatar.aio.loop) 88 self._task = avatar.aio.loop.create_task( 105 avatar.aio.run_until_complete(server_stop())
|
| D | __init__.py | 16 Avatar is a scalable multi-platform Bluetooth testing tool capable of running 31 from avatar import pandora_server 32 from avatar.aio import asynchronous 33 from avatar.metrics import trace 34 from avatar.pandora_client import BumblePandoraClient as BumblePandoraDevice 35 from avatar.pandora_client import PandoraClient as PandoraDevice 36 from avatar.pandora_server import PandoraServer 37 from avatar.runner import SuiteRunner 232 parser = argparse.ArgumentParser(description='Avatar test runner.') 279 # Avatar default entry point [all …]
|
| D | pandora_client.py | 16 """Pandora client interface for Avatar tests.""" 19 import avatar.aio 26 from avatar.metrics.interceptors import aio_interceptors 27 from avatar.metrics.interceptors import interceptors 91 avatar.aio.run_until_complete(self._aio.channel.close())
|
| /external/python/bumble/.github/workflows/ |
| D | python-avatar.yml | 1 name: Python Avatar 14 name: Avatar [${{ matrix.shard }}] 35 python -m pip install .[avatar,pandora] 40 avatar --list | grep -Ev '^=' > test-names.txt 41 …timeout 5m avatar --test-beds bumble.bumbles --tests $(split test-names.txt -n l/${{ matrix.shard …
|
| /external/pandora/avatar/avatar/metrics/ |
| D | trace.py | 15 """Avatar metrics trace.""" 21 from avatar.metrics.trace_pb2 import DebugAnnotation 22 from avatar.metrics.trace_pb2 import ProcessDescriptor 23 from avatar.metrics.trace_pb2 import ThreadDescriptor 24 from avatar.metrics.trace_pb2 import Trace 25 from avatar.metrics.trace_pb2 import TracePacket 26 from avatar.metrics.trace_pb2 import TrackDescriptor 27 from avatar.metrics.trace_pb2 import TrackEvent 35 from avatar import PandoraDevices 36 from avatar.pandora_client import PandoraClient [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-tooltip/demo/ |
| D | index.html | 28 paper-icon-button, input, .avatar { 32 .avatar { 62 <div id="id_3" class="avatar blue" tabindex="0"></div> 63 <div id="id_4" class="avatar orange" tabindex="0"></div> 96 <div id="dir_1" class="avatar red" tabindex="0"></div> 97 <div id="dir_2" class="avatar blue" tabindex="0"></div> 98 <div id="dir_3" class="avatar green" tabindex="0"></div> 99 <div id="dir_4" class="avatar orange" tabindex="0"></div>
|
| /external/pandora/avatar/.github/workflows/ |
| D | avatar.yml | 1 name: Avatar 58 - run: black --check avatar/ 59 - run: isort --check avatar 88 avatar --list | grep -Ev '^=' > test-names.txt 89 …timeout 5m avatar --test-beds bumble.bumbles --tests $(split test-names.txt -n l/${{ matrix.shard …
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | blogger_v3.pages.html | 152 "image": { # The creator's avatar. 153 "url": "A String", # The creator's avatar URL. 186 "image": { # The creator's avatar. 187 "url": "A String", # The creator's avatar URL. 219 "image": { # The creator's avatar. 220 "url": "A String", # The creator's avatar URL. 274 "image": { # The creator's avatar. 275 "url": "A String", # The creator's avatar URL. 327 "image": { # The creator's avatar. 328 "url": "A String", # The creator's avatar URL. [all …]
|
| D | blogger_v3.posts.html | 161 "image": { # The creator's avatar. 162 "url": "A String", # The creator's avatar URL. 196 "image": { # The creator's avatar. 197 "url": "A String", # The creator's avatar URL. 257 "image": { # The creator's avatar. 258 "url": "A String", # The creator's avatar URL. 292 "image": { # The creator's avatar. 293 "url": "A String", # The creator's avatar URL. 340 "image": { # The creator's avatar. 341 "url": "A String", # The creator's avatar URL. [all …]
|
| D | blogger_v3.comments.html | 128 "image": { # The creator's avatar. 129 "url": "A String", # The creator's avatar URL. 198 "image": { # The creator's avatar. 199 "url": "A String", # The creator's avatar URL. 261 "image": { # The creator's avatar. 262 "url": "A String", # The creator's avatar URL. 322 "image": { # The creator's avatar. 323 "url": "A String", # The creator's avatar URL. 399 "image": { # The creator's avatar. 400 "url": "A String", # The creator's avatar URL. [all …]
|
| D | blogger_v3.blogs.html | 137 "image": { # The creator's avatar. 138 "url": "A String", # The creator's avatar URL. 172 "image": { # The creator's avatar. 173 "url": "A String", # The creator's avatar URL. 258 "image": { # The creator's avatar. 259 "url": "A String", # The creator's avatar URL. 293 "image": { # The creator's avatar. 294 "url": "A String", # The creator's avatar URL. 393 "image": { # The creator's avatar. 394 "url": "A String", # The creator's avatar URL. [all …]
|
| D | blogger_v2.posts.html | 114 "image": { # The creator's avatar. 115 "url": "A String", # The creator's avatar URL. 149 "image": { # The creator's avatar. 150 "url": "A String", # The creator's avatar URL. 209 "image": { # The creator's avatar. 210 "url": "A String", # The creator's avatar URL. 244 "image": { # The creator's avatar. 245 "url": "A String", # The creator's avatar URL.
|
| /external/pandora/bt-test-interfaces/.github/workflows/ |
| D | python.yml | 45 name: Avatar Bumble vs Bumble(s) [${{ matrix.shard }}] 67 pip install pandora-avatar 73 avatar --list | grep -Ev '^=' > test-names.txt 74 …timeout 5m avatar --test-beds bumble.bumbles --tests $(split test-names.txt -n l/${{ matrix.shard …
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-item/demo/ |
| D | index.html | 37 .avatar { 101 <div class="avatar blue" item-icon></div> 105 <div class="avatar" item-icon></div> 131 <div class="avatar blue" item-icon></div> 146 <div class="avatar blue" item-icon></div> 155 <div class="avatar" item-icon></div>
|
| /external/setupdesign/main/src/com/google/android/setupdesign/template/ |
| D | ProfileMixin.java | 35 /** A {@link Mixin} for setting an account name and account avatar on the template layout. */ 90 Log.w(TAG, "Didn't get the account avatar"); in setAccountAvatar() 110 Log.w(TAG, "Didn't get the account avatar"); in setAccountAvatar() 177 /** Returns the current account avatar. */
|