/system/keymaster/ |
D | openssl_utils.cpp | 134 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits() local 135 if (!EC_GROUP_get_order(group, order.get(), bn_ctx.get())) { in ec_group_size_bits() 139 return BN_num_bits(order.get()); in ec_group_size_bits()
|
/system/core/libutils/ |
D | VectorImpl.cpp | 592 ssize_t SortedVectorImpl::_indexOrderOf(const void* item, size_t* order) const in _indexOrderOf() 594 if (order) *order = 0; in _indexOrderOf() 618 if (order) *order = l; in _indexOrderOf() 624 size_t order; in add() local 625 ssize_t index = _indexOrderOf(item, &order); in add() 627 index = VectorImpl::insertAt(item, order, 1); in add()
|
/system/extras/librank/ |
D | librank.c | 69 static int order; variable 229 order = -1; in main() 303 order *= -1; in main() 472 return order * numcmp( in licmp() 480 return order * compfn( \
|
/system/update_engine/ |
D | WATCHLISTS | 3 # Please keep these keys in alphabetical order.
|
D | update_metadata.proto | 50 // DeltaArchiveManifest. Each operation is applied in order by the client. 55 // The client will perform each InstallOperation in order, beginning even 92 // in blocks 9, 10, 11, 2, 18, 12 (in that order) would be stored in 93 // extents { {9, 3}, {2, 1}, {18, 1}, {12, 1} } (in that order). 236 // should be stored contiguously and in the same order. 278 // updated, in the order they will be updated. This field replaces the
|
/system/sepolicy/vendor/ |
D | hal_gnss_default.te | 8 # /{system,vendor,odm}/lib[64]/hw/ in order
|
/system/sepolicy/public/ |
D | hal_health.te | 9 # /{system,vendor,odm}/lib[64]/hw/ in order
|
D | perfprofd.te | 10 # perfprofd needs to control CPU hot-plug in order to avoid kernel
|
D | attributes | 152 # attribute to be submitted to AOSP in order to maintain their
|
/system/extras/procrank/ |
D | procrank.cpp | 58 static int order; variable 216 order = -1; in main() 232 if (!strcmp(argv[arg], "-R")) { order *= -1; continue; } in main() 595 return order * compfn( \ 609 return -1 * order * snumcmp( in create_sort()
|
/system/bt/doc/ |
D | properties.md | 6 Please keep the following list in alphabetical order.
|
D | style_guide.md | 28 memory layout, sizes, byte order, etc. As a result, some operations are 50 ### Byte order 51 It is not safe to assume any particular byte order. When serializing or
|
/system/sepolicy/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
|
/system/extras/memory_replay/dumps/ |
D | README | 4 In order to run these files through the tool, they will need to be placed
|
/system/core/libutils/include/utils/ |
D | VectorImpl.h | 160 ssize_t _indexOrderOf(const void* item, size_t* order = 0) const;
|
/system/sepolicy/tools/ |
D | README | 10 argument in order to check the validity of the security contexts
|
/system/netd/tests/benchmarks/ |
D | README.md | 33 <td>The number of runs of the test function that were executed, across all threads, in order for
|
/system/tpm/attestation/common/ |
D | attestation_ca.proto | 24 // order to complete enrollment. 96 // Certificate chaining order is from the leaf to the root. That is,
|
D | interface.proto | 57 // intermediate authorities, in order. The Google Attestation CA root
|
/system/core/liblog/ |
D | README | 125 overridden individually in order to control the verbosity of the appli‐ 139 multiply, retrieving a log entry at a time in time sorted order,
|
/system/extras/verity/ |
D | BootSignature.java | 196 image.order(ByteOrder.LITTLE_ENDIAN); in getSignableImageSize()
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 187 instances of the parcelable. In addition, in order to be used as an out 192 In order to be used in arrays, a parcelable must implement a copy or move
|
/system/core/libmemunreachable/ |
D | README.md | 66 libmemunreachable requires a small interface to the allocator in order to collect information about…
|
/system/sepolicy/ |
D | README | 71 a mac_permissions.xml file(s) and configuration file in order to operate.
|