Home
last modified time | relevance | path

Searched full:avatar (Results 1 – 25 of 127) sorted by relevance

123456

/external/pandora/avatar/doc/
Dandroid-guide.md1 # 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 ![Avatar Android architecture](
21 images/avatar-android-bumble-virtual-architecture-simplified.svg)
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 …]
Doverview.md1 # 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 ![Avatar Android architecture](
24 images/avatar-android-bumble-virtual-architecture-simplified.svg)
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 …]
Dandroid-bumble-extensions.md4 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/
Dpyproject.toml2 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']
DAndroid.bp21 "avatar/*.py",
22 "avatar/cases/*.py",
23 "avatar/controllers/*.py",
24 "avatar/metrics/*.py",
34 "avatar/py.typed"
DMETADATA1 name: "pandora/avatar"
3 "Avatar aims to provide a scalable multi-platform Bluetooth testing tool "
/external/pandora/avatar/avatar/cases/
Dhost_test.py16 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
Dle_host_test.py16 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 …]
Dle_security_test.py16 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
Dsecurity_test.py16 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/
Dpandora_server.py19 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__.py16 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 …]
Dpandora_client.py16 """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/
Dpython-avatar.yml1 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/
Dtrace.py15 """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/
Dindex.html28 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/
Davatar.yml1 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/
Dblogger_v3.pages.html152 &quot;image&quot;: { # The creator&#x27;s avatar.
153 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
186 &quot;image&quot;: { # The creator&#x27;s avatar.
187 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
219 &quot;image&quot;: { # The creator&#x27;s avatar.
220 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
274 &quot;image&quot;: { # The creator&#x27;s avatar.
275 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
327 &quot;image&quot;: { # The creator&#x27;s avatar.
328 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
[all …]
Dblogger_v3.posts.html161 &quot;image&quot;: { # The creator&#x27;s avatar.
162 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
196 &quot;image&quot;: { # The creator&#x27;s avatar.
197 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
257 &quot;image&quot;: { # The creator&#x27;s avatar.
258 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
292 &quot;image&quot;: { # The creator&#x27;s avatar.
293 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
340 &quot;image&quot;: { # The creator&#x27;s avatar.
341 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
[all …]
Dblogger_v3.comments.html128 &quot;image&quot;: { # The creator&#x27;s avatar.
129 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
198 &quot;image&quot;: { # The creator&#x27;s avatar.
199 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
261 &quot;image&quot;: { # The creator&#x27;s avatar.
262 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
322 &quot;image&quot;: { # The creator&#x27;s avatar.
323 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
399 &quot;image&quot;: { # The creator&#x27;s avatar.
400 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
[all …]
Dblogger_v3.blogs.html137 &quot;image&quot;: { # The creator&#x27;s avatar.
138 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
172 &quot;image&quot;: { # The creator&#x27;s avatar.
173 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
258 &quot;image&quot;: { # The creator&#x27;s avatar.
259 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
293 &quot;image&quot;: { # The creator&#x27;s avatar.
294 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
393 &quot;image&quot;: { # The creator&#x27;s avatar.
394 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
[all …]
Dblogger_v2.posts.html114 &quot;image&quot;: { # The creator&#x27;s avatar.
115 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
149 &quot;image&quot;: { # The creator&#x27;s avatar.
150 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
209 &quot;image&quot;: { # The creator&#x27;s avatar.
210 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
244 &quot;image&quot;: { # The creator&#x27;s avatar.
245 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
/external/pandora/bt-test-interfaces/.github/workflows/
Dpython.yml45 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/
Dindex.html37 .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/
DProfileMixin.java35 /** 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. */

123456