/external/guava/guava-tests/test/com/google/common/io/ |
D | CharSourceTester.java | 54 static TestSuite suiteForString(CharSourceFactory factory, String string, in suiteForString() 67 public CharSourceTester(CharSourceFactory factory, String string, in CharSourceTester() 83 int read; in testOpenStream() local 98 int read; in testOpenBufferedStream() local 125 String string = source.read(); in testRead_toString() local 187 private void assertExpectedString(String string) { in assertExpectedString()
|
D | CharSequenceReaderTest.java | 47 String string = "abcdefghijklmnopqrstuvwxyz"; in testMarkAndReset() local 203 int read; in assertReadsCorrectly() local 256 int read; in readFully() local
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Input.cpp | 28 Input::Input(int count, const char* const string[], const int length[]) : in Input() 41 int Input::read(char* buf, int maxSize) in read() function in pp::Input
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/ |
D | CAVLCReader.java | 102 public int readU(int i, String string) throws IOException { in readU() 106 public byte[] read(int payloadSize) throws IOException { in read() method in CAVLCReader 130 public int readME(String string) throws IOException { in readME()
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | RealBufferedSink.java | 55 @Override public BufferedSink writeUtf8(String string) throws IOException { in writeUtf8() 61 @Override public BufferedSink writeUtf8(String string, int beginIndex, int endIndex) in writeUtf8() 74 @Override public BufferedSink writeString(String string, Charset charset) throws IOException { in writeString() 80 @Override public BufferedSink writeString(String string, int beginIndex, int endIndex, in writeString() 111 long read = source.read(buffer, byteCount); in write() local
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | BufferedSourceTest.java | 305 int read = source.read(sink); in readIntoByteArray() local 321 int read = source.read(sink); in readIntoByteArrayNotEnough() local 337 int read = source.read(sink, 2, 3); in readIntoByteArrayOffsetAndCount() local 350 String string = "abcd" + repeat('e', Segment.SIZE); in readByteArray() local 549 int read = in.read(bytes); in inputStream() local 573 int read = in.read(bytes, 1, 3); in inputStreamOffsetCount() local
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ByteStringTest.java | 313 @Override public int read() throws IOException { in read() method in ByteStringTest.FailStream 328 @Override public int read() { in read() method in ByteStringTest.ReluctantStream 336 @Override public int read(byte[] buf) { in read() method in ByteStringTest.ReluctantStream 340 @Override public int read(byte[] buf, int offset, int size) { in read() method in ByteStringTest.ReluctantStream 367 public int read(byte[] buf, int off, int len) { in read() method in ByteStringTest.EvilInputStream 380 public int read() { in read() method in ByteStringTest.EvilInputStream 669 ByteString string = ByteString.copyFrom(bytes); in testStartsWith() local 684 ByteString string = ByteString.copyFrom(bytes); in testEndsWith() local
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialcli.py | 23 def as_byte_array(string): argument 152 def read(self, size=1): member in IronSerial
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 60 FT_String* string = NULL; in tt_name_ascii_from_utf16() local 62 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_ascii_from_utf16() local 95 FT_String* string = NULL; in tt_name_ascii_from_other() local 97 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_ascii_from_other() local
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | sfobjs.c | 54 FT_String* string = NULL; in tt_name_entry_ascii_from_utf16() local 56 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_entry_ascii_from_utf16() local 89 FT_String* string = NULL; in tt_name_entry_ascii_from_other() local 91 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_entry_ascii_from_other() local
|
/external/ltp/lib/ |
D | tlibio.c | 280 int lio_parse_io_arg1(char *string) in lio_parse_io_arg1() 334 int lio_parse_io_arg2(char *string, char **badtoken) in lio_parse_io_arg2() 484 static void wait4sync_io(int fd, int read) in wait4sync_io()
|
/external/python/cpython2/Lib/test/ |
D | test_xml_etree.py | 95 def check_string(string): argument 1607 def read(self, x): member in ExceptionFile
|
/external/libxml2/ |
D | trio.c | 159 # define read _read macro 669 char *string; member 2513 char *string; variable 3096 TRIO_CONST char *string; variable 5001 TRIO_CONST char *string = internalNullString; variable
|
/external/flatbuffers/tests/ |
D | test.cpp | 672 T read = table->GetField(voffset, static_cast<T>(0)); in CompareTableFieldValue() local 1127 auto string = root->GetPointer<flatbuffers::String *>( in UnicodeSurrogatesTest() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | ConstPool.java | 1025 private void read(DataInputStream in) throws IOException { in read() method in ConstPool 1398 int string; field in StringInfo 1543 String string; field in Utf8Info
|
/external/avb/ |
D | avbtool | 313 def parse_number(string): argument 888 def read(self, size): member in ImageHandler
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 2103 def string(self): member in CompletionChunk 2211 def string(self): member in CodeCompletionResult 2277 def read(self, path): member in Index
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 367 PyObject *read; member 1242 static char string = STRING; in save_string() local 1408 static char string = UNICODE; in save_unicode() local
|
/external/mksh/src/ |
D | sh.h | 166 #define __IDSTRING(prefix, string) /* nothing */ argument 168 #define __IDSTRING(prefix, string) \ argument 1358 int read; /* pipe from co-process's stdout */ member
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 442 this.processJSString = function(string) { argument 818 function writeStringToMemory(string, buffer, dontAddNull) { argument 1147 read: canRead === undefined ? true : canRead, property 1340 read: true, property
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6957 template <typename UIntPtr> void read(const char *Buf) { in read() function 8338 const char *string = Ptr + sizeof(struct MachO::linker_option_command); in PrintLinkerOptionCommand() local
|