OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listIndex
(Results
1 - 11
of
11
) 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
341
void RenderMenuList::valueChanged(unsigned
listIndex
, bool fireOnChange)
350
select->optionSelectedByUser(select->listToOptionIndex(
listIndex
), fireOnChange);
353
void RenderMenuList::listBoxSelectItem(int
listIndex
, bool allowMultiplySelections, bool shift, bool fireOnChangeNow)
355
selectElement()->listBoxSelectItem(
listIndex
, allowMultiplySelections, shift, fireOnChangeNow);
363
void RenderMenuList::didSetSelectedIndex(int
listIndex
)
365
didUpdateActiveOption(selectElement()->listToOptionIndex(
listIndex
));
378
int
listIndex
= select->optionToListIndex(optionIndex);
379
if (
listIndex
< 0 ||
listIndex
>= static_cast<int>(select->listItems().size()))
385
String RenderMenuList::itemText(unsigned
listIndex
) cons
[
all
...]
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillPopup.java
69
* @param
listIndex
The index of the selected Autofill suggestion.
71
public void suggestionSelected(int
listIndex
);
222
int
listIndex
= mSuggestions.indexOf(adapter.getItem(position));
223
assert
listIndex
> -1;
224
mAutofillCallback.suggestionSelected(
listIndex
);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp
143
int
listIndex
= optionToListIndex(0);
144
ASSERT(
listIndex
>= 0);
145
if (
listIndex
< 0)
147
return !
listIndex
&& toHTMLOptionElement(listItems()[
listIndex
])->value().isEmpty();
175
void HTMLSelectElement::listBoxSelectItem(int
listIndex
, bool allowMultiplySelections, bool shift, bool fireOnChangeNow)
178
optionSelectedByUser(listToOptionIndex(
listIndex
), fireOnChangeNow, false);
180
updateSelectedState(
listIndex
, allowMultiplySelections, shift);
223
int
listIndex
= optionToListIndex(optionIndex);
224
if (
listIndex
< 0
[
all
...]
/external/robolectric/lib/main/
h2-1.2.147.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 204 milliseconds