/external/jsilver/src/com/google/streamhtmlparser/util/ |
JavascriptTokenBuffer.java | 58 private int startIndex; 69 startIndex = 0; 82 startIndex = aJavascriptTokenBuffer.startIndex; 117 if (endIndex == startIndex) { 118 startIndex = (endIndex + 1) % buffer.length; 129 if (startIndex == endIndex) { 250 int len = endIndex - startIndex;
|
/frameworks/base/core/java/android/view/animation/ |
PathInterpolator.java | 208 int startIndex = 0; 211 while (endIndex - startIndex > 1) { 212 int midIndex = (startIndex + endIndex) / 2; 216 startIndex = midIndex; 220 float xRange = mX[endIndex] - mX[startIndex]; 222 return mY[startIndex]; 225 float tInRange = t - mX[startIndex]; 228 float startY = mY[startIndex];
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTree.as | 45 public var startIndex:int=-1, stopIndex:int=-1; 57 this.startIndex = node.startIndex; 115 if ( startIndex==-1 && _token!=null ) { 118 return startIndex; 122 startIndex = index;
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
ClassTable.java | 173 int startIndex = 0; 175 while (startIndex < classTable.length) { 176 int startID = classTable[startIndex].getGlyphID(); 177 int classID = classTable[startIndex].getClassID(); 182 for (endIndex = startIndex; endIndex < classTable.length; endIndex += 1) { 198 startIndex = endIndex;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ArraysTest.java | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonToken.m | 46 @synthesize startIndex; 139 startIndex = 0; 157 startIndex = aStart; 162 text = [input substringWithRange:NSMakeRange(startIndex, (stopIndex-startIndex)+1)]; 181 startIndex = oldToken.startIndex; 229 copy.startIndex = startIndex; 273 return [input substringWithRange:NSMakeRange(startIndex, (stopIndex-startIndex)+1)] [all...] |
ANTLRCommonTree.h | 33 NSInteger startIndex; 80 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex:) NSInteger startIndex; 87 @property (assign) NSInteger startIndex;
|
ANTLRRuleMemo.h | 36 NSNumber *startIndex; 40 @property (retain, getter=getStartIndex, setter=setStartIndex:) NSNumber *startIndex;
|
/frameworks/base/core/java/com/android/internal/util/ |
CallbackRegistry.java | 175 final int startIndex = (remainderIndex + 1) * Long.SIZE; 176 final int endIndex = Math.min(mCallbacks.size(), startIndex + Long.SIZE); 178 notifyCallbacksLocked(sender, arg, arg2, startIndex, endIndex, bits); 183 * Notify callbacks from startIndex to endIndex, using bits as the bit status 185 * mFirst64Removed. bits set to 0 indicates that all callbacks from startIndex to 194 * @param startIndex The index into the mCallbacks to start notifying. 199 private void notifyCallbacksLocked(T sender, int arg, A arg2, final int startIndex, 202 for (int i = startIndex; i < endIndex; i++) { 251 * Removes callbacks from startIndex to startIndex + Long.SIZE, base [all...] |
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/ |
CallbackRegistry.java | 172 final int startIndex = (remainderIndex + 1) * Long.SIZE; 173 final int endIndex = Math.min(mCallbacks.size(), startIndex + Long.SIZE); 175 notifyCallbacks(sender, arg, arg2, startIndex, endIndex, bits); 180 * Notify callbacks from startIndex to endIndex, using bits as the bit status 182 * mFirst64Removed. bits set to 0 indicates that all callbacks from startIndex to 191 * @param startIndex The index into the mCallbacks to start notifying. 196 private void notifyCallbacks(T sender, int arg, A arg2, final int startIndex, 199 for (int i = startIndex; i < endIndex; i++) { 248 * Removes callbacks from startIndex to startIndex + Long.SIZE, base [all...] |
/frameworks/av/media/libmedia/ |
IMediaCodecList.cpp | 82 const char *type, bool encoder, size_t startIndex = 0) const 84 if (startIndex > INT32_MAX) { 92 data.writeInt32(startIndex); 165 size_t startIndex = static_cast<size_t>(data.readInt32()); 166 ssize_t index = findCodecByType(type, isEncoder, startIndex);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IntRangeManager.java | 206 for (int startIndex = 0; startIndex < len; startIndex++) { 207 IntRange range = mRanges.get(startIndex); 220 if ((startIndex + 1) < len) { 221 nextRange = mRanges.get(startIndex + 1); 258 mRanges.add(startIndex, new IntRange(startId, endId, client)); 275 for (int endIndex = startIndex+1; endIndex < len; endIndex++) { 287 // of the next range to join is always startIndex+1. 290 int joinIndex = startIndex + 1 [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
AllAllocationsRecorder.java | 49 int startIndex = 2; 51 for (int i = startIndex; i < stackTrace.length; i++) { 67 new Allocation(desc, size, asList(stackTrace).subList(startIndex, endIndex + 1)));
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
C_P_A_L_.py | 20 startIndex = struct.unpack(">H", data[pos:pos+2])[0] 21 assert (startIndex + self.numPaletteEntries <= numColorRecords) 24 ppos = goffsetFirstColorRecord + startIndex * 4
|
/external/lzma/CPP/Common/ |
MyString.h | 239 // AString Mid(unsigned startIndex, unsigned count) const { return AString(count, _chars + startIndex); }
254 int Find(char c, unsigned startIndex) const
256 int pos = FindCharPosInString(_chars + startIndex, c);
257 return pos < 0 ? -1 : (int)startIndex + pos;
261 int Find(const AString &s, unsigned startIndex) const throw();
401 UString Mid(unsigned startIndex, unsigned count) const { return UString(count, _chars + startIndex); }
419 int Find(wchar_t c, unsigned startIndex) const
421 int pos = FindCharPosInString(_chars + startIndex, c); [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
AttendeesView.java | 290 final int startIndex = 0; 293 addView(mDividerForYes, startIndex); 297 index = startIndex + mYes; 301 final int startIndex = (mYes == 0 ? 0 : 1 + mYes); 304 addView(mDividerForNo, startIndex); 308 index = startIndex + mNo; 312 final int startIndex = (mYes == 0 ? 0 : 1 + mYes) + (mNo == 0 ? 0 : 1 + mNo); 315 addView(mDividerForMaybe, startIndex); 319 index = startIndex + mMaybe; 323 final int startIndex = (mYes == 0 ? 0 : 1 + mYes) + (mNo == 0 ? 0 : 1 + mNo [all...] |
/external/proguard/src/proguard/ |
WordReader.java | 187 int startIndex = currentIndex; 190 char startChar = currentLine.charAt(startIndex); 196 startIndex++; 206 currentWord = currentLine.substring(startIndex-1, currentIndex); 236 while (endIndex > startIndex && 268 currentWord = currentLine.substring(startIndex, endIndex);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
HtmlUtils.java | 160 final int start = lastSeen.startIndex; 171 final int start = wrapper.startIndex; 217 final int startIndex; 219 TagWrapper(HtmlDocument.Tag tag, int startIndex) { 221 this.startIndex = startIndex;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRRuleMemo.h | 36 NSNumber *startIndex; 40 @property (retain, getter=getStartIndex, setter=setStartIndex) NSNumber *startIndex;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRRuleMemo.h | 36 NSNumber *startIndex; 40 @property (retain, getter=getStartIndex, setter=setStartIndex) NSNumber *startIndex;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRRuleMemo.h | 36 NSNumber *startIndex; 40 @property (retain, getter=getStartIndex, setter=setStartIndex) NSNumber *startIndex;
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
chart-slider.html | 150 var startIndex = null; 153 startIndex = this.revisionToIndexMap[this.startrev]; 155 startIndex = this.getPreviousIndexForRev(this.startrev); 165 if (startIndex == endIndex) { 169 startIndex -= 1; 172 this.chart.setSelection({xaxis: {from: startIndex, to: endIndex}}, 292 var startIndex = Math.max(0, this.selectionStart.from - diff); 302 this.startrev = this.data[startIndex][0];
|
/external/skia/src/pathops/ |
SkPathOpsConic.h | 71 bool isLinear(int startIndex, int endIndex) const { 72 return fPts.isLinear(startIndex, endIndex);
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
DNSName.java | 82 //startIndex is the index of the first character of a component 84 for (int endIndex,startIndex=0; startIndex < name.length(); startIndex = endIndex+1) { 85 endIndex = name.indexOf('.', startIndex); 89 if ((endIndex-startIndex) < 1) 93 if (alpha.indexOf(name.charAt(startIndex)) < 0) 96 for (int nonStartIndex=startIndex+1; nonStartIndex < endIndex; nonStartIndex++) {
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CommonToken.as | 75 token._start = CommonToken(oldToken).startIndex; 133 public function get startIndex():int { 137 public function set startIndex(start:int):void { 179 return "[@"+tokenIndex+","+startIndex+":"+stopIndex+"='"+txt+"',<"+type+">"+channelStr+","+line+":"+charPositionInLine+"]";
|