HomeSort by relevance Sort by last modified time
    Searched refs:getPos (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TSet.java 25 return new TSet(getLine(), getPos());
TSlash.java 25 return new TSlash(getLine(), getPos());
TStar.java 25 return new TStar(getLine(), getPos());
TString.java 25 return new TString(getText(), getLine(), getPos());
TUvar.java 25 return new TUvar(getLine(), getPos());
TVar.java 25 return new TVar(getLine(), getPos());
TWith.java 25 return new TWith(getLine(), getPos());
TWord.java 25 return new TWord(getText(), getLine(), getPos());
Token.java 32 public int getPos()
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 142 int indexFrom = cursor.getPos();
147 int i = cursor.getPos();
233 int index = cursor.getPos();
312 int indexFrom = cursor.getPos();
317 int i = cursor.getPos();
328 i = cursor.getPos();
404 int indexFrom = cursor.getPos();
413 int i = cursor.getPos();
495 int pos = cursor.getPos();
ParserCursor.java 72 public int getPos() {
BasicHeaderValueParser.java 177 char ch = buffer.charAt(cursor.getPos() - 1);
240 int pos = cursor.getPos();
260 char ch = buffer.charAt(cursor.getPos() - 1);
328 int pos = cursor.getPos();
329 int indexFrom = cursor.getPos();
  /external/chromium_org/third_party/icu/source/common/
ruleiter.h 148 * iterator.getPos(pos);
150 * iterator.getPos(pos);
159 void getPos(Pos& p) const;
162 * Restores this iterator to the position it had when getPos()
164 * @param p a position object previously set by getPos()
  /external/icu4c/common/
ruleiter.h 147 * iterator.getPos(pos);
149 * iterator.getPos(pos);
158 void getPos(Pos& p) const;
161 * Restores this iterator to the position it had when getPos()
163 * @param p a position object previously set by getPos()
  /external/chromium_org/third_party/icu/source/i18n/
nfsubs.h 226 int32_t getPos() const { return pos; }
nfrule.cpp 613 if (ruleText.startsWith(gSpace) && sub1->getPos() != 0) {
624 ruleTextCopy.insert(sub2->getPos(), temp);
626 ruleTextCopy.insert(sub1->getPos(), temp);
772 prefix.setTo(ruleText, 0, sub1->getPos());
791 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos());
794 if (pp.getIndex() == 0 && sub1->getPos() != 0) {
844 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos());
    [all...]
nfsubs.cpp     [all...]
  /external/icu4c/i18n/
nfsubs.h 226 int32_t getPos() const { return pos; }
nfrule.cpp 611 if (ruleText.charAt(0) == gSpace && sub1->getPos() != 0) {
622 ruleTextCopy.insert(sub2->getPos(), temp);
624 ruleTextCopy.insert(sub1->getPos(), temp);
770 prefix.setTo(ruleText, 0, sub1->getPos());
789 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos());
792 if (pp.getIndex() == 0 && sub1->getPos() != 0) {
842 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos())
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
InlineRewriter.java 73 .getLine(), data.getPos(), null);
  /frameworks/rs/
rsFileA3D.cpp 307 if (mWriteStream->getPos() == 0) {
345 uint64_t headerSize = headerStream.getPos();
349 fwrite(headerStream.getPtr(), sizeof(uint8_t), headerStream.getPos(), writeHandle);
352 uint64_t fileDataSize = mWriteStream->getPos();
355 fwrite(mWriteStream->getPtr(), sizeof(uint8_t), mWriteStream->getPos(), writeHandle);
378 indexEntry->mOffset = mWriteStream->getPos();
382 indexEntry->mLength = mWriteStream->getPos() - indexEntry->mOffset;
rsStream.h 63 uint64_t getPos() const {
137 uint64_t getPos() const {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h 80 int getPos() const {
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 387 startPos = output.getPos();
451 output.writeInt(startPos + 10, output.getPos() - startPos - 14); // code_length
452 catchPos = output.getPos();
502 output.writeInt(startPos + 2, output.getPos() - startPos - 6);
527 startPos = out.getPos();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 102 private float getPos(MotionEvent ev) {
218 mInitialTouchPos = getPos(ev);
242 float pos = getPos(ev);
247 mInitialTouchPos = getPos(ev) - getTranslation(mCurrAnimView);
348 float delta = getPos(ev) - mInitialTouchPos;

Completed in 766 milliseconds

1 23 4 5