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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java 49 int adnIndex, listIndex = 0;
55 listIndex = adnIndex - 1; // listIndex is zero based.
56 originalAdn = adnRecordList.get(listIndex);
77 AdnRecord tmpAdn = adnRecordList.get(listIndex);
86 tmpAdn = adnRecordList.get(listIndex);
96 tmpAdn = adnRecordList.get(listIndex);
105 tmpAdn = adnRecordList.get(listIndex);
  /external/chromium_org/third_party/icu/source/common/
bmpset.cpp 110 int32_t listIndex=0;
114 start=list[listIndex++];
115 if(listIndex<listLength) {
116 limit=list[listIndex++];
136 start=list[listIndex++];
137 if(listIndex<listLength) {
138 limit=list[listIndex++];
182 start=list[listIndex++];
183 if(listIndex<listLength) {
184 limit=list[listIndex++]
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 74 int listIndex;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 79 int listIndex;
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.h 74 int listIndex;
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 209 int listIndex = Util.indexOf(mSubList, list);
210 if (listIndex == -1) {
221 if (which == listIndex) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 346 void RenderMenuList::valueChanged(unsigned listIndex, bool fireOnChange)
355 select->optionSelectedByUser(select->listToOptionIndex(listIndex), fireOnChange);
358 void RenderMenuList::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow)
360 selectElement()->listBoxSelectItem(listIndex, allowMultiplySelections, shift, fireOnChangeNow);
368 void RenderMenuList::didSetSelectedIndex(int listIndex)
370 didUpdateActiveOption(selectElement()->listToOptionIndex(listIndex));
383 int listIndex = select->optionToListIndex(optionIndex);
384 if (listIndex < 0 || listIndex >= static_cast<int>(select->listItems().size()))
387 ASSERT(select->listItems()[listIndex]);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 146 int listIndex = optionToListIndex(0);
147 ASSERT(listIndex >= 0);
148 if (listIndex < 0)
150 return !listIndex && toHTMLOptionElement(listItems()[listIndex])->value().isEmpty();
178 void HTMLSelectElement::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow)
181 optionSelectedByUser(listToOptionIndex(listIndex), fireOnChangeNow, false);
183 updateSelectedState(listIndex, allowMultiplySelections, shift);
228 int listIndex = optionToListIndex(optionIndex);
229 if (listIndex < 0
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 182 milliseconds