OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numKeys
(Results
1 - 6
of
6
) sorted by null
/bootable/recovery/
install.c
185
load_keys(const char* filename, int*
numKeys
) {
187
*
numKeys
= 0;
198
++*
numKeys
;
199
out = realloc(out, *
numKeys
* sizeof(RSAPublicKey));
200
RSAPublicKey* key = out + (*
numKeys
- 1);
240
*
numKeys
= 0;
266
int
numKeys
;
267
RSAPublicKey* loadedKeys = load_keys(PUBLIC_KEYS_FILE, &
numKeys
);
272
LOGI("%d key(s) loaded from %s\n",
numKeys
, PUBLIC_KEYS_FILE);
281
err = verify_file(path, loadedKeys,
numKeys
);
[
all
...]
/external/icu4c/i18n/
uspoof_buildconf.cpp
403
int32_t
numKeys
= fKeyVec->size();
405
static_cast<int32_t *>(fSpoofImpl->fSpoofData->reserveSpace(
numKeys
*sizeof(int32_t), status));
411
for (i=0; i<
numKeys
; i++) {
420
rawData->fCFUKeysSize =
numKeys
;
426
U_ASSERT(
numKeys
== numValues);
428
static_cast<uint16_t *>(fSpoofImpl->fSpoofData->reserveSpace(
numKeys
*sizeof(uint16_t), status));
/external/opencore/protocols/http_parcom/src/
string_keyvalue_store.cpp
284
uint32
numKeys
= aStore.getNumberOfKeys();
285
if (numKeyValuePairs == 0 ||
numKeys
== 0) return true;
286
OSCL_ASSERT(numKeyValuePairs >=
numKeys
);
288
StrPtrLen *keyList = OSCL_ARRAY_NEW(StrPtrLen,
numKeys
);
/external/opencore/fileformats/mp3/parser/src/
imp3ff.cpp
555
uint32
numKeys
= aKeyList.size();
556
if (
numKeys
== 0)
559
numKeys
= aKeyList.size();
563
for (uint32 lcv = 0; lcv <
numKeys
; lcv++)
715
uint32
numKeys
= aKeyList.size();
718
if (
numKeys
== 0 || aStartingValueIndex > (
numKeys
- 1) || aMaxValueEntries == 0)
727
for (lcv = 0; lcv <
numKeys
; lcv++)
823
for (lcv = 0; lcv <
numKeys
; lcv++)
[
all
...]
/dalvik/tools/dmtracedump/
TraceDump.c
272
int
numKeys
;
[
all
...]
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
[
all
...]
Completed in 500 milliseconds