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

  /external/clang/include/clang/Driver/
Phases.h 19 Preprocess,
  /external/clang/lib/Driver/
Phases.cpp 18 case Preprocess: return "preprocessor";
Types.cpp 225 P.push_back(phases::Preprocess);
Driver.cpp 167 FinalPhase = phases::Preprocess;
    [all...]
ToolChains.h 233 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
    [all...]
ToolChains.cpp     [all...]
  /external/opencv/otherlibs/highgui/
loadsave.cpp 60 // preprocess folder or file name - calculate its length,
64 static int Preprocess( const char* filename, char* buffer );
118 int len = Preprocess( path, buffer );
189 int len = Preprocess( filename, path0 );
236 int CvFilePath::Preprocess( const char* str, char* buffer )
  /external/pdfium/xfa/include/fxbarcode/
BC_BarCode.h 176 CFX_WideString Preprocess(const CFX_WideStringC& contents);
193 CFX_WideString Preprocess(const CFX_WideStringC& contents);
210 CFX_WideString Preprocess(const CFX_WideStringC& contents);
  /external/pdfium/xfa/src/fxbarcode/
BC_BarCode.cpp 451 CFX_WideString CBC_EAN8::Preprocess(const CFX_WideStringC& contents) {
479 CFX_WideString encodeContents = Preprocess(contents);
534 CFX_WideString CBC_EAN13::Preprocess(const CFX_WideStringC& contents) {
563 CFX_WideString encodeContents = Preprocess(contents);
619 CFX_WideString CBC_UPCA::Preprocess(const CFX_WideStringC& contents) {
648 CFX_WideString encodeContents = Preprocess(contents);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapispi.h 65 #define MAPI_IMAPISUPPORT_METHODS3(IPURE) MAPIMETHOD(DoCopyTo) (THIS_ LPCIID lpSrcInterface,LPVOID lpSrcObj,ULONG ciidExclude,LPCIID rgiidExclude,LPSPropTagArray lpExcludeProps,ULONG ulUIParam,LPMAPIPROGRESS lpProgress,LPCIID lpDestInterface,LPVOID lpDestObj,ULONG ulFlags,LPSPropProblemArray *lppProblems) IPURE; MAPIMETHOD(DoCopyProps) (THIS_ LPCIID lpSrcInterface,LPVOID lpSrcObj,LPSPropTagArray lpIncludeProps,ULONG ulUIParam,LPMAPIPROGRESS lpProgress,LPCIID lpDestInterface,LPVOID lpDestObj,ULONG ulFlags,LPSPropProblemArray *lppProblems) IPURE; MAPIMETHOD(DoProgressDialog) (THIS_ ULONG ulUIParam,ULONG ulFlags,LPMAPIPROGRESS *lppProgress) IPURE; MAPIMETHOD(ReadReceipt) (THIS_ ULONG ulFlags,LPMESSAGE lpReadMessage,LPMESSAGE *lppEmptyMessage) IPURE; MAPIMETHOD(PrepareSubmit) (THIS_ LPMESSAGE lpMessage,ULONG *lpulFlags) IPURE; MAPIMETHOD(ExpandRecips) (THIS_ LPMESSAGE lpMessage,ULONG *lpulFlags) IPURE; MAPIMETHOD(UpdatePAB) (THIS_ ULONG ulFlags,LPMESSAGE lpMessage) IPURE; MAPIMETHOD(DoSentMail) (THIS_ ULONG ulFlags,LPMESSAGE lpMessage) IPURE; MAPIMETHOD(OpenAddressBook) (THIS_ LPCIID lpInterface,ULONG ulFlags,LPADRBOOK *lppAdrBook) IPURE; MAPIMETHOD(Preprocess) (THIS_ ULONG ulFlags,ULONG cbEntryID,LPENTRYID lpEntryID) IPURE; MAPIMETHOD(CompleteMsg) (THIS_ ULONG ulFlags,ULONG cbEntryID,LPENTRYID lpEntryID) IPURE; MAPIMETHOD(StoreLogoffTransports) (THIS_ ULONG *lpulFlags) IPURE; MAPIMETHOD(StatusRecips) (THIS_ LPMESSAGE lpMessage,LPADRLIST lpRecipList) IPURE; MAPIMETHOD(WrapStoreEntryID) (THIS_ ULONG cbOrigEntry,LPENTRYID lpOrigEntry,ULONG *lpcbWrappedEntry,LPENTRYID *lppWrappedEntry) IPURE; MAPIMETHOD(ModifyProfile) (THIS_ ULONG ulFlags) IPURE; MAPIMETHOD(IStorageFromStream) (THIS_ LPUNKNOWN lpUnkIn,LPCIID lpInterface,ULONG ulFlags,LPSTORAGE *lppStorageOut) IPURE; MAPIMETHOD(GetSvcConfigSupportObj) (THIS_ ULONG ulFlags,LPMAPISUP *lppSvcSupport) IPURE;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 476 def Preprocess(self, _object, _attributes={}, **_arguments):
477 """Preprocess: Preprocesses the specified file(s)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 476 def Preprocess(self, _object, _attributes={}, **_arguments):
477 """Preprocess: Preprocesses the specified file(s)
    [all...]
  /frameworks/base/
Android.mk     [all...]

Completed in 458 milliseconds