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

  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 28 MsgHandler unreachable(unsigned int pID);
29 MsgHandler fatal(unsigned int pID);
30 MsgHandler error(unsigned int pID);
31 MsgHandler warning(unsigned int pID);
32 MsgHandler debug(unsigned int pID);
33 MsgHandler note(unsigned int pID);
34 MsgHandler ignore(unsigned int pID);
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID)
43 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
46 inline mcld::MsgHandler mcld::fatal(unsigned int pID)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticInfos.h 44 llvm::StringRef getDescription(unsigned int pID, bool pLoC) const;
DiagnosticEngine.h 85 MsgHandler report(uint16_t pID, Severity pSeverity);
  /frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp 70 DiagnosticEngine::report(uint16_t pID, DiagnosticEngine::Severity pSeverity)
72 m_State.ID = pID;
DiagnosticInfos.cpp 79 static const DiagStaticInfo* getDiagInfo(unsigned int pID, bool pInLoC = false)
84 DiagStaticInfo key = { static_cast<uint16_t>(pID), DiagnosticEngine::None, 0, 0 };
87 if (result == (static_info + info_size) || result->ID != pID)
104 llvm::StringRef DiagnosticInfos::getDescription(unsigned int pID, bool pInLoC) const
106 return getDiagInfo(pID, pInLoC)->getDescription();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mdhcp.h 97 virtual HRESULT WINAPI get_ScopeID(__LONG32 *pID) = 0;
98 virtual HRESULT WINAPI get_ServerID(__LONG32 *pID) = 0;
99 virtual HRESULT WINAPI get_InterfaceID(__LONG32 *pID) = 0;
113 HRESULT (WINAPI *get_ScopeID)(IMcastScope *This,__LONG32 *pID);
114 HRESULT (WINAPI *get_ServerID)(IMcastScope *This,__LONG32 *pID);
115 HRESULT (WINAPI *get_InterfaceID)(IMcastScope *This,__LONG32 *pID);
131 #define IMcastScope_get_ScopeID(This,pID) (This)->lpVtbl->get_ScopeID(This,pID)
132 #define IMcastScope_get_ServerID(This,pID) (This)->lpVtbl->get_ServerID(This,pID)
    [all...]
sensorsapi.h 487 SENSOR_ID *pID) = 0;
561 SENSOR_ID *pID);
639 #define ISensor_GetID(This,pID) (This)->lpVtbl->GetID(This,pID)
666 static FORCEINLINE HRESULT ISensor_GetID(ISensor* This,SENSOR_ID *pID) {
667 return This->lpVtbl->GetID(This,pID);
718 SENSOR_ID *pID);
    [all...]
mfidl.h 115 TOPOID *pID) = 0;
351 TOPOID *pID);
458 #define IMFTopologyNode_GetTopoNodeID(This,pID) (This)->lpVtbl->GetTopoNodeID(This,pID)
583 static FORCEINLINE HRESULT IMFTopologyNode_GetTopoNodeID(IMFTopologyNode* This,TOPOID *pID) {
584 return This->lpVtbl->GetTopoNodeID(This,pID);
653 TOPOID *pID);
764 TOPOID *pID) = 0;
    [all...]
tapi3.h     [all...]
tapi3cc.h     [all...]
msxml.h     [all...]
msxml2.h     [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 628 static void EmitData(raw_ostream& Out, PTHIdKey*, uint32_t pID,
631 endian::Writer<little>(Out).write<uint32_t>(pID);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 486 pID = FOUR_CHAR_CODE('ID ')
    [all...]

Completed in 1056 milliseconds