/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | slist.cpp | 109 int SList::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument 112 va_start( marker, pFormat ); in printMessage() 113 int iRet = vfprintf(pFile, pFormat, marker); in printMessage()
|
D | DLexerBase.cpp | 289 int DLGLexerBase::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument 292 va_start( marker, pFormat ); in printMessage() 296 parser->printMessageV(pFile, pFormat, marker); in printMessage() 298 iRet = vfprintf(pFile, pFormat, marker); in printMessage()
|
D | ATokenBuffer.cpp | 351 int ANTLRTokenBuffer::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument 354 va_start( marker, pFormat ); in printMessage() 358 parser->printMessageV(pFile, pFormat, marker); in printMessage() 360 iRet = vfprintf(pFile, pFormat, marker); in printMessage()
|
D | ASTBase.cpp | 248 int ASTBase::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument 251 va_start( marker, pFormat ); in printMessage() 252 int iRet = vfprintf(pFile, pFormat, marker); in printMessage()
|
D | AToken.h | 91 virtual int printMessage(FILE* pFile, const char* pFormat, ...) // MR23 in printMessage() argument 94 va_start( marker, pFormat ); in printMessage() 95 int iRet = vfprintf(pFile, pFormat, marker); in printMessage()
|
D | AParser.cpp | 849 int ANTLRParser::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument 852 va_start( marker, pFormat ); in printMessage() 853 int iRet = printMessageV(pFile, pFormat, marker); in printMessage() 858 int ANTLRParser::printMessageV(FILE* pFile, const char* pFormat, va_list arglist) // MR23 in printMessageV() argument 860 return vfprintf(pFile, pFormat, arglist); in printMessageV()
|
D | SList.h | 69 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
|
D | ATokenBuffer.h | 98 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
|
D | AParser.h | 266 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23 267 virtual int printMessageV(FILE* pFile, const char* pFormat, va_list arglist); // MR23
|
D | ASTBase.h | 92 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
|
D | PCCTSAST.h | 140 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
|
D | PCCTSAST.cpp | 677 int PCCTS_AST::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument 680 va_start( marker, pFormat ); in printMessage() 681 int iRet = vfprintf(pFile, pFormat, marker); in printMessage()
|
D | DLexerBase.h | 195 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
|
/device/asus/fugu/libaudio/ |
D | AudioStreamOut.cpp | 82 audio_format_t *pFormat, in set() argument 87 audio_format_t lFormat = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT; in set() 96 if (pFormat) *pFormat = lFormat; in set()
|
D | AudioStreamIn.cpp | 80 status_t AudioStreamIn::set(audio_format_t *pFormat, uint32_t *pChannelMask, in set() argument 93 if (*pFormat != kAudioFormat) { in set() 94 *pFormat = kAudioFormat; in set()
|
D | AudioStreamIn.h | 55 status_t set(audio_format_t *pFormat,
|
D | AudioStreamOut.h | 58 status_t set(audio_format_t *pFormat,
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 638 int pFormat; in getStreamDefaultFormat() local 641 pFormat = atoi(prop); in getStreamDefaultFormat() 642 if (pFormat == 1) { in getStreamDefaultFormat() 657 int pFormat; in getStreamDefaultFormat() local 660 pFormat = atoi(prop); in getStreamDefaultFormat() 661 if (pFormat == 1) { in getStreamDefaultFormat()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1953 int pFormat; in setPreviewFormat() local 1957 pFormat = atoi(prop); in setPreviewFormat() 1958 if (pFormat == 1) { in setPreviewFormat() 10000 int pFormat; in getStreamFormat() local 10003 pFormat = atoi(prop); in getStreamFormat() 10004 if (pFormat == 1) { in getStreamFormat()
|