HomeSort by relevance Sort by last modified time
    Searched defs:itemIndex (Results 1 - 25 of 28) sorted by null

1 2

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
InstructionWithReference.java 56 int itemIndex = getReferencedItemIndex(buffer, bufferIndex);
57 lookupReferencedItem(dexFile, opcode, itemIndex);
76 private void lookupReferencedItem(DexFile dexFile, Opcode opcode, int itemIndex) {
79 referencedItem = dexFile.FieldIdsSection.getItemByIndex(itemIndex);
82 referencedItem = dexFile.MethodIdsSection.getItemByIndex(itemIndex);
85 referencedItem = dexFile.TypeIdsSection.getItemByIndex(itemIndex);
88 referencedItem = dexFile.StringIdsSection.getItemByIndex(itemIndex);
  /external/icu4c/test/cintltst/
usettest.c 364 int32_t itemIndex = 0;
393 if (itemIndex >= itemCount) {
398 itemLen = uset_getItem(set, itemIndex, &start, &end,
407 itemIndex, oneUCharToChar(start),
412 log_verbose("Ok: %s item %d is \"%s\"\n", pat, itemIndex, buf);
415 ++itemIndex;
  /frameworks/av/services/camera/libcameraservice/camera2/
StreamingProcessor.cpp 761 size_t itemIndex;
762 for (itemIndex = 0; itemIndex < mRecordingBuffers.size(); itemIndex++) {
764 mRecordingBuffers[itemIndex];
770 if (itemIndex == mRecordingBuffers.size()) {
780 res = mRecordingConsumer->releaseBuffer(mRecordingBuffers[itemIndex]);
787 mRecordingBuffers.replaceAt(itemIndex);
807 for (size_t itemIndex = 0; itemIndex < mRecordingBuffers.size(); itemIndex++)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAdapterView.java 276 int itemIndex = findIndexOfItemContainingText(targetText);
277 if (itemIndex == -1) {
280 return realAdapterView.getChildAt(itemIndex);
284 int itemIndex = findIndexOfItemContainingText(targetText);
285 if (itemIndex == -1) {
288 performItemClick(itemIndex);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 124 for (int itemIndex = 0; itemIndex < static_cast<int>(m_runs.size()); itemIndex++)
125 width += advanceForItem(itemIndex);
194 int itemIndex = m_screenOrder[screenIndex];
195 const SCRIPT_ITEM& item = m_runs[itemIndex];
196 const Shaping& shaping = m_shapes[itemIndex];
217 width += advanceForItem(itemIndex);
230 int itemIndex = m_screenOrder[screenIndex];
231 int itemAdvance = advanceForItem(itemIndex);
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewActivity.java 353 int itemIndex = mPhotoIndex;
356 if (itemIndex < 0) {
357 itemIndex = 0;
360 mViewPager.setCurrentItem(itemIndex, false);
362 setViewActivated(itemIndex);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 712 int itemIndex = 0;
731 items[itemIndex++] = mContext.getText(R.string.modify_event);
733 items[itemIndex++] = mContext.getText(R.string.modify_all);
737 items[itemIndex++] = mContext.getText(R.string.modify_all_following);
    [all...]
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1735 milliseconds

1 2