/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+"]";
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/ |
TabModelOrderController.java | 85 * opener, starting at startIndex. To clarify, the tabs are traversed in the 90 * @param startIndex The start point of the search. 93 private int getIndexOfLastTabOpenedBy(int openerId, int startIndex) { 96 for (int i = count - 1; i >= startIndex; i--) {
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.h | 75 static PassOwnPtr<HarfBuzzRun> create(const SimpleFontData* fontData, unsigned startIndex, unsigned numCharacters, TextDirection direction, hb_script_t script) 77 return adoptPtr(new HarfBuzzRun(fontData, startIndex, numCharacters, direction, script)); 89 unsigned startIndex() const { return m_startIndex; } 108 HarfBuzzRun(const SimpleFontData*, unsigned startIndex, unsigned numCharacters, TextDirection, hb_script_t);
|
/external/icu/icu4c/source/samples/citer/ |
citer.cpp | 76 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) { 77 u_fprintf(out, "startIndex() or endIndex() failed\n"); 140 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) { 141 u_fprintf(out, "startIndex() or endIndex() failed\n");
|
/external/clang/test/Index/ |
load-exprs.c | 27 enum { StartIndex = 1 }; 30 struct Y y0 = { .array[StartIndex].b = bval, .array[StartIndex].a = aval }; 31 __builtin_offsetof(struct Y, array[StartIndex].b); 70 // CHECK: load-exprs.c:30:26: DeclRefExpr=StartIndex:27:8 Extent=[30:26 - 30:36] 74 // CHECK: load-exprs.c:30:55: DeclRefExpr=StartIndex:27:8 Extent=[30:55 - 30:65] 79 // CHECK: load-exprs.c:31:38: DeclRefExpr=StartIndex:27:8 Extent=[31:38 - 31:48]
|
/external/markdown/markdown/ |
treeprocessors.py | 91 startIndex = 0 93 data, matched, startIndex = self.__applyPattern( 95 data, patternIndex, startIndex) 198 def __applyPattern(self, pattern, data, patternIndex, startIndex=0): 208 * startIndex: string index, from which we starting search 213 match = pattern.getCompiledRegExp().match(data[startIndex:]) 214 leftData = data[:startIndex]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
UriUtils.java | 231 * @param startIndex the focused action in actions list when started. 235 int startIndex) { 236 return getSubactionDialogUri(uri, dialogTitle, dialogDescription, null, startIndex); 263 * @param startIndex the focused action in actions list when started. 269 String startName, int startIndex) { 284 if (startIndex != -1) { 286 Integer.toString(startIndex));
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpSegment.h | 109 bool isConnected(int startIndex, int endIndex) const { 110 return fTs[startIndex].fWindSum != SK_MinS32 || fTs[endIndex].fWindSum != SK_MinS32; 134 int oppSign(int startIndex, int endIndex) const { 135 int result = startIndex < endIndex ? -fTs[startIndex].fOppValue : fTs[endIndex].fOppValue; 211 int spanSign(int startIndex, int endIndex) const { 212 int result = startIndex < endIndex ? -fTs[startIndex].fWindValue : fTs[endIndex].fWindValue; 308 int computeSum(int startIndex, int endIndex, SkOpAngle::IncludeType includeType); 434 int findStartSpan(int startIndex) const [all...] |
SkReduceOrder.cpp | 39 int startIndex = 0; 41 while (quad[startIndex].approximatelyEqual(quad[endIndex])) { 48 if (!quad.isLinear(startIndex, endIndex)) { 159 int startIndex = 0; 161 while (cubic[startIndex].approximatelyEqual(cubic[endIndex])) { 168 if (!cubic.isLinear(startIndex, endIndex)) {
|
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 211 int startIndex = matcher.start(expressionTypeIndex + 1); 212 if (startIndex >= 0) 250 int startIndex = matcher.start(expressionTypeIndex + 1); 251 if (startIndex >= 0) 257 outLine.append(line.substring(lineIndex, startIndex)); 515 int startIndex = 0; 518 int endIndex = obfuscatedArguments.indexOf(',', startIndex); 524 originalArguments.append(originalType(obfuscatedArguments.substring(startIndex, endIndex).trim())).append(','); 526 startIndex = endIndex + 1; 529 originalArguments.append(originalType(obfuscatedArguments.substring(startIndex).trim())) [all...] |
/external/skia/src/pathops/ |
SkOpSegment.h | 109 bool isConnected(int startIndex, int endIndex) const { 110 return fTs[startIndex].fWindSum != SK_MinS32 || fTs[endIndex].fWindSum != SK_MinS32; 134 int oppSign(int startIndex, int endIndex) const { 135 int result = startIndex < endIndex ? -fTs[startIndex].fOppValue : fTs[endIndex].fOppValue; 211 int spanSign(int startIndex, int endIndex) const { 212 int result = startIndex < endIndex ? -fTs[startIndex].fWindValue : fTs[endIndex].fWindValue; 308 int computeSum(int startIndex, int endIndex, SkOpAngle::IncludeType includeType); 434 int findStartSpan(int startIndex) const [all...] |
SkReduceOrder.cpp | 39 int startIndex = 0; 41 while (quad[startIndex].approximatelyEqual(quad[endIndex])) { 48 if (!quad.isLinear(startIndex, endIndex)) { 159 int startIndex = 0; 161 while (cubic[startIndex].approximatelyEqual(cubic[endIndex])) { 168 if (!cubic.isLinear(startIndex, endIndex)) {
|
/external/chromium_org/third_party/isimpledom/ |
ISimpleDOMText.idl | 58 cpp_quote("// /* [in] */ unsigned int startIndex,") 71 cpp_quote("// /* [in] */ unsigned int startIndex,") 94 HRESULT get_clippedSubstringBounds([in] unsigned int startIndex, 101 HRESULT get_unclippedSubstringBounds([in] unsigned int startIndex, 108 HRESULT scrollToSubstring([in] unsigned int startIndex,
|
/external/aac/libSBRenc/src/ |
nf_est.cpp | 169 INT startIndex, /*!< Start index. */ 182 FIXP_DBL invIndex = GetInvInt(stopIndex-startIndex); 195 for(k = startIndex ; k < stopIndex; k++){ 202 for(k = startIndex ; k < stopIndex; k++){ 213 for(k = startIndex ; k < stopIndex; k++){ 220 for(k = startIndex ; k < stopIndex; k++){ 299 INT startIndex, /*!< Start index. */ 317 startPos[0] = startIndex; 318 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2); 321 startPos[0] = startIndex; [all...] |
/libcore/luni/src/main/java/java/util/ |
Arrays.java | 179 * @param startIndex the inclusive start index. 184 * @throws IllegalArgumentException if {@code startIndex > endIndex} 185 * @throws ArrayIndexOutOfBoundsException if {@code startIndex < 0 || endIndex > array.length} 188 public static int binarySearch(byte[] array, int startIndex, int endIndex, byte value) { 189 checkBinarySearchBounds(startIndex, endIndex, array.length); 190 int lo = startIndex; 229 * @param startIndex the inclusive start index. 234 * @throws IllegalArgumentException if {@code startIndex > endIndex} 235 * @throws ArrayIndexOutOfBoundsException if {@code startIndex < 0 || endIndex > array.length} 238 public static int binarySearch(char[] array, int startIndex, int endIndex, char value) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 43 self.startindex = None 62 self.widget.delete("%s+%dc" % (self.startindex, i), 63 "%s+%dc" % (self.startindex, len(self.start))) 65 self.widget.insert("%s+%dc" % (self.startindex, i), 156 self.startindex = self.widget.index(index) 157 self.start = self.widget.get(self.startindex, "insert") 222 text.see(self.startindex) 223 x, y, cx, cy = text.bbox(self.startindex) 366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 43 self.startindex = None 62 self.widget.delete("%s+%dc" % (self.startindex, i), 63 "%s+%dc" % (self.startindex, len(self.start))) 65 self.widget.insert("%s+%dc" % (self.startindex, i), 156 self.startindex = self.widget.index(index) 157 self.start = self.widget.get(self.startindex, "insert") 222 text.see(self.startindex) 223 x, y, cx, cy = text.bbox(self.startindex) 366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
UIUtils.js | 733 var startIndex = 0; 738 while (startIndex < snapshotLength && nodeRanges[startIndex].offset + nodeRanges[startIndex].length <= startOffset) 739 startIndex++; 740 var endIndex = startIndex; 755 if (startIndex === endIndex) { 760 var prefixNode = ownerDocument.createTextNode(lastText.substring(0, startOffset - nodeRanges[startIndex].offset)); 764 var firstTextNode = textNodeSnapshot.snapshotItem(startIndex); 772 firstTextNode.textContent = firstText.substring(0, startOffset - nodeRanges[startIndex].offset) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
ApplyBlockElementCommand.cpp | 89 int startIndex = indexForVisiblePosition(startOfSelection, startScope); 98 ASSERT(startIndex >= 0); 99 ASSERT(startIndex <= endIndex); 100 if (startScope == endScope && startIndex >= 0 && startIndex <= endIndex) { 101 VisiblePosition start(visiblePositionForIndex(startIndex, startScope.get()));
|
/external/chromium_org/third_party/icu/source/i18n/ |
plurfmt.cpp | 475 int32_t startIndex=0; 491 result += UnicodeString(message, startIndex, i); 493 startIndex = i + 1; 498 if ( startIndex < message.length() ) { 499 result += UnicodeString(message, startIndex, message.length()-startIndex);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ArraysTest.java | [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
MeteringTest.java | 469 * @param startIndex the array storing the index of the grey square where 475 private void runMultipleAreaTest(int[] startIndex, int[] endIndex, int[] weight) { 476 int numAreas = startIndex.length; 481 meteringAreas.add(makeArea(startIndex[i], endIndex[i], weight[i])); 483 startIndex[i], endIndex[i], weight[i])); 493 * @param startIndex the index of the grey square where the metering area 499 private void runSingleTest(int startIndex, int endIndex, int weight) { 503 Log.v(TAG, String.format("Single test for %d, %d, %d", startIndex, endIndex, weight)); 504 meteringAreas.add(makeArea(startIndex, endIndex, weight)); 541 * @param startIndex the index of the grey square where the metering are [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCommonToken.h | 44 NSUInteger startIndex; 56 @property (assign, getter=getStart, setter=setStart:) NSUInteger startIndex;
|
ANTLRCommonTree.h | 33 NSInteger startIndex; 40 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex) NSInteger startIndex;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCommonToken.h | 44 NSUInteger startIndex; 56 @property (assign, getter=getStart, setter=setStart:) NSUInteger startIndex;
|