Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 25 of 27) sorted by relevance

12

/tools/apifinder/src/main/com/android/apifinder/
DJavaApiUsedByMainlineModule.java29 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/
DSingleAnnotationProcessor.java23 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()
DAndroid.bp34 "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
/tools/platform-compat/build/
Dprocess_compat_config.py56 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/
DV4SchemeVerifier.java71 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()
DV4SchemeSigner.java132 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/
DAndroidJarReader.java26 import org.objectweb.asm.tree.ClassNode;
27 import org.objectweb.asm.tree.FieldNode;
28 import org.objectweb.asm.tree.MethodNode;
/tools/treble/split/
DREADME.md8 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/
DREADME1 Run the following commands to run this attestation test on device. From the root of the tree:
/tools/asuite/atest-py2/test_finders/
Dtf_integration_finder.py95 tree = ElementTree.parse(path)
96 root = tree.getroot()
/tools/treble/build/sandbox/
Dconfig.py365 tree = ET.parse(config_filename)
366 config = tree.getroot()
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastTest.py134 tree = ET.parse(carrier_test_conf)
135 root = tree.getroot()
138 tree.write(carrier_test_conf)
/tools/asuite/aidegen/
DREADME.md69 | `-a` | `--android-tree` | Generate whole Android source tree project file for IDE.|
/tools/platform-compat/
DREADME.md9 $ tree -F --dirsfirst -d --prune tools/platform-compat/
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java628 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/
Dtf_integration_finder.py104 tree = ElementTree.parse(path)
105 root = tree.getroot()
/tools/test/graphicsbenchmark/
DREADME6 From the root of your Android tree:
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DAndroid.bp35 "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py186 tree = xml.etree.ElementTree.parse(filename)
188 root = tree.getroot()
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/
Dtesttracker_result.proto61 // Name of the result in the tree.
/tools/metalava/
DREADME.md7 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:
DFORMAT.md511 The Android source tree also has checked in versions of the signatures for all
/tools/external_updater/
DREADME.md101 explicitly keep files famous in Android tree.
/tools/asuite/atest-py2/docs/
Ddeveloper_workflow.md95 Tradefed test files live in a parallel `/tests/` file tree here:
/tools/asuite/atest/docs/
Ddeveloper_workflow.md95 Tradefed test files live in a parallel `/tests/` file tree here:

12