Searched defs:begin (Results 1 - 25 of 33) sorted by relevance

12

/vbox/src/VBox/ValidationKit/utils/TestExecServ/linux/
H A Dvboxtxs-nat.sh85 begin() { function
106 begin() { function
128 begin() { function
155 begin() { function
185 begin() { function
209 begin() { function
229 begin() { function
247 begin() { function
276 begin "Starting VirtualBox Test Execution Service ";
297 begin "Stoppin
[all...]
H A Dvboxtxs.sh85 begin() { function
106 begin() { function
128 begin() { function
155 begin() { function
185 begin() { function
209 begin() { function
229 begin() { function
247 begin() { function
276 begin "Starting VirtualBox Test Execution Service ";
296 begin "Stoppin
[all...]
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-service.sh71 begin() { function
92 begin() { function
114 begin() { function
141 begin() { function
171 begin() { function
195 begin() { function
215 begin() { function
239 begin "Starting VirtualBox Guest Addition service ";
255 begin "Stopping VirtualBox Guest Addition service ";
H A Dvboxadd-x11.sh98 begin() { function
113 begin() { function
128 begin() { function
145 begin() { function
161 begin() { function
173 begin() { function
280 begin "Installing the Window System drivers"
458 begin "Installing $xserver_version modules"
470 begin "Setting up the Window System to use the Guest Additions"
524 begin "Installin
[all...]
H A Dvboxadd.sh85 begin() { function
100 begin() { function
115 begin() { function
132 begin() { function
148 begin() { function
160 begin() { function
288 begin "Starting the VirtualBox Guest Additions ";
338 begin "Stopping VirtualBox Additions ";
365 begin "Removing existing VirtualBox DKMS kernel modules"
369 begin "Removin
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/
H A Dvbo.h40 GLuint begin:1; member in struct:_mesa_prim
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/
H A Dprgcleak.c61 char* begin = (char*)baseAddr; local
64 marker(begin, end);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsGarbageCollector.c70 char* begin = (char*)baseAddr; local
73 marker(begin, end);
/vbox/src/VBox/Main/include/
H A Dobjectslist.h31 * it's less typing. Iterators, front(), size(), begin() and end()
113 for (const_iterator it = ll.begin();
177 * Returns the begin iterator from the list (std::list compatibility).
181 iterator begin() function in class:ObjectsList
183 return m_ll.begin();
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsStringAPI.cpp75 nsAString::const_iterator begin; local
76 aStr.BeginReading(begin);
77 *aData = begin.get();
78 return begin.size_forward();
160 nsACString::const_iterator begin; local
161 aStr.BeginReading(begin);
162 *aData = begin.get();
163 return begin.size_forward();
/vbox/src/libs/xpcom18a4/xpcom/stub/
H A DnsStringAPI.cpp75 nsAString::const_iterator begin; local
76 aStr.BeginReading(begin);
77 *aData = begin.get();
78 return begin.size_forward();
160 nsACString::const_iterator begin; local
161 aStr.BeginReading(begin);
162 *aData = begin.get();
163 return begin.size_forward();
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbuild.c474 Junction *back, *front, *begin; local
480 begin = newJunction();
490 begin->p1 = (Node *) g1.left;
491 g1.left = (Node *) begin;
492 begin->p2 = (Node *) g.left; /* make bypass arc */
H A Dgen.c517 Junction *begin; local
526 if ( q->jtype == aLoopBegin ) begin = (Junction *) ((Junction *)q->p1);
527 else begin = q;
528 if ( has_guess_block_as_first_item(begin) )
2787 genLoopBlk( Junction *begin, Junction *q, Junction *start, int max_k ) argument
2789 genLoopBlk( begin, q, start, max_k )
2790 Junction *begin;
2822 if ( begin!=NULL ) genExpr(begin);
2828 if ( ParseWithPredicates && begin
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_iso9660.c98 static fsw_status_t rr_read_ce(struct fsw_iso9660_volume *vol, union fsw_rock_ridge_susp_ce *ce, fsw_u8 *begin);
150 fsw_u8 *r, *begin; local
154 begin = (fsw_u8 *)dirrec;
168 fsw_alloc_zero(ISO9660_BLOCKSIZE, (void *)&begin);
174 rc = rr_read_ce(vol, ce, begin);
177 fsw_free(begin);
180 begin += ce_off;
181 r = begin;
220 off = (int)(r - (fsw_u8 *)begin);
223 fsw_free(begin);
233 rr_read_ce(struct fsw_iso9660_volume *vol, union fsw_rock_ridge_susp_ce *ce, fsw_u8 *begin) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86OSKbd.h32 int begin; member in struct:__anon3142
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Ddb.py253 def begin(self): member in class:TMDatabaseConnection
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86OSKbd.h54 int begin; member in struct:__anon7531
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86OSKbd.h55 int begin; member in struct:__anon4676
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86OSKbd.h55 int begin; member in struct:__anon4243
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp192 nsCString::const_iterator begin, end; local
193 s.BeginReading(begin);
195 size_t d = Distance(begin, end);
403 nsACString::const_iterator begin, end; local
404 a.BeginReading(begin);
406 char *r = ToNewCString(Substring(begin, end));
/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c100 static struct timeval begin, end; variable in typeref:struct:timeval
108 gettimeofday(&begin, NULL);
123 msec = end.tv_sec - begin.tv_sec;
125 msec += (end.tv_usec - begin.tv_usec) / 1000;
146 static clock_t begin, end; variable
150 begin = clock();
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp982 nsAString::const_iterator begin, end; local
984 aStr.BeginReading(begin);
987 while (begin != end) {
988 if (*begin == aChar) {
991 ++begin;
1003 nsACString::const_iterator begin, end; local
1005 aStr.BeginReading(begin);
1008 while (begin != end) {
1009 if (*begin == aChar) {
1012 ++begin;
1091 nsAString::const_iterator begin, end; local
1101 nsACString::const_iterator begin, end; local
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h641 bool begin(uint8_t uOption, size_t cb) function in class:VBoxNetDhcpWriteCursor
702 * @returns true/false just like begin().
709 if (!begin(uOption, 4))
720 * @returns true/false just like begin().
731 if (!begin(uOption, 4*c))
751 * @returns true/false just like begin().
758 if (!begin(uOption, 1))
777 * @returns true/false just like begin().
784 if (!begin(uOption, 4))
803 * @returns true/false just like begin()
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp1325 nsAString::iterator begin; local
1326 str->BeginWriting(begin);
1327 ss->base = begin.get();
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp347 for (VetoList::const_iterator it = m->mVetoList.begin(); it != m->mVetoList.end(); ++it, ++i)
551 iterator begin() function in class:EventMapList
984 for (Listeners::iterator it = m->mListeners.begin();
1097 for (EventMapList::iterator it = listeners.begin();
1470 for (EventSourceList::const_iterator it = mEventSources.begin(); it != mEventSources.end();
1502 for (EventSourceList::const_iterator it = mEventSources.begin(); it != mEventSources.end();
1529 for (EventSourceList::const_iterator it = mEventSources.begin(); it != mEventSources.end();

Completed in 90 milliseconds

12