/tools/apifinder/src/main/com/android/apifinder/ |
D | JavaApiUsedByMainlineModule.java | 29 import com.sun.source.tree.MethodInvocationTree; 30 import com.sun.source.tree.NewClassTree; 89 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() argument 90 Symbol sym = ASTHelpers.getSymbol(tree); in matchMethodInvocation() 112 return buildDescription(tree) in matchMethodInvocation() 119 public Description matchNewClass(NewClassTree tree, VisitorState state) { in matchNewClass() argument 120 Symbol sym = ASTHelpers.getSymbol(tree); in matchNewClass() 138 return buildDescription(tree) in matchNewClass()
|
/tools/platform-compat/java/android/processor/compat/ |
D | SingleAnnotationProcessor.java | 23 import com.sun.source.tree.CompilationUnitTree; 24 import com.sun.source.tree.LineMap; 25 import com.sun.source.tree.Tree; 157 Tree tree = path.getLeaf(); in getSourcePosition() local 158 long startPosition = sourcePositions.getStartPosition(compilationUnit, tree); in getSourcePosition() 159 long endPosition = sourcePositions.getEndPosition(compilationUnit, tree); in getSourcePosition()
|
D | Android.bp | 34 "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
|
/tools/platform-compat/build/ |
D | process_compat_config.py | 56 self.tree = ET.ElementTree() 57 self.tree._setroot(ET.Element("config")) 86 self.tree.getroot().append(child) 94 self.tree.write(filename, encoding='utf-8', xml_declaration=True) 103 for change in self.tree.getroot():
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/ |
D | V4SchemeVerifier.java | 71 final byte[] tree; in verify() 74 tree = V4Signature.readBytes(input); in verify() 107 verifyRootHashAndTree(apk, signerInfo, hashingInfo.rawRootHash, tree); in verify() 228 final byte[] actualTree = actualContentDigestInfo.tree; in verifyRootHashAndTree()
|
D | V4SchemeSigner.java | 132 final byte[] tree = verityContentDigestInfo.tree; in generateV4Signature() 149 return Pair.of(signature, tree); in generateV4Signature()
|
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
D | AndroidJarReader.java | 26 import org.objectweb.asm.tree.ClassNode; 27 import org.objectweb.asm.tree.FieldNode; 28 import org.objectweb.asm.tree.MethodNode;
|
/tools/treble/split/ |
D | README.md | 8 used to sync the Android source tree and build the specific target. This sync 13 manifest from a full manifest using dependency information from the source tree 16 and source tree. This is solved by manually fine-tuning a tool configuration XML
|
/tools/security/remote_provisioning/attestation_testing/ |
D | README | 1 Run the following commands to run this attestation test on device. From the root of the tree:
|
/tools/asuite/atest-py2/test_finders/ |
D | tf_integration_finder.py | 95 tree = ElementTree.parse(path) 96 root = tree.getroot()
|
/tools/treble/build/sandbox/ |
D | config.py | 365 tree = ET.parse(config_filename) 366 config = tree.getroot()
|
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/ |
D | CellBroadcastTest.py | 134 tree = ET.parse(carrier_test_conf) 135 root = tree.getroot() 138 tree.write(carrier_test_conf)
|
/tools/asuite/aidegen/ |
D | README.md | 69 | `-a` | `--android-tree` | Generate whole Android source tree project file for IDE.|
|
/tools/platform-compat/ |
D | README.md | 9 $ tree -F --dirsfirst -d --prune tools/platform-compat/
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
D | ApkSigningBlockUtils.java | 628 public final byte[] tree; field in ApkSigningBlockUtils.VerityTreeAndDigest 631 byte[] tree) { in VerityTreeAndDigest() argument 634 this.tree = tree; in VerityTreeAndDigest() 645 ByteBuffer tree = builder.generateVerityTree(dataSource); in computeChunkVerityTreeAndDigest() local 646 byte[] rootHash = builder.getRootHashFromTree(tree); in computeChunkVerityTreeAndDigest() 648 return new VerityTreeAndDigest(VERITY_CHUNKED_SHA256, encoded.array(), tree.array()); in computeChunkVerityTreeAndDigest()
|
/tools/asuite/atest/test_finders/ |
D | tf_integration_finder.py | 104 tree = ElementTree.parse(path) 105 root = tree.getroot()
|
/tools/test/graphicsbenchmark/ |
D | README | 6 From the root of your Android tree:
|
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/ |
D | Android.bp | 35 "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 186 tree = xml.etree.ElementTree.parse(filename) 188 root = tree.getroot()
|
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/ |
D | testtracker_result.proto | 61 // Name of the result in the tree.
|
/tools/metalava/ |
D | README.md | 7 Metalava is a metadata generator intended for the Android source tree, used for 166 but not versa). It also lets you diff directly on a source tree; it does not 275 javadoc, which meant that most of the source tree was opaque. Therefore, as 322 (2) There's a lot of logic for deciding whether code found in the source tree 334 to a source tree or a .jar file, and it constructs Items built on top of PSI:
|
D | FORMAT.md | 511 The Android source tree also has checked in versions of the signatures for all
|
/tools/external_updater/ |
D | README.md | 101 explicitly keep files famous in Android tree.
|
/tools/asuite/atest-py2/docs/ |
D | developer_workflow.md | 95 Tradefed test files live in a parallel `/tests/` file tree here:
|
/tools/asuite/atest/docs/ |
D | developer_workflow.md | 95 Tradefed test files live in a parallel `/tests/` file tree here:
|