Home
last modified time | relevance | path

Searched refs:implementation (Results 1 – 23 of 23) sorted by relevance

/tools/metalava/
Dbuild.gradle.kts74 implementation("com.android.tools.external.org-jetbrains:uast:$studioVersion") in <lambda>()
75 implementation("com.android.tools.external.com-intellij:kotlin-compiler:$studioVersion") in <lambda>()
76 implementation("com.android.tools.external.com-intellij:intellij-core:$studioVersion") in <lambda>()
77 implementation("com.android.tools.lint:lint-api:$studioVersion") in <lambda>()
78 implementation("com.android.tools.lint:lint-checks:$studioVersion") in <lambda>()
79 implementation("com.android.tools.lint:lint-gradle:$studioVersion") in <lambda>()
80 implementation("com.android.tools.lint:lint:$studioVersion") in <lambda>()
81 implementation("com.android.tools:common:$studioVersion") in <lambda>()
82 implementation("com.android.tools:sdk-common:$studioVersion") in <lambda>()
83 implementation("com.android.tools:sdklib:$studioVersion") in <lambda>()
[all …]
DREADME.md12 more importantly to hide code intended to be implementation only, driven by
156 the API and which one is implementation; it is simply handed the filtered API
334 several implementation hierarchies: One is PSI based, where you point metalava
347 There are several key helpers that help with the implementation, detailed next.
402 Another visitor which helps with implementation is the ComparisonVisitor:
459 directly. This was not just convenient for the implementation (since metalava
DFORMAT.md25 some complexities in the implementation.
316 (Note how the implementation parameter doesn't have to match the public, API
489 implementation will be included in the signature file.
DAPI-LINT.md25 …src/android/pkg/MyStringImpl.java:3: error: Don't expose your implementation details: MyStringImpl…
/tools/ndkports/buildSrc/
Dbuild.gradle.kts19 implementation(kotlin("stdlib", kotlinVersion)) in <lambda>()
20 implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1") in <lambda>()
22 implementation("com.google.prefab:api:1.1.2") in <lambda>()
23 implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.0") in <lambda>()
24 implementation("org.redundent:kotlin-xml-builder:1.6.1") in <lambda>()
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DNdkPortsPlugin.kt43 private lateinit var implementation: Configuration variable
50 implementation = project.configurations.create("implementation") { in createConfigurations()
58 it.extendsFrom(implementation) in createConfigurations()
69 it.extendsFrom(implementation) in createConfigurations()
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/
DREADME.md4 the Wi-Fi Aware implementation in Android.
8 * functional: Functional tests that each implementation must pass. These
10 * performance: Tests which measure performance of an implementation - e.g.
15 test the implementation. Considering that some failures are expected,
/tools/trebuchet/core/common/
Dbuild.gradle25 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
26 implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
27 implementation project(":core:model")
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/
DREADME.md4 the Wi-Fi RTT (IEEE 802.11mc) implementation in Android.
8 * functional: Functional tests that each implementation must pass. These
11 test the implementation. Considering that some failures are expected,
/tools/asuite/atest/bazel/rules/
Dplatform_transitions.bzl36 implementation = _host_transition_impl,
48 implementation = _device_transition_impl,
Dtradefed_test.bzl80 work with dictionaries. The implementation is inspired by Skylib's
121 implementation = _tradefed_deviceless_test_impl,
153 implementation = _tradefed_device_test_impl,
Dcommon_settings.bzl40 implementation = _string_impl,
54 implementation = _impl,
Dsoong_prebuilt.bzl92 implementation = _soong_prebuilt_impl,
117 implementation = _soong_uninstalled_prebuilt_impl,
Dtradefed_test_aspects.bzl50 implementation = _soong_prebuilt_tradefed_aspect_impl,
/tools/metalava/buildSrc/
Dbuild.gradle.kts26 implementation("com.google.code.gson:gson:2.8.6")
/tools/apksig/
Dbuild.gradle22 implementation 'com.google.protobuf:protobuf-javalite:3.8.0'
/tools/ndkports/curl/
Dbuild.gradle.kts16 implementation(project(":openssl")) in <lambda>()
/tools/apifinder/checks/src/main/java/com/android/apifinder/
DApiFinderDetector.kt94 implementation = Implementation(ApiFinderDetector::class.java, Scope.JAVA_FILE_SCOPE)
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_lineage.txt122 KeyStore implementation. By default, the highest priority
127 to request the KeyStore implementation. By default, the
Dhelp_rotate.txt128 KeyStore implementation. By default, the highest priority
133 to request the KeyStore implementation. By default, the
Dhelp_sign.txt215 KeyStore implementation. By default, the highest priority
220 to request the KeyStore implementation. By default, the
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt368 A full implementation of IPv6 includes implementation of the
1022 be fragmented. It is an implementation choice whether to
1333 implementation (e.g., in a boot ROM) may simply restrict itself to
1334 sending packets no larger than 1280 octets, and omit implementation
2141 or assist in its implementation may be prepared, copied, published
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto467 // parsing. An implementation which chooses not to check required fields
469 // implementation must either *always* check its required fields, or *never*