Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 37) sorted by relevance

12

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiPackageItem.kt118 … var original = initialClasses.size // classes added after this point will have indices >= original in hashCode() variable
125 while (original < classes.size) { in hashCode()
126 val added = ArrayList(classes.subList(original, classes.size)) in hashCode()
127 original = classes.size in hashCode()
155 fun create(codebase: PsiBasedCodebase, original: PsiPackageItem): PsiPackageItem { in create()
158 psiPackage = original.psiPackage, in create()
159 qualifiedName = original.qualifiedName, in create()
160 documentation = original.documentation, in create()
161 modifiers = PsiModifierItem.create(codebase, original.modifiers) in create()
DPsiParameterItem.kt210 original: PsiParameterItem in create()
214 psiParameter = original.psiParameter, in create()
215 name = original.name, in create()
216 parameterIndex = original.parameterIndex, in create()
217 documentation = original.documentation, in create()
218 modifiers = PsiModifierItem.create(codebase, original.modifiers), in create()
219 type = PsiTypeItem.create(codebase, original.type) in create()
227 original: List<ParameterItem> in create()
229 return original.map { create(codebase, it as PsiParameterItem) } in create()
/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DEocdRecord.java32 ByteBuffer original, in createWithModifiedCentralDirectoryInfo() argument
36 ByteBuffer result = ByteBuffer.allocate(original.remaining()); in createWithModifiedCentralDirectoryInfo()
38 result.put(original.slice()); in createWithModifiedCentralDirectoryInfo()
/tools/apksig/src/main/java/com/android/apksig/
DApkSigner.java761 ByteBuffer original, long extraStartOffset, int dataAlignmentMultiple) { in createExtraFieldToAlignData() argument
763 return original; in createExtraFieldToAlignData()
767 ByteBuffer result = ByteBuffer.allocate(original.remaining() + 5 + dataAlignmentMultiple); in createExtraFieldToAlignData()
775 while (original.remaining() >= 4) { in createExtraFieldToAlignData()
776 short headerId = original.getShort(); in createExtraFieldToAlignData()
777 int dataSize = ZipUtils.getUnsignedInt16(original); in createExtraFieldToAlignData()
778 if (dataSize > original.remaining()) { in createExtraFieldToAlignData()
786 original.position(original.position() + dataSize); in createExtraFieldToAlignData()
790 original.position(original.position() - 4); in createExtraFieldToAlignData()
791 int originalLimit = original.limit(); in createExtraFieldToAlignData()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java738 Configuration original = in testDeepClone() local
744 original.partialDeepClone( in testDeepClone()
748 original.getDeviceConfigByName(ConfigurationDef.DEFAULT_DEVICE_NAME), in testDeepClone()
750 assertNotEquals(original.getTargetPreparers().get(0), copy.getTargetPreparers().get(0)); in testDeepClone()
752 original.getDeviceConfig().get(0).getTargetPreparers().get(0), in testDeepClone()
754 assertNotEquals(original.getTests().get(0), copy.getTests().get(0)); in testDeepClone()
759 Configuration original = in testDeepClone_innerDevice() local
765 original.partialDeepClone( in testDeepClone_innerDevice()
771 original.getDeviceConfigByName(ConfigurationDef.DEFAULT_DEVICE_NAME), in testDeepClone_innerDevice()
773 assertNotEquals(original.getTargetPreparers().get(0), copy.getTargetPreparers().get(0)); in testDeepClone_innerDevice()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DPropertyChanger.java45 public static File changeProperties(File original, Map<String, String> properties) in changeProperties() argument
52 br = new BufferedReader(new FileReader(original)); in changeProperties()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java427 private Collection<String> copyCollection(Collection<String> original) { in copyCollection() argument
428 Collection<String> listCopy = new ArrayList<String>(original.size()); in copyCollection()
429 listCopy.addAll(original); in copyCollection()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java577 Map<String, T> replacement, Map<String, T> original) { in replaceExistingEntries() argument
581 if (original.containsKey(key)) { in replaceExistingEntries()
582 original.put(key, entry.getValue()); in replaceExistingEntries()
/tools/security/sanitizer-status/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/tools/external/fat32lib/
DNOTICE27 …he recipients should know that what they have is not the original version, so that the original au…
33 …ion of the two is legally speaking a combined work, a derivative of the original library. The ordi…
116 …n the Library), the recipient automatically receives a license from the original licensor to copy,…
126 …n certain countries either by patents or by copyrighted interfaces, the original copyright holder …
/tools/trebuchet/
DLICENSE44 represent, as a whole, an original work of authorship. For the purposes
50 the original version of the Work and any modifications or additions
/tools/acloud/
DLICENSE44 represent, as a whole, an original work of authorship. For the purposes
50 the original version of the Work and any modifications or additions
/tools/apksig/
DLICENSE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/tools/treble/
DLICENSE44 represent, as a whole, an original work of authorship. For the purposes
50 the original version of the Work and any modifications or additions
/tools/dexter/testdata/expected/
Dhello_nodebug.rewrite101 14| const-string v3, "Hello, world (original)"
Dhello_nodebug.wrap_invoke101 14| const-string v3, "Hello, world (original)"
Dhello_nodebug.compact_cfg116 14| const-string v3, "Hello, world (original)"
Dhello_nodebug.scratch_regs134 23| const-string v10, "Hello, world (original)"
Dhello_nodebug.verbose_cfg172 14| const-string v3, "Hello, world (original)"
Dhello.wrap_invoke152 14| const-string v3, "Hello, world (original)"
Dhello.rewrite152 14| const-string v3, "Hello, world (original)"
/tools/dexter/slicer/export/slicer/
Ddex_ir.h150 SLICER_EXTRA(slicer::MemView original);
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto32 // Based on original Protocol Buffers design by
77 // This field contains optional information about the original source code.
167 // For numeric types, contains the original text representation of the value.
597 // Encapsulates information about the original source file from which a
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt163 Test original error is raised even if tmp dir deletion failed. ... ok
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto108 // produced by another code generator. The original generator may provide

12