Searched defs:lastIndex (Results 1 - 25 of 74) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTokenRewriteStream.h79 NSInteger lastIndex; variable
82 @property (getter=getLastIndex, setter=setLastIndex:) NSInteger lastIndex; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTokenRewriteStream.h79 NSInteger lastIndex; variable
82 @property (getter=getLastIndex, setter=setLastIndex:) NSInteger lastIndex; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTokenRewriteStream.h79 NSInteger lastIndex; variable
82 @property (getter=getLastIndex, setter=setLastIndex:) NSInteger lastIndex; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTokenRewriteStream.h79 NSInteger lastIndex; variable
82 @property (assign) NSInteger lastIndex; variable
/external/apache-http/src/org/apache/http/message/
H A DBasicListHeaderIterator.java73 protected int lastIndex; field in class:BasicListHeaderIterator
100 this.lastIndex = -1;
167 this.lastIndex = current;
194 if (this.lastIndex < 0) {
197 this.allHeaders.remove(this.lastIndex);
198 this.lastIndex = -1;
/external/proguard/src/proguard/classfile/util/
H A DInternalTypeEnumeration.java38 private int lastIndex; field in class:InternalTypeEnumeration
49 this.lastIndex = descriptor.indexOf(ClassConstants.METHOD_ARGUMENTS_CLOSE);
52 if (lastIndex < 0)
54 lastIndex = descriptor.length();
84 return index < lastIndex;
123 return descriptor.substring(lastIndex + 1);
202 if (enumeration.lastIndex < descriptor.length())
/external/eigen/Eigen/src/SparseCore/
H A DTriangularSolver.h42 Index lastIndex = 0; local
46 lastIndex = it.index();
47 if(lastIndex==i)
49 tmp -= lastVal * other.coeff(lastIndex,col);
55 eigen_assert(lastIndex==i);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs151 public int lastIndex; field in class:Antlr.Runtime.TokenRewriteStream.ReplaceOp
154 lastIndex = to;
160 return lastIndex + 1;
163 return "<ReplaceOp@" + index + ".." + lastIndex + ":\"" + text + "\">";
172 return "<DeleteOp@" + index + ".." + lastIndex + ">";
505 if (iop.index >= rop.index && iop.index <= rop.lastIndex) {
514 if (prevRop.index >= rop.index && prevRop.lastIndex <= rop.lastIndex) {
521 prevRop.lastIndex < rop.index || prevRop.index > rop.lastIndex;
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs171 public int lastIndex; field in class:Antlr.Runtime.TokenRewriteStream.ReplaceOp
175 lastIndex = to;
184 return lastIndex + 1;
191 return string.Format("<DeleteOp@{0}..{1}>", stream._tokens[index], stream._tokens[lastIndex]);
194 return string.Format("<ReplaceOp@{0}..{1}:\"{2}\">", stream._tokens[index], stream._tokens[lastIndex], text);
590 else if (iop.index > rop.index && iop.index <= rop.lastIndex)
601 if ( prevRop.index >= rop.index && prevRop.lastIndex <= rop.lastIndex )
609 prevRop.lastIndex < rop.index || prevRop.index > rop.lastIndex;
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java137 protected int lastIndex; field in class:TokenRewriteStream.ReplaceOp
140 lastIndex = to;
146 return lastIndex+1;
151 ".."+tokens.get(lastIndex)+">";
154 ".."+tokens.get(lastIndex)+":\""+text+"\">";
475 else if ( iop.index > rop.index && iop.index <= rop.lastIndex ) {
484 if ( prevRop.index>=rop.index && prevRop.lastIndex <= rop.lastIndex ) {
491 prevRop.lastIndex<rop.index || prevRop.index > rop.lastIndex;
[all...]
/external/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp172 int lastIndex = num_glyphs; local
174 while (!subset->has(lastIndex - 1) && lastIndex > 0) {
175 --lastIndex;
180 for (int gId = 0; gId <= lastIndex; gId++) {
182 if (gId < lastIndex) {
253 if (curRange.fStartId == lastIndex) {
258 finish_range(&curRange, lastIndex - 1, AdvanceMetric::kRange);
/external/skqp/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp172 int lastIndex = num_glyphs; local
174 while (!subset->has(lastIndex - 1) && lastIndex > 0) {
175 --lastIndex;
180 for (int gId = 0; gId <= lastIndex; gId++) {
182 if (gId < lastIndex) {
253 if (curRange.fStartId == lastIndex) {
258 finish_range(&curRange, lastIndex - 1, AdvanceMetric::kRange);
/external/freetype/src/psaux/
H A Dpshints.h143 CF2_UInt lastIndex; member in struct:CF2_HintMapRec_
/external/lzma/CPP/Windows/Control/
H A DListView.h113 bool RedrawItems(int firstIndex, int lastIndex) { return BOOLToBool(ListView_RedrawItems(_window, firstIndex, lastIndex)); } argument
/external/skia/src/core/
H A DSkRegion_path.cpp283 int lastIndex = verb_to_initial_last_index(verb); local
284 if (lastIndex > 0) {
285 for (int i = 1; i <= lastIndex; i++) {
/external/skqp/src/core/
H A DSkRegion_path.cpp283 int lastIndex = verb_to_initial_last_index(verb); local
284 if (lastIndex > 0) {
285 for (int i = 1; i <= lastIndex; i++) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodeMap.java65 private int lastIndex; field in class:UnicodeMap
89 lastIndex = 0;
287 if (transitions[lastIndex] <= codepoint
288 && codepoint < transitions[lastIndex+1]) {
289 baseIndex = lastIndex;
373 lastIndex = baseIndex; // store for next time
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp221 const int32_t lastIndex=buffer.length()-1; local
222 if(mappingType==Norm::ONE_WAY && lastStarterIndex<lastIndex && buffer.ccAt(lastIndex)>1) {
240 return lastStarterIndex!=lastIndex;
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java62 private int lastIndex; field in class:UnicodeMap
86 lastIndex = 0;
284 if (transitions[lastIndex] <= codepoint
285 && codepoint < transitions[lastIndex+1]) {
286 baseIndex = lastIndex;
370 lastIndex = baseIndex; // store for next time
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp185 std::string::size_type lastIndex = 0; local
186 while (lastIndex < text.size()) {
187 std::string::size_type nextIndex = text.find('\n', lastIndex);
192 reindented += text.substr(lastIndex, nextIndex - lastIndex + 1);
193 lastIndex = nextIndex + 1;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineVerifier.cpp82 SlotIndex lastIndex; member in struct:__anon22635::MachineVerifier
367 lastIndex = SlotIndex();
544 lastIndex = Indexes->getMBBStartIdx(MBB);
828 if (!(idx > lastIndex)) {
830 *OS << "Last instruction was at " << lastIndex << '\n'; local
832 lastIndex = idx;
843 if (!(stop > lastIndex)) {
846 << " last instruction was at " << lastIndex << '\n'; local
848 lastIndex = stop;
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp847 deUint32 lastIndex = 0; local
853 lastIndex = (index > lastIndex) ? index : lastIndex;
857 m_data.vertices = std::vector<PositionColorVertex>(lastIndex, PositionColorVertex(tcu::Vec4(0.0, 0.0, 0.0, 0.0), tcu::Vec4(0.0, 0.0, 0.0, 0.0)));
993 deUint32 lastIndex = 0; local
999 lastIndex = (index > lastIndex) ? index : lastIndex;
1003 m_data.indexes = std::vector<deUint32>(lastIndex,
[all...]
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp88 SlotIndex lastIndex; member in struct:__anon13944::MachineVerifier
524 lastIndex = SlotIndex();
773 lastIndex = Indexes->getMBBStartIdx(MBB);
781 if (!(idx > lastIndex)) {
783 errs() << "Last instruction was at " << lastIndex << '\n';
785 lastIndex = idx;
1373 if (!(stop > lastIndex)) {
1376 << " last instruction was at " << lastIndex << '\n'; local
1378 lastIndex = stop;
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4856 int64_t lastIndex; member in struct:progressCallBackContext
4859 void reset(int32_t max) {maxCalls=max; numCalls=0;lastIndex=0;};
4870 info->lastIndex = matchIndex;
4950 REGEX_ASSERT(matcher.find(cbInfo.lastIndex, status));
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 2387 milliseconds

123