/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/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRule.java | 681 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString() 689 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 692 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString() 769 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 772 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 820 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 823 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 917 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse() 918 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 680 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString() 688 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 691 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString() 768 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 771 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 819 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 822 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() 916 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse() 917 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse()
|
/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/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 885 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 911 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1078 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1083 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1089 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1221 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1222 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1230 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1237 aruleSet->format(numberToFormat, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1241 toInsertInto.insert(apos + getPos(), temp); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | nfrule.cpp | 693 if (ruleText.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() 910 int32_t sub1Pos = sub1 != NULL ? sub1->getPos() : ruleText.length(); in doParse() 911 int32_t sub2Pos = sub2 != NULL ? sub2->getPos() : ruleText.length(); in doParse()
|
/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() 527 startPos = out.getPos(); in ConstPoolWriter()
|
/external/lzma/Java/Tukaani/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/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | EOF.java | 25 return new EOF(getLine(), getPos()); in clone()
|
D | TDollar.java | 25 return new TDollar(getLine(), getPos()); in clone()
|
D | TOr.java | 25 return new TOr(getLine(), getPos()); in clone()
|
D | TSet.java | 25 return new TSet(getLine(), getPos()); in clone()
|
D | TGt.java | 25 return new TGt(getLine(), getPos()); in clone()
|
D | TQuestion.java | 25 return new TQuestion(getLine(), getPos()); in clone()
|
D | TLvar.java | 25 return new TLvar(getLine(), getPos()); in clone()
|
D | TComma.java | 25 return new TComma(getLine(), getPos()); in clone()
|
D | TBracketOpen.java | 25 return new TBracketOpen(getLine(), getPos()); in clone()
|
D | TAutoescape.java | 25 return new TAutoescape(getLine(), getPos()); in clone()
|
D | TPlus.java | 25 return new TPlus(getLine(), getPos()); in clone()
|
D | TDef.java | 25 return new TDef(getLine(), getPos()); in clone()
|
D | TLoop.java | 25 return new TLoop(getLine(), getPos()); in clone()
|
D | TGte.java | 25 return new TGte(getLine(), getPos()); in clone()
|
D | TLte.java | 25 return new TLte(getLine(), getPos()); in clone()
|
D | TDot.java | 25 return new TDot(getLine(), getPos()); in clone()
|