HomeSort by relevance Sort by last modified time
    Searched refs:SetBuffer (Results 1 - 8 of 8) sorted by null

  /art/compiler/dwarf/
dwarf_test.h 73 debug_info.SetBuffer(debug_info_data_);
77 debug_abbrev.SetBuffer(debug_abbrev_data_);
81 debug_str.SetBuffer(debug_str_data_);
85 debug_line.SetBuffer(debug_line_data_);
89 debug_frame.SetBuffer(debug_frame_data_);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
austream.idl 76 HRESULT SetBuffer(
austream.h 401 virtual HRESULT STDMETHODCALLTYPE SetBuffer(
435 HRESULT (STDMETHODCALLTYPE *SetBuffer)(
464 #define IMemoryData_SetBuffer(This,cbSize,pbData,dwFlags) (This)->lpVtbl->SetBuffer(This,cbSize,pbData,dwFlags)
480 return This->lpVtbl->SetBuffer(This,cbSize,pbData,dwFlags);
562 HRESULT (STDMETHODCALLTYPE *SetBuffer)(
600 #define IAudioData_SetBuffer(This,cbSize,pbData,dwFlags) (This)->lpVtbl->SetBuffer(This,cbSize,pbData,dwFlags)
619 return This->lpVtbl->SetBuffer(This,cbSize,pbData,dwFlags);
audioengineendpoint.h 108 STDMETHOD_(HRESULT,SetBuffer)(THIS_ HNSTIME MaxPeriod,UINT32 u32LatencyCoefficient) PURE;
119 #define IAudioDeviceEndpoint_SetBuffer(This,MaxPeriod,u32LatencyCoefficient) (This)->lpVtbl->SetBuffer(This,MaxPeriod,u32LatencyCoefficient)
  /external/llvm/lib/Support/
raw_ostream.cpp 776 SetBuffer(OS.end(), OS.capacity() - OS.size());
803 SetBuffer(OS.end(), OS.capacity() - OS.size());
818 SetBuffer(OS.end(), OS.capacity() - OS.size());
  /external/llvm/include/llvm/Support/
raw_ostream.h 55 /// InternalBuffer); otherwise the buffer has been set via SetBuffer and is
58 /// If a subclass installs an external buffer using SetBuffer then it can wait
268 /// safe for the subclass to install a new buffer via SetBuffer.
289 void SetBuffer(char *BufferStart, size_t Size) {
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 412 static inline void SetBuffer(CByteBuffer &bb, const Byte *data, int size)
441 SetBuffer(item.StartSignature, arc.Signature, arc.SignatureSize);
  /art/compiler/
elf_builder.h 199 void SetBuffer(const std::vector<uint8_t>& buffer) {
    [all...]

Completed in 277 milliseconds