HomeSort by relevance Sort by last modified time
    Searched defs:list_size (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler.cc 112 size_t list_size = job_list->GetSize(); local
113 for (size_t cur_job = 0; cur_job < list_size; cur_job++) {
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 554 LONG list_size; local
565 &list_size, &max_fps_ptr);
567 if (SUCCEEDED(hr) && list_size > 0) {
569 max_fps_ptr + list_size);
  /external/webrtc/src/system_wrappers/source/
list_unittest.cc 310 const unsigned int list_size = lhs->GetSize(); local
320 while (i < list_size) {
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 166 int *list_size; local
178 list_size = &(video->refList0Size);
188 list_size = &(video->refList1Size);
248 *list_size = num_ref_idx_lX_active_minus1 + 1;
  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 115 size_t list_size = 0; local
130 list_size += last_hz_len;
137 list_size += current_hz_len;
145 start_pos_[current_hz_len - 1] = list_size;
151 list_size += current_hz_len;
161 start_pos_[i] = list_size;
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c 1622 int list_size; local
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 1622 int list_size; local
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 110 int verb_index, list_size, index = 0; local
193 list_size =
195 uc_mgr->device_list_count = list_size;
196 if (list_size > 0) {
198 (char **)malloc(sizeof(char *)*list_size);
204 for (index = 0; index < list_size; index++) {
212 return (list_size);
223 list_size =
225 uc_mgr->modifier_list_count = list_size;
226 if (list_size > 0)
468 int index, list_size, ret = -EINVAL; local
542 int index = 0, list_size = 0, rx_dev_status = 0, tx_dev_status = 0; local
582 int list_size, index, verb_index, ret = 0, voice_acdb = 0, rx_id, tx_id; local
962 int list_size, index, uc_index, ret = 0, intdev_flag = 0; local
1056 int list_size, index, dev_index, uc_index, ret = 0; local
1117 int list_size, index = 0, ret = -ENODEV, flag = 0, intdev_flag = 0; local
1386 int verb_index, list_size, index = 0, ret = -EINVAL; local
1611 int verb_index, list_size, index = 0, ret = -EINVAL; local
2038 int index, list_size, ret = 0; local
    [all...]

Completed in 551 milliseconds