/tools/test/connectivity/acts/framework/acts/event/ |
D | event_bus.py | 40 def register(self, event_type, func, filter_fn=None, order=0): argument 63 order=order) 94 subscription_list.sort(key=lambda x: x.order) 121 listening_subscriptions.sort(key=lambda x: x.order) 184 def register(event_type, func, filter_fn=None, order=0): argument 205 order=order) 274 def __init__(self, event_type, func, filter_fn=None, order=0): argument 278 self.order = order 284 order=self.order)
|
D | decorators.py | 21 def subscribe_static(event_type, event_filter=None, order=0): argument 30 order=order) 35 def subscribe(event_type, event_filter=None, order=0): argument 41 order=order)
|
D | event_subscription.py | 28 def __init__(self, event_type, func, event_filter=None, order=0): argument 32 self.order = order
|
D | subscription_handle.py | 22 def __init__(self, event_type, func, event_filter=None, order=0): argument 26 self._order = order 36 order=self._order)
|
D | subscription_bundle.py | 29 order=0): argument 40 order=order)
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
D | ApkSigningBlockUtils.java | 177 modifiedEocd.order(ByteOrder.LITTLE_ENDIAN); in verifyIntegrity() 304 if (buffer.order() != ByteOrder.LITTLE_ENDIAN) { in checkByteOrderLittleEndian() 333 result.order(source.order()); in sliceFromTo() 364 result.order(source.order()); in getByteBuffer() 753 encoded.order(ByteOrder.LITTLE_ENDIAN); in computeApkVerityDigest() 876 result.order(ByteOrder.LITTLE_ENDIAN); in encodeAsSequenceOfLengthPrefixedElements() 891 result.order(ByteOrder.LITTLE_ENDIAN); in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes() 929 apkSigningBlockBuf.order(ByteOrder.LITTLE_ENDIAN); in findSignature() 978 eocdBuf.order(ByteOrder.LITTLE_ENDIAN); in copyWithModifiedCDOffset() 1015 paddingPair = ByteBuffer.allocate(padding).order(ByteOrder.LITTLE_ENDIAN); in generateApkSigningBlock() [all …]
|
D | AndroidBinXmlParser.java | 86 xml.order(ByteOrder.LITTLE_ENDIAN); in AndroidBinXmlParser() 513 result.order(mContents.order()); in getContents() 519 result.order(mHeader.order()); in getHeader() 767 mChunkContents.order(chunk.getContents().order()); in ResourceMap() 830 result.order(source.order()); in sliceFromTo()
|
/tools/test/connectivity/acts/framework/tests/event/ |
D | event_bus_test.py | 44 order = 43 45 event_bus.register(mock_event, mock_func, order=order) 54 self.assertEqual(subscription.order, order) 116 subscription.order = 0 136 subscription.order = i
|
D | subscription_bundle_test.py | 37 order = object() 41 package.add(event, func, event_filter=event_filter, order=order) 48 self.assertEqual(subscription.order, order)
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 329 be processed strictly in the order they appear in the packet; a 362 order to retain 8-octet alignment for subsequent headers. Multi- 384 recommended that those headers appear in the following order: 410 order of the Authentication and Encapsulating 429 any order and occurring any number of times in the same packet, 433 recommended order until and unless subsequent specifications revise 475 the order they appear in the header; a receiver must not, for 481 highest-order two bits specify the action that must be taken if the 498 The third-highest-order bit of the Option Type specifies whether or 519 The three high-order bits described above are to be treated as part [all …]
|
/tools/apksig/src/main/java/com/android/apksig/apk/ |
D | ApkUtils.java | 62 eocdBuf.order(ByteOrder.LITTLE_ENDIAN); in findZipSections() 163 eocd.order(ByteOrder.LITTLE_ENDIAN); in setZipEocdCentralDirectoryOffset() 209 footer.order(ByteOrder.LITTLE_ENDIAN); in findApkSigningBlock() 229 apkSigBlock.order(ByteOrder.LITTLE_ENDIAN); in findApkSigningBlock()
|
/tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
D | LocalFileRecord.java | 167 header.order(ByteOrder.LITTLE_ENDIAN); in getRecord() 268 dataDescriptorPotentialSig.order(ByteOrder.LITTLE_ENDIAN); in getRecord() 318 header.order(ByteOrder.LITTLE_ENDIAN); in outputRecordWithModifiedExtra() 347 result.order(ByteOrder.LITTLE_ENDIAN); in outputRecordWithDeflateCompressedData()
|
D | ZipUtils.java | 182 buf.order(ByteOrder.LITTLE_ENDIAN); in findZipEndOfCentralDirectoryRecord() 191 eocd.order(ByteOrder.LITTLE_ENDIAN); in findZipEndOfCentralDirectoryRecord() 237 if (buffer.order() != ByteOrder.LITTLE_ENDIAN) { in assertByteOrderLittleEndian()
|
D | CentralDirectoryRecord.java | 202 result.order(ByteOrder.LITTLE_ENDIAN); in createWithModifiedLocalFileHeaderOffset() 231 result.order(ByteOrder.LITTLE_ENDIAN); in createWithDeflateCompressedData()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 65 // they import. The files will appear in topological order, so each file 117 // insertions to the same point will come out in the order they were added). 134 // in order to work correctly in that context. 138 // Code generators are executed in the order in which they appear on the
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | SigningCertificateLineage.java | 141 inBuff.order(ByteOrder.LITTLE_ENDIAN); in readFromDataSource() 159 attrValue).order(ByteOrder.LITTLE_ENDIAN)); in readFromV3AttributeValue() 485 result.order(ByteOrder.LITTLE_ENDIAN); in write() 503 result.order(ByteOrder.LITTLE_ENDIAN); in generateV3SignerAttribute()
|
D | ApkSigner.java | 647 extra.order(ByteOrder.LITTLE_ENDIAN); in getInputJarEntryDataAlignmentMultiple() 691 result.order(ByteOrder.LITTLE_ENDIAN); in createExtraFieldToAlignData() 752 cd.order(ByteOrder.LITTLE_ENDIAN); in getZipCentralDirectory()
|
/tools/metalava/ |
D | FORMAT.md | 33 In order to support Kotlin better (though this will also benefit Java 394 Doclava had a "random" (but stable) order of modifiers. 396 In the new signature format, we're using the standard modifier order for Java 399 Version format 1 order: 405 Version format 2 order:
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_rotate.txt | 75 order of old-signer then new-signer and, within each 98 order of old-signer then new-signer and, within each 156 certificate but can not guarantee the order of updates to 181 different providers. Providers are installed in the order in which they appear
|
D | help_lineage.txt | 72 order of old-signer then new-signer and, within each 95 order of old-signer then new-signer and, within each 153 certificate but can not guarantee the order of updates to
|
D | help_sign.txt | 123 order in which signers are specified and, within each 146 order in which signers are specified and, within each 194 different providers. Providers are installed in the order in which they appear
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/ |
D | V3SigningCertificateLineage.java | 192 encodedWithVersion.order(ByteOrder.LITTLE_ENDIAN); in encodeSigningCertificateLineage() 218 result.order(ByteOrder.LITTLE_ENDIAN); in encodeSigningCertificateNode() 231 result.order(ByteOrder.LITTLE_ENDIAN); in encodeSignedData()
|
D | V3SchemeSigner.java | 247 result.order(ByteOrder.LITTLE_ENDIAN); in encodeSigner() 288 result.order(ByteOrder.LITTLE_ENDIAN); in encodeSignedData()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | PageAllocationFailureItem.java | 54 public void setOrder(int order) { in setOrder() argument 55 setAttribute(ORDER, order); in setOrder()
|
/tools/test/connectivity/acts/framework/acts/ |
D | context.py | 128 event_bus.register(TestCaseBeginEvent, _update_test_case_context, order=-100) 129 event_bus.register(TestCaseEndEvent, _update_test_case_context, order=100)
|