Home
last modified time | relevance | path

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

12

/system/keymaster/
Dopenssl_utils.cpp134 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/
DVectorImpl.cpp592 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/
Dlibrank.c69 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/
DWATCHLISTS3 # Please keep these keys in alphabetical order.
Dupdate_metadata.proto50 // 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/
Dhal_gnss_default.te8 # /{system,vendor,odm}/lib[64]/hw/ in order
/system/sepolicy/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
Dattributes152 # attribute to be submitted to AOSP in order to maintain their
/system/extras/procrank/
Dprocrank.cpp58 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/
Dproperties.md6 Please keep the following list in alphabetical order.
Dstyle_guide.md28 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/
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/extras/memory_replay/dumps/
DREADME4 In order to run these files through the tool, they will need to be placed
/system/core/libutils/include/utils/
DVectorImpl.h160 ssize_t _indexOrderOf(const void* item, size_t* order = 0) const;
/system/sepolicy/tools/
DREADME10 argument in order to check the validity of the security contexts
/system/netd/tests/benchmarks/
DREADME.md33 <td>The number of runs of the test function that were executed, across all threads, in order for
/system/tpm/attestation/common/
Dattestation_ca.proto24 // order to complete enrollment.
96 // Certificate chaining order is from the leaf to the root. That is,
Dinterface.proto57 // intermediate authorities, in order. The Google Attestation CA root
/system/core/liblog/
DREADME125 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/
DBootSignature.java196 image.order(ByteOrder.LITTLE_ENDIAN); in getSignableImageSize()
/system/tools/aidl/docs/
Daidl-cpp.md187 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/
DREADME.md66 libmemunreachable requires a small interface to the allocator in order to collect information about…
/system/sepolicy/
DREADME71 a mac_permissions.xml file(s) and configuration file in order to operate.

12