Searched refs:pI (Results 1 - 10 of 10) sorted by relevance
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyIEnumerator.cpp | 66 nsIEnumerator *pI = GetI(self); 67 if (pI==NULL) 72 r = pI->First(); 82 nsIEnumerator *pI = GetI(self); 83 if (pI==NULL) 88 r = pI->Next(); 102 nsIEnumerator *pI = GetI(self); 103 if (pI==NULL) 109 r = pI->CurrentItem(&pRet); 143 nsIEnumerator *pI [all...] |
H A D | PyIVariant.cpp | 75 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...] |
H A D | PyIComponentManagerObsolete.cpp | 70 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 D | PyIInterfaceInfoManager.cpp | 68 nsIInterfaceInfoManager *pI = GetI(self); 69 if (pI==NULL) 79 r = pI->GetInfoForIID(&iid, getter_AddRefs(pi)); 97 nsIInterfaceInfoManager *pI = GetI(self); 98 if (pI==NULL) 104 r = pI->GetInfoForName(name, getter_AddRefs(pi)); 121 nsIInterfaceInfoManager *pI = GetI(self); 122 if (pI==NULL) 132 r = pI->GetNameForIID(&iid, &ret_name); 148 nsIInterfaceInfoManager *pI [all...] |
H A D | PyIInputStream.cpp | 64 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 D | PyIClassInfo.cpp | 65 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 D | PyIComponentManager.cpp | 73 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 D | PyIInterfaceInfo.cpp | 66 nsIInterfaceInfo *pI = GetI(self); 67 if (pI==NULL) 73 r = pI->GetName(&name); 87 nsIInterfaceInfo *pI = GetI(self); 88 if (pI==NULL) 94 r = pI->GetInterfaceIID(&iid_ret); 108 nsIInterfaceInfo *pI = GetI(self); 109 if (pI==NULL) 115 r = pI->IsScriptable(&b_ret); 127 nsIInterfaceInfo *pI [all...] |
H A D | PyISimpleEnumerator.cpp | 67 nsISimpleEnumerator *pI = GetI(self); 68 if (pI==NULL) 74 r = pI->HasMoreElements(&more); 90 nsISimpleEnumerator *pI = GetI(self); 91 if (pI==NULL) 97 r = pI->GetNext(&pRet); 131 nsISimpleEnumerator *pI = GetI(self); 132 if (pI==NULL) 147 r = pI->HasMoreElements(&more); 153 r = pI [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
Completed in 55 milliseconds