HomeSort by relevance Sort by last modified time
    Searched refs:firstIndex (Results 1 - 23 of 23) sorted by null

  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 37 private int firstIndex;
48 this.firstIndex = descriptor.indexOf(ClassConstants.INTERNAL_METHOD_ARGUMENTS_OPEN);
50 this.index = firstIndex + 1;
65 return descriptor.substring(0, firstIndex);
183 if (enumeration.firstIndex >= 0)
  /libcore/luni/src/main/java/java/sql/
Date.java 216 int firstIndex = dateString.indexOf('-');
217 int secondIndex = dateString.indexOf('-', firstIndex + 1);
223 if (secondIndex == -1 || firstIndex == 0
228 int year = Integer.parseInt(dateString.substring(0, firstIndex));
229 int month = Integer.parseInt(dateString.substring(firstIndex + 1,
Time.java 228 int firstIndex = timeString.indexOf(':');
229 int secondIndex = timeString.indexOf(':', firstIndex + 1);
235 if (secondIndex == -1 || firstIndex == 0
240 int hour = Integer.parseInt(timeString.substring(0, firstIndex));
241 int minute = Integer.parseInt(timeString.substring(firstIndex + 1,
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 134 int firstIndex = -1;
142 firstIndex = i;
155 if (i == firstIndex) {
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.cpp 321 size_t firstIndex = 0;
322 for ( ; firstIndex < valueList.size(); ++firstIndex) {
323 if (operationsAt(valueList, firstIndex)->operations().size() > 0)
327 if (firstIndex >= valueList.size())
330 const TransformOperations* firstVal = operationsAt(valueList, firstIndex);
333 for (size_t i = firstIndex + 1; i < valueList.size(); ++i) {
370 for (size_t i = firstIndex + 1; i < valueList.size(); ++i) {
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 95 int firstIndex = Math.max(firstDay - startDay, 0);
98 for(int i = firstIndex; i <= lastIndex; i++) {
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java 372 final int firstIndex = buildInto.size();
403 builder.withValueBackReference(Data.RAW_CONTACT_ID, firstIndex);
416 final boolean addedOperations = buildInto.size() > firstIndex;
420 buildInto.add(firstIndex, builder.build());
430 builder.withSelectionBackReference(0, firstIndex);
  /dalvik/vm/
Debugger.h 187 bool dvmDbgOutputArray(ObjectId arrayId, int firstIndex, int count,
189 bool dvmDbgSetArrayElements(ObjectId arrayId, int firstIndex, int count,
Debugger.c 1049 bool dvmDbgOutputArray(ObjectId arrayId, int firstIndex, int count,
1058 if (firstIndex + count > (int)arrayObj->length) {
1060 firstIndex, count, arrayObj->length);
1072 copyValuesToBE(outBuf, data + firstIndex*width, count, width);
1078 pObjects += firstIndex;
1100 bool dvmDbgSetArrayElements(ObjectId arrayId, int firstIndex, int count,
1109 if (firstIndex + count > (int)arrayObj->length) {
1111 firstIndex, count, arrayObj->length);
1122 copyValuesFromBE(data + firstIndex*width, buf, count, width);
1128 pObjects += firstIndex;
    [all...]
  /external/webkit/WebCore/page/animation/
KeyframeAnimation.cpp 337 size_t firstIndex = 0;
340 for (Vector<KeyframeValue>::const_iterator it = m_keyframes.beginKeyframes(); it != end; ++it, ++firstIndex) {
  /external/icu4c/samples/cal/
cal.c 51 int32_t firstIndex,
282 * firstIndex is the index of the symbol to place first in
291 int32_t firstIndex,
307 int32_t idx = (i + firstIndex) % arrayLength;
  /external/webkit/WebCore/rendering/
RenderListBox.cpp 158 int firstIndex = select->activeSelectionStartListIndex();
159 if (firstIndex >= 0 && !listIndexIsVisible(select->activeSelectionEndListIndex()))
160 scrollToRevealElementAtListIndex(firstIndex);
  /dalvik/vm/jdwp/
JdwpHandler.c     [all...]
  /frameworks/base/libs/binder/
Parcel.cpp 364 int firstIndex = -1, lastIndex = -2;
381 if (firstIndex == -1) {
382 firstIndex = i;
387 int numObjects = lastIndex - firstIndex + 1;
415 for (int i = firstIndex; i <= lastIndex; i++) {
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 846 milliseconds