/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...] |
/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/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
obj9.go | 120 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 951 Preprocess: preprocess, 964 Preprocess: preprocess,
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 117 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 948 Preprocess: preprocess, 961 Preprocess: preprocess,
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
obj9.go | 120 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 951 Preprocess: preprocess, 964 Preprocess: preprocess,
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 117 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 948 Preprocess: preprocess, 961 Preprocess: preprocess,
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
obj6.go | 440 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 1297 Preprocess: preprocess, 1311 Preprocess: preprocess, 1325 Preprocess: preprocess,
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
obj6.go | 437 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 1294 Preprocess: preprocess, 1308 Preprocess: preprocess, 1322 Preprocess: preprocess,
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
obj6.go | 440 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 1297 Preprocess: preprocess, 1311 Preprocess: preprocess, 1325 Preprocess: preprocess,
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
obj6.go | 437 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 1294 Preprocess: preprocess, 1308 Preprocess: preprocess, 1322 Preprocess: preprocess,
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
objfile.go | 299 ctxt.Arch.Preprocess(ctxt, s)
|
link.go | 527 Preprocess func(*Link, *LSym)
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
link.go | 524 Preprocess func(*Link, *LSym)
|
objfile.go | 296 ctxt.Arch.Preprocess(ctxt, s)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
objfile.go | 299 ctxt.Arch.Preprocess(ctxt, s)
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
link.go | 524 Preprocess func(*Link, *LSym)
|
objfile.go | 296 ctxt.Arch.Preprocess(ctxt, s)
|
/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/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
obj7.go | 473 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 831 Preprocess: preprocess,
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
obj7.go | 470 func preprocess(ctxt *obj.Link, cursym *obj.LSym) { func 828 Preprocess: preprocess,
|