/external/deqp/executor/ |
D | xeContainerFormatParser.cpp | 117 int ContainerFormatParser::getChar (int offset) const in getChar() function in xe::ContainerFormatParser 141 int curChar = getChar(m_elementLen); in advance() 167 int nextChar = getChar(m_elementLen); in advance() 205 DE_ASSERT(getChar(0) == '#'); in parseContainerLine() 216 int bufChar = (offset+ndx < m_elementLen) ? getChar(offset+ndx) : 0; in parseContainerLine() 249 if (getChar(offset) != ' ') in parseContainerLine() 256 if (getChar(offset) != ' ') in parseContainerLine() 260 if (getChar(offset) != ' ') in parseContainerLine() 271 const int curChar = offset < m_elementLen ? getChar(offset) : 0; in parseContainerLine() 297 bool isString = getChar(offset) == '"' || getChar(offset) == '\''; in parseContainerValue() [all …]
|
D | xeXMLParser.cpp | 98 int Tokenizer::getChar (int offset) const in getChar() function in xe::xml::Tokenizer 131 if (getChar(0) == END_OF_STRING) in advance() 139 int curChar = getChar(m_curTokenLen); in advance() 179 curChar = getChar(0); in advance() 232 if (curChar != getChar(0)) in advance() 250 int prev2 = m_curTokenLen > 5 ? getChar(m_curTokenLen-2) : 0; in advance() 251 int prev1 = m_curTokenLen > 4 ? getChar(m_curTokenLen-1) : 0; in advance() 284 int prevChar = getChar(m_curTokenLen-1); in advance() 334 curChar = getChar(m_curTokenLen); in advance()
|
D | xeContainerFormatParser.hpp | 101 int getChar (int offset) const;
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterAliasDataReader.java | 161 convList[i] = byteBuffer.getChar(); in read() 164 tagList[i] = byteBuffer.getChar(); in read() 167 aliasList[i] = byteBuffer.getChar(); in read() 170 untaggedConvArray[i] = byteBuffer.getChar(); in read() 173 taggedAliasArray[i] = byteBuffer.getChar(); in read() 176 taggedAliasLists[i] = byteBuffer.getChar(); in read() 179 optionTable[i] = byteBuffer.getChar(); in read()
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
D | CheckMethodAdapter.java | 1012 if (getChar(signature, 0) == '<') { in checkClassSignature() 1016 while (getChar(signature, pos) == 'L') { in checkClassSignature() 1036 if (getChar(signature, 0) == '<') { in checkMethodSignature() 1040 while ("ZCBSIFJDL[T".indexOf(getChar(signature, pos)) != -1) { in checkMethodSignature() 1044 if (getChar(signature, pos) == 'V') { in checkMethodSignature() 1049 while (getChar(signature, pos) == '^') { in checkMethodSignature() 1051 if (getChar(signature, pos) == 'L') { in checkMethodSignature() 1090 while (getChar(signature, pos) != '>') { in checkFormalTypeParameters() 1110 if ("L[T".indexOf(getChar(signature, pos)) != -1) { in checkFormalTypeParameter() 1113 while (getChar(signature, pos) == ':') { in checkFormalTypeParameter() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterNameReader.java | 67 int count = m_byteBuffer_.getChar(); in read() 70 token[i] = m_byteBuffer_.getChar(); in read() 78 count = m_byteBuffer_.getChar(); in read() 83 group[i] = m_byteBuffer_.getChar(); in read() 174 int size = m_byteBuffer_.getChar(); in readAlg() 179 factor[j] = m_byteBuffer_.getChar(); in readAlg()
|
D | Trie2.java | 113 header.options = bytes.getChar(); in createFromSerialized() 114 header.indexLength = bytes.getChar(); in createFromSerialized() 115 header.shiftedDataLength = bytes.getChar(); in createFromSerialized() 116 header.index2NullOffset = bytes.getChar(); in createFromSerialized() 117 header.dataNullOffset = bytes.getChar(); in createFromSerialized() 118 header.shiftedHighStart = bytes.getChar(); in createFromSerialized() 159 This.index[i] = bytes.getChar(); in createFromSerialized() 168 This.index[This.data16 + i] = bytes.getChar(); in createFromSerialized()
|
D | StringPrepDataReader.java | 46 mappingTable[i]=byteBuffer.getChar(); in read()
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | JavascriptTokenBuffer.java | 112 HtmlUtils.isJavascriptWhitespace(getChar(-1))) { in appendChar() 152 public char getChar(int position) { in getChar() method in JavascriptTokenBuffer 196 if (HtmlUtils.isJavascriptWhitespace(getChar(-1))) { 200 for (position = end; HtmlUtils.isJavascriptIdentifier(getChar(position)); 230 char c = getChar(position);
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 60 llvm::MDNode *CodeGenTBAA::getChar() { in getChar() function in CodeGenTBAA 96 return getChar(); in getTBAAInfo() 115 return getChar(); in getTBAAInfo() 134 createTBAAScalarType(BTy->getName(Features), getChar()); in getTBAAInfo() 143 getChar()); in getTBAAInfo() 153 return MetadataCache[Ty] = getChar(); in getTBAAInfo() 159 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar()); in getTBAAInfo() 163 return MetadataCache[Ty] = getChar(); in getTBAAInfo() 206 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy); in CollectFields()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_Unicode.java | 120 abstract int getChar(byte[] input, int index); in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32 136 if (getChar(input, 0) == 0x0000FEFF) { in match() 141 int ch = getChar(input, i); in match() 172 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_BE 187 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
|
D | BreakCTDictionary.java | 147 nodes[j].vnode.chars[l] = bytes.getChar(); in loadBreakCTDictionary() 153 bytes.getChar(), bytes.getShort()); in loadBreakCTDictionary()
|
/external/icu/icu4c/source/i18n/ |
D | csrucode.h | 68 virtual int32_t getChar(const uint8_t *input, int32_t index) const = 0; 82 int32_t getChar(const uint8_t *input, int32_t index) const; 95 int32_t getChar(const uint8_t *input, int32_t index) const;
|
D | csrucode.cpp | 130 if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) { in match() 135 int32_t ch = getChar(input, i); in match() 174 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_BE 190 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_LE
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
D | JavascriptParserImpl.java | 185 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(position))) { in enterStateJsSlash() 189 switch (ccBuffer.getChar(position)) { in enterStateJsSlash() 192 if (ccBuffer.getChar(position - 1) != '+') { in enterStateJsSlash() 198 if (ccBuffer.getChar(position - 1) != '-') { in enterStateJsSlash() 252 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(-2))) { in enterStateJsCommentAfter()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPObject.java | 119 if (f.getChar(this) != g.getChar(that)) in equals() 209 if (f.getChar(this) != g.getChar(that)) in match() 325 char charField = f.getChar(this); in debugDump()
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | NetObject.java | 113 if (f.getChar(this) != g.getChar(that)) in equals() 203 if (f.getChar(this) != g.getChar(that)) in match() 314 char charField = f.getChar(this); in debugDump()
|
/external/nist-sip/java/gov/nist/core/ |
D | GenericObject.java | 250 char charField = f.getChar(mergeObject); in merge() 444 if (f.getChar(this) != g.getChar(that)) in equals() 529 if (f.getChar(this) != g.getChar(that)) in match() 628 char charField = f.getChar(this); in debugDump()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationDataReader.java | 321 sb.append(inBytes.getChar()); in read() 357 unsafeData[i] = inBytes.getChar(); in read() 398 char header0 = inBytes.getChar(); in read() 403 data.fastLatinTableHeader[i] = inBytes.getChar(); in read() 408 data.fastLatinTable[i] = inBytes.getChar(); in read()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 1603 …return (new Character(table.getChar((int)val - 1))).toString(); // index into table is off one, s… in int2singlealphaCount() 1632 table[i + 1] = aTable.getChar(i); in int2alphaCount() 1635 table[0] = aTable.getChar(i); in int2alphaCount() 1790 if (buf[charPos - 1] != zeroChar.getChar(0)) in tradAlphaCount() 1791 buf[charPos++] = zeroChar.getChar(0); in tradAlphaCount() 1822 table[j + 1] = THEletters.getChar(j); in tradAlphaCount() 1825 …table[0] = THEletters.getChar(j - 1); // don't need this … in tradAlphaCount() 1835 org.apache.xml.utils.res.XResourceBundle.LANG_MULTIPLIER_CHAR))).getChar(i); in tradAlphaCount() 1889 table[j + 1] = theletters.getChar(j); in tradAlphaCount() 1892 table[0] = theletters.getChar(j - 1); // don't need this in tradAlphaCount()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
D | CharArrayWrapper.java | 35 public char getChar(int index){ in getChar() method in CharArrayWrapper
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
D | CharSerializer.java | 48 return data.getChar(); in readObject()
|
/external/dexmaker/src/test/java/com/google/dexmaker/stock/ |
D | ProxyBuilderTest.java | 215 public char getChar() { return 'c'; } in getChar() method in ProxyBuilderTest.AllReturnTypes 237 assertEquals('z', proxy.getChar()); in testAllReturnTypes() 252 public char getChar(char input) { return input; } in getChar() method in ProxyBuilderTest.PassThroughAllTypes 282 assertEquals('a', proxy.getChar('a')); in testPassThroughWorksForAllTypes() 283 assertEquals('b', proxy.getChar('b')); in testPassThroughWorksForAllTypes()
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 76 assertEquals(i, simple.getChar(i)); in testChar() 255 public char getChar(int pos); in getChar() method 305 public char getChar(int pos) { in getChar() method in ArrayAccessReplaceTest.Simple
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowBundle.java | 149 public char getChar(String key) { in getChar() method in ShadowBundle 150 return getChar(key, (char) 0); in getChar() 154 public char getChar(String key, char defaultValue) { in getChar() method in ShadowBundle
|