/external/libbrillo/brillo/streams/ |
D | memory_stream.cc | 26 return CreateEx(std::move(container), 0, error); in OpenRef() 35 return CreateEx(std::move(container), 0, error); in OpenCopyOf() 41 return CreateEx(std::move(container), 0, error); in OpenRef() 47 return CreateEx(std::move(container), 0, error); in OpenCopyOf() 61 return CreateEx(std::move(container), 0, error); in Create() 67 return CreateEx(std::move(container), 0, error); in CreateRef() 74 return CreateEx(std::move(container), buffer->size(), error); in CreateRefForAppend() 77 StreamPtr MemoryStream::CreateEx( in CreateEx() function in brillo::MemoryStream
|
D | memory_stream.h | 65 return CreateEx(std::move(container), 0, error); in OpenCopyOf() 83 return CreateEx(std::move(container), 0, error); in OpenRef() 111 return CreateEx(std::move(container), 0, error); in CreateRef() 129 return CreateEx(std::move(container), buffer->size() * sizeof(T), error); in CreateRefForAppend() 138 static StreamPtr CreateEx(
|
/external/lzma/CPP/Windows/Control/ |
D | Window2.cpp | 49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx() function in NWindows::NControl::CWindow2 70 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx() 76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx() function in NWindows::NControl::CWindow2 117 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
|
D | Window2.h | 18 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, 23 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
|
D | ListView.cpp | 14 bool CListView::CreateEx(DWORD exStyle, DWORD style, in CreateEx() function in NWindows::NControl::CListView 19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width, in CreateEx()
|
D | ListView.h | 18 bool CreateEx(DWORD exStyle, DWORD style,
|
/external/lzma/CPP/Windows/ |
D | Window.cpp | 67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx() function in NWindows::CWindow 98 return CreateEx(exStyle, classNameP, windowNameP, in CreateEx()
|
D | Window.h | 85 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx() function 115 bool CreateEx(DWORD exStyle, LPCWSTR className,
|