Home
last modified time | relevance | path

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

12345678910>>...83

/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()
DSigFieldDelta.java25 public SigFieldDelta(IField from, IField to) { in SigFieldDelta() argument
26 super(from, to); in SigFieldDelta()
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()
DSigPrimitiveTypeDelta.java25 public SigPrimitiveTypeDelta(IPrimitiveType from, IPrimitiveType to) { in SigPrimitiveTypeDelta() argument
26 super(from, to); in SigPrimitiveTypeDelta()
DSigModifierDelta.java25 public SigModifierDelta(Modifier from, Modifier to) { in SigModifierDelta() argument
26 super(from, to); in SigModifierDelta()
DSigClassReferenceDelta.java25 public SigClassReferenceDelta(IClassReference from, IClassReference to) { in SigClassReferenceDelta() argument
26 super(from, to); in SigClassReferenceDelta()
DSigTypeDefinitionDelta.java25 public SigTypeDefinitionDelta(T from, T to) { in SigTypeDefinitionDelta() argument
26 super(from, to); in SigTypeDefinitionDelta()
DSigTypeDelta.java25 public SigTypeDelta(T from, T to) { in SigTypeDelta() argument
26 super(from, to); in SigTypeDelta()
DSigAnnotationFieldDelta.java28 public SigAnnotationFieldDelta(IAnnotationField from, IAnnotationField to) { in SigAnnotationFieldDelta() argument
29 super(from, to); in SigAnnotationFieldDelta()
DSigArrayTypeDelta.java28 public SigArrayTypeDelta(IArrayType from, IArrayType to) { in SigArrayTypeDelta() argument
29 super(from, to); in SigArrayTypeDelta()
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()
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()
/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/hostsidetests/appsecurity/test-apps/SplitApp/
DREADME3 the build_libs.sh script. Don't attempt to modify manually. To rebuild
4 the native code, make the following change to the NDK to pass through
/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/hostsidetests/theme/
DREADME9 * Unless required by applicable law or agreed to in writing, software
21 theme tests, a device must be able to generate images that are identical to the
25 modifications to the reference images will invalidate the test results.
36 to generate references images for. Confirm that all devices are connected
57 2. Subsequent changes to the theme tests, including changes to the reference
65 1. Connect the device that you wish to test. Confirm that is is connected with:
73 3. Wait for the tests to complete. This should take less than five minutes.
/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/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/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)$"

12345678910>>...83