/external/apache-http/src/org/apache/http/message/ |
D | BasicLineParser.java | 147 int indexFrom = cursor.getPos(); in parseProtocolVersion() 152 int i = cursor.getPos(); in parseProtocolVersion() 238 int index = cursor.getPos(); in hasProtocolVersion() 317 int indexFrom = cursor.getPos(); in parseRequestLine() 322 int i = cursor.getPos(); in parseRequestLine() 333 i = cursor.getPos(); in parseRequestLine() 409 int indexFrom = cursor.getPos(); in parseStatusLine() 418 int i = cursor.getPos(); in parseStatusLine() 500 int pos = cursor.getPos(); in skipWhitespace()
|
D | BasicHeaderValueParser.java | 182 char ch = buffer.charAt(cursor.getPos() - 1); in parseHeaderElement() 245 int pos = cursor.getPos(); in parseParameters() 265 char ch = buffer.charAt(cursor.getPos() - 1); in parseParameters() 333 int pos = cursor.getPos(); in parseNameValuePair() 334 int indexFrom = cursor.getPos(); in parseNameValuePair()
|
/external/flatbuffers/samples/ |
D | SampleBinary.php | 87 $success &= assert($monster->getPos()->getX() == 1.0); 88 $success &= assert($monster->getPos()->getY() == 2.0); 89 $success &= assert($monster->getPos()->getZ() == 3.0);
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFileWriter.java | 387 startPos = output.getPos(); in begin() 451 output.writeInt(startPos + 10, output.getPos() - startPos - 14); // code_length in codeEnd() 452 catchPos = output.getPos(); in codeEnd() 502 output.writeInt(startPos + 2, output.getPos() - startPos - 6); in end() 511 public int size() { return output.getPos() - startPos - 14; } in size() 535 startPos = out.getPos(); in ConstPoolWriter()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 683 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString() 691 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 694 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString() 771 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 774 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 822 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 825 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 919 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse() 920 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRule.java | 684 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString() 692 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 695 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString() 772 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 775 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 823 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 826 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 920 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse() 921 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse()
|
/external/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 892 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 918 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1085 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1090 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1096 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1232 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1233 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1241 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1248 aruleSet->format(numberToFormat, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1252 toInsertInto.insert(apos + getPos(), temp); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | nfrule.cpp | 693 if (fRuleText.charAt(0) == gSpace && (sub1 == NULL || sub1->getPos() != 0)) { in _appendRuleText() 705 ruleTextCopy.insert(sub2->getPos(), temp); in _appendRuleText() 709 ruleTextCopy.insert(sub1->getPos(), temp); in _appendRuleText() 767 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat() 770 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat() 821 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat() 824 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat() 911 int32_t sub1Pos = sub1 != NULL ? sub1->getPos() : fRuleText.length(); in doParse() 912 int32_t sub2Pos = sub2 != NULL ? sub2->getPos() : fRuleText.length(); in doParse()
|
/external/xz-java/src/org/tukaani/xz/lzma/ |
D | LZMADecoder.java | 53 int posState = lz.getPos() & posMask; in decode() 150 int i = getSubcoderIndex(lz.getByte(0), lz.getPos()); in decode()
|
/external/oboe/samples/parselib/src/main/cpp/stream/ |
D | InputStream.h | 53 virtual int32_t getPos() = 0;
|
D | FileInputStream.h | 38 virtual int32_t getPos();
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | EOF.java | 25 return new EOF(getLine(), getPos()); in clone()
|
D | TGte.java | 25 return new TGte(getLine(), getPos()); in clone()
|
D | TEvar.java | 25 return new TEvar(getLine(), getPos()); in clone()
|
D | TEach.java | 25 return new TEach(getLine(), getPos()); in clone()
|
D | TStar.java | 25 return new TStar(getLine(), getPos()); in clone()
|
D | TEq.java | 25 return new TEq(getLine(), getPos()); in clone()
|
D | TAlt.java | 25 return new TAlt(getLine(), getPos()); in clone()
|
D | TLt.java | 25 return new TLt(getLine(), getPos()); in clone()
|
D | TPlus.java | 25 return new TPlus(getLine(), getPos()); in clone()
|
D | TLoop.java | 25 return new TLoop(getLine(), getPos()); in clone()
|
D | TContentType.java | 25 return new TContentType(getLine(), getPos()); in clone()
|
D | TDollar.java | 25 return new TDollar(getLine(), getPos()); in clone()
|
D | TParenClose.java | 25 return new TParenClose(getLine(), getPos()); in clone()
|
D | TCommentStart.java | 25 return new TCommentStart(getLine(), getPos()); in clone()
|