Searched defs:previous (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQITableView.cpp33 void QITableView::currentChanged(const QModelIndex &current, const QModelIndex &previous) argument
35 emit sigCurrentChanged(current, previous);
36 QTableView::currentChanged(current, previous);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddepend.c110 const PRDependencyInfo *previous)
112 if (NULL == previous) return &dummy_imports[0];
113 else if (&dummy_imports[0] == previous) return &dummy_imports[1];
114 else if (&dummy_imports[1] == previous) return NULL;
109 DummyImports( const PRDependencyInfo *previous) argument
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Objects/stringlib/
H A Dlocaleutil.h17 char previous; member in struct:__anon9933
26 self->previous = 0;
39 return self->previous;
45 self->previous = ch;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
H A Dlocaleutil.h28 char previous; member in struct:__anon9937
37 self->previous = 0;
50 return self->previous;
56 self->previous = ch;
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A DOpenHashTable.h221 ValueType* previous = NULL; local
230 if (previous)
231 _Link(previous) = next;
237 previous = slot;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcache.c53 sint16 previous; member in struct:bmpcache_entry
94 g_bmpcache[id][n_idx].previous = idx[n];
100 g_bmpcache[id][n_idx].previous = NOT_SET;
126 p_idx = g_bmpcache[id][idx].previous;
137 g_bmpcache[id][n_idx].previous = p_idx;
163 g_bmpcache[id][idx].previous = p_idx;
172 g_bmpcache[id][n_idx].previous = idx;
197 g_bmpcache[id][n_idx].previous = NOT_SET;
241 g_bmpcache[id][idx].previous = g_bmpcache[id][idx].next = NOT_SET;
H A Dxclip.c230 uint8 previous = '\0'; /* Kept to avoid translating CR-LF to CR-CR-LF */ local
233 if ((*p == '\x0a') && (previous != '\x0d'))
235 previous = *p;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dbuffer.c167 DWORD previous; local
172 previous = wined3d_buffer_set_priority(buffer->wined3d_buffer, priority);
175 return previous;
462 DWORD previous; local
467 previous = wined3d_buffer_set_priority(buffer->wined3d_buffer, priority);
470 return previous;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dbuffer.c168 DWORD previous; local
173 previous = wined3d_buffer_set_priority(buffer->wined3d_buffer, priority);
176 return previous;
462 DWORD previous; local
467 previous = wined3d_buffer_set_priority(buffer->wined3d_buffer, priority);
470 return previous;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c1429 PRMWaitEnumerator *enumerator, const PRRecvWait *previous)
1440 if (NULL == previous)
1428 PR_EnumerateWaitGroup( PRMWaitEnumerator *enumerator, const PRRecvWait *previous) argument
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dx509.c1498 struct x509_certificate *previous; local
1512 previous = cert;
1516 if ( cert == previous )
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dirix.c563 * call uspsema only if a previous select call on this semaphore
1658 PRUint32 residual = pr_residual, previous = pr_previous; local
1660 temp = now - previous + residual;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c590 printf(" previous to is %d\n", prev);
5312 xmlRegStatePtr previous; local
5315 previous = ctxt->state;
5318 if (xmlFAGenerateTransitions(ctxt, previous,
5321 previous = ctxt->state;
5327 if (xmlFAGenerateTransitions(ctxt, previous,
5330 previous = ctxt->state;
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c195 People have reported using previous versions of this malloc on all
1472 instead return one past the end address of memory from previous
1591 INTERNAL_SIZE_T prev_size; /* Size of previous chunk (if free). */
1620 | Size of previous chunk, if allocated | |
1644 | Size of previous chunk |
1650 | Back pointer to previous chunk in list |
1661 bit for the *previous* chunk. If that bit is *clear*, then the
1662 word before the current chunk size contains the previous chunk
1663 size, and can be used to find the front of the previous chunk.
1667 the size of the previous chun
4568 struct _region_list_entry *previous; member in struct:_region_list_entry
4586 region_list_entry *previous = (*last)->previous; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstreambuffer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h3411 user_handle_t previous; member in struct:set_window_pos_request
4002 user_handle_t previous; member in struct:set_foreground_window_reply
4017 user_handle_t previous; member in struct:set_focus_window_reply
4030 user_handle_t previous; member in struct:set_active_window_reply
4045 user_handle_t previous; member in struct:set_capture_window_reply
4063 user_handle_t previous; member in struct:set_caret_window_reply
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h3210 user_handle_t previous; member in struct:set_window_pos_request
3719 user_handle_t previous; member in struct:set_foreground_window_reply
3734 user_handle_t previous; member in struct:set_focus_window_reply
3747 user_handle_t previous; member in struct:set_active_window_reply
3761 user_handle_t previous; member in struct:set_capture_window_reply
3779 user_handle_t previous; member in struct:set_caret_window_reply

Completed in 219 milliseconds