/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/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/apksig/src/main/java/com/android/apksig/internal/apk/ |
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()
|
D | ApkSigningBlockUtils.java | 174 modifiedEocd.order(ByteOrder.LITTLE_ENDIAN); in verifyIntegrity() 301 if (buffer.order() != ByteOrder.LITTLE_ENDIAN) { in checkByteOrderLittleEndian() 330 result.order(source.order()); in sliceFromTo() 361 result.order(source.order()); in getByteBuffer() 750 encoded.order(ByteOrder.LITTLE_ENDIAN); in computeApkVerityDigest() 826 result.order(ByteOrder.LITTLE_ENDIAN); in encodeAsSequenceOfLengthPrefixedElements() 841 result.order(ByteOrder.LITTLE_ENDIAN); in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes() 879 apkSigningBlockBuf.order(ByteOrder.LITTLE_ENDIAN); in findSignature() 928 eocdBuf.order(ByteOrder.LITTLE_ENDIAN); in copyWithModifiedCDOffset() 965 paddingPair = ByteBuffer.allocate(padding).order(ByteOrder.LITTLE_ENDIAN); in generateApkSigningBlock() [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/test/connectivity/acts/tests/google/tel/config/ |
D | README.md | 2 …ces from other ACTS configs that require additional keys to be defined in order to run nearly all … 12 … power in mW that can be used in steady state during calling power tests in order to pass the test. 13 … of power in mW that can be used in steady state during idle power tests in order to pass the test.
|
/tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
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 | 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 | CentralDirectoryRecord.java | 202 result.order(ByteOrder.LITTLE_ENDIAN); in createWithModifiedLocalFileHeaderOffset() 231 result.order(ByteOrder.LITTLE_ENDIAN); in createWithDeflateCompressedData()
|
D | EocdRecord.java | 37 result.order(ByteOrder.LITTLE_ENDIAN); in createWithModifiedCentralDirectoryInfo()
|
/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/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/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()
|
/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/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)
|
/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
|
/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:
|