Home
last modified time | relevance | path

Searched refs:CreateEx (Results 1 – 9 of 9) sorted by relevance

/external/libbrillo/brillo/streams/
Dmemory_stream.cc26 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
Dmemory_stream.h67 return CreateEx(std::move(container), 0, error); in OpenCopyOf()
85 return CreateEx(std::move(container), 0, error); in OpenRef()
113 return CreateEx(std::move(container), 0, error); in CreateRef()
131 return CreateEx(std::move(container), buffer->size() * sizeof(T), error); in CreateRefForAppend()
140 static StreamPtr CreateEx(
/external/lzma/CPP/Windows/Control/
DWindow2.cpp49 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()
DWindow2.h20 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
25 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
DListView.cpp14 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()
DListView.h18 bool CreateEx(DWORD exStyle, DWORD style,
/external/lzma/CPP/Windows/
DWindow.cpp67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx() function in NWindows::CWindow
98 return CreateEx(exStyle, classNameP, windowNameP, in CreateEx()
DWindow.h163 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx() function
193 bool CreateEx(DWORD exStyle, LPCWSTR className,
/external/lzma/CPP/7zip/UI/FileManager/
DPanel.cpp109 if (!CreateEx(0, kClassName, NULL, WS_CHILD | WS_VISIBLE, in Create()
416 if (!_listView.CreateEx(exStyle, style, 0, 0, 116, 260, in OnCreate()
502 _headerComboBox.CreateEx(0, in OnCreate()