/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3inputstream.c | 125 antlr38BitSetupStream (pANTLR3_INPUT_STREAM input) in antlr38BitSetupStream() 136 antlr3GenericSetupStream (pANTLR3_INPUT_STREAM input) in antlr3GenericSetupStream() 203 antlr3InputClose(pANTLR3_INPUT_STREAM input) in antlr3InputClose() 239 antlr38BitSetUcaseLA (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN flag) in antlr38BitSetUcaseLA() 261 antlr3InputReset(pANTLR3_INPUT_STREAM input) in antlr3InputReset() 288 antlr38BitReuse(pANTLR3_INPUT_STREAM input, pANTLR3_UINT8 inString, ANTLR3_UINT32 size, pANTLR3_UIN… in antlr38BitReuse() 317 pANTLR3_INPUT_STREAM input; in antlr38BitConsume() local 352 pANTLR3_INPUT_STREAM input; in antlr38BitLA() local 379 pANTLR3_INPUT_STREAM input; in antlr38BitLA_ucase() local 402 antlr38BitLT(pANTLR3_INPUT_STREAM input, ANTLR3_INT32 lt) in antlr38BitLT() [all …]
|
D | antlr3filestream.c | 56 pANTLR3_INPUT_STREAM input; in antlr3FileStreamNew() local 91 pANTLR3_INPUT_STREAM input; in antlr3StringStreamNew() local 130 setupInputStream(pANTLR3_INPUT_STREAM input) in setupInputStream() 312 pANTLR3_INPUT_STREAM input; in antlr3CreateFileStream() local 353 antlr3read8Bit(pANTLR3_INPUT_STREAM input, pANTLR3_UINT8 fileName) in antlr3read8Bit() 446 pANTLR3_INPUT_STREAM input; in antlr3CreateStringStream() local
|
/external/chromium/base/ |
D | string_tokenizer_unittest.cc | 15 string input = "this is a test"; in TEST() local 34 string input = "this is a test"; in TEST() local 56 string input = "this is a test"; in TEST() local 85 string input = "this: is, a-test"; in TEST() local 104 string input = "Content-Type: text/html ; charset=UTF-8"; in TEST() local 153 string input = "foo bar 'hello world' baz"; in TEST() local 173 string input = "bar 'hello wo"; in TEST() local 187 string input = "bar 'hel\"lo\" wo' baz\""; in TEST() local 204 string input = "foo 'don\\'t do that'"; in TEST() local 218 string input = "foo='a, b', bar"; in TEST() local
|
/external/qemu/android/utils/ |
D | lineinput.c | 41 LineInput* input; in _lineInput_new() local 54 LineInput* input = _lineInput_new(); in lineInput_newFromStdFile() local 62 _lineInput_grow( LineInput* input ) in _lineInput_grow() 79 lineInput_getLine( LineInput* input ) in lineInput_getLine() 85 lineInput_getLineAndSize( LineInput* input, size_t *pSize ) in lineInput_getLineAndSize() 131 lineInput_getLineNumber( LineInput* input ) in lineInput_getLineNumber() 138 lineInput_isEof( LineInput* input ) in lineInput_isEof() 148 lineInput_getError( LineInput* input ) in lineInput_getError() 154 lineInput_free( LineInput* input ) in lineInput_free() 174 _lineInput_getLineFromStdFile( LineInput* input, FILE* file ) in _lineInput_getLineFromStdFile()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | ANTLRInputStream.cs | 47 public ANTLRInputStream( Stream input ) in ANTLRInputStream() 52 public ANTLRInputStream( Stream input, int size ) in ANTLRInputStream() 57 public ANTLRInputStream( Stream input, Encoding encoding ) in ANTLRInputStream() 62 public ANTLRInputStream( Stream input, int size, Encoding encoding ) in ANTLRInputStream() 67 public ANTLRInputStream( Stream input, int size, int readBufferSize, Encoding encoding ) in ANTLRInputStream() 72 private static StreamReader GetStreamReader(Stream input, Encoding encoding) in GetStreamReader()
|
D | Parser.cs | 44 public ITokenStream input; field in Antlr.Runtime.Parser 46 public Parser( ITokenStream input ) in Parser() 53 public Parser( ITokenStream input, RecognizerSharedState state ) in Parser() 68 protected override object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol() 73 protected override object GetMissingSymbol( IIntStream input, in GetMissingSymbol()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ANTLRInputStream.cs | 45 public ANTLRInputStream(Stream input) in ANTLRInputStream() 49 public ANTLRInputStream(Stream input, int size) in ANTLRInputStream() 53 public ANTLRInputStream(Stream input, Encoding encoding) in ANTLRInputStream() 57 public ANTLRInputStream(Stream input, int size, Encoding encoding) in ANTLRInputStream() 61 public ANTLRInputStream(Stream input, int size, int readBufferSize, Encoding encoding) in ANTLRInputStream() 65 private static StreamReader GetStreamReader(Stream input, Encoding encoding) { in GetStreamReader()
|
D | Parser.cs | 42 public ITokenStream input; field in Antlr.Runtime.Parser 44 public Parser(ITokenStream input) in Parser() 50 public Parser(ITokenStream input, RecognizerSharedState state) in Parser() 63 protected override object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() 67 protected override object GetMissingSymbol(IIntStream input, in GetMissingSymbol()
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestTokenRewriteStream.java | 49 CharStream input = new ANTLRStringStream("abc"); in testInsertBeforeIndex0() local 64 CharStream input = new ANTLRStringStream("abc"); in testInsertAfterLastIndex() local 79 CharStream input = new ANTLRStringStream("abc"); in test2InsertBeforeAfterMiddleIndex() local 96 CharStream input = new ANTLRStringStream("abc"); in testReplaceIndex0() local 112 CharStream input = new ANTLRStringStream("abc"); in testReplaceLastIndex() local 128 CharStream input = new ANTLRStringStream("abc"); in testReplaceMiddleIndex() local 149 CharStream input = new ANTLRStringStream("x = 3 * 0;"); in testToStringStartStop() local 184 CharStream input = new ANTLRStringStream("x = 3 * 0 + 2 * 0;"); in testToStringStartStop2() local 231 CharStream input = new ANTLRStringStream("abc"); in test2ReplaceMiddleIndex() local 248 CharStream input = new ANTLRStringStream("abc"); in test2ReplaceMiddleIndex1InsertBefore() local [all …]
|
/external/guava/guava/src/com/google/common/hash/ |
D | HashFunction.java | 157 HashCode hashLong(long input); in hashLong() 164 HashCode hashBytes(byte[] input); in hashBytes() 174 HashCode hashBytes(byte[] input, int off, int len); in hashBytes() 183 HashCode hashString(CharSequence input); in hashString() 190 HashCode hashString(CharSequence input, Charset charset); in hashString()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSHTMLInputElementCustom.cpp | 38 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in selectionStart() local 47 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in setSelectionStart() local 56 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in selectionEnd() local 65 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in setSelectionEnd() local 74 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in setSelectionRange() local
|
/external/webkit/Source/WebCore/html/ |
D | ValidityState.cpp | 92 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in validationMessage() local 113 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in valueMissing() local 146 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in patternMismatch() local 157 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in tooLong() local 175 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in rangeUnderflow() local 187 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in rangeOverflow() local 199 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in stepMismatch() local
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | ANTLRInputStream.java | 39 public ANTLRInputStream(InputStream input) throws IOException { in ANTLRInputStream() 43 public ANTLRInputStream(InputStream input, int size) throws IOException { in ANTLRInputStream() 47 public ANTLRInputStream(InputStream input, String encoding) throws IOException { in ANTLRInputStream() 51 public ANTLRInputStream(InputStream input, int size, String encoding) throws IOException { in ANTLRInputStream() 55 public ANTLRInputStream(InputStream input, in ANTLRInputStream()
|
D | Parser.java | 36 public TokenStream input; field in Parser 38 public Parser(TokenStream input) { in Parser() 43 public Parser(TokenStream input, RecognizerSharedState state) { in Parser() 55 protected Object getCurrentInputSymbol(IntStream input) { in getCurrentInputSymbol() 59 protected Object getMissingSymbol(IntStream input, in getMissingSymbol() 80 public void setTokenStream(TokenStream input) { in setTokenStream()
|
/external/apache-http/src/org/apache/http/conn/util/ |
D | InetAddressUtils.java | 56 public static boolean isIPv4Address(final String input) { in isIPv4Address() 60 public static boolean isIPv6StdAddress(final String input) { in isIPv6StdAddress() 64 public static boolean isIPv6HexCompressedAddress(final String input) { in isIPv6HexCompressedAddress() 68 public static boolean isIPv6Address(final String input) { in isIPv6Address()
|
/external/webkit/Source/WebCore/webaudio/ |
D | AudioNodeOutput.cpp | 110 AudioNodeInput* input = *i; in propagateChannelCount() local 155 void AudioNodeOutput::addInput(AudioNodeInput* input) in addInput() 166 void AudioNodeOutput::removeInput(AudioNodeInput* input) in removeInput() 183 AudioNodeInput* input = *m_inputs.begin(); in disconnectAllInputs() local 194 AudioNodeInput* input = *i; in disable() local 207 AudioNodeInput* input = *i; in enable() local
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | error.rb | 107 attr_accessor :input, :index, :line, :column, :symbol, :token, :source_name accessor in ANTLR3.Error.RecognitionError 109 def initialize( input = nil ) argument 220 def initialize( expecting, input ) argument 292 def initialize( expecting, input, inserted ) argument 326 def initialize( min, max, input ) argument 350 def initialize( expecting, input ) argument 404 def initialize( grammar_decision_description, decision_number, state_number, input ) argument 449 def initialize( decision_number, input ) argument 471 attr_accessor :input, :rule_name, :predicate_text accessor in ANTLR3.Error.FailedPredicate 472 def initialize( input, rule_name, predicate_text ) argument [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | BaseRecognizer.js | 109 match: function(input, ttype, follow) { argument 129 matchAny: function(input) { argument 142 mismatchIsUnwantedToken: function(input, ttype) { argument 154 mismatchIsMissingToken: function(input, follow) { argument 192 mismatch: function(input, ttype, follow) { argument 395 recover: function(input, re) { argument 649 recoverFromMismatchedToken: function(input, argument 685 recoverFromMismatchedSet: function(input, argument 709 getCurrentInputSymbol: function(input) { return null; }, argument 736 getMissingSymbol: function(input, argument [all …]
|
/external/clang/test/Sema/ |
D | format-strings-enum-fixed-type.cpp | 18 void test(TestEnum input) { in test() 36 void testLong(LongEnum input) { in testLong() 48 void testUnderlyingTypedef(ShortEnum input) { in testUnderlyingTypedef() 66 void testTypedefChain(ShortEnum2 input) { in testTypedefChain() 78 void testChar(CharEnum input) { in testChar()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeParser.cs | 56 protected ITreeNodeStream input; field in Antlr.Runtime.Tree.TreeParser 58 public TreeParser( ITreeNodeStream input ) in TreeParser() 64 public TreeParser( ITreeNodeStream input, RecognizerSharedState state ) in TreeParser() 80 public virtual void SetTreeNodeStream( ITreeNodeStream input ) in SetTreeNodeStream() 98 protected override object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol() 103 protected override object GetMissingSymbol( IIntStream input, in GetMissingSymbol() 159 … protected override object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow ) in RecoverFromMismatchedToken()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeParser.cs | 54 protected ITreeNodeStream input; field in Antlr.Runtime.Tree.TreeParser 56 public TreeParser(ITreeNodeStream input) in TreeParser() 62 public TreeParser(ITreeNodeStream input, RecognizerSharedState state) in TreeParser() 76 public virtual void SetTreeNodeStream(ITreeNodeStream input) { in SetTreeNodeStream() 90 protected override object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() 94 protected override object GetMissingSymbol(IIntStream input, in GetMissingSymbol() 145 … protected override object RecoverFromMismatchedToken(IIntStream input, int ttype, BitSet follow) { in RecoverFromMismatchedToken()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | CodedInputStreamTest.java | 93 CodedInputStream input = CodedInputStream.newInstance(data); in assertReadVarint() local 130 CodedInputStream input = CodedInputStream.newInstance(data); in assertReadVarintFailure() local 200 CodedInputStream input = CodedInputStream.newInstance(data); in assertReadLittleEndian32() local 219 CodedInputStream input = CodedInputStream.newInstance(data); in assertReadLittleEndian64() local 320 CodedInputStream input = CodedInputStream.newInstance(rawBytes); in testSkipRawBytesBug() local 337 CodedInputStream input = CodedInputStream.newInstance( in testSkipRawBytesPastEndOfBufferWithLimit() local 392 CodedInputStream input = rawOutput.toByteString().newCodedInput(); in testReadMaliciouslyLargeBlob() local 435 CodedInputStream input = data64.newCodedInput(); in testMaliciousRecursion() local 446 CodedInputStream input = CodedInputStream.newInstance( in testSizeLimit() local 459 CodedInputStream input = CodedInputStream.newInstance( in testResetSizeCounter() local [all …]
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractNonStreamingHashFunctionTest.java | 83 public HashCode hashBytes(byte[] input) { in hashBytes() 88 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() 93 public HashCode hashString(CharSequence input) { in hashString() 98 public HashCode hashString(CharSequence input, Charset charset) { in hashString() 103 public HashCode hashLong(long input) { in hashLong()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | AbstractMessageLite.java | 106 public BuilderType mergeFrom(final CodedInputStream input) in mergeFrom() 113 final CodedInputStream input, in mergeFrom() 120 final CodedInputStream input = data.newCodedInput(); in mergeFrom() local 138 final CodedInputStream input = data.newCodedInput(); in mergeFrom() local 160 final CodedInputStream input = in mergeFrom() local 186 final CodedInputStream input = in mergeFrom() local 200 public BuilderType mergeFrom(final InputStream input) throws IOException { in mergeFrom() 208 final InputStream input, in mergeFrom() 273 final InputStream input, in mergeDelimitedFrom() 286 public boolean mergeDelimitedFrom(final InputStream input) in mergeDelimitedFrom()
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | SemanticException.java | 41 SemanticException(IntStream input, String errorMessage, Object... messageArguments) { in SemanticException() 46 SemanticException(IntStream input, Exception ex) { in SemanticException() 51 …SemanticException(IntStream input, CommonTree tree, String errorMessage, Object... messageArgument… in SemanticException() 61 … SemanticException(IntStream input, Token token, String errorMessage, Object... messageArguments) { in SemanticException()
|