Searched refs:order (Results 1 – 25 of 100) sorted by relevance
1234
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | ApkArchive.java | 88 long size = ByteBuffer.wrap(signature).order(ByteOrder.LITTLE_ENDIAN).getLong(); in extractMetadata() 103 sizeToRead).order(ByteOrder.LITTLE_ENDIAN); in findEndOfCDRecord() 121 if (buf.order() != ByteOrder.LITTLE_ENDIAN) { in findCDRecord() 152 CD_ENTRY_HEADER_SIZE_BYTES).order(ByteOrder.LITTLE_ENDIAN)); in getCDLocation() 170 EOSIGNATURE_SIZE).order(ByteOrder.LITTLE_ENDIAN); in getSignatureLocation()
|
D | PatchUtils.java | 38 ByteBuffer buf = ByteBuffer.wrap(buffer).order(ByteOrder.LITTLE_ENDIAN); in readLELong()
|
/system/keymaster/km_openssl/ |
D | openssl_utils.cpp | 129 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits() local 130 if (!EC_GROUP_get_order(group, order.get(), bn_ctx.get())) { in ec_group_size_bits() 134 return BN_num_bits(order.get()); in ec_group_size_bits()
|
/system/core/libutils/ |
D | VectorImpl.cpp | 591 ssize_t SortedVectorImpl::_indexOrderOf(const void* item, size_t* order) const in _indexOrderOf() 593 if (order) *order = 0; in _indexOrderOf() 617 if (order) *order = l; in _indexOrderOf() 623 size_t order; in add() local 624 ssize_t index = _indexOrderOf(item, &order); in add() 626 index = VectorImpl::insertAt(item, order, 1); in add()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | hal_health.te | 9 # /{system,vendor,odm}/lib[64]/hw/ in order
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_health.te | 9 # /{system,vendor,odm}/lib[64]/hw/ in order
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | scripted_beacon_ble_payload.proto | 18 // These events should occur in order, starting from INITIALIZED
|
/system/bt/build/ |
D | Android.bp | 94 // "clang_coverage_bin" in order to work. See //test/gen_coverage.py for more information 110 // order to create a binary that will create a profraw file when ran. Note
|
/system/sepolicy/private/ |
D | gpuservice.te | 15 # GPU service will need to load GPU driver, for example Vulkan driver in order 48 # Needed for reading tracepoint ids in order to attach bpf programs.
|
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
/system/bt/doc/ |
D | properties.md | 6 Please keep the following list in alphabetical order.
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | proguard-rules.pro | 4 # You can edit the include path and order by changing the proguardFiles
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | proguard-rules.pro | 4 # You can edit the include path and order by changing the proguardFiles
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
D | netd.te | 16 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
|
D | gpuservice.te | 15 # GPU service will need to load GPU driver, for example Vulkan driver in order
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
D | netd.te | 15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
|
D | gpuservice.te | 14 # GPU service will need to load GPU driver, for example Vulkan driver in order
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | proguard-rules.pro | 4 # You can edit the include path and order by changing the proguardFiles
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_health.te | 9 # /{system,vendor,odm}/lib[64]/hw/ in order
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
/system/sepolicy/reqd_mask/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
1234