HomeSort by relevance Sort by last modified time
    Searched defs:Write (Results 376 - 400 of 714) sorted by null

<<11121314151617181920>>

  /build/kati/
strutil.cc 136 void WordWriter::Write(StringPiece s) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserUnitTest.py 380 def Write(self, Content):
383 FileObj.write(Content)
400 self.File.Write(
446 self.File.Write(
503 File.Write(
517 File.Write(
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SerialIo/
SerialIo.h 55 // define for Control bits, grouped by read only, write only, and read write
68 // Write Only
74 // Read Write
208 Buffer - The buffer of data to write
213 EFI_TIMEOUT - The data write was stopped due to a timeout.
239 EFI_TIMEOUT - The data write was stopped due to a timeout.
252 a Read or Write operation.
288 EFI_SERIAL_WRITE Write;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/
SimpleFileSystem.h 207 Write data from to the file.
212 Buffer - The buffer in which data to write.
220 EFI_WRITE_PROTECTED - The device is write protected
297 EFI_WRITE_PROTECTED - The device is write protected
321 Buffer - The data to write.
329 EFI_WRITE_PROTECTED - The device is write protected
353 EFI_WRITE_PROTECTED - The device is write protected
367 EFI_FILE_WRITE Write;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/CpuIo/
CpuIo.h 78 PEI_CPU_IO_PPI_IO_MEM Write;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
PiSmmDefinition.h 48 For write operations, the source buffer from which to write data.
71 /// This service provides the various modalities of memory and I/O write.
73 EFI_SMM_CPU_IO2 Write;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/
IsaIo.h 52 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE 0x080 // Map a memory range so write are combined
108 EFI_ISA_IO_PROTOCOL_IO_MEM Write;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/
IsaIo.h 56 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE 0x080 ///< Map a memory range so write are combined.
57 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_CACHED 0x800 ///< Map a memory range so all read and write accesses are cached.
82 /// A write operation to system memory by a bus master.
86 /// Provides both read and write access to system memory by both the processor
96 /// A write operation to system memory by a slave master.
103 Performs ISA I/O and MMIO Read/Write Cycles
111 the results. For write operations, the source buffer to
112 write data from.
139 /// Write to ISA I/O or MMIO space.
141 EFI_ISA_IO_PROTOCOL_IO_MEM Write;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
CpuIo.h 81 /// This service provides the various modalities of memory and I/O write.
83 EFI_PEI_CPU_IO_PPI_IO_MEM Write;
163 8-bit I/O write operations.
169 @param[in] Data The data to write.
182 16-bit I/O write operations.
188 @param[in] Data The data to write.
201 32-bit I/O write operations.
207 @param[in] Data The data to write.
220 64-bit I/O write operations.
226 @param[in] Data The data to write.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SerialIo.h 63 // define for Control bits, grouped by read only, write only, and read write
76 // Write Only
82 // Read Write
185 @param Buffer The buffer of data to write
189 @retval EFI_TIMEOUT The data write was stopped due to a timeout.
210 @retval EFI_TIMEOUT The data write was stopped due to a timeout.
232 a Read or Write operation.
289 EFI_SERIAL_WRITE Write;
SimpleFileSystem.h 101 file may be opened with are: Read, Read/Write, or Create/Read/Write.
112 @retval EFI_WRITE_PROTECTED An attempt was made to create a file, or open a file for write
113 when the media is write-protected.
210 handle to write data to.
213 @param Buffer The buffer of data to write.
219 @retval EFI_DEVICE_ERROR An attempt was made to write to a deleted file.
221 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
309 @param Buffer A pointer to the data buffer to write. The buffer's type is
355 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 325 void ReportFile::Write(const char *buffer, uptr length) {
328 "ReportFile::Write() can't output requested buffer!\n";
  /external/golang-protobuf/proto/
text.go 74 compact bool // whether to write out as a one-liner
88 // duplicating all of Write's logic here.
89 return w.Write([]byte(s))
92 func (w *textWriter) Write(p []byte) (n int, err error) {
98 n, err = w.w.Write(p)
112 nn, err := w.w.Write(frag)
125 nn, err := w.w.Write(frag)
234 w.Write([]byte("["))
239 w.Write([]byte(u))
242 w.Write([]byte("]:<")
    [all...]
  /external/libbrillo/brillo/dbus/
data_serialization_unittest.cc 694 inline static void Write(dbus::MessageWriter* writer, const Person& value) {
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 174 // Write |content| to |file|. Returns true on success.
517 // Write into "$dir/subdir/subdir_child_dir/child_dir_file1".
796 Write,
812 case Write:
file_posix.cc 86 // NaCl doesn't implement fcntl. Since NaCl's write conforms to the POSIX
261 int File::Write(int64_t offset, const char* data, int size) {
271 SCOPED_FILE_TRACE_WITH_SIZE("Write", size);
298 rv = HANDLE_EINTR(write(file_.get(), data + bytes_written,
316 return HANDLE_EINTR(write(file_.get(), data, size));
  /external/libmojo/ipc/
ipc_message_utils.cc 352 void ParamTraits<signed char>::Write(base::Pickle* m, const param_type& p) {
375 void ParamTraits<unsigned char>::Write(base::Pickle* m, const param_type& p) {
398 void ParamTraits<unsigned short>::Write(base::Pickle* m, const param_type& p) {
452 void ParamTraits<double>::Write(base::Pickle* m, const param_type& p) {
486 void ParamTraits<std::vector<char>>::Write(base::Pickle* m,
517 void ParamTraits<std::vector<unsigned char>>::Write(base::Pickle* m,
552 void ParamTraits<std::vector<bool>>::Write(base::Pickle* m,
592 void ParamTraits<base::DictionaryValue>::Write(base::Pickle* m,
611 base::JSONWriter::Write(p, &json);
623 void ParamTraits<base::FileDescriptor>::Write(base::Pickle* m
    [all...]
ipc_message_utils.h 104 ParamTraits<Type>::Write(m, static_cast<const Type& >(p));
129 static void Write(base::Pickle* m, const param_type& p) { m->WriteBool(p); }
142 static void Write(base::Pickle* m, const param_type& p);
153 static void Write(base::Pickle* m, const param_type& p);
164 static void Write(base::Pickle* m, const param_type& p);
177 static void Write(base::Pickle* m, const param_type& p) { m->WriteInt(p); }
192 static void Write(base::Pickle* m, const param_type& p) { m->WriteInt(p); }
220 static void Write(base::Pickle* m, const param_type& p) {
237 static void Write(base::Pickle* m, const param_type& p) {
255 static void Write(base::Pickle* m, const param_type& p)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 55 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
145 STDMETHODIMP CFolderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
157 result = _stream->Write(data, cur, &cur);
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 18 So the encoder and decoder write such last bytes without change.
137 // ---------- Write to Filter ----------
166 HRESULT res = _outStream->Write(_buf + _convPos, num, &processed);
188 STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *processedSize)
  /external/lzma/CPP/Windows/
FileIO.cpp 325 // If you Read or Write 64MB or more (probably min_failure_size = 64MB - 32KB + 1)
401 bool COutFile::Write(const void *data, UInt32 size, UInt32 &processedSize) throw()
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 140 public override void Write(byte[] buffer, int offset, int count)
214 System.Console.Write(" ");
215 System.Console.Write(s);
221 System.Console.Write(" MIPS");
232 System.Console.Write(" KB/s ");
250 System.Console.Write("\n Compressing Decompressing\n\n");
322 System.Console.Write(" ");
333 System.Console.Write(" ");
  /external/perfetto/src/ftrace_reader/
ftrace_controller.cc 79 perfetto::base::ignore_result(write(fd, str, strlen(str)));
374 void FtraceStats::Write(protos::pbzero::FtraceStats* writer) const {
376 cpu_specific_stats.Write(writer->add_cpu_stats());
380 void FtraceCpuStats::Write(protos::pbzero::FtraceCpuStats* writer) const {
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 236 bool FileOutputStream::CopyingFileOutputStream::Write(
246 bytes = write(file_, buffer_base + total_written, size - total_written);
250 // Write error.
252 // FIXME(kenton): According to the man page, if write() returns zero,
253 // there was no error; write() simply did not write anything. It's
344 bool OstreamOutputStream::CopyingOstreamOutputStream::Write(
346 output_->write(reinterpret_cast<const char*>(buffer), size);
  /external/protobuf/src/google/protobuf/
map_type_handler.h 165 static inline void Write(int field, const MapEntryAccessorType& value,
221 static inline void Write(int field, const MapEntryAccessorType& value, \
357 inline void MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::Write(
372 inline void MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::Write( \
375 return WireFormatLite::Write##DeclaredType(field, value, output); \
381 return WireFormatLite::Write##DeclaredType##ToArray(field, value, output); \
    [all...]

Completed in 2273 milliseconds

<<11121314151617181920>>