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

<<11121314151617181920>>

  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 226 // Write information about a crashed Lwp.
227 // When a lwp crash, kernel will write something on the stack for processing
229 // won't figure out the whole call stack for this. So we write the stack at the
285 // Write context
300 // Write context
601 // Write context of the exception.
616 // Write context of the exception.
687 //void* MinidumpGenerator::Write(void *argument) {
688 void* Write(void *argument) {
751 // Write minidump into file
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 64 static const unsigned Write = 2;
260 MemRef::Read | MemRef::Write);
287 MCI->getAlignment(), nullptr, MemRef::Write);
309 MMI->getAlignment(), nullptr, MemRef::Write);
318 MSI->getAlignment(), nullptr, MemRef::Write);
328 nullptr, MemRef::Read | MemRef::Write);
332 nullptr, MemRef::Write);
338 nullptr, MemRef::Read | MemRef::Write);
342 // Stackrestore doesn't read or write memory, but it sets the
343 // stack pointer, which the compiler may read from or write t
    [all...]
  /external/lzma/C/
7zTypes.h 136 void (*Write)(void *p, Byte b);
153 size_t (*Write)(void *p, const void *buf, size_t size);
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 238 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
241 STDMETHODIMP CSequentialOutTempBufferImp2::Write(const void *data, UInt32 size, UInt32 *processed)
243 if (!_buf->Write(data, size))
268 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
271 STDMETHODIMP CSequentialOutMtNotify::Write(const void *data, UInt32 size, UInt32 *processed)
274 HRESULT res = _stream->Write(data, size, &realProcessed);
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 325 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
328 STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
362 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
365 STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 61 static unsigned Write = 2;
247 Ty, MemRef::Read | MemRef::Write);
274 MemRef::Write);
298 MemRef::Write);
309 MemRef::Write);
319 0, 0, MemRef::Read | MemRef::Write);
323 0, 0, MemRef::Write);
329 0, 0, MemRef::Read | MemRef::Write);
333 // Stackrestore doesn't read or write memory, but it sets the
334 // stack pointer, which the compiler may read from or write t
    [all...]
  /external/syslinux/efi32/include/efi/
efipciio.h 53 EFI_PCI_IO_PROTOCOL_IO_MEM Write;
68 EFI_PCI_IO_PROTOCOL_CONFIG Write;
  /external/syslinux/efi64/include/efi/
efipciio.h 53 EFI_PCI_IO_PROTOCOL_IO_MEM Write;
68 EFI_PCI_IO_PROTOCOL_CONFIG Write;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipciio.h 53 EFI_PCI_IO_PROTOCOL_IO_MEM Write;
68 EFI_PCI_IO_PROTOCOL_CONFIG Write;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciRootBridgeIo.h 119 @param Buffer For read operations, the destination buffer to store the results. For write
120 operations, the source buffer to write data from.
139 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Write;
172 @param Operation Indicates if the bus master is going to read or write to system memory.
268 Flushes all PCI posted write transactions from a PCI host bridge to system memory.
272 @retval EFI_SUCCESS The PCI posted write transactions were flushed from the PCI host
274 @retval EFI_DEVICE_ERROR The PCI posted write transactions were not flushed from the PCI
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 60 static void Write(base::Pickle*, const T&) {}
65 ParamTraits<T>::Write(pickle, value);
80 static void Write(base::Pickle* pickle, const Data& p) {
94 static void Write(base::Pickle* pickle, const Container<T>& container) {
118 static void Write(base::Pickle* pickle,
130 static void Write(base::Pickle* pickle) {
174 SomeClass<long>::Write(nullptr);
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_ContentPipe.h 131 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
193 /** Write data of the specified size to the content (advance content pointer by size of data).
195 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
197 /** Retrieve a buffer allocated by the pipe used to write data to the content.
202 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
176 /** Write data of the specified size to the content (advance content pointer by size of data).
178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
180 /** Retrieve a buffer allocated by the pipe used to write data to the content.
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
176 /** Write data of the specified size to the content (advance content pointer by size of data).
178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
180 /** Retrieve a buffer allocated by the pipe used to write data to the content.
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
176 /** Write data of the specified size to the content (advance content pointer by size of data).
178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
180 /** Retrieve a buffer allocated by the pipe used to write data to the content.
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
176 /** Write data of the specified size to the content (advance content pointer by size of data).
178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
180 /** Retrieve a buffer allocated by the pipe used to write data to the content.
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 93 Write = 1 << 4,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 94 Write = 1 << 4,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 94 Write = 1 << 4,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 93 Write = 1 << 4,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 94 Write = 1 << 4,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 94 Write = 1 << 4,
  /prebuilts/go/darwin-x86/src/cmd/go/internal/test/
test.go 188 Several of the flags control profiling and write an execution profile
309 Write a goroutine blocking profile to the specified file
323 Write a coverage profile to the file after all tests have passed.
327 Write a CPU profile to the specified file before exiting.
331 Write a memory profile to the file after all tests have passed.
341 Write a mutex contention profile to the specified file
354 Write an execution trace to the specified file before exiting.
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
cipher_suites.go 268 s.h.Write(s.key)
269 s.h.Write(ssl30Pad1[:padLength])
270 s.h.Write(seq)
271 s.h.Write(header[:1])
272 s.h.Write(header[3:5])
273 s.h.Write(data)
277 s.h.Write(s.key)
278 s.h.Write(ssl30Pad2[:padLength])
279 s.h.Write(digestBuf)
297 func (c *cthWrapper) Write(p []byte) (int, error) { return c.h.Write(p)
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
print.go 17 // This is less overhead than using buffer.Write with byte arrays.
39 // Write is the function to call to emit formatted output to be printed.
40 Write(b []byte) (n int, err error)
77 func (b *buffer) Write(p []byte) {
168 // Implement Write so we can call Fprintf on a pp (through State), for
170 func (p *pp) Write(b []byte) (ret int, err error) {
171 p.buf.Write(b)
185 // It returns the number of bytes written and any write error encountered.
189 n, err = w.Write(p.buf)
195 // It returns the number of bytes written and any write error encountered
    [all...]

Completed in 842 milliseconds

<<11121314151617181920>>