OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxHandles
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
monitor_test.cc
59
static const size_t
kMaxHandles
= 1000000; // Use arbitrary large amount for now.
61
std::unique_ptr<StackHandleScope<
kMaxHandles
>>* hsp,
66
hsp->reset(new StackHandleScope<
kMaxHandles
>(self));
307
std::unique_ptr<StackHandleScope<
kMaxHandles
>> hsp;
/system/tpm/attestation/server/
pkcs11_key_store.cc
551
const CK_ULONG
kMaxHandles
= 100; // Arbitrary.
552
CK_OBJECT_HANDLE handles[
kMaxHandles
];
557
(C_FindObjects(session_handle, handles,
kMaxHandles
, &count) != CKR_OK)) {
571
if (C_FindObjects(session_handle, handles,
kMaxHandles
, &count) != CKR_OK) {
/art/runtime/arch/
stub_test.cc
[
all
...]
Completed in 282 milliseconds