Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 35) sorted by relevance

12

/tools/netsim/ui/ts/
Ddevice-dropzone.ts44 draggedElement.style.opacity = '';
54 dropped.style.position = 'absolute';
55 dropped.style.left = `${ev.clientX - rect.left}px`;
56 dropped.style.top = `${ev.clientY - rect.top}px`;
57 dropped.style.opacity = `1.0`;
Ddevice-dragzone.ts24 this.style.opacity = '0.4';
33 this.style.opacity = '1';
39 this.style.opacity = '1';
/tools/netsim/ui/dist/js/
Ddevice-dropzone.js1style.opacity="",s.appendChild(l)):s.appendChild(l.cloneNode(!0));const a=s.lastChild;if(a){const …
Ddevice-dragzone.js1style.opacity="0.4",t.dataTransfer&&t.target&&(s.dragged=t.target,t.dataTransfer.effectAllowed="mo…
/tools/netsim/ui/assets/
Dgrid-background.svg4 <rect width="10" height="10" style="fill:none;stroke:#a9a9a9"/>
7 <rect width="100" height="100" style="stroke:#366" fill="url(#square)"/>
10 <rect width="1000" height="1000" fill="url(#quad)" style="stroke:#366;stroke-width:2px"/>
/tools/netsim/ui/dist/assets/
Dgrid-background.svg4 <rect width="10" height="10" style="fill:none;stroke:#a9a9a9"/>
7 <rect width="100" height="100" style="stroke:#366" fill="url(#square)"/>
10 <rect width="1000" height="1000" fill="url(#quad)" style="stroke:#366;stroke-width:2px"/>
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/
DUpdateSignatureHeaderCommandTest.kt162 fun `Update signature (v2 to v2 + kotlin-style-nulls=true but no migrating)`() { in Update signature (v2 to v2 + kotlin-style-nulls=true but no migrating)()
181 fun `Update signature (v2 to v2 + kotlin-style-nulls=true,migrating=test)`() { in Update signature (v2 to v2 + kotlin-style-nulls=true,migrating=test)()
202 fun `Update signature (v2 to v3 + kotlin-style-nulls=false,migrating=test)`() { in Update signature (v2 to v3 + kotlin-style-nulls=false,migrating=test)()
DSignatureFormatOptionsTest.kt282 fun `--format specifier unknown value (kotlin-style-nulls)`() { in --format specifier unknown value (kotlin-style-nulls)()
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DFileFormatTest.kt269 fun `Check format parsing (v3 + kotlin-style-nulls=no but no migrating)`() { in Check format parsing (v3 + kotlin-style-nulls=no but no migrating)()
281 fun `Check header and specifier (v3 + kotlin-style-nulls=no,migrating=test)`() { in Check header and specifier (v3 + kotlin-style-nulls=no,migrating=test)()
296 fun `Check header and specifier (v2 + kotlin-style-nulls=yes,migrating=test)`() { in Check header and specifier (v2 + kotlin-style-nulls=yes,migrating=test)()
348 fun `Check format parsing (v5) - kotlin-style-nulls property`() { in Check format parsing (v5) - kotlin-style-nulls property()
373 fun `Check header and specifier (v2 + kotlin-style-nulls=yes + migrating=test)`() { in Check header and specifier (v2 + kotlin-style-nulls=yes + migrating=test)()
388 fun `Check header and specifier (v3 + kotlin-style-nulls=no)`() { in Check header and specifier (v3 + kotlin-style-nulls=no)()
482 fun `Check header and specifier (v5 + kotlin-style-nulls=yes,language=java)`() { in Check header and specifier (v5 + kotlin-style-nulls=yes,language=java)()
688 fun `Check parseDefaults kotlin-style-nulls=yes`() { in Check parseDefaults kotlin-style-nulls=yes()
/tools/netsim/doc/
DCODING_STYLE.md4 This project follows [Google C++ style](https://google.github.io/styleguide/cppguide.html).
6 If there is any inconsistency in this repository and it's not mentioned in Google C++ style guide:
/tools/netsim/guide/
DCODING_STYLE.md4 This project follows [Google C++ style](https://google.github.io/styleguide/cppguide.html).
6 If there is any inconsistency in this repository and it's not mentioned in Google C++ style guide:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dbokeh_figure.py150 style='solid', argument
174 if style == 'dashed':
175 style = [5, 5]
187 'style': style,
/tools/asuite/
Dpylintrc29 # Naming style for methods
30 method-naming-style=snake_case
/tools/ndkports/
Dgradle.properties1 kotlin.code.style=official
/tools/repohooks/tools/
Dclang-format.py73 if opts.style:
74 cmd.extend(['--style', opts.style])
/tools/test/connectivity/acts/framework/acts/libs/
Dyaml_writer.py30 return dumper.represent_scalar('tag:yaml.org,2002:str', data, style='|')
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DNullnessMigrationTest.kt26 fun `Test Kotlin-style null signatures`() { in Test Kotlin-style null signatures()
247 fun `Comprehensive check of migration, Kotlin-style output`() { in Comprehensive check of migration, Kotlin-style output()
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/
Dmetrics.proto22 // Wrapper needed to support proto3-like style nullable values.
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularLteRvrTest.py100 style='dashed')
174 style='dashed')
DCellularFr1RvRTest.py102 style='dashed')
/tools/test/connectivity/acts/framework/acts/
Dlogger.py89 style = LOG_LEVELS[level_name]['style']
90 formatted_level_name = '%s%s%s' % (style, level_name, Style.RESET)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTest.py148 style='dashed',
155 style='dashed',
336 style='dashed',
344 style='dashed',
980 style='dashed',
988 style='dashed',
996 style='dashed',
/tools/netsim/ui/
Drollup.config.mjs23 … 'lit/directives/style-map.js': 'https://cdn.jsdelivr.net/gh/lit/dist@2/all/lit-all.min.js',
/tools/netsim/proto/netsim/
Dhci_packet.proto30 // See: https://developers.google.com/protocol-buffers/docs/style#enums
/tools/netsim/testing/netsim-grpc/
Dsetup.cfg70 # Some initial defaults for the code style checker flake8

12