HomeSort by relevance Sort by last modified time
    Searched refs:written (Results 201 - 225 of 1664) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 95 DWORD written; local
114 &written, o);
126 &written, o);
138 &written, TRUE);
333 DWORD written; local
337 sizeof(proto), NULL, 0, &written, NULL)) {
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 15 // These fields are written once before the WaitGroup is done
20 // These fields are read and written with the singleflight
22 // not written after the WaitGroup is done.
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 15 // These fields are written once before the WaitGroup is done
20 // These fields are read and written with the singleflight
22 // not written after the WaitGroup is done.
  /system/core/adb/client/
usb_windows.cpp 329 unsigned long written = 0; local
340 if (!AdbWriteEndpointSync(handle->adb_write_pipe, (void*)data, (unsigned long)len, &written,
348 // Make sure that we've written what we were asked to write
349 D("usb_write got: %ld, expected: %d", written, len);
350 if (written != (unsigned long)len) {
352 // AdbWriteEndpointSync() until all bytes are written.
353 D("AdbWriteEndpointSync was supposed to write %d, but only wrote %ld", len, written);
360 if (!AdbWriteEndpointSync(handle->adb_write_pipe, (void*)data, 0, &written, time_out)) {
  /external/webrtc/webrtc/base/
sslstreamadapter_unittest.cc 134 size_t* written, int* error) {
135 return out_->Write(data, data_len, written, error);
139 size_t* written, int* error) override;
187 size_t* written, int* error) override {
188 if (!WriteBack(data, data_len, written)) {
406 size_t data_len, size_t *written,
411 *written = data_len;
416 *written = data_len;
431 return from->WriteData(&buf[0], data_len, written, error);
434 return from->WriteData(data, data_len, written, error)
    [all...]
  /external/bsdiff/
test_utils.cc 86 size_t written = fwrite(contents.data(), 1, contents.size(), fp);
87 bool result = written == contents.size() && !ferror(fp);
  /external/fonttools/
README.md 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
  /external/mesa3d/docs/specs/
MESA_agp_offset.spec 31 This extensions is written against the OpenGL 1.4 Specification.
MESA_drm_image.spec 27 Requires EGL 1.4 or later. This extension is written against the
114 written to <name>, the handle (local to the DRM file descriptor,
115 for use with DRM kernel modesetting API) is written to <handle> if
116 non-NULL and the stride (in bytes) is written to <stride>, if
MESA_window_pos.spec 27 The extension is written against the OpenGL 1.2 Specification
  /frameworks/rs/tests/lldb/
config.py 71 '''The path to the file where the log will be written.'''
76 '''The path to the file where junit results.xml will be written.'''
  /hardware/interfaces/audio/2.0/
IStreamOut.hal 69 uint64_t written; // WRITE command, amount of bytes written, >= 0.
87 * (e.g. amount of bytes actually written or error code).
116 * Return the number of audio frames written by the audio DSP to DAC since
120 * @return dspFrames number of audio frames written.
207 * If 'type' is 'ALL', the drain completes when all previously written data
235 * external observer. This excludes frames which have been written but are
  /hardware/interfaces/audio/4.0/
IStreamOut.hal 69 uint64_t written; // WRITE command, amount of bytes written, >= 0.
93 * (e.g. amount of bytes actually written or error code).
122 * Return the number of audio frames written by the audio DSP to DAC since
127 * @return dspFrames number of audio frames written.
218 * If 'type' is 'ALL', the drain completes when all previously written data
247 * external observer. This excludes frames which have been written but are
  /prebuilts/go/darwin-x86/doc/progs/
defer2.go 42 func CopyFile(dstName, srcName string) (written int64, err error) {
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint.go 14 // encoding: Positive values x are written as 2*x + 0, negative values
15 // are written as 2*(^x) + 1; that is, negative numbers are complemented
39 // PutUvarint encodes a uint64 into buf and returns the number of bytes written.
76 // PutVarint encodes an int64 into buf and returns the number of bytes written.
  /prebuilts/go/darwin-x86/src/net/
sendfile_windows.go 23 func sendFile(fd *netFD, r io.Reader) (written int64, err error, handled bool) {
  /prebuilts/go/darwin-x86/src/os/
pipe_linux.go 9 // Pipe returns a connected pair of Files; reads from r return bytes written to w.
  /prebuilts/go/darwin-x86/src/runtime/trace/
example_test.go 16 // written to the file trace.out
  /prebuilts/go/darwin-x86/src/testing/iotest/
logger.go 29 // printing the prefix and the hexadecimal data written.
  /prebuilts/go/linux-x86/doc/progs/
defer2.go 42 func CopyFile(dstName, srcName string) (written int64, err error) {
  /prebuilts/go/linux-x86/src/encoding/binary/
varint.go 14 // encoding: Positive values x are written as 2*x + 0, negative values
15 // are written as 2*(^x) + 1; that is, negative numbers are complemented
39 // PutUvarint encodes a uint64 into buf and returns the number of bytes written.
76 // PutVarint encodes an int64 into buf and returns the number of bytes written.
  /prebuilts/go/linux-x86/src/net/
sendfile_windows.go 23 func sendFile(fd *netFD, r io.Reader) (written int64, err error, handled bool) {
  /prebuilts/go/linux-x86/src/os/
pipe_linux.go 9 // Pipe returns a connected pair of Files; reads from r return bytes written to w.
  /prebuilts/go/linux-x86/src/runtime/trace/
example_test.go 16 // written to the file trace.out
  /prebuilts/go/linux-x86/src/testing/iotest/
logger.go 29 // printing the prefix and the hexadecimal data written.

Completed in 509 milliseconds

1 2 3 4 5 6 7 891011>>