Searched refs:PID (Results 1 - 25 of 30) sorted by relevance

12

/external/openssh/
H A Dopensshd.init.in43 PID=`${CAT} ${PIDFILE}`
45 if [ ${PID:=0} -gt 1 -a ! "X$PID" = "X " ]; then
46 ${KILL} ${PID}
48 echo "Unable to read PID file"
/external/openssh/regress/
H A Dreconfigure.sh18 PID=`$SUDO cat $PIDFILE`
20 $SUDO kill -HUP $PID
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh14 PID=`cat $PF`
15 if [ $PID -gt 0 ]; then
16 if ps $PID | grep -q $NAME; then
17 kill $PID
H A Dp2p-action.sh14 PID=`cat $PF`
15 if [ $PID -gt 0 ]; then
16 if ps $PID | grep -q $NAME; then
17 kill $PID
/external/llvm/lib/Support/
H A DLockFileManager.cpp36 // Read the owning host and PID out of the lock file. If it appears that the
38 int PID = 0; local
41 if (Input >> Hostname >> PID && PID > 0 &&
42 processStillExecuting(Hostname, PID))
43 return std::make_pair(Hostname, PID);
51 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) { argument
58 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH)
105 // We failed to write out PID, so make up an excuse, remove the
/external/llvm/include/llvm/Support/
H A DLockFileManager.h56 static bool processStillExecuting(StringRef Hostname, int PID);
/external/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl224 open(PID,"<$dnsmasqpidfile") || die "Could not open PID file \"$dnsmasqpidfile\": $!\n";
225 my $pid = <PID>;
226 close(PID);
/external/clang/lib/AST/
H A DDeclPrinter.cpp936 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { argument
937 if (!PID->isThisDeclarationADefinition()) {
938 Out << "@protocol " << PID->getIdentifier() << ";\n";
942 Out << "@protocol " << *PID << '\n'; local
943 VisitDeclContext(PID, false);
947 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { argument
948 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n";
950 VisitDeclContext(PID, false);
955 void DeclPrinter::VisitObjCCategoryDecl(ObjCCategoryDecl *PID) { argument
1040 VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) argument
[all...]
H A DDeclObjC.cpp109 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this); local
110 for (ObjCProtocolDecl::protocol_iterator I = PID->protocol_begin(),
111 E = PID->protocol_end(); I != E; ++I)
1198 ObjCPropertyImplDecl *PID = *i; local
1199 if (PID->getPropertyIvarDecl() &&
1200 PID->getPropertyIvarDecl()->getIdentifier() == ivarId)
1201 return PID;
1213 ObjCPropertyImplDecl *PID = *i; local
1214 if (PID->getPropertyDecl()->getIdentifier() == Id)
1215 return PID;
[all...]
H A DASTContext.cpp4598 ObjCPropertyImplDecl *PID = *i; local
4599 if (PID->getPropertyDecl() == PD) {
4600 if (PID->getPropertyImplementation()==ObjCPropertyImplDecl::Dynamic) {
4603 SynthesizePID = PID;
4612 ObjCPropertyImplDecl *PID = *i; local
4613 if (PID->getPropertyDecl() == PD) {
4614 if (PID->getPropertyImplementation()==ObjCPropertyImplDecl::Dynamic) {
4617 SynthesizePID = PID;
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyImplDecl *PID = *I; local
119 if (PID->getPropertyImplementation() ==
121 ObjCPropertyDecl *PD = PID->getPropertyDecl();
130 SynthesizedProperties[PD] = PID;
/external/llvm/lib/Support/Unix/
H A DProgram.inc221 pid_t PID = 0;
222 int Err = posix_spawn(&PID, path.c_str(), FileActions, /*attrp*/0,
231 Data_ = reinterpret_cast<void*>(PID);
/external/clang/lib/CodeGen/
H A DCGObjC.cpp715 const ObjCPropertyImplDecl *PID) {
717 GenerateObjCAtomicGetterCopyHelperFunction(PID);
718 const ObjCPropertyDecl *PD = PID->getPropertyDecl();
723 generateObjCGetterBody(IMP, PID, OMD, AtomicHelperFn);
1017 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { argument
1018 Expr *setter = PID->getSetterCXXAssignment();
1230 const ObjCPropertyImplDecl *PID) {
1232 GenerateObjCAtomicSetterCopyHelperFunction(PID);
1233 const ObjCPropertyDecl *PD = PID->getPropertyDecl();
1238 generateObjCSetterBody(IMP, PID, AtomicHelperF
714 GenerateObjCGetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID) argument
1229 GenerateObjCSetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID) argument
2784 GenerateObjCAtomicSetterCopyHelperFunction( const ObjCPropertyImplDecl *PID) argument
2869 GenerateObjCAtomicGetterCopyHelperFunction( const ObjCPropertyImplDecl *PID) argument
[all...]
H A DCodeGenModule.cpp2433 ObjCPropertyImplDecl *PID = *i; local
2436 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
2437 ObjCPropertyDecl *PD = PID->getPropertyDecl();
2446 const_cast<ObjCImplementationDecl *>(D), PID); local
2450 const_cast<ObjCImplementationDecl *>(D), PID); local
H A DCodeGenFunction.h1319 const ObjCPropertyImplDecl *PID);
1331 const ObjCPropertyImplDecl *PID);
1359 const ObjCPropertyImplDecl *PID);
1361 const ObjCPropertyImplDecl *PID);
H A DCGObjCMac.cpp2406 ObjCPropertyImplDecl *PID = *i; local
2408 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
2409 ObjCPropertyDecl *PD = PID->getPropertyDecl();
5009 ObjCPropertyImplDecl *PID = *i; local
5011 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){
5012 ObjCPropertyDecl *PD = PID->getPropertyDecl();
/external/clang/tools/libclang/
H A DCursorVisitor.h223 bool VisitObjCProtocolDecl(ObjCProtocolDecl *PID);
H A DCIndex.cpp986 bool CursorVisitor::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { argument
987 if (!PID->isThisDeclarationADefinition())
988 return Visit(MakeCursorObjCProtocolRef(PID, PID->getLocation(), TU));
990 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin();
991 for (ObjCProtocolDecl::protocol_iterator I = PID->protocol_begin(),
992 E = PID->protocol_end(); I != E; ++I, ++PL)
996 return VisitObjCContainerDecl(PID);
/external/linux-tools-perf/
H A Dbuiltin-script.c170 if ((PRINT_FIELD(PID) || PRINT_FIELD(TID)) &&
239 if (PRINT_FIELD(PID) && PRINT_FIELD(TID))
241 else if (PRINT_FIELD(PID))
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1796 ObjCPropertyImplDecl *PID = *i; local
1797 if (PID->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
1800 const ObjCPropertyDecl *PD = PID->getPropertyDecl();
1810 Diag(PID->getLocation(), diag::err_ownin_getter_rule);
1812 Diag(PID->getLocation(), diag::warn_owning_getter_rule);
/external/qemu/
H A Dusb-linux.c1395 enum { BUS, DEV, VID, PID, DONE }; enumerator in enum:__anon11236
1416 case PID: f->product_id = strtol(p, NULL, 16); break;
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js668 form.PID.value=pbcId;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp286 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
864 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument
871 if (PID->getLocStart().isValid()) {
872 SourceLocation startLoc = PID->getLocStart();
883 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
887 ObjCPropertyDecl *PD = PID->getPropertyDecl();
888 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
H A DRewriteObjC.cpp272 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
767 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument
772 SourceLocation startLoc = PID->getLocStart();
781 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
785 ObjCPropertyDecl *PD = PID->getPropertyDecl();
786 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 577 milliseconds

12