HomeSort by relevance Sort by last modified time
    Searched full:startindex (Results 126 - 150 of 959) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/
CloneDetection.h 45 /// [StartIndex, EndIndex).
46 unsigned StartIndex;
59 /// \param StartIndex The inclusive start index in the children array of
62 StmtSequence(const CompoundStmt *Stmt, const Decl *D, unsigned StartIndex,
101 return EndIndex - StartIndex;
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !=
143 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/
CloneDetection.h 45 /// [StartIndex, EndIndex).
46 unsigned StartIndex;
59 /// \param StartIndex The inclusive start index in the children array of
62 StmtSequence(const CompoundStmt *Stmt, const Decl *D, unsigned StartIndex,
101 return EndIndex - StartIndex;
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !=
143 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/
CloneDetection.h 45 /// [StartIndex, EndIndex).
46 unsigned StartIndex;
59 /// \param StartIndex The inclusive start index in the children array of
62 StmtSequence(const CompoundStmt *Stmt, const Decl *D, unsigned StartIndex,
101 return EndIndex - StartIndex;
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !=
143 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
CloneDetection.h 45 /// [StartIndex, EndIndex).
46 unsigned StartIndex;
59 /// \param StartIndex The inclusive start index in the children array of
62 StmtSequence(const CompoundStmt *Stmt, const Decl *D, unsigned StartIndex,
101 return EndIndex - StartIndex;
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !=
143 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
CloneDetection.h 45 /// [StartIndex, EndIndex).
46 unsigned StartIndex;
59 /// \param StartIndex The inclusive start index in the children array of
62 StmtSequence(const CompoundStmt *Stmt, const Decl *D, unsigned StartIndex,
101 return EndIndex - StartIndex;
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !=
143 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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))):
  /frameworks/base/core/java/android/view/textclassifier/
TextClassifier.java 266 * by the sub sequence starting at startIndex and ending at endIndex)
267 * @param startIndex start index of the text to classify
273 * @throws IllegalArgumentException if text is null; startIndex is negative;
274 * endIndex is greater than text.length() or not greater than startIndex
282 @IntRange(from = 0) int startIndex,
286 text, startIndex, endIndex)
296 @IntRange(from = 0) int startIndex,
301 new TextClassification.Request.Builder(text, startIndex, endIndex).build());
305 return classifyText(new TextClassification.Request.Builder(text, startIndex, endIndex)
541 * @throws IllegalArgumentException if text is null; startIndex is negative
    [all...]
  /external/icu/icu4c/source/common/
listformatter.cpp 186 int32_t startIndex = alias.indexOf(aliasPrefix, kAliasPrefixLen, 0);
187 if (startIndex < 0) {
190 startIndex += kAliasPrefixLen;
191 int32_t endIndex = alias.indexOf(solidus, startIndex);
195 alias.extract(startIndex, endIndex-startIndex, aliasedStyle, kStyleLenMax+1, US_INV);
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceInfoParser.java 259 int startIndex = uriValue.indexOf(":", 0);
260 int endIndex = uriValue.indexOf("@", startIndex);
263 " startIndex=" + startIndex + " endIndex=" + endIndex);
270 if (startIndex != -1) {
271 return number = number.substring(startIndex + 1);
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 442 int* startIndex) {
446 SkASSERT(startIndex);
455 *startIndex = static_cast<int>(offset / sizeof(uint16_t));
460 const GrBuffer** buffer, int* startIndex,
465 SkASSERT(startIndex);
478 *startIndex = static_cast<int>(offset / sizeof(uint16_t));
GrBufferAllocPool.h 247 * buffer at the offset indicated by startIndex. Until that time they may be
252 * @param startIndex returns the offset into buffer of the first index.
257 int* startIndex);
269 * buffer at the offset indicated by startIndex. Until that time they may be
280 * @param startIndex returns the offset into buffer of the first index.
287 int* startIndex,
  /external/skqp/src/gpu/
GrBufferAllocPool.cpp 442 int* startIndex) {
446 SkASSERT(startIndex);
455 *startIndex = static_cast<int>(offset / sizeof(uint16_t));
460 const GrBuffer** buffer, int* startIndex,
465 SkASSERT(startIndex);
478 *startIndex = static_cast<int>(offset / sizeof(uint16_t));
GrBufferAllocPool.h 247 * buffer at the offset indicated by startIndex. Until that time they may be
252 * @param startIndex returns the offset into buffer of the first index.
257 int* startIndex);
269 * buffer at the offset indicated by startIndex. Until that time they may be
280 * @param startIndex returns the offset into buffer of the first index.
287 int* startIndex,
  /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;
ANTLRCommonTree.h 33 NSInteger startIndex;
40 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex) NSInteger startIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/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/Framework/test/runtime/token/
ANTLRCommonTokenTest.m 79 STAssertEquals(newToken.startIndex, token.startIndex, @"Token start positions do not match");
  /external/icu/icu4c/source/i18n/
uitercollationiterator.h 67 FCDUIterCollationIterator(const CollationData *data, UBool numeric, UCharIterator &ui, int32_t startIndex)
69 state(ITER_CHECK_FWD), start(startIndex),
  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 93 int startIndex = index;
113 return descriptor.substring(startIndex, index);

Completed in 2194 milliseconds

1 2 3 4 56 7 8 91011>>