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

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

Completed in 1060 milliseconds