/external/llvm/lib/Support/ |
LockFileManager.cpp | 38 // 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 return std::make_pair(std::string(Hostname), PID); 57 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) { 64 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH) 111 // We failed to write out PID, so make up an excuse, remove the
|
/external/clang/lib/ARCMigrate/ |
TransZeroOutPropsInDealloc.cpp | 118 ObjCPropertyImplDecl *PID = *I; 119 if (PID->getPropertyImplementation() == 121 ObjCPropertyDecl *PD = PID->getPropertyDecl(); 130 SynthesizedProperties[PD] = PID;
|
/external/clang/lib/AST/ |
DeclPrinter.cpp | 1020 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { 1021 if (!PID->isThisDeclarationADefinition()) { 1022 Out << "@protocol " << *PID << ";\n"; 1026 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); 1028 Out << "@protocol " << *PID; 1034 Out << "@protocol " << *PID << '\n'; 1035 VisitDeclContext(PID, false); 1039 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { 1040 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n" [all...] |
DeclObjC.cpp | 211 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this); 212 for (ObjCProtocolDecl::protocol_iterator I = PID->protocol_begin(), 213 E = PID->protocol_end(); I != E; ++I) [all...] |
ASTContext.cpp | [all...] |
/frameworks/av/media/libstagefright/ |
MPEG2TSWriter.cpp | 710 // PID = b0000000000000 (13 bits) 762 // PID = b0 0001 1110 0000 (13 bits) [0x1e0] 839 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex] 873 const unsigned PID = 0x1e0 + sourceIndex + 1; 901 *ptr++ = 0x40 | (PID >> 8); 902 *ptr++ = PID & 0xff; 945 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex] 958 *ptr++ = 0x00 | (PID >> 8); 959 *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...] |
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | [all...] |
/frameworks/av/media/libstagefright/mpeg2ts/ |
ATSParser.cpp | 51 unsigned pid, ABitReader *br, status_t *err); 54 unsigned pid, unsigned continuity_counter, 105 unsigned pid() const { return mElementaryPID; } function in struct:android::ATSParser::Stream 106 void setPID(unsigned pid) { mElementaryPID = pid; } 187 unsigned pid, ABitReader *br, status_t *err) { 190 if (pid != mProgramMapPID) { 200 unsigned pid, unsigned continuity_counter, 205 ssize_t index = mStreams.indexOfKey(pid); 353 ALOGI("PID 0x%08x => type 0x%02x", stream->pid(), stream->type()) [all...] |
/external/qemu/ |
usb-linux.c | 450 if (p->pid == USB_TOKEN_IN) 742 switch(p->pid) { 763 switch (p->pid) { 1684 char bus[10], addr[10], vid[10], pid[10]; local [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | [all...] |
CGObjCMac.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.update.configurator_3.3.100.v20100512.jar | |