Home
last modified time | relevance | path

Searched refs:since (Results 1 – 25 of 29) sorted by relevance

12

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiElement.kt26 var since = 0 variable in com.android.tools.metalava.apilevels.ApiElement
62 since = version
81 return since <= other!!.since in introducedNotLaterThan()
92 if (since > version) { in update()
93 since = version in update()
187 if (since > parentElement.since) { in print()
189 stream.print(since) in print()
DApiClass.kt65 fun addSuperClass(superClass: String, since: Int): ApiElement { in addSuperClass()
66 return addToArray(mSuperClasses, superClass, since) in addSuperClass()
88 fun addInterface(interfaceClass: String, since: Int) { in addInterface()
89 addToArray(mInterfaces, interfaceClass, since) in addInterface()
301 min = min(min, next.since) in removeHiddenSuperClasses()
304 val since = extendsClass.since in removeHiddenSuperClasses() constant
307 if (other.since >= since) { in removeHiddenSuperClasses()
DAddApisFromCodebase.kt82 val since = removed?.since ?: apiLevel in <lambda>() constant
84 newClass.addSuperClass(filteredSuperClass.nameInApi(), since) in <lambda>()
95 var mergedSince = since in <lambda>()
100 mergedSince = itf.since in <lambda>()
DApi.kt100 if (sdkExtensions != null && sdkExtensions.since != 30 && sdkExtensions.since != 33) { in backfillSdkExtensions()
102 } else if (sdkExtensions == null || sdkExtensions.since == 30) { in backfillSdkExtensions()
DApiGenerator.kt187 clazz.since, in <lambda>()
198 field.since, in <lambda>()
210 method.since, in <lambda>()
DApiJsonPrinter.kt49 "addedIn" to nameForVersion(since), in toJson()
/tools/tradefederation/core/isolation/
Disolation_runner.proto82 // The start time of the event if applicable in millisecond since epoch
84 // The end time of the event if applicable in millisecond since epoch
/tools/apksig/
DREADME.md6 (used by Android since day one) and
7 [APK Signature Scheme v2](https://source.android.com/security/apksigning/v2.html) (supported since
/tools/asuite/atest/bazel/resources/rules/
Dsoong_prebuilt.bzl76 # We exclude the outputs of static dependencies from the runfiles since
116 # execution we include them since they have their own runtime
190 # the transitive runtime outputs since static dependencies are already
/tools/tradefederation/core/javatests/test-apps/NativeTestSampleApp/tests/
DAndroid.mk.bak17 # TODO: build of this sample is disabled since it dependent on the platform
/tools/ndkports/
D.gitignore50 # since they will be recreated, and may cause churn. Uncomment if using
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/
DDocAnalyzer.kt726 val since = apiLookup.getClassVersion(cls) in <lambda>() constant
727 if (since != -1) { in <lambda>()
728 addApiLevelDocumentation(since, cls) in <lambda>()
733 pkgApi[pkg] = min(pkgApi[pkg] ?: Integer.MAX_VALUE, since) in <lambda>()
/tools/netsim/testing/netsim-grpc/
Dsetup.cfg65 # VCS export must be deactivated since we are using setuptools-scm
/tools/asuite/atest/integration_tests/
DAndroid.bp16 // on for running the suite. This is a workaround since we can't use csuite.zip
/tools/metalava/
DFORMAT.md28 in format v2, but it was deferred since type-use annotations introduces
103 As a special optimization, since we eventually want **all** APIs to have
234 since those are API-significant. Here's how this looks in the v2 file format
326 also be part of the v2 signature since (as an example) removing a default value
378 files since they're entirely implied by the enum, you can't change them, and
DREADME.md197 StringBuilder.setLength(int) was missing from the API signatures since it is a
200 anyway since it packages package private classes. Metalava strictly applies
223 target efforts since we plan to annotate the entire API). First, it can
463 to flag all API elements that have been removed as invalid (since you cannot
480 directly. This was not just convenient for the implementation (since metalava
DAPI-LINT.md17 are deprecated since these are presumably already known to be bad and are already
/tools/treble/build/sandbox/
Dnsjail.cfg114 # Note that this has no effect in a docker container, since in that case
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGATT_PTS_INSTRUCTIONS1058 …Note: Both responses need to be sent in quick successtion of each other since PTS disconnects the …
1180 …Note: All responses need to be sent in quick successtion of each other since PTS disconnects the l…
1291 …Note: All responses need to be sent in quick successtion of each other since PTS disconnects the l…
1363 …Note: All responses need to be sent in quick successtion of each other since PTS disconnects the l…
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto259 // The next chunk of stdout that bazel produced since the last progress event
263 // The next chunk of stderr that bazel produced since the last progress event
325 // Start of the build in ms since the epoch.
635 // Time in milliseconds since the epoch at which the test attempt was started.
815 // End of the build in ms since the epoch.
880 // --memory_profile is set, since it forces a full GC.
Dinvocation_policy.proto91 // since the 2nd value overrides the 1st.
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto284 // Number of times that this profile is connected since last metrics dump
/tools/asuite/atest/bazel/
Datest_bazel_mode.md106 allows all read access to "/" since it mounted "/" as readable in the sandbox.
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt23 signing scheme) used in Android since day one. By default,
156 through Sv2 (SDK versions 28 - 32); since the V3.0
Dhelp_lineage.txt168 certificate rotation since a compromised key could retake

12