HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 451 - 475 of 1021) sorted by null

<<11121314151617181920>>

  /external/icu4c/i18n/
cpdtrans.h 117 * @param idx index into chain, from 0 to <code>getCount() - 1</code>
121 virtual const Transliterator& getTransliterator(int32_t idx) const;
169 virtual void handleTransliterate(Replaceable& text, UTransPosition& idx,
dcfmtsym.cpp 324 int32_t idx; local
326 for (idx = 0; idx < (int32_t)(sizeof(TYPE_MAPPING)/sizeof(TYPE_MAPPING[0])); idx++) {
327 if (TYPE_MAPPING[idx][1] < numberElementsLength) {
328 fSymbols[TYPE_MAPPING[idx][0]].setTo(TRUE, numberElements[TYPE_MAPPING[idx][1]], numberElementsStrLen[TYPE_MAPPING[idx][1]]);
  /external/openssl/crypto/ecdsa/
ecdsa.h 228 int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg);
229 void *ECDSA_get_ex_data(EC_KEY *d, int idx);
  /external/openssl/crypto/txt_db/
txt_db.c 196 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value)
201 if (idx >= db->num_fields)
206 lh=db->index[idx];
220 LHASH_OF(OPENSSL_STRING) *idx;
230 if ((idx=(LHASH_OF(OPENSSL_STRING) *)lh_new(hash,cmp)) == NULL)
240 if ((r=lh_OPENSSL_STRING_insert(idx,r)) != NULL)
245 lh_OPENSSL_STRING_free(idx);
250 db->index[field]=idx;
  /external/openssl/include/openssl/
ecdsa.h 228 int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg);
229 void *ECDSA_get_ex_data(EC_KEY *d, int idx);
  /packages/apps/DeskClock/src/com/android/deskclock/
SettingsActivity.java 83 final int idx = listPref.findIndexOfValue((String) newValue); local
84 listPref.setSummary(listPref.getEntries()[idx]);
  /system/core/nexus/
PropertyManager.cpp 119 int PropertyManager::doSet(Property *p, int idx, const char *value) {
127 return p->set(idx, value);
137 return p->set(idx, tmp);
145 return p->set(idx, &tmp);
156 int PropertyManager::doGet(Property *p, int idx, char *buffer, size_t max) {
159 if (p->get(idx, buffer, max)) {
167 if (p->get(idx, &tmp)) {
175 if (p->get(idx, &tmp)) {
VpnController.cpp 74 int VpnController::VpnEnabledProperty::get(int idx, int *buffer) {
78 int VpnController::VpnEnabledProperty::set(int idx, int value) {
  /build/tools/soslim/
symfilter.c 115 size_t idx;
119 for (idx = 0; idx < filter->symtab.data->d_size / elsize;
120 idx++) {
125 idx, &sym_mem, NULL);
132 symbol->index = idx;
  /dalvik/tests/074-gc-thrash/src/
Main.java 168 int idx = 0; local
171 strings[idx] = makeString(idx);
173 if (idx % (ARRAY_SIZE / 4) == 0) {
178 idx = (idx + 1) % ARRAY_SIZE;
  /device/samsung/crespo/alsa-lib/src/mixer/
mixer.c 329 int idx = -1; local
335 idx = (l + u) / 2;
336 c = mixer->compare(elem, mixer->pelems[idx]);
338 u = idx;
340 l = idx + 1;
345 return idx;
399 int dir, idx; local
417 idx = _snd_mixer_find_elem(mixer, elem, &dir);
420 list_add(&elem->list, &mixer->pelems[idx]->list);
421 idx++
445 int err, idx, dir; local
740 unsigned int idx; local
    [all...]
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_test.c 72 int idx, err, x;
76 idx = find_cipher("aes");
77 if (idx == -1) {
78 idx = find_cipher("rijndael");
79 if (idx == -1) {
86 if ((err = lrw_start(idx, tests[x].IV, tests[x].key, 16, tests[x].tweak, 0, &lrw)) != CRYPT_OK) {
  /external/jdiff/src/jdiff/
APIComparator.java 59 int idx = Collections.binarySearch(newAPI.packages_, oldPkg); local
60 if (idx < 0) {
80 differs += 2.0 * comparePackages(oldPkg, (PackageAPI)(newAPI.packages_.get(idx)));
88 int idx = Collections.binarySearch(oldAPI.packages_, newPkg); local
89 if (idx < 0) {
166 int idx = Collections.binarySearch(newPkg.classes_, oldClass); local
167 if (idx < 0) {
186 differs += 2.0 * compareClasses(oldClass, (ClassAPI)(newPkg.classes_.get(idx)), pkgDiff);
194 int idx = Collections.binarySearch(oldPkg.classes_, newClass); local
195 if (idx < 0)
374 int idx = Collections.binarySearch(newClass.ctors_, oldCtor); local
423 int idx = Collections.binarySearch(oldClass.ctors_, newCtor); local
464 int idx = -1; local
524 int idx = -1; local
694 int idx = Collections.binarySearch(newClass.fields_, oldField); local
790 int idx = Collections.binarySearch(oldClass.fields_, newField); local
    [all...]
  /development/simulator/app/
PhoneData.cpp 381 const LoadableImage* PhoneView::GetBkgImage(int idx) const
386 if (!idx)
388 --idx;
792 PhoneMode* PhoneData::GetPhoneMode(int idx)
797 if (!idx)
799 --idx;
824 PhoneDisplay* PhoneData::GetPhoneDisplay(int idx)
829 if (!idx)
831 --idx;
844 int idx = 0 local
    [all...]
  /external/chromium/third_party/icu/source/common/
ucasemap.c 277 int32_t prev, titleStart, titleLimit, idx, destIndex, length; local
305 idx=ubrk_first(csm->iter);
307 idx=ubrk_next(csm->iter);
309 if(idx==UBRK_DONE || idx>srcLength) {
310 idx=srcLength;
326 if(prev<idx) {
329 U8_NEXT(src, titleLimit, idx, c);
334 if(titleLimit==idx) {
341 U8_NEXT(src, titleLimit, idx, c)
    [all...]
utrie.c 375 _findSameIndexBlock(const int32_t *idx, int32_t indexLength,
381 if(idx[block+i]!=idx[otherBlock+i]) {
405 int32_t *idx; local
413 idx=trie->index;
416 uprv_memcpy(leadIndexes, idx+(0xd800>>UTRIE_SHIFT), 4*UTRIE_SURROGATE_BLOCK_COUNT);
456 if(idx[c>>UTRIE_SHIFT]!=0) {
466 block=_findSameIndexBlock(idx, indexLength, c>>UTRIE_SHIFT);
484 uprv_memmove(idx+indexLength,
485 idx+(c>>UTRIE_SHIFT)
1060 const uint16_t *idx; local
    [all...]
  /external/icu4c/common/
ucasemap.c 277 int32_t prev, titleStart, titleLimit, idx, destIndex, length; local
305 idx=ubrk_first(csm->iter);
307 idx=ubrk_next(csm->iter);
309 if(idx==UBRK_DONE || idx>srcLength) {
310 idx=srcLength;
326 if(prev<idx) {
329 U8_NEXT(src, titleLimit, idx, c);
334 if(titleLimit==idx) {
341 U8_NEXT(src, titleLimit, idx, c)
    [all...]
utrie.c 375 _findSameIndexBlock(const int32_t *idx, int32_t indexLength,
381 if(idx[block+i]!=idx[otherBlock+i]) {
405 int32_t *idx; local
413 idx=trie->index;
416 uprv_memcpy(leadIndexes, idx+(0xd800>>UTRIE_SHIFT), 4*UTRIE_SURROGATE_BLOCK_COUNT);
456 if(idx[c>>UTRIE_SHIFT]!=0) {
466 block=_findSameIndexBlock(idx, indexLength, c>>UTRIE_SHIFT);
484 uprv_memmove(idx+indexLength,
485 idx+(c>>UTRIE_SHIFT)
1060 const uint16_t *idx; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 300 int idx = row * width + col; local
301 argb2yuv(argb[idx], yuvColor);
302 yuv[idx] = yuvColor[0];
315 int idx = row * width + col; local
316 argb2yuv(argb[idx], yuvColor0);
317 argb2yuv(argb[idx + 1], yuvColor1);
318 int offset = idx / 2 * 4;
351 int idx = row * width + col; local
352 mse += distance(expColors[idx], actualColors[idx]);
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_multi.c 1002 unsigned int idx; local
1089 idx = 0;
1090 for (idx = 0; idx < channels_count; ++idx)
1091 channels_sidx[idx] = -1;
1092 idx = 0;
1099 slaves_id[idx] = id;
1100 err = snd_pcm_slave_conf(root, m, &slaves_conf[idx], 1,
1104 slaves_channels[idx] = channels
    [all...]
  /external/openssl/crypto/x509/
by_dir.c 329 int idx; local
342 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
343 if (idx >= 0)
345 hent = sk_BY_DIR_HASH_value(ent->hashes, idx);
441 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
442 if (idx >= 0)
444 sk_BY_DIR_HASH_value(ent->hashes, idx);
  /external/tcpdump/
util.c 290 static int idx = 0; local
293 ret = buf[idx];
294 idx = (idx+1) & 3;
512 int idx = 0; local
513 while (*s && idx < maxlen) {
515 idx++;
  /libcore/luni/src/main/java/java/net/
SocketPermission.java 406 int idx = -1; local
407 idx = host.indexOf(':');
415 if (idx > -1) {
416 host = host.substring(0, idx);
423 if (idx == lastIdx) {
424 if (-1 != idx) {
426 host = host.substring(0, idx);
  /external/chromium/third_party/icu/source/i18n/
zonemeta.cpp 231 int32_t idx; local
234 for (idx = 0; idx <= 3 && U_SUCCESS(status); idx++) {
235 n = ASCII_DIGIT((int32_t)text[idx]);
243 for (idx = 5; idx <= 6 && U_SUCCESS(status); idx++) {
244 n = ASCII_DIGIT((int32_t)text[idx]);
252 for (idx = 8; idx <= 9 && U_SUCCESS(status); idx++)
    [all...]
  /external/elfutils/src/
i386_ld.c 690 size_t idx = XELF_R_SYM (rel->r_info); local
691 if (idx < runp->fileinfo->nlocalsymbols)
694 xelf_getsym (symdata, idx, sym);
700 else if (symref[idx]->in_dso)
704 assert (symref[idx]->merge.value != 0
705 || symref[idx]->type != STT_FUNC);
706 value = pltaddr + symref[idx]->merge.value * PLT_ENTRY_SIZE;
709 value = symref[idx]->merge.value;
728 if (linked_from_dso_p (scninfo, idx)
730 && symref[idx]->type != STT_FUNC
    [all...]

Completed in 534 milliseconds

<<11121314151617181920>>