/tools/netsim/ui/ts/ |
D | device-dropzone.ts | 44 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`;
|
D | device-dragzone.ts | 24 this.style.opacity = '0.4'; 33 this.style.opacity = '1'; 39 this.style.opacity = '1';
|
/tools/netsim/ui/dist/js/ |
D | device-dropzone.js | 1 …style.opacity="",s.appendChild(l)):s.appendChild(l.cloneNode(!0));const a=s.lastChild;if(a){const …
|
D | device-dragzone.js | 1 …style.opacity="0.4",t.dataTransfer&&t.target&&(s.dragged=t.target,t.dataTransfer.effectAllowed="mo…
|
/tools/netsim/ui/assets/ |
D | grid-background.svg | 4 <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/ |
D | grid-background.svg | 4 <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/ |
D | UpdateSignatureHeaderCommandTest.kt | 162 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)()
|
D | SignatureFormatOptionsTest.kt | 282 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/ |
D | FileFormatTest.kt | 269 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/ |
D | CODING_STYLE.md | 4 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/ |
D | CODING_STYLE.md | 4 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/ |
D | bokeh_figure.py | 150 style='solid', argument 174 if style == 'dashed': 175 style = [5, 5] 187 'style': style,
|
/tools/asuite/ |
D | pylintrc | 29 # Naming style for methods 30 method-naming-style=snake_case
|
/tools/ndkports/ |
D | gradle.properties | 1 kotlin.code.style=official
|
/tools/repohooks/tools/ |
D | clang-format.py | 73 if opts.style: 74 cmd.extend(['--style', opts.style])
|
/tools/test/connectivity/acts/framework/acts/libs/ |
D | yaml_writer.py | 30 return dumper.represent_scalar('tag:yaml.org,2002:str', data, style='|')
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | NullnessMigrationTest.kt | 26 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/ |
D | metrics.proto | 22 // Wrapper needed to support proto3-like style nullable values.
|
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/ |
D | CellularLteRvrTest.py | 100 style='dashed') 174 style='dashed')
|
D | CellularFr1RvRTest.py | 102 style='dashed')
|
/tools/test/connectivity/acts/framework/acts/ |
D | logger.py | 89 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/ |
D | WifiRvrTest.py | 148 style='dashed', 155 style='dashed', 336 style='dashed', 344 style='dashed', 980 style='dashed', 988 style='dashed', 996 style='dashed',
|
/tools/netsim/ui/ |
D | rollup.config.mjs | 23 … 'lit/directives/style-map.js': 'https://cdn.jsdelivr.net/gh/lit/dist@2/all/lit-all.min.js',
|
/tools/netsim/proto/netsim/ |
D | hci_packet.proto | 30 // See: https://developers.google.com/protocol-buffers/docs/style#enums
|
/tools/netsim/testing/netsim-grpc/ |
D | setup.cfg | 70 # Some initial defaults for the code style checker flake8
|