Home
last modified time | relevance | path

Searched refs:ident (Results 1 – 5 of 5) sorted by relevance

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiToExtensionsMap.kt134 val ident = in getSdkIdentifiers() constant
137 assert(ident.id != ANDROID_PLATFORM_SDK_ID) // invariant in getSdkIdentifiers()
138 if (ident.id >= DESSERT_RELEASE_INDEPENDENT_SDK_BASE || ident.id <= androidSince) { in getSdkIdentifiers()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DAndroidApiChecks.kt286 private fun checkVariable(item: Item, tag: String?, ident: String, type: TypeItem?) { in checkVariable()
309 "$ident documentation mentions constants without declaring an @IntDef" in checkVariable()
321 "$ident documentation mentions 'null' without declaring @NonNull or @Nullable" in checkVariable()
/tools/security/remote_provisioning/hwtrust/
DCargo.lock399 "unicode-ident",
482 "unicode-ident",
515 name = "unicode-ident"
/tools/asuite/adevice/src/
Dadevice.rs108 ($fn:expr, $ident:expr) => {{
111 $ident = start.elapsed();
/tools/repohooks/tools/
Dcheckpatch.pl4645 my ($ident, $from, $to) = ($1, $2, $2);
4660 my $sub_from = $ident;
4661 my $sub_to = $ident;
4670 my ($match, $from, $to, $ident) = ($1, $2, $2, $3);
4683 if ($from ne $to && $ident !~ /^$Modifier$/) {