HomeSort by relevance Sort by last modified time
    Searched defs:startIndex (Results 26 - 50 of 224) sorted by null

12 3 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 56 protected int startIndex = -1;
76 this.startIndex = node.startIndex;
194 if ( startIndex == -1 && Token != null )
197 return startIndex;
202 startIndex = value;
255 if ( startIndex < 0 || stopIndex < 0 )
256 startIndex = stopIndex = Token.TokenIndex;
270 if ( startIndex >= 0 && stopIndex >= 0 )
277 startIndex = firstChild.TokenStartIndex
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexDataManager.cpp 199 int startIndex = attribs[i].mOffset / attribs[i].stride();
201 if (!staticBuffer->storeVertexAttributes(attribs[i], currentValues[i], -startIndex, totalCount,
  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 84 int startIndex = index;
104 return descriptor.substring(startIndex, index);
  /frameworks/av/media/libmedia/
IMediaCodecList.cpp 68 const char *type, bool encoder, size_t startIndex = 0) const
70 if (startIndex > INT32_MAX) {
78 data.writeInt32(startIndex);
133 size_t startIndex = static_cast<size_t>(data.readInt32());
134 ssize_t index = findCodecByType(type, isEncoder, startIndex);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StaggeredGridDefault.java 138 int startIndex = itemIndex;
140 while (startRow > 0 && startIndex > firstIndex) {
141 startIndex--;
142 startRow = getLocation(startIndex).row;
145 for (int i = firstIndex; i < startIndex; i++) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
SearchUtil.java 28 public int startIndex = -1;
35 ", startIndex=" + startIndex +
46 * @return A MatchedLine object containing the matching line and the startIndex of the substring
72 matched.startIndex = index - (start + 1);
131 * @param startIndex The index to start searching. 0 based indexing.
135 static int findNextTokenStart(String line, int startIndex) {
136 int index = startIndex;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTree.java 45 protected int startIndex=-1, stopIndex=-1;
58 this.startIndex = node.startIndex;
113 if ( startIndex==-1 && token!=null ) {
116 return startIndex;
120 startIndex = index;
140 if ( startIndex<0 || stopIndex<0 ) {
141 startIndex = stopIndex = token.getTokenIndex();
148 if ( startIndex>=0 && stopIndex>=0 ) return; // already set
152 startIndex = firstChild.getTokenStartIndex()
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ConstantPoolTest.java 124 int startIndex = 10;
128 assertEquals(thisCommandName + "returned invalid entry count,", bytes[startIndex+i], returnedCpByte, null, null);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text_area_shadow.js 26 * @type {Object.<number, {startIndex: number, endIndex: number}>}
75 * @type {Object.<number, {startIndex: number, endIndex: number}>}
77 var lines = {0: {startIndex: 0, endIndex: 0}};
124 lines[lineIndex] = {startIndex: offset, endIndex: offset};
139 lines[lineIndex] = {startIndex: lastGoodOffset, endIndex: lastGoodOffset};
154 for (var j = lines[i].startIndex; j <= lines[i].endIndex; j++) {
180 return this.lines_[index].startIndex;
content_editable_extractor.js 43 * @type {Object.<number, {startIndex: number, endIndex: number}>}
64 * @type {Object.<number, {startIndex: number, endIndex: number}>}
66 var lines = {0: {startIndex: 0, endIndex: 0}};
151 lines[lineIndex] = {startIndex: textSize, endIndex: textSize};
174 for (var j = lines[i].startIndex; j <= lines[i].endIndex; j++) {
225 return this.lines_[index].startIndex;
  /external/chromium_org/third_party/icu/source/common/
normlzr.cpp 346 int32_t Normalizer::startIndex() const {
347 return text->startIndex();
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticReduceOrder.cpp 68 int startIndex = 0;
70 while (quad[startIndex].approximatelyEqual(quad[endIndex])) {
77 if (!isLinear(quad, startIndex, endIndex)) {
127 bool isLinear(const Quadratic& quad, int startIndex, int endIndex) {
129 lineParameters.quadEndPoints(quad, startIndex, endIndex);
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_debugger.cpp 59 size_t startIndex = strlen("LoadSKP");
60 size_t dataSize = msg.size()/sizeof(char) - startIndex;
62 decodedData.decode(msg.c_str() + startIndex, dataSize);
99 size_t startIndex = strlen("CommandSelected:");
100 int index = atoi(msg.c_str() + startIndex);
  /external/chromium_org/third_party/skia/src/pathops/
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/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 145 int startIndex = FLAGS_input_filename.find_last_of("/") + 1;
146 if (startIndex == 0) {
147 startIndex = 0;
150 FLAGS_input_filename.substr(startIndex,
152 - startIndex) + "_out.yuv";
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONTokener.java 385 int startIndex = this.index;
391 this.index = startIndex;
  /external/icu/icu4c/source/common/
normlzr.cpp 345 int32_t Normalizer::startIndex() const {
346 return text->startIndex();
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 127 CNum startIndex = db.FolderStartFileIndex[folderIndex];
129 index <= fileIndex - startIndex; index++)
131 // UInt64 unpackSize = _db.Files[startIndex + index].UnpackSize;
135 efi.ExtractStatuses.Add(index == fileIndex - startIndex);
182 CNum startIndex;
184 startIndex = efi.FileIndex;
186 startIndex = db.FolderStartFileIndex[efi.FolderIndex];
194 startIndex,
  /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);
  /external/skia/experimental/Intersection/
QuadraticReduceOrder.cpp 68 int startIndex = 0;
70 while (quad[startIndex].approximatelyEqual(quad[endIndex])) {
77 if (!isLinear(quad, startIndex, endIndex)) {
127 bool isLinear(const Quadratic& quad, int startIndex, int endIndex) {
129 lineParameters.quadEndPoints(quad, startIndex, endIndex);
  /external/skia/platform_tools/nacl/src/
nacl_debugger.cpp 59 size_t startIndex = strlen("LoadSKP");
60 size_t dataSize = msg.size()/sizeof(char) - startIndex;
62 decodedData.decode(msg.c_str() + startIndex, dataSize);
99 size_t startIndex = strlen("CommandSelected:");
100 int index = atoi(msg.c_str() + startIndex);
  /external/skia/src/pathops/
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)) {
  /frameworks/native/libs/binder/
Debug.cpp 224 const size_t startIndex = word+(alignment-(alignment?1:0));
227 const size_t startIndex = word;
239 const unsigned char val = *(pos+startIndex+(index*dir));
256 const unsigned char val = *(pos+startIndex+(index*dir));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 119 const int startIndex = ProximityInfoUtils::getStartIndexFromCoordinates(x, y,
122 AKLOGI("hasSpaceProximity: index %d, %d, %d", startIndex, x, y);
127 AKLOGI("Index: %d", mProximityCharsArray[startIndex + i]);
129 if (proximityCharsArray[startIndex + i] == KEYCODE_SPACE) {
  /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()));

Completed in 598 milliseconds

12 3 4 5 6 7 8 9