Home
last modified time | relevance | path

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

1234

/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DApkArchive.java88 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()
DPatchUtils.java38 ByteBuffer buf = ByteBuffer.wrap(buffer).order(ByteOrder.LITTLE_ENDIAN); in readLELong()
/system/keymaster/km_openssl/
Dopenssl_utils.cpp129 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/
DVectorImpl.cpp591 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/
Dhal_health.te9 # /{system,vendor,odm}/lib[64]/hw/ in order
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_health.te9 # /{system,vendor,odm}/lib[64]/hw/ in order
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dscripted_beacon_ble_payload.proto18 // These events should occur in order, starting from INITIALIZED
/system/bt/build/
DAndroid.bp94 // "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/
Dgpuservice.te15 # 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.
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/system/bt/doc/
Dproperties.md6 Please keep the following list in alphabetical order.
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dproguard-rules.pro4 # You can edit the include path and order by changing the proguardFiles
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dproguard-rules.pro4 # You can edit the include path and order by changing the proguardFiles
/system/sepolicy/prebuilts/api/30.0/private/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
Dnetd.te16 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
Dgpuservice.te15 # GPU service will need to load GPU driver, for example Vulkan driver in order
/system/sepolicy/prebuilts/api/29.0/private/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
Dnetd.te15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
Dgpuservice.te14 # GPU service will need to load GPU driver, for example Vulkan driver in order
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dproguard-rules.pro4 # You can edit the include path and order by changing the proguardFiles
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_health.te9 # /{system,vendor,odm}/lib[64]/hw/ in order
/system/sepolicy/prebuilts/api/26.0/private/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/system/sepolicy/prebuilts/api/27.0/private/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/system/sepolicy/prebuilts/api/28.0/private/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/system/sepolicy/reqd_mask/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest

1234