HomeSort by relevance Sort by last modified time
    Searched defs:PID (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Support/
LockFileManager.cpp 34 // Read the owning host and PID out of the lock file. If it appears that the
48 int PID;
49 if (!PIDStr.getAsInteger(10, PID)) {
50 auto Owner = std::make_pair(std::string(Hostname), PID);
60 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) {
67 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH)
116 // We failed to write out PID, so make up an excuse, remove the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2data.h 11 typedef WORD PID;
55 STDMETHOD_(HRESULT,GetProgramIdentifier)(THIS_ PID *pPid) PURE;
58 STDMETHOD_(HRESULT,Initialize)(THIS_ MPEG_REQUEST_TYPE requestType,IMpeg2Data *pMpeg2Data,PMPEG_CONTEXT pContext,PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD timeout,HANDLE hDoneEvent) PURE;
72 #define ISectionList_Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent) (This)->lpVtbl->Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent)
93 STDMETHOD_(HRESULT,GetSection)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectionList **ppSectionList) PURE;
94 STDMETHOD_(HRESULT,GetStreamOfSections)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,HANDLE hDataReadyEvent,IMpeg2Stream **ppMpegStream) PURE
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 1023 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) {
1024 if (!PID->isThisDeclarationADefinition()) {
1025 Out << "@protocol " << *PID << ";\n";
1029 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1031 Out << "@protocol " << *PID;
1037 Out << "@protocol " << *PID << '\n';
1038 VisitDeclContext(PID, false);
1042 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) {
1043 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n"
    [all...]
DeclObjC.cpp 201 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this);
202 for (const auto *I : PID->protocols())
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 711 // PID = b0000000000000 (13 bits)
763 // PID = b0 0001 1110 0000 (13 bits) [0x1e0]
840 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
874 const unsigned PID = 0x1e0 + sourceIndex + 1;
902 *ptr++ = 0x40 | (PID >> 8);
903 *ptr++ = PID & 0xff;
946 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
959 *ptr++ = 0x00 | (PID >> 8);
960 *ptr++ = PID & 0xff;
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 37 unsigned PID, unsigned streamType, unsigned streamID);
39 unsigned PID() const;
88 unsigned PID, unsigned streamType, unsigned streamID)
90 mPID(PID),
130 unsigned TSPacketizer::Track::PID() const {
419 unsigned PID = PIDStart;
429 ++PID;
438 sp<Track> track = new Track(format, PID, streamType, streamID);
486 // PID
651 // PID = b0000000000000 (13 bits
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 53 unsigned pid, ABitReader *br, status_t *err);
56 unsigned pid, unsigned continuity_counter,
107 unsigned pid() const { return mElementaryPID; } function in struct:android::ATSParser::Stream
108 void setPID(unsigned pid) { mElementaryPID = pid; }
189 unsigned pid, ABitReader *br, status_t *err) {
192 if (pid != mProgramMapPID) {
202 unsigned pid, unsigned continuity_counter,
207 ssize_t index = mStreams.indexOfKey(pid);
355 ALOGI("PID 0x%08x => type 0x%02x", stream->pid(), stream->type())
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 

Completed in 234 milliseconds