/external/curl/docs/ |
D | BINDINGS.md | 4 Creative people have written bindings or interfaces for various environments 13 [Ada95](https://web.archive.org/web/20070403105909/www.almroth.com/adacurl/index.html) Written by A… 15 [Basic](http://scriptbasic.com/) ScriptBasic bindings written by Peter Verhas 17 C++: [curlpp](http://curlpp.org/) Written by Jean-Philippe Barrette-LaPierre, 21 [Ch](https://chcurl.sourceforge.io/) Written by Stephen Nestinger and Jonathan Rogado 23 Cocoa: [BBHTTP](https://github.com/brunodecarvalho/BBHTTP) written by Bruno de Carvalho 24 [curlhandle](https://github.com/karelia/curlhandle) Written by Dan Wood 26 [D](https://dlang.org/library/std/net/curl.html) Written by Kenneth Bogert 28 [Delphi](https://github.com/Mercury13/curl4delphi) Written by Mikhail Merkuryev 30 [Dylan](https://dylanlibs.sourceforge.io/) Written by Chris Double [all …]
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CountingOutputStreamTest.java | 29 int written = 0; in testCount() local 32 assertEquals(written, out.size()); in testCount() 33 assertEquals(written, counter.getCount()); in testCount() 36 written += 1; in testCount() 37 assertEquals(written, out.size()); in testCount() 38 assertEquals(written, counter.getCount()); in testCount() 42 written += 10; in testCount() 43 assertEquals(written, out.size()); in testCount() 44 assertEquals(written, counter.getCount()); in testCount() 47 written += 5; in testCount() [all …]
|
/external/icu/icu4c/source/io/ |
D | sprintf.cpp | 58 int32_t written = 0; in u_sprintf_pad_and_justify() local 75 written += paddingLeft; in u_sprintf_pad_and_justify() 79 written += u_sprintf_write(output, result, resultLen); in u_sprintf_pad_and_justify() 87 written += u_sprintf_write(output, result, resultLen); in u_sprintf_pad_and_justify() 92 written = u_sprintf_write(output, result, resultLen); in u_sprintf_pad_and_justify() 95 if (written >= 0 && lengthOfResult > written) { in u_sprintf_pad_and_justify() 99 return written; in u_sprintf_pad_and_justify() 108 int32_t written; in u_sprintf() local 111 written = u_vsnprintf(buffer, INT32_MAX, patternSpecification, ap); in u_sprintf() 114 return written; in u_sprintf() [all …]
|
D | uprintf.cpp | 84 int32_t written, i; in u_printf_pad_and_justify() local 90 written = u_file_write(result, resultLen, output); in u_printf_pad_and_justify() 92 written += u_file_write(&info->fPadChar, 1, output); in u_printf_pad_and_justify() 97 written = 0; in u_printf_pad_and_justify() 99 written += u_file_write(&info->fPadChar, 1, output); in u_printf_pad_and_justify() 101 written += u_file_write(result, resultLen, output); in u_printf_pad_and_justify() 106 written = u_file_write(result, resultLen, output); in u_printf_pad_and_justify() 109 return written; in u_printf_pad_and_justify() 209 int32_t written = 0; /* haven't written anything yet */ in u_vfprintf_u() local 212 u_printf_parse(&g_stream_handler, patternSpecification, f, NULL, &f->str.fBundle, &written, ap); in u_vfprintf_u() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fInfoLogQueryShared.cpp | 63 int written = -1; in verifyInfoLogQuery() local 66 (gl.*getInfoLog)(object, logLen+2, &written, &buf[0]); in verifyInfoLogQuery() 69 if (written == -1) in verifyInfoLogQuery() 70 result.fail("'length' was not written to"); in verifyInfoLogQuery() 71 else if (buf[written] != '\0') in verifyInfoLogQuery() 73 else if (logLen != 0 && (written + 1) > logLen) in verifyInfoLogQuery() 75 else if ((written + 1) < logLen) in verifyInfoLogQuery() 79 else if (written != (int)strlen(&buf[0])) in verifyInfoLogQuery() 80 result.fail("'length' and written string length do not match"); in verifyInfoLogQuery() 87 int written = -1; in verifyInfoLogQuery() local [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ |
D | ArchiveOutputStream.java | 53 /** holds the number of bytes written to this stream */ 76 * Additional data can be written, if the format supports it. 103 * @param b The byte to be written. 113 * Increments the counter of already written bytes. 114 * Doesn't increment if EOF has been hit ({@code written == -1}). 116 * @param written the number of bytes written 118 protected void count(final int written) { in count() argument 119 count((long) written); in count() 123 * Increments the counter of already written bytes. 124 * Doesn't increment if EOF has been hit ({@code written == -1}). [all …]
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_io.py | 35 self.written.append(args) 44 self.written = [] 78 self.assertEqual(shell.written, [('test', 'stdout')]) 81 self.assertEqual(shell.written, [('t\xe8st', 'stdout')]) 84 self.assertEqual(shell.written, [(u't\xe8st', 'stdout')]) 88 self.assertEqual(shell.written, [('t\xe8st', 'stdout')]) 89 self.assertEqual(type(shell.written[0][0]), str) 92 self.assertEqual(shell.written, [('t\xe8st', 'stdout')]) 93 self.assertEqual(type(shell.written[0][0]), str) 96 self.assertEqual(shell.written, [(u't\xe8st', 'stdout')]) [all …]
|
/external/sfntly/cpp/src/sfntly/data/ |
D | writable_font_data.h | 50 // @return the number of bytes written 55 // @param b the source for the bytes to be written 57 // @param length the length of the bytes to be written 58 // @return the number of bytes actually written; -1 if the index is outside 67 // @param b the source for the bytes to be written 68 // @return the number of bytes actually written; -1 if the index is outside 77 // @param b the source for the bytes to be written 79 // @param length the length of the bytes to be written 81 // @return the number of bytes actually written 88 // Writes padding to the FontData. The padding byte written is 0x00. [all …]
|
/external/u-boot/arch/arm/mach-davinci/ |
D | Kconfig | 79 Value written to PLLC0 PLL Post-Divider Control Register 85 Value written to PLLC0 Divider 1 register 91 Value written to PLLC0 Divider 2 register 97 Value written to PLLC0 Divider 3 register 103 Value written to PLLC0 Divider 4 register 109 Value written to PLLC0 Divider 5 register 115 Value written to PLLC0 Divider 6 register 121 Value written to PLLC0 Divider 7 register 127 Value written to PLLC1 PLL Post-Divider Control Register 133 Value written to PLLC1 Divider 1 register [all …]
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | MessageFramer.java | 123 * @param message contains the message to be written out. It will be completely consumed. 133 int written = -1; in writePayload() local 138 written = writeCompressed(message, messageLength); in writePayload() 140 written = writeUncompressed(message, messageLength); in writePayload() 155 if (messageLength != -1 && written != messageLength) { in writePayload() 156 String err = String.format("Message length inaccurate %s != %s", written, messageLength); in writePayload() 159 statsTraceCtx.outboundUncompressedSize(written); in writePayload() 161 statsTraceCtx.outboundMessageSent(currentMessageSeqNo, currentMessageWireSize, written); in writePayload() 170 int written = writeToOutputStream(message, bufferChain); in writeUncompressed() local 171 if (maxOutboundMessageSize >= 0 && written > maxOutboundMessageSize) { in writeUncompressed() [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | write.hpp | 37 * @li All of the data in the supplied buffers has been written. That is, the 45 * @param s The stream to which the data is to be written. The type must support 48 * @param buffers One or more buffers containing the data to be written. The sum 76 * @li All of the data in the supplied buffers has been written. That is, the 84 * @param s The stream to which the data is to be written. The type must support 87 * @param buffers One or more buffers containing the data to be written. The sum 116 * @li All of the data in the supplied buffers has been written. That is, the 124 * @param s The stream to which the data is to be written. The type must support 127 * @param buffers One or more buffers containing the data to be written. The sum 142 * non-zero return value indicates the maximum number of bytes to be written on [all …]
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_run.py | 58 self.written.append(args) 64 self.written = [] 201 self.assertEqual(shell.written, [('test', 'stdout')]) 204 self.assertEqual(shell.written, [('t\xe8st', 'stdout')]) 208 self.assertEqual(shell.written, [('t\xe8st', 'stdout')]) 209 self.assertEqual(type(shell.written[0][0]), str) 213 self.assertEqual(shell.written, []) 216 self.assertEqual(shell.written, []) 218 self.assertEqual(shell.written, []) 224 self.assertEqual(shell.written, []) [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
D | CountingOutputStream.java | 53 * Increments the counter of already written bytes. 54 * Doesn't increment if the EOF has been hit (written == -1) 56 * @param written the number of bytes written 58 protected void count(final long written) { in count() argument 59 if (written != -1) { in count() 60 bytesWritten += written; in count() 65 * Returns the current number of bytes written to this stream. 66 * @return the number of written bytes
|
/external/libbrillo/brillo/streams/ |
D | memory_containers_unittest.cc | 133 size_t written = 0; in TEST_F() local 135 EXPECT_TRUE(container_.Write(test_write_buffer_, 50, 10, &written, &error)); in TEST_F() 136 EXPECT_EQ(50, written); in TEST_F() 150 size_t written = 0; in TEST_F() local 151 EXPECT_TRUE(container_.Write(test_write_buffer_, 50, 80, &written, nullptr)); in TEST_F() 152 EXPECT_EQ(50, written); in TEST_F() 165 size_t written = 0; in TEST_F() local 166 EXPECT_TRUE(container_.Write(test_write_buffer_, 50, 110, &written, nullptr)); in TEST_F() 167 EXPECT_EQ(50, written); in TEST_F() 181 size_t written = 0; in TEST_F() local [all …]
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | PipeShort.java | 53 int written = mMaxValues - rear; in write() local 54 if (written > count) { in write() 55 written = count; in write() 58 System.arraycopy(buffer, offset, mBuffer, rear, written); in write() 59 if (rear + written == mMaxValues) { in write() 60 if ((count -= written) > rear) { in write() 64 System.arraycopy(buffer, offset + written, mBuffer, 0, count); in write() 65 written += count; in write() 69 mRear += written; in write() 71 return written; in write()
|
/external/compiler-rt/test/asan/TestCases/ |
D | coverage-levels.cc | 26 // CHECK1: CovDump: bitset of 1 bits written for '{{.*}}', 1 bits are set 27 // CHECK1: 1 PCs written 28 // CHECK2: CovDump: bitset of 2 bits written for '{{.*}}', 1 bits are set 29 // CHECK2: 1 PCs written 30 // CHECK3: CovDump: bitset of 3 bits written for '{{.*}}', 2 bits are set 31 // CHECK3: 2 PCs written 33 // CHECK3_NOPCS-NOT: PCs written 34 // CHECK_COUNTERS: CovDump: 3 counters written for
|
/external/f2fs-tools/tools/ |
D | check_f2fs.c | 54 int db, ret, written; in test_atomic_write() local 69 written = write(db, buf, BLOCKS); in test_atomic_write() 70 if (written != BLOCKS) { in test_atomic_write() 71 printf("write fail written:%d, errno:%d\n", written, errno); in test_atomic_write() 88 int fd, written; in test_bad_write_call() local 101 written = write(fd, buf, large_size); in test_bad_write_call() 102 if (written != BLOCKS) in test_bad_write_call() 103 printf("Ok: write fail written:%d, errno:%d\n", written, errno); in test_bad_write_call()
|
/external/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe10.c | 29 * characters written by the parent. 75 int red, written; /* no of chars read and */ in main() local 76 /* written to pipe */ in main() 100 written = write(fd[1], wrbuf, length); in main() 103 if ((written < 0) || (written > length)) { in main() 114 red = do_read(fd[0], rebuf, written); in main() 117 if ((red < 0) || (red > written)) { in main() 123 /* are the strings written and read equal */ in main()
|
/external/adhd/cras/src/server/ |
D | cras_a2dp_iodev.c | 42 * bt_written_frames - Accumulated frames written to a2dp socket. Used 102 /* Calculates the number of virtual buffer in frames. Assuming all written 228 int written = 0; in pre_fill_socket() local 242 written = a2dp_write( in pre_fill_socket() 247 if (written == -EAGAIN) in pre_fill_socket() 249 else if (written < 0) in pre_fill_socket() 250 return written; in pre_fill_socket() 251 else if (written == 0) in pre_fill_socket() 268 int written = 0; in flush_data() local 303 written = a2dp_write(&a2dpio->a2dp, in flush_data() [all …]
|
/external/javasqlite/src/main/java/SQLite/ |
D | Blob.java | 198 * @param v byte to be written at current position. 209 * @param b byte array to be written at current position. 220 * @param b byte array to be written. 222 * @param len length of data to be written 288 * @param b byte array to be written 291 * @param len length to be written 292 * @return number of bytes written to blob 299 * @param b byte array to be written 302 * @param len length to be written 303 * @return number of bytes written to blob
|
/external/mesa3d/src/compiler/ |
D | blob.h | 39 * All objects written to a blob will be serialized directly, (without any 40 * additional meta-data to describe the data written). Therefore, it is the 43 * sufficient meta-data to describe what has been written). 50 /* The data actually written to the blob. */ 56 /** The number of bytes that have actual data written to them. */ 100 * If a fixed-size blob has a NULL data pointer then the data is written but 136 * can be written, (or -1 in case of any allocation error). 158 * Overwrite some data previously written to the blob. 161 * This data range must have previously been written to the blob by one of the 189 * Overwrite a uint32_t previously written to the blob. [all …]
|
/external/webrtc/webrtc/modules/audio_processing/logging/ |
D | aec_logging_file_handling.cc | 33 int written = rtc::sprintfn(filename, sizeof(filename), "%s%d-%d.wav", name, in WebRtcAec_ReopenWav() local 37 RTC_DCHECK_GE(written, 0); in WebRtcAec_ReopenWav() 39 RTC_DCHECK_LT(static_cast<size_t>(written), sizeof(filename)); in WebRtcAec_ReopenWav() 46 int written = rtc::sprintfn(filename, sizeof(filename), "%s_%d.dat", name, in WebRtcAec_RawFileOpen() local 50 RTC_DCHECK_GE(written, 0); in WebRtcAec_RawFileOpen() 52 RTC_DCHECK_LT(static_cast<size_t>(written), sizeof(filename)); in WebRtcAec_RawFileOpen()
|
/external/adhd/scripts/audio_thread_log_viewer/ |
D | log.test | 1943 496118.354702069 DEV_STREAM_MIX written:1024 read:1024 1964 496118.375680355 DEV_STREAM_MIX written:1024 read:1024 1985 496118.396986317 DEV_STREAM_MIX written:1024 read:1024 2006 496118.418312010 DEV_STREAM_MIX written:1024 read:1024 2027 496118.439772748 DEV_STREAM_MIX written:1024 read:1024 2048 496118.460971678 DEV_STREAM_MIX written:1024 read:1024 2069 496118.482287734 DEV_STREAM_MIX written:1024 read:1024 2090 496118.503597479 DEV_STREAM_MIX written:1024 read:1024 2111 496118.524915787 DEV_STREAM_MIX written:1024 read:1024 2132 496118.546183028 DEV_STREAM_MIX written:1024 read:1024 [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | BinaryObject.h | 79 /// written to the data stream. 85 /// written to the data stream in correct endian format and correct size. 94 /// written to the data stream in correct endian format and correct size. 101 /// written to the data stream in correct endian format and correct size. 108 /// written to the data stream in correct endian format and correct size. 117 /// written to the data stream in correct endian format. 126 /// written to the data stream in correct endian format. 135 /// written to the data stream in correct endian format. 148 /// written to the data stream in little-endian format. 157 /// written to the data stream in big-endian format. [all …]
|
/external/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice01.c | 64 tst_res(TPASS, "Written data has been read back correctly"); in check_file() 72 long written; in vmsplice_test() local 96 written = vmsplice(pipes[1], &v, 1, 0); in vmsplice_test() 97 if (written < 0) { in vmsplice_test() 100 if (written == 0) { in vmsplice_test() 103 v.iov_base += written; in vmsplice_test() 104 v.iov_len -= written; in vmsplice_test() 108 ret = splice(pipes[0], NULL, fd_out, &offset, written, 0); in vmsplice_test()
|