/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiPackageItem.kt | 118 … 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()
|
D | PsiParameterItem.kt | 210 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/ |
D | EocdRecord.java | 32 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/ |
D | ApkSigner.java | 761 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/ |
D | ConfigurationTest.java | 738 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/ |
D | PropertyChanger.java | 45 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/ |
D | DeviceSelectionOptions.java | 427 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/ |
D | MixImageZipPreparer.java | 577 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/ |
D | NOTICE | 56 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/ |
D | NOTICE | 27 …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/ |
D | LICENSE | 44 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/ |
D | LICENSE | 44 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/ |
D | LICENSE | 56 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/ |
D | LICENSE | 44 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/ |
D | hello_nodebug.rewrite | 101 14| const-string v3, "Hello, world (original)"
|
D | hello_nodebug.wrap_invoke | 101 14| const-string v3, "Hello, world (original)"
|
D | hello_nodebug.compact_cfg | 116 14| const-string v3, "Hello, world (original)"
|
D | hello_nodebug.scratch_regs | 134 23| const-string v10, "Hello, world (original)"
|
D | hello_nodebug.verbose_cfg | 172 14| const-string v3, "Hello, world (original)"
|
D | hello.wrap_invoke | 152 14| const-string v3, "Hello, world (original)"
|
D | hello.rewrite | 152 14| const-string v3, "Hello, world (original)"
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 150 SLICER_EXTRA(slicer::MemView original);
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 32 // 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/ |
D | python_output2.txt | 163 Test original error is raised even if tmp dir deletion failed. ... ok
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 108 // produced by another code generator. The original generator may provide
|