Searched defs:complete (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_mcast.h32 void ( * complete ) ( struct ib_device *ibdev, struct ib_queue_pair *qp, member in struct:ib_mc_membership
H A Dib_pathrec.h26 void ( * complete ) ( struct ib_device *ibdev, member in struct:ib_path_operations
H A Dib_mi.h62 void ( * complete ) ( struct ib_device *ibdev, member in struct:ib_mad_transaction_operations
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/
H A DipcLockService.cpp56 PRBool complete; member in struct:ipcPendingLock
95 pendingLock.complete = PR_FALSE;
109 while (NS_SUCCEEDED(rv) && !pendingLock.complete);
156 pendingLock->complete = PR_TRUE;
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcClient.cpp173 PRBool complete; local
175 if (mInMsg.ReadFrom(ptr, PRUint32(n), &nread, &complete) == PR_FAILURE) {
180 if (complete) {
H A DipcdWin.cpp241 PRBool complete; local
244 &bytesRead, &complete);
245 if (rv == PR_SUCCESS && complete) {
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcMessage.cpp167 PRBool *complete)
174 *complete = PR_TRUE;
186 *complete = (mMsgOffset == MsgLen());
195 PRBool *complete)
200 *complete = PR_TRUE;
213 *complete = PR_FALSE;
251 *complete = PR_FALSE;
278 *complete = mMsgComplete = (mMsgOffset == MsgLen());
164 WriteTo(char *buf, PRUint32 bufLen, PRUint32 *bytesWritten, PRBool *complete) argument
192 ReadFrom(const char *buf, PRUint32 bufLen, PRUint32 *bytesRead, PRBool *complete) argument
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionWin.cpp94 PRBool complete; local
96 &bytesRead, &complete);
97 if (rv == PR_SUCCESS && complete)
100 LOG((" unable to deliver message [complete=%u]\n", complete));
H A DipcConnectionUnix.cpp228 PRBool complete; local
240 if (s->in_msg->ReadFrom(pdata, n, &bytesRead, &complete) != PR_SUCCESS)
251 if (complete)
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestset.py275 def complete(self, idTestSet, sStatus, fCommit = False): member in class:TestSetLogic
/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp937 static void complete(PSB16STATE pThis) function
940 LogFlowFunc(("complete command %#x, in_index %d, needed_bytes %d\n",
1115 LogFlowFunc(("complete: unrecognized command %#x\n", pThis->cmd));
1279 complete (pThis);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py91 def complete(self, text, state): member in class:.CompleterNG
99 return rlcompleter.Completer.complete(self, text, state)
169 readline.set_completer(completer.complete)
180 readline.parse_and_bind("tab: complete")
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c48 * We don't really want to complete IO on a separate thread for LOCAL_SCOPE
195 PRCondVar *complete; /* to notify the initiating thread */ member in struct:pt_Continuation
294 * The idea of looping here is to complete as many IOs as possible before
1066 * case 2: IO does not complete before calling closesocket
1100 /* If there was I/O pending before the close, wait for it to complete */
1103 /* Wait and wait for the I/O to complete */
4287 * complete and returns to the caller the value of the next
4311 PR_NotifyCondVar(op->complete);
4549 op->complete = PR_NewCondVar(pt_tq.ml);
4559 rv = PR_WaitCondVar(op->complete, PR_INTERVAL_NO_TIMEOU
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 105 milliseconds