/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 …]
|
/external/libmojo/mojo/common/ |
D | common_type_converters.cc | 17 const base::StringPiece& input) { in Convert() 26 const String& input) { in Convert() 32 const base::string16& input) { in Convert() 38 const String& input) { in Convert() 43 const Array<uint8_t>& input) { in Convert() 52 const std::string& input) { in Convert() 60 const base::StringPiece& input) { in Convert() 68 const Array<uint8_t>& input) { in Convert() 77 const base::string16& input) { in Convert()
|
/external/gemmlowp/meta/ |
D | transform_kernels_arm_64.h | 28 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 101 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 196 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 291 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 388 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 483 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 587 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 691 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 797 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 899 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() [all …]
|
D | transform_kernels_arm_32.h | 28 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 103 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 200 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 297 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 396 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 493 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 599 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 704 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 811 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() 915 const int32_t* input, const Requantize& params, uint8_t* output) { in Transform() [all …]
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
D | ValidationTestUtilTest.java | 23 String input, boolean isInputValid, ByteBuffer expectedData, int expectedHandlesCount) { in checkInputParser() 42 String input = ""; in testCorrectMessageParsing() local 50 String input = " \t // hello world \n\r \t// the answer is 42 "; in testCorrectMessageParsing() local 57 String input = "[u1]0x10// hello world !! \n\r \t [u2]65535 \n" in testCorrectMessageParsing() local 72 String input = "[s8]-0x800 [s1]-128\t[s2]+0 [s4]-40"; in testCorrectMessageParsing() local 84 String input = "[b]00001011 [b]10000000 // hello world\r [b]00000000"; in testCorrectMessageParsing() local 95 String input = "[f]+.3e9 [d]-10.03"; in testCorrectMessageParsing() local 105 String input = "[dist4]foo 0 [dist8]bar 0 [anchr]foo [anchr]bar"; in testCorrectMessageParsing() local 117 String input = "// This message has handles! \n[handles]50 [u8]2"; in testCorrectMessageParsing() local
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmpplogintask_unittest.cc | 79 std::string input; in RunPartialLogin() local 250 std::string input = "<?xml version='1.0' encoding='UTF-8'?>" in TEST_F() local 263 std::string input = "<?xml version='1.0' encoding='ISO-8859-1'?>" in TEST_F() local 276 std::string input = "<iq type='get' id='1'/>"; in TEST_F() local 287 std::string input = "<stream:features>" in TEST_F() local 303 std::string input = "<stream:features>" in TEST_F() local 325 std::string input = "<stream:features>" in TEST_F() local 346 std::string input = "<stream:features>" in TEST_F() local 368 std::string input = "<stream:features>" in TEST_F() local 389 std::string input = "<stream:features>" in TEST_F() local [all …]
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | validation_util.cc | 145 bool IsHandleOrInterfaceValid(const AssociatedInterface_Data& input) { in IsHandleOrInterfaceValid() 149 bool IsHandleOrInterfaceValid(const AssociatedInterfaceRequest_Data& input) { in IsHandleOrInterfaceValid() 153 bool IsHandleOrInterfaceValid(const Interface_Data& input) { in IsHandleOrInterfaceValid() 157 bool IsHandleOrInterfaceValid(const Handle_Data& input) { in IsHandleOrInterfaceValid() 162 const AssociatedInterface_Data& input, in ValidateHandleOrInterfaceNonNullable() 175 const AssociatedInterfaceRequest_Data& input, in ValidateHandleOrInterfaceNonNullable() 188 const Interface_Data& input, in ValidateHandleOrInterfaceNonNullable() 201 const Handle_Data& input, in ValidateHandleOrInterfaceNonNullable() 213 bool ValidateHandleOrInterface(const AssociatedInterface_Data& input, in ValidateHandleOrInterface() 223 bool ValidateHandleOrInterface(const AssociatedInterfaceRequest_Data& input, in ValidateHandleOrInterface() [all …]
|
D | validation_util.h | 25 bool ValidatePointer(const Pointer<T>& input, in ValidatePointer() 83 bool ValidatePointerNonNullable(const T& input, in ValidatePointerNonNullable() 96 bool ValidateInlinedUnionNonNullable(const T& input, in ValidateInlinedUnionNonNullable() 131 bool ValidateContainer(const Pointer<T>& input, in ValidateContainer() 139 bool ValidateStruct(const Pointer<T>& input, in ValidateStruct() 146 bool ValidateInlinedUnion(const T& input, in ValidateInlinedUnion() 152 bool ValidateNonInlinedUnion(const Pointer<T>& input, in ValidateNonInlinedUnion()
|
D | string_traits_string16.cc | 14 void* StringTraits<base::string16>::SetUpContext(const base::string16& input) { in SetUpContext() 19 void StringTraits<base::string16>::TearDownContext(const base::string16& input, in TearDownContext() 25 size_t StringTraits<base::string16>::GetSize(const base::string16& input, in GetSize() 31 const char* StringTraits<base::string16>::GetData(const base::string16& input, in GetData() 37 bool StringTraits<base::string16>::Read(StringDataView input, in Read()
|
D | serialization_forward.h | 44 size_t PrepareToSerialize(InputUserType&& input, Args&&... args) { in PrepareToSerialize() 56 void Serialize(InputUserType&& input, Args&&... args) { in Serialize() 68 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize() 79 size_t PrepareToSerialize(InputUserType&& input, Args&&... args) { in PrepareToSerialize() 91 void Serialize(InputUserType&& input, in Serialize() 108 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize()
|
/external/clang/test/Analysis/ |
D | pr22954.c | 26 char input[] = {'a', 'b', 'c', 'd'}; in f0() local 40 char input[] = {'a', 'b', 'c', 'd'}; in f1() local 54 char input[] = {'a', 'b', 'c', 'd'}; in f2() local 68 char input[] = {'a', 'b', 'c', 'd'}; in f3() local 93 char input[] = {'a', 'b', 'c', 'd'}; in f4() local 114 char input[] = {'a', 'b', 'c', 'd'}; in f5() local 122 char input[] = {'a', 'b', 'c', 'd'}; in f6() local 130 char input[] = {'a', 'b', 'c', 'd'}; in f7() local 138 char input[] = {'a', 'b', 'c', 'd'}; in f8() local 148 char input[] = {'a', 'b', 'c', 'd'}; in f9() local [all …]
|
/external/libchrome/base/strings/ |
D | string_tokenizer_unittest.cc | 16 string input = "this is a test"; in TEST() local 35 string input = "this is a test"; in TEST() local 57 string input = "this is a test"; in TEST() local 86 string input = "this: is, a-test"; in TEST() local 105 string input = "Content-Type: text/html ; charset=UTF-8"; in TEST() local 154 string input = "foo bar 'hello world' baz"; in TEST() local 174 string input = "bar 'hello wo"; in TEST() local 188 string input = "bar 'hel\"lo\" wo' baz\""; in TEST() local 205 string input = "foo 'don\\'t do that'"; in TEST() local 219 string input = "foo='a, b', bar"; in TEST() local
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Parser.java | 62 public MessageType parseFrom(CodedInputStream input) in parseFrom() 71 public MessageType parseFrom(CodedInputStream input, in parseFrom() 80 public MessageType parsePartialFrom(CodedInputStream input) in parsePartialFrom() 88 public MessageType parsePartialFrom(CodedInputStream input, in parsePartialFrom() 205 public MessageType parseFrom(InputStream input) in parseFrom() 213 public MessageType parseFrom(InputStream input, in parseFrom() 222 public MessageType parsePartialFrom(InputStream input) in parsePartialFrom() 230 public MessageType parsePartialFrom(InputStream input, in parsePartialFrom() 245 public MessageType parseDelimitedFrom(InputStream input) in parseDelimitedFrom() 251 public MessageType parseDelimitedFrom(InputStream input, in parseDelimitedFrom() [all …]
|
D | AbstractParser.java | 82 public MessageType parsePartialFrom(CodedInputStream input) in parsePartialFrom() 88 public MessageType parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) in parseFrom() 95 public MessageType parseFrom(CodedInputStream input) throws InvalidProtocolBufferException { in parseFrom() 104 CodedInputStream input = data.newCodedInput(); in parsePartialFrom() local 138 CodedInputStream input = CodedInputStream.newInstance(data, off, len); in parsePartialFrom() local 194 public MessageType parsePartialFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parsePartialFrom() 207 public MessageType parsePartialFrom(InputStream input) throws InvalidProtocolBufferException { in parsePartialFrom() 212 public MessageType parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parseFrom() 219 public MessageType parseFrom(InputStream input) throws InvalidProtocolBufferException { in parseFrom() 225 InputStream input, ExtensionRegistryLite extensionRegistry) in parsePartialDelimitedFrom() [all …]
|
/external/guava/guava/src/com/google/common/hash/ |
D | HashFunction.java | 160 HashCode hashInt(int input); in hashInt() 167 HashCode hashLong(long input); in hashLong() 174 HashCode hashBytes(byte[] input); in hashBytes() 184 HashCode hashBytes(byte[] input, int off, int len); in hashBytes() 194 HashCode hashUnencodedChars(CharSequence input); in hashUnencodedChars() 201 HashCode hashString(CharSequence input, Charset charset); in hashString()
|
/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/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()
|
/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()
|
/external/libbrillo/brillo/ |
D | data_encoding.h | 59 inline std::string Base64Encode(const brillo::Blob& input) { in Base64Encode() 62 inline std::string Base64EncodeWrapLines(const brillo::Blob& input) { in Base64EncodeWrapLines() 65 inline std::string Base64Encode(const std::string& input) { in Base64Encode() 68 inline std::string Base64EncodeWrapLines(const std::string& input) { in Base64EncodeWrapLines() 71 inline bool Base64Decode(const std::string& input, std::string* output) { in Base64Decode()
|
/external/libcxx/test/libcxx/localization/locale.categories/ |
D | __scan_keyword.pass.cpp | 47 const char input[] = "a"; in main() local 59 const char input[] = "abc"; in main() local 71 const char input[] = "abb"; in main() local 83 const char input[] = "Tue "; in main() local 95 const char input[] = "tue "; in main() local 107 const char input[] = "tue "; in main() local
|
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/ |
D | Serialization.java | 37 public static byte[] readDEROctetString(byte[] input) in readDEROctetString() 42 public static byte[] readDEROctetString(InputStream input) in readDEROctetString() 59 public static byte[][] readList(byte[] input, int listWidth, int elemWidth) in readList() 72 public static byte[][] readList(InputStream input, int listWidth, int elemWidth) in readList() 94 public static byte[] readVariableBytes(InputStream input, int width) in readVariableBytes() 105 public static byte[] readFixedBytes(InputStream input, int length) in readFixedBytes() 131 public static int readNumber(InputStream input, int width) throws SerializationException { in readNumber() 151 public static long readLong(InputStream input, int width) throws SerializationException { in readLong() 168 public static byte readByte(InputStream input) throws SerializationException { in readByte()
|
/external/python/cpython2/Lib/encodings/ |
D | base64_codec.py | 13 def base64_encode(input,errors='strict'): argument 27 def base64_decode(input,errors='strict'): argument 47 def encode(self, input,errors='strict'): argument 49 def decode(self, input,errors='strict'): argument 53 def encode(self, input, final=False): argument 58 def decode(self, input, final=False): argument
|
D | quopri_codec.py | 12 def quopri_encode(input, errors='strict'): argument 28 def quopri_decode(input, errors='strict'): argument 45 def encode(self, input,errors='strict'): argument 47 def decode(self, input,errors='strict'): argument 51 def encode(self, input, final=False): argument 55 def decode(self, input, final=False): argument
|
D | hex_codec.py | 13 def hex_encode(input,errors='strict'): argument 27 def hex_decode(input,errors='strict'): argument 47 def encode(self, input,errors='strict'): argument 49 def decode(self, input,errors='strict'): argument 53 def encode(self, input, final=False): argument 58 def decode(self, input, final=False): argument
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
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()
|