Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 1908) sorted by relevance

12345678910>>...77

/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java105 public IApiDelta compare(IApi from, IApi to) { in compare() argument
106 assert from.getVisibility() == to.getVisibility(); in compare()
109 Set<IPackage> toPackages = to.getPackages(); in compare()
114 IPackage to) { in compare()
115 return comparePackage(from, to); in compare()
119 IPackage to) { in compare()
120 return new SigPackageDelta(from, to); in compare()
124 IPackage to) { in compare()
125 return from.getName().equals(to.getName()); in compare()
131 delta = new SigApiDelta(from, to); in compare()
[all …]
/cts/tools/signature-tools/src/signature/compare/model/impl/
DSigDelta.java31 private T to; field in SigDelta
33 public SigDelta(T from, T to) { in SigDelta() argument
35 this.to = to; in SigDelta()
43 return to; in getTo()
47 if (from == null && to != null) { in getType()
50 if (from != null && to == null) { in getType()
98 builder.append(to); in toString()
DSigValueDelta.java23 public SigValueDelta(Object from, Object to) { in SigValueDelta() argument
24 super(from, to); in SigValueDelta()
DSigPrimitiveTypeDelta.java25 public SigPrimitiveTypeDelta(IPrimitiveType from, IPrimitiveType to) { in SigPrimitiveTypeDelta() argument
26 super(from, to); in SigPrimitiveTypeDelta()
DSigFieldDelta.java25 public SigFieldDelta(IField from, IField to) { in SigFieldDelta() argument
26 super(from, to); in SigFieldDelta()
DSigModifierDelta.java25 public SigModifierDelta(Modifier from, Modifier to) { in SigModifierDelta() argument
26 super(from, to); in SigModifierDelta()
DSigConstructorDelta.java25 public SigConstructorDelta(IConstructor from, IConstructor to) { in SigConstructorDelta() argument
26 super(from, to); in SigConstructorDelta()
DSigGenericDeclarationDelta.java26 IGenericDeclaration to) { in SigGenericDeclarationDelta() argument
27 super(from, to); in SigGenericDeclarationDelta()
DSigClassReferenceDelta.java25 public SigClassReferenceDelta(IClassReference from, IClassReference to) { in SigClassReferenceDelta() argument
26 super(from, to); in SigClassReferenceDelta()
DSigTypeDelta.java25 public SigTypeDelta(T from, T to) { in SigTypeDelta() argument
26 super(from, to); in SigTypeDelta()
DSigTypeDefinitionDelta.java25 public SigTypeDefinitionDelta(T from, T to) { in SigTypeDefinitionDelta() argument
26 super(from, to); in SigTypeDefinitionDelta()
DSigEnumConstantDelta.java28 public SigEnumConstantDelta(IEnumConstant from, IEnumConstant to) { in SigEnumConstantDelta() argument
29 super(from, to); in SigEnumConstantDelta()
DSigMethodDelta.java28 public SigMethodDelta(IMethod from, IMethod to) { in SigMethodDelta() argument
29 super(from, to); in SigMethodDelta()
DSigArrayTypeDelta.java28 public SigArrayTypeDelta(IArrayType from, IArrayType to) { in SigArrayTypeDelta() argument
29 super(from, to); in SigArrayTypeDelta()
DSigAnnotationFieldDelta.java28 public SigAnnotationFieldDelta(IAnnotationField from, IAnnotationField to) { in SigAnnotationFieldDelta() argument
29 super(from, to); in SigAnnotationFieldDelta()
DSigAnnotationElementDelta.java29 IAnnotationElement to) { in SigAnnotationElementDelta() argument
30 super(from, to); in SigAnnotationElementDelta()
DSigTypeVariableReferenceDelta.java30 ITypeVariableReference to) { in SigTypeVariableReferenceDelta() argument
31 super(from, to); in SigTypeVariableReferenceDelta()
DSigApiDelta.java29 public SigApiDelta(IApi from, IApi to) { in SigApiDelta() argument
30 super(from, to); in SigApiDelta()
/cts/tools/dex-tools/
DREADME.txt4 The parser is able to read a dex file and to create a datastructure based on it.
5 It is designed to be fast and close to the spec.
6 Support for direct navigation to super classes and similar will be implemented in a layer on top of…
10 Feel free to improve!
/cts/tools/dasm/src/dasm/
DDasmCatchBuilder.java46 String to; field in DasmCatchBuilder.UnprocessedCatch
62 UnprocessedCatch(String exception, String from, String to, in UnprocessedCatch() argument
65 this.to = to; in UnprocessedCatch()
154 if (uc.to.compareToIgnoreCase(end) != 0) in add()
159 + ") and different end addresses (" + uc.to in add()
184 lte = labels_table.get(uc.to); in build()
186 throw new RuntimeException("Label " + uc.to + " not defined"); in build()
187 CodeAddress to = lte.code_address; in build() local
214 CatchTable.Entry entry = new CatchTable.Entry(from.getAddress(), to in build()
/cts/tools/signature-tools/templates/
DPackageOverviewPage.st17 …om/android/reference/$package_delta.to.packageFragments; separator="/"$/package-summary.html}, nam…
28 $Table(name="Added Classes and Interfaces", rows=added_classes:{$it.to:ClassReferenceLink()$}:Simpl…
33 $Table(name="Changed Classes and Interfaces", rows=changed_classes:{$it.to:ClassChangedLink()$}:Sim…
/cts/tools/signature-tools/
DREADME.txt6 #Signature model : A generic model to represent the structure of an API
11 #Delta model : A model to represent differences between two signature models
15 #Report engine : Translates a delta model to a html output based on templates (utilizing the Stri…
20 Feel free to improve!
50 spec : various input files to try the tool
/cts/tools/signature-tools/templates/delta/
Ddeltas.stg4 ADDED(delta) ::= "Added $ElementType(element=delta.to)$"
47 …lassReferenceDelta(delta) ::= "from $SigClass(element=delta.from)$ to $SigClass(element=delta.to)$"
111 SigPrimitiveTypeDelta(delta) ::= "from $delta.from$ to $delta.to$"
113 SigTypeDelta(delta) ::= "from $ElementType(element=delta.from)$ to $ElementType(element=delta.to)$"
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
DT_monitor_enter_2.d9 ; Unless required by applicable law or agreed to in writing, software
78 .catch all from Label13 to Label14 using Label46
79 .catch all from Label16 to Label20 using Label46
80 .catch all from Label22 to Label23 using Label46
81 .catch all from Label35 to Label37 using Label46
82 .catch all from Label46 to Label53 using Label46
/cts/tools/dasm/test/
Dall_opcodes.d154 int-to-long v1, v2
155 int-to-float v1, v2
156 int-to-double v1, v2
157 long-to-int v1, v2
158 long-to-float v1, v2
159 long-to-double v1, v2
160 float-to-int v1, v2
161 float-to-long v1, v2
162 float-to-double v1, v2
163 double-to-int v1, v2
[all …]

12345678910>>...77