Searched defs:pI (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyIComponentManager.cpp73 nsIComponentManager *pI = GetI(self); local
74 if (pI==NULL)
87 r = pI->CreateInstanceByContractID(pid, NULL, iid, getter_AddRefs(pis));
106 nsIComponentManager *pI = GetI(self); local
107 if (pI==NULL)
123 r = pI->CreateInstance(classID, NULL, iid, getter_AddRefs(pis));
H A DPyIComponentManagerObsolete.cpp70 nsIComponentManagerObsolete *pI = GetI(self); local
71 if (pI==NULL)
84 r = pI->CreateInstanceByContractID(pid, NULL, iid, (void **)&pis);
98 nsIComponentManagerObsolete *pI = GetI(self);
99 if (pI==NULL)
105 r = pI->ContractIDToClassID(pid, &iid);
124 nsIComponentManagerObsolete *pI = GetI(self); local
125 if (pI==NULL)
130 r = pI->CLSIDToContractID(iid, &ret_class, &ret_pid);
150 nsIComponentManagerObsolete *pI
[all...]
H A DPyIInputStream.cpp64 static PyObject *DoPyRead_Buffer(nsIInputStream *pI, PyObject *obBuffer, PRUint32 n) argument
93 r = pI->Read((char *)buf, n, &nread);
100 static PyObject *DoPyRead_Size(nsIInputStream *pI, PRUint32 n) argument
105 r = pI->Available(&n);
121 r = pI->Read(buf, n, &nread);
159 nsIInputStream *pI = GetI(self); local
160 if (pI==NULL)
164 return DoPyRead_Size(pI, n);
172 return DoPyRead_Buffer(pI, obBuffer, n);
H A DPyIClassInfo.cpp65 nsIClassInfo *pI = _GetI(self);
66 if (pI==NULL)
73 r = pI->GetInterfaces(&iidCount, &iidArray);
91 nsIClassInfo *pI = _GetI(self);
92 if (pI==NULL)
98 r = pI->GetHelperForLanguage(language, getter_AddRefs(pi));
119 nsIClassInfo *pI = _GetI(this); local
120 if (pI==NULL)
128 nr = pI->GetContractID(&str_ret);
136 nr = pI
[all...]
H A DPyIVariant.cpp75 nsIVariant *pI = GetI(self); \
76 if (pI==NULL) return NULL; \
79 nsresult nr = pI->FuncGet(&t); \
86 nsIVariant *pI = GetI(self); \
87 if (pI==NULL) return NULL; \
90 nsresult nr = pI->FuncGet(&t); \
99 nsIVariant *pI = GetI(self); \
100 if (pI==NULL) return NULL; \
103 nsresult nr = pI->FuncGet(&size, &t); \
131 nsIVariant *pI local
142 nsIVariant *pI = GetI(self); local
155 nsIVariant *pI = GetI(self); local
162 nsIVariant *pI = GetI(self); local
202 nsIVariant *pI = ::GetI(this); local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 65 milliseconds