Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 25 of 47) sorted by relevance

12

/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DApiDetector.java163 String owner = "android/R$" //$NON-NLS-1$ in visitAttribute() local
166 int api = mApiDatabase.getFieldVersion(owner, name); in visitAttribute()
202 String owner = "android/R$" //$NON-NLS-1$ in visitElement() local
205 int api = mApiDatabase.getFieldVersion(owner, name); in visitElement()
342 String owner = node.owner; in checkClass() local
348 && owner.equals(classNode.name)) { in checkClass()
349 owner = classNode.superName; in checkClass()
352 while (owner != null) { in checkClass()
353 int api = mApiDatabase.getCallVersion(owner, name, desc); in checkClass()
366 fqcn = "new " + ClassContext.getFqcn(owner); //$NON-NLS-1$ in checkClass()
[all …]
DApiLookup.java652 @NonNull String owner, in getCallVersion()
655 if (!isRelevantClass(owner)) { in getCallVersion()
660 int classNumber = findClass(owner); in getCallVersion()
665 ApiClass clz = mInfo.getClass(owner); in getCallVersion()
693 @NonNull String owner, in getFieldVersion()
695 if (!isRelevantClass(owner)) { in getFieldVersion()
700 int classNumber = findClass(owner); in getFieldVersion()
705 ApiClass clz = mInfo.getClass(owner); in getFieldVersion()
719 private int findClass(@NonNull String owner) { in findClass() argument
720 assert owner.indexOf('.') == -1 : "Should use / instead of . in owner: " + owner; in findClass()
[all …]
DMathDetector.java86 String owner = call.owner; in checkCall() local
88 if (owner.equals("android/util/FloatMath") //$NON-NLS-1$ in checkCall()
DSecureRandomDetector.java87 String owner = call.owner; in checkCall() local
89 if (owner.equals(OWNER_SECURE_RANDOM)) { in checkCall()
99 } else if (owner.equals(OWNER_RANDOM) && desc.startsWith(LONG_ARG)) { in checkCall()
130 } else if (owner.equals(OWNER_RANDOM) && desc.startsWith(LONG_ARG)) { in checkCall()
DLocaleDetector.java135 String owner = call.owner; in checkCall() local
138 if (owner.equals(DATE_FORMAT_OWNER)) { in checkCall()
152 } else if (!owner.equals(STRING_OWNER)) { in checkCall()
DMissingClassDetector.java217 for (String owner : classes) { in afterCheckProject()
218 Location.Handle handle = mReferencedClasses.get(owner); in afterCheckProject()
219 String fqcn = ClassContext.getFqcn(owner); in afterCheckProject()
222 if (!signature.equals(owner)) { in afterCheckProject()
232 mReferencedClasses.remove(owner); in afterCheckProject()
DWakelockDetector.java113 if (call.owner.equals(WAKELOCK_OWNER)) { in checkCall()
161 call.owner.equals(WAKELOCK_OWNER)) { in checkFlow()
227 method.owner.equals(WAKELOCK_OWNER)) { in add()
283 if (method.name.equals(RELEASE_METHOD) && method.owner.equals(WAKELOCK_OWNER)) { in dfs()
285 } else if (method.name.equals(ACQUIRE_METHOD) && method.owner.equals(WAKELOCK_OWNER)) { in dfs()
DViewTagDetector.java97 String owner = call.owner; in checkCall() local
99 if (owner.equals("android/view/View") //$NON-NLS-1$ in checkCall()
DFieldGetterDetector.java111 String owner = node.owner; in checkInstruction() local
126 && owner.equals(classNode.name)) { in checkInstruction()
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DClassContext.java541 pattern = call.owner; in getLocation()
578 public static String getFqcn(@NonNull String owner) { in getFqcn() argument
579 return owner.replace('/', '.').replace('$','.'); in getFqcn()
592 public static String createSignature(String owner, String name, String desc) { in createSignature() argument
601 if (owner != null) { in createSignature()
602 sb.append(getFqcn(owner)); in createSignature()
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DAsmVisitor.java172 String owner = call.owner; in runClassDetectors() local
173 List<ClassScanner> scanners = mMethodOwnerToChecks.get(owner); in runClassDetectors()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DFileListingService.java136 String owner; field in FileListingService.FileEntry
212 return owner; in getOwner()
463 String owner = m.group(2); in processNewLines() local
539 entry.owner = owner; in processNewLines()
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/bytecode/
DSecureRandomTest.java.txt28 random3.setSeed(0); // Wrong: owner is java/util/Random, but applied to SecureRandom object
/sdk/sdkstats/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/monkeyrunner/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/common/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/ddms/libs/ddmlib/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/sdkmanager/libs/sdkuilib/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/dumpeventlog/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/screenshot/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/avdlauncher/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/sdkmanager/app/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/apkbuilder/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/find_java/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
26 the copyright owner that is granting the License.
64 submitted to Licensor for inclusion in the Work by the copyright owner
66 the copyright owner. For the purposes of this definition, "submitted"
73 designated in writing by the copyright owner as "Not a Contribution."
/sdk/files/
Dsdk_files_NOTICE.txt29 "Licensor" shall mean the copyright owner or entity authorized by
30 the copyright owner that is granting the License.
68 submitted to Licensor for inclusion in the Work by the copyright owner
70 the copyright owner. For the purposes of this definition, "submitted"
77 designated in writing by the copyright owner as "Not a Contribution."

12