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

  /external/llvm/lib/Support/
LockFileManager.cpp 43 // Read the owning host and PID out of the lock file. If it appears that the
57 int PID;
58 if (!PIDStr.getAsInteger(10, PID)) {
59 auto Owner = std::make_pair(std::string(Hostname), PID);
100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) {
107 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH)
186 // 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     [all...]
DeclObjC.cpp 220 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this);
221 for (const auto *I : PID->protocols())
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 698 // PID = b0000000000000 (13 bits)
750 // PID = b0 0001 1110 0000 (13 bits) [0x1e0]
827 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
861 const unsigned PID = 0x1e0 + sourceIndex + 1;
889 *ptr++ = 0x40 | (PID >> 8);
890 *ptr++ = PID & 0xff;
933 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
946 *ptr++ = 0x00 | (PID >> 8);
947 *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 55 unsigned pid, ABitReader *br, status_t *err);
57 // Pass to appropriate stream according to pid, and set event if it's a PES
61 unsigned pid, unsigned continuity_counter,
121 unsigned pid() const { return mElementaryPID; } function in struct:android::ATSParser::Stream
122 void setPID(unsigned pid) { mElementaryPID = pid; }
236 unsigned pid, ABitReader *br, status_t *err) {
239 if (pid != mProgramMapPID) {
249 unsigned pid, unsigned continuity_counter,
254 ssize_t index = mStreams.indexOfKey(pid);
    [all...]
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 116 private static final int PID = 42;
120 private static final String PROGRESS_PROPERTY = "dumpstate." + PID + ".progress";
121 private static final String MAX_PROPERTY = "dumpstate." + PID + ".max";
122 private static final String NAME_PROPERTY = "dumpstate." + PID + ".name";
219 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
256 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
275 assertActionSendMultiple(extras, BUGREPORT_CONTENT, NO_SCREENSHOT, ID, PID, ZIP_FILE,
320 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE,
357 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE,
384 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE
    [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 147 milliseconds