Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 53) sorted by relevance

123

/tools/test/connectivity/acts/framework/acts/event/
Devent_bus.py40 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)
Ddecorators.py21 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)
Devent_subscription.py28 def __init__(self, event_type, func, event_filter=None, order=0): argument
32 self.order = order
Dsubscription_handle.py22 def __init__(self, event_type, func, event_filter=None, order=0): argument
26 self._order = order
36 order=self._order)
Dsubscription_bundle.py29 order=0): argument
40 order=order)
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java177 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 …]
DAndroidBinXmlParser.java86 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/
Devent_bus_test.py44 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
Dsubscription_bundle_test.py37 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/
Drfc2460.txt329 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/
DApkUtils.java62 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/
DLocalFileRecord.java167 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()
DZipUtils.java182 buf.order(ByteOrder.LITTLE_ENDIAN); in findZipEndOfCentralDirectoryRecord()
191 eocd.order(ByteOrder.LITTLE_ENDIAN); in findZipEndOfCentralDirectoryRecord()
237 if (buffer.order() != ByteOrder.LITTLE_ENDIAN) { in assertByteOrderLittleEndian()
DCentralDirectoryRecord.java202 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/
Dplugin.proto65 // 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/
DSigningCertificateLineage.java141 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()
DApkSigner.java647 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/
DFORMAT.md33 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/
Dhelp_rotate.txt75 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
Dhelp_lineage.txt72 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
Dhelp_sign.txt123 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/
DV3SigningCertificateLineage.java192 encodedWithVersion.order(ByteOrder.LITTLE_ENDIAN); in encodeSigningCertificateLineage()
218 result.order(ByteOrder.LITTLE_ENDIAN); in encodeSigningCertificateNode()
231 result.order(ByteOrder.LITTLE_ENDIAN); in encodeSignedData()
DV3SchemeSigner.java247 result.order(ByteOrder.LITTLE_ENDIAN); in encodeSigner()
288 result.order(ByteOrder.LITTLE_ENDIAN); in encodeSignedData()
/tools/loganalysis/src/com/android/loganalysis/item/
DPageAllocationFailureItem.java54 public void setOrder(int order) { in setOrder() argument
55 setAttribute(ORDER, order); in setOrder()
/tools/test/connectivity/acts/framework/acts/
Dcontext.py128 event_bus.register(TestCaseBeginEvent, _update_test_case_context, order=-100)
129 event_bus.register(TestCaseEndEvent, _update_test_case_context, order=100)

123