HomeSort by relevance Sort by last modified time
    Searched full:arraylen (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/jni/
android_debug_JNITest.cpp 38 jsize arrayLen;
54 arrayLen = env->GetArrayLength(arrayArg);
55 ALOGI(" array size is %d\n", arrayLen);
62 arrayVal = (int) env->GetObjectArrayElement(arrayArg, arrayLen-1);
  /external/ipsec-tools/src/racoon/
strnames.c 214 for (i = 0; i < ARRAYLEN(name_isakmp_certtype); i++)
238 for (i = 0; i < ARRAYLEN(name_isakmp_etype); i++)
290 for (i = 0; i < ARRAYLEN(name_isakmp_notify_msg); i++)
326 for (i = 0; i < ARRAYLEN(name_isakmp_nptype); i++)
378 for (i = 0; i < ARRAYLEN(name_isakmp_cfg_type); i++)
397 for (i = 0; i < ARRAYLEN(name_isakmp_cfg_ptype); i++)
418 for (i = 0; i < ARRAYLEN(name_ipsecdoi_proto); i++)
433 for (i = 0; i < ARRAYLEN(name_ipsecdoi_trns_isakmp); i++)
453 for (i = 0; i < ARRAYLEN(name_ipsecdoi_trns_ah); i++)
481 for (i = 0; i < ARRAYLEN(name_ipsecdoi_trns_esp); i++
    [all...]
algorithm.c 304 for (i = 0; i < ARRAYLEN(oakley_hashdef); i++)
332 for (i = 0; i < ARRAYLEN(oakley_hashdef); i++)
387 for (i = 0; i < ARRAYLEN(oakley_hmacdef); i++)
402 for (i = 0; i < ARRAYLEN(oakley_hmacdef); i++)
447 for (i = 0; i < ARRAYLEN(oakley_encdef); i++)
475 for (i = 0; i < ARRAYLEN(oakley_encdef); i++)
587 for (i = 0; i < ARRAYLEN(ipsec_encdef); i++)
602 for (i = 0; i < ARRAYLEN(ipsec_encdef); i++)
630 for (i = 0; i < ARRAYLEN(ipsec_hmacdef); i++)
645 for (i = 0; i < ARRAYLEN(ipsec_hmacdef); i++
    [all...]
localconf.c 292 if (ARRAYLEN(lc_doi2idtype) > idtype)
313 if (ARRAYLEN(lc_sittype2doi) > sittype)
331 if (ARRAYLEN(lc_doitype2doi) > doitype)
plog.c 119 if (pri < ARRAYLEN(ptab)) {
170 if (pri < ARRAYLEN(ptab))
var.h 50 #define ARRAYLEN(a) (sizeof(a)/sizeof(a[0]))
cfparse.y     [all...]
racoonctl.c 1188 if (ARRAYLEN(estr) > pd->etype)
    [all...]
ipsec_doi.c     [all...]
oakley.c     [all...]
pfkey.c 257 if (msg->sadb_msg_type >= ARRAYLEN(pkrecvf)) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_joystick.c 45 int arraylen; local
52 arraylen = (SDL_allocatedjoysticks+1)*sizeof(*SDL_joysticks);
53 SDL_joysticks = (SDL_Joystick **)SDL_malloc(arraylen);
58 SDL_memset(SDL_joysticks, 0, arraylen);
  /dalvik/vm/alloc/
HeapSource.h 105 size_t perHeapStats[], size_t arrayLen);
HeapSource.cpp 746 size_t arrayLen)
754 assert(arrayLen >= hs->numHeaps || perHeapStats == NULL);
    [all...]
Copying.cpp 529 size_t arrayLen)
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cfm.php 144 'Now','ArrayIsEmpty','GetProfileSections','NumberFormat','ArrayLen','GetProfileString','ParagraphFormat','ArrayMax',
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 460 const char *ArrayData, unsigned ArrayLen) {
462 ArrayLen));
  /external/libmtp/src/
ptp-pack.c 248 ptp_pack_uint32_t_array(PTPParams *params, uint32_t *array, uint32_t arraylen, unsigned char **data )
252 *data = malloc ((arraylen+1)*sizeof(uint32_t));
253 htod32a(&(*data)[0],arraylen);
254 for (i=0;i<arraylen;i++)
256 return (arraylen+1)*sizeof(uint32_t);
    [all...]
ptp.c     [all...]
ptp.h     [all...]
  /external/v8/src/
array.js 403 var arrayLen = array.length;
404 var len = TO_UINT32(arrayLen);
    [all...]
  /external/chromium/net/base/
x509_certificate.cc 904 const unsigned arraylen = array_byte_len \/ base::SHA1_LENGTH; local
    [all...]

Completed in 588 milliseconds