/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | ApiDetector.java | 163 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 …]
|
D | ApiLookup.java | 652 @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 …]
|
D | MathDetector.java | 86 String owner = call.owner; in checkCall() local 88 if (owner.equals("android/util/FloatMath") //$NON-NLS-1$ in checkCall()
|
D | SecureRandomDetector.java | 87 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()
|
D | LocaleDetector.java | 135 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()
|
D | MissingClassDetector.java | 217 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()
|
D | WakelockDetector.java | 113 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()
|
D | ViewTagDetector.java | 97 String owner = call.owner; in checkCall() local 99 if (owner.equals("android/view/View") //$NON-NLS-1$ in checkCall()
|
D | FieldGetterDetector.java | 111 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/ |
D | ClassContext.java | 541 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/ |
D | AsmVisitor.java | 172 String owner = call.owner; in runClassDetectors() local 173 List<ClassScanner> scanners = mMethodOwnerToChecks.get(owner); in runClassDetectors()
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
D | FileListingService.java | 136 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/ |
D | SecureRandomTest.java.txt | 28 random3.setSeed(0); // Wrong: owner is java/util/Random, but applied to SecureRandom object
|
/sdk/sdkstats/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | NOTICE | 25 "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/ |
D | sdk_files_NOTICE.txt | 29 "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."
|