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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
swr_assert.cpp 119 const char* pFileName,
129 fprintf(stderr, "%s(%d): TRACE in %s:\n", pFileName, lineNum, function);
148 sprintf_s(msgBuf, "%s(%d): TRACE in %s\n", pFileName, lineNum, function);
180 const char* pFileName,
191 fprintf(stderr, "%s(%d): ", pFileName, lineNum);
218 sprintf_s(msgBuf, "%s(%d): ASSERT: %s\n", pFileName, lineNum, pExpression);
262 pFileName,
swr_assert.h 101 const char* pFileName,
108 const char* pFileName,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 217 INT8 *pFileName, *pPath, *pExt;
223 pFileName = mOptions.VfrFileName;
225 ((pPath = strchr (pFileName, '\\')) != NULL) ||
226 ((pPath = strchr (pFileName, '/')) != NULL)
229 pFileName = pPath + 1;
232 if (pFileName == NULL) {
236 if ((pExt = strchr (pFileName, '.')) == NULL) {
240 strncpy (mOptions.VfrBaseFileName, pFileName, pExt - pFileName);
241 mOptions.VfrBaseFileName[pExt - pFileName] = '\0';
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 334 CHAR8 *pFileName, *pPath, *pExt;
340 pFileName = mOptions.VfrFileName;
342 ((pPath = strchr (pFileName, '\\')) != NULL) ||
343 ((pPath = strchr (pFileName, '/')) != NULL)
346 pFileName = pPath + 1;
349 if (pFileName == NULL) {
353 if ((pExt = strchr (pFileName, '.')) == NULL) {
358 if (strlen (pFileName) > MAX_PATH - 1) {
363 mOptions.VfrBaseFileName = (CHAR8 *) malloc (strlen (pFileName) + 1);
369 strcpy (mOptions.VfrBaseFileName, pFileName);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h 123 @param[in] pFileName Input string
125 bool PrefixFromFile(const char *pFileName);
PVRShell.cpp 894 @param[in] pFileName Input string
896 bool PVRShellCommandLine::PrefixFromFile(const char *pFileName)
899 FILE *pFile = fopen(pFileName, "rb");
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h 168 const std::string& pFileName,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c     [all...]
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 237 const std::string& pFileName,
241 m_FileName(pFileName),
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 128 void ScriptFile::addOutputCmd(const std::string& pFileName) {
129 m_CommandQueue.push_back(new OutputCmd(pFileName));
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 109 void addOutputCmd(const std::string& pFileName);
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 444 static char pFileName[50];
449 sprintf( pFileName , "/data/ctrlAlloc%i.txt", c++);
450 FILE* pF = fopen(pFileName,"w");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 611 LPOLESTR pFileName;
netmon.h     [all...]
winbase.h     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 748 virtual void SetFileName(char* pFileName) = 0;
    [all...]

Completed in 704 milliseconds