OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFD
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h
96
ssize_t pread(int
pFD
, void* pBuf, size_t pCount, off_t pOffset);
97
ssize_t pwrite(int
pFD
, const void* pBuf, size_t pCount, off_t pOffset);
98
int ftruncate(int
pFD
, size_t pLength);
103
int
pFD
,
MemoryAreaFactory.h
58
MemoryArea* produce(int
pFD
, FileHandle::OpenMode pMode);
raw_ostream.h
36
raw_fd_ostream(int
pFD
, bool pShouldClose, bool pUnbuffered = false);
FileHandle.h
74
bool delegate(int
pFD
, OpenModeEnum pMode = Unknown);
/frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp
45
raw_fd_ostream::raw_fd_ostream(int
pFD
,
48
: llvm::raw_fd_ostream(
pFD
, pShouldClose, pUnbuffered),
MemoryAreaFactory.cpp
65
MemoryArea* MemoryAreaFactory::produce(int
pFD
, FileHandle::OpenMode pMode) {
FileHandle.cpp
106
bool FileHandle::delegate(int
pFD
, FileHandle::OpenModeEnum pMode) {
112
m_Handler =
pFD
;
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
65
FX_LPCFONTDESCRIPTOR
pFD
;
66
if ((
pFD
= FindFont(pszFontFamily, dwFontStyles, TRUE, wCodePage)) == NULL)
67
if ((
pFD
= FindFont(NULL, dwFontStyles, TRUE, wCodePage)) == NULL)
68
if ((
pFD
= FindFont(NULL, dwFontStyles, FALSE, wCodePage)) == NULL) {
71
FXSYS_assert(
pFD
!= NULL);
72
pFont = IFX_Font::LoadFont(
pFD
->wsFontFace, dwFontStyles, wCodePage, this);
76
dwHash = FGAS_GetFontFamilyHash(
pFD
->wsFontFace, dwFontStyles, wCodePage);
105
FX_LPCFONTDESCRIPTOR
pFD
=
108
if (
pFD
== NULL && pszFontFamily) {
109
pFD
= FindFont(NULL, dwFontStyles, FALSE, pRet->wCodePage, pRet->wBitField,
[
all
...]
fx_stdfontmgr.h
69
IFX_Font* GetFont(FX_LPCFONTDESCRIPTOR
pFD
, FX_DWORD dwFontStyles);
/external/mdnsresponder/mDNSPosix/
mDNSPosix.c
[
all
...]
Completed in 481 milliseconds