HomeSort by relevance Sort by last modified time
    Searched full:ppath (Results 51 - 67 of 67) sorted by null

1 23

  /external/pdfium/core/fxge/
cfx_font.cpp 598 auto pPath = pdfium::MakeUnique<CFX_PathData>();
599 params.m_pPath = pPath.get();
604 if (pPath->GetPoints().empty())
608 pPath->ClosePath();
610 return pPath.release();
cfx_renderdevice.cpp     [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 82 /// @param pPath [in] The path of the input file.
88 const sys::fs::Path& pPath,
95 /// @ref IRBuilder::CreateInput(pName, pPath, Input::Unknown);
103 /// @param pPath [in] The path of the input file.
105 Input* ReadInput(const std::string& pName, const sys::fs::Path& pPath);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 334 CHAR8 *pFileName, *pPath, *pExt;
342 ((pPath = strchr (pFileName, '\\')) != NULL) ||
343 ((pPath = strchr (pFileName, '/')) != NULL)
346 pFileName = pPath + 1;
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 112 void addSearchDirCmd(const std::string& pPath);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 124 const sys::fs::Path& pPath,
127 return ReadInput(pName, pPath);
129 m_InputBuilder.createNode<InputTree::Positional>(pName, pPath, pType);
140 const sys::fs::Path& pPath) {
142 pName, pPath, Input::Unknown);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp     [all...]
  /external/curl/lib/
http.c 1760 const char *ppath = data->state.path; local
    [all...]
  /external/python/cpython2/Lib/plat-mac/Carbon/
AppleEvents.py 742 pPath = FOUR_CHAR_CODE('FTPc')
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h     [all...]
msclus.h     [all...]
iads.h 760 PADS_PATH pPath;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 742 pPath = FOUR_CHAR_CODE('FTPc')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 742 pPath = FOUR_CHAR_CODE('FTPc')
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skqp/platform_tools/android/bin/linux/
perfhost 

Completed in 1355 milliseconds

1 23