Home
last modified time | relevance | path

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

1234

/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/bt/gd/
DAndroid.bp37 // "clang_coverage_bin" in order to work. See //test/gen_coverage.py for more information
53 // order to create a binary that will create a profraw file when ran. Note
/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
Dperfprofd.te10 # perfprofd needs to control CPU hot-plug in order to avoid kernel
/system/bt/build/
DAndroid.bp77 // "clang_coverage_bin" in order to work. See //test/gen_coverage.py for more information
93 // order to create a binary that will create a profraw file when ran. Note
/system/bt/doc/
Dproperties.md6 Please keep the following list in alphabetical order.
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dproguard-rules.pro4 # You can edit the include path and order by changing the proguardFiles
/system/sepolicy/private/
Dnetd.te15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
Dgpuservice.te14 # GPU service will need to load GPU driver, for example Vulkan driver in order
/system/sepolicy/prebuilts/api/29.0/private/
Dnetd.te15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
Dgpuservice.te14 # GPU service will need to load GPU driver, for example Vulkan driver in 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/26.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
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_health.te9 # /{system,vendor,odm}/lib[64]/hw/ in order
/system/sepolicy/prebuilts/api/27.0/private/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/system/update_engine/
Dupdate_metadata.proto55 // DeltaArchiveManifest. Each operation is applied in order by the client.
60 // The client will perform each InstallOperation in order, beginning even
102 // in blocks 9, 10, 11, 2, 18, 12 (in that order) would be stored in
103 // extents { {9, 3}, {2, 1}, {18, 1}, {12, 1} } (in that order).
253 // should be stored contiguously and in the same order.
342 // updated, in the order they will be updated. This field replaces the
/system/update_engine/update_engine/
Dupdate_metadata.proto55 // DeltaArchiveManifest. Each operation is applied in order by the client.
60 // The client will perform each InstallOperation in order, beginning even
102 // in blocks 9, 10, 11, 2, 18, 12 (in that order) would be stored in
103 // extents { {9, 3}, {2, 1}, {18, 1}, {12, 1} } (in that order).
253 // should be stored contiguously and in the same order.
342 // updated, in the order they will be updated. This field replaces the
/system/extras/memory_replay/dumps/
DREADME4 In order to run these files through the tool, they will need to be placed

1234