HomeSort by relevance Sort by last modified time
    Searched defs:idx (Results 251 - 275 of 475) sorted by null

<<111213141516171819

  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 140 String [] idx = l[i].split(" "); local
141 mLines[i].startPoint = Integer.valueOf(idx[0]);
142 mLines[i].endPoint = Integer.valueOf(idx[1]);
  /development/simulator/app/
LogWindow.cpp 740 int idx; local
742 idx = (int) priority - (int) ANDROID_LOG_VERBOSE;
743 if (idx < 0 || idx >= NELEM(gLogLevels))
745 return gLogLevels[idx].name.ToAscii();
    [all...]
  /device/samsung/crespo/alsa-lib/modules/mixer/simple/
python.c 775 int idx; local
777 for (idx = 0; idx < self->hctl_count; idx++) {
778 snd_mixer_detach_hctl(self->mixer, self->hctl[idx*2]);
779 Py_DECREF((PyObject *)self->hctl[idx*2+1]);
785 for (idx = 0; idx < self->helem_count; idx++)
786 Py_DECREF((PyObject *)self->helem[idx*2+1])
842 int idx; local
888 int idx; local
900 int idx; local
    [all...]
  /device/samsung/crespo/alsa-lib/src/control/
hcontrol.c 328 int idx = -1; local
336 idx = (l + u) / 2;
337 c = hctl->compare(&el, hctl->pelems[idx]);
339 u = idx;
341 l = idx + 1;
346 return idx;
352 int idx; local
368 idx = _snd_hctl_find_elem(hctl, &elem->id, &dir);
371 list_add(&elem->list, &hctl->pelems[idx]->list);
372 idx++
566 unsigned int idx; local
    [all...]
  /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...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_file.c 555 int idx, len; local
560 for (idx = 1; idx < 10000; idx++) {
562 "%s.%04d", fname, idx);
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...]
  /device/samsung/crespo/alsa-utils/alsactl/
state.c 228 unsigned int idx; local
351 for (idx = 0; idx < items; idx++) {
352 snd_ctl_elem_info_set_item(info, idx);
358 err = snd_config_string_add(item, num_str(idx), snd_ctl_elem_info_get_item_name(info));
413 for (idx = 0; idx < size; idx++) {
414 int v = bytes[idx];
541 unsigned int idx; local
642 snd_ctl_elem_iface_t idx; local
705 unsigned int idx, items; local
1149 unsigned int idx; local
1318 unsigned int idx = 0; local
    [all...]
  /external/bluetooth/bluez/sbc/
sbc.c 564 int i, k, idx; local
585 for (idx = 0, i = 0; i < 4; i++, idx += 5) {
590 MULA(v[offset[i] + 0], sbc_proto_4_40m0[idx + 0],
591 MULA(v[offset[k] + 1], sbc_proto_4_40m1[idx + 0],
592 MULA(v[offset[i] + 2], sbc_proto_4_40m0[idx + 1],
593 MULA(v[offset[k] + 3], sbc_proto_4_40m1[idx + 1],
594 MULA(v[offset[i] + 4], sbc_proto_4_40m0[idx + 2],
595 MULA(v[offset[k] + 5], sbc_proto_4_40m1[idx + 2],
596 MULA(v[offset[i] + 6], sbc_proto_4_40m0[idx + 3]
606 int i, j, k, idx; local
    [all...]
  /external/bluetooth/glib/glib/
gthread.c 500 guint idx = private_key->index; local
503 if (!idx)
516 if (array && idx <= array->len)
520 idx - 1);
536 GUINT_TO_POINTER (idx));
  /external/chromium/third_party/icu/source/common/
rbbi.cpp 1393 int32_t idx = fLastRuleStatusIndex + fData->fRuleStatusTable[fLastRuleStatusIndex]; local
    [all...]
ucase.c 382 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx)))
383 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)]
386 * Get the value of an optional-value slot where HAS_SLOT(excWord, idx).
389 * @param idx (in) desired slot index
394 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) \
396 (pExc16)+=SLOT_OFFSET(excWord, idx); \
399 (pExc16)+=2*SLOT_OFFSET(excWord, idx); \
450 int32_t idx; local
520 int32_t idx, closureLength, fullLength, length; local
1203 int32_t full, idx; local
1349 int32_t idx; local
1413 int32_t full, idx; local
    [all...]
ucnv_bld.c 1112 uint16_t idx; local
    [all...]
uresdata.c 120 int32_t *idx, const char **realKey) {
146 *idx=mid;
154 *idx=URESDATA_ITEM_NOT_FOUND;
160 int32_t *idx, const char **realKey) {
186 *idx=mid;
193 *idx=URESDATA_ITEM_NOT_FOUND;
362 int32_t idx; local
365 return _res_findTableItem(pResData->pRoot, pResData->rootRes, key, &idx, &realKey);
367 return _res_findTable32Item(pResData->pRoot, pResData->rootRes, key, &idx, &realKey);
    [all...]
ustring.c 539 int32_t idx = _matchFromSet(string, matchSet, TRUE); local
540 if(idx >= 0) {
541 return (UChar *)string + idx;
551 int32_t idx = _matchFromSet(string, matchSet, TRUE); local
552 if(idx >= 0) {
553 return idx;
555 return -idx - 1; /* == u_strlen(string) */
563 int32_t idx = _matchFromSet(string, matchSet, FALSE); local
564 if(idx >= 0) {
565 return idx;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbtz.cpp 423 int32_t idx = fHistoricTransitions->size() - 1; local
424 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx),
431 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to;
435 while (idx >= 0) {
436 if (date >= getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx),
440 idx--;
442 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to;
586 int32_t idx; local
589 idx = 0;
590 while (cnt < trscount && idx < historicCount)
725 int32_t idx = fHistoricTransitions->size() - 1; local
808 int32_t idx = fHistoricTransitions->size() - 1; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cdattst.c 1102 int32_t idx, dateIdx, timeIdx, localeCount; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
restsnew.cpp 172 int idx; local
173 for (idx = 0; idx < (int)(sizeof(param)/sizeof(param[0])); idx++) {
174 delete param[idx].locale;
175 param[idx].locale = NULL;
    [all...]
  /external/chromium/third_party/icu/source/tools/makeconv/
genmbcs.c 562 uint32_t idx; local
583 idx=c>>MBCS_STAGE_1_SHIFT;
589 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) {
609 mbcsData->stage1[idx]=(uint16_t)newBlock;
614 idx=mbcsData->stage1[idx]+nextOffset;
623 if(mbcsData->stage2Single[idx]==0) {
639 i=idx;
648 p=stage3+mbcsData->stage2Single[idx]+nextOffset;
682 uint32_t idx, b, old, stage3Index local
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
package.cpp 409 int32_t idx; local
413 for(idx=0; idx<itemCount; ++idx) {
414 if(items[idx].isDataOwned) {
415 free(items[idx].data);
905 int32_t idx, nameLength, middleLength; local
912 idx=findNextIndex++;
913 name=items[idx].name;
940 return idx;
960 int32_t idx; local
1042 int32_t idx; local
1124 int32_t idx; local
    [all...]
  /external/clearsilver/mod_ecs/
mod_ecs.c 804 int idx = 0; local
817 av[idx++] = path;
819 av[idx++] = user;
821 av[idx++] = group;
823 av[idx++] = av0;
828 av[idx++] = ap_escape_shell_cmd(p, w);
830 av[idx] = NULL;
  /external/dbus/dbus/
dbus-hash.c 806 unsigned int idx,
814 b = &(table->buckets[idx]);
833 unsigned int idx,
855 add_allocated_entry (table, entry, idx, key, bucket);
903 unsigned int idx,
915 entry = table->buckets[idx];
922 *bucket = &(table->buckets[idx]);
934 entry = add_entry (table, idx, key, bucket, preallocated);
948 unsigned int idx; local
950 idx = string_hash (key) & table->mask
985 unsigned int idx; local
1002 unsigned int idx; local
1100 unsigned int idx; local
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 197 int idx; member in struct:__anon3469
199 /** pointer to domain parameters; either points to NIST curves (identified by idx >= 0) or user supplied curve */
  /external/e2fsprogs/intl/
dcigettext.c 749 nls_uint32 idx = hash_val % domain->hash_size; local
755 W (domain->must_swap_hash_tab, domain->hash_tab[idx]);
781 if (idx >= domain->hash_size - incr)
782 idx -= domain->hash_size - incr;
784 idx += incr;
    [all...]
  /external/freetype/src/autofit/
afhints.c 571 short idx = 0; local
576 contour[0] = points + idx;
577 idx = (short)( end[0] + 1 );

Completed in 914 milliseconds

<<111213141516171819