Searched refs:loop (Results 1 - 25 of 493) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dloop.test2 # loop.test
4 # Tests for the loop command.
15 # $Id: loop.test,v 1.2 2002/04/02 02:29:43 hobbs Exp $
23 Test loop-1.1 {loop tests} {
26 loop i 1 6 {
32 Test loop-1.2 {loop tests} {
34 loop i 1 6 {
42 Test loop
[all...]
/macosx-10.9.5/CPANInternal-140/TimeDate/t/
H A Dlang.t13 my $loop = 1;
21 print $v == $time ? "ok $loop\n" : "FAIL $loop\n";
22 $loop++;
/macosx-10.9.5/bash-92/bash-3.2/tests/misc/
H A Dsigint-2.sh1 echo before loop
/macosx-10.9.5/ntp-88/scripts/stats/
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0)) label
3 loop$offset <- loop$offset * 1e6
7 plot(loop$sec, loop$offset, type="l", xlab=paste("MJD", loop$day, "Time (s)"), ylab="PLL Offset (us)", ylim=c(-400, 400))
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDWorkLoop.cpp14 IOHIDWorkLoop *loop; local
16 loop = new IOHIDWorkLoop;
17 if(!loop)
18 return loop;
19 if(!loop->init()) {
20 loop->release();
21 loop = NULL;
23 return loop;
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_vm_thread_pass_flood.rb2 Thread.new{loop{Thread.pass}}
H A Dbm_loop_generator.rb5 loop do
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py18 loop = CFRunLoopGetCurrent()
19 CFRunLoopStop(loop)
43 # Set up a run loop and add all controllers to that.
44 loop = CFRunLoopGetCurrent()
45 CFRunLoopAddSource(loop, source, kCFRunLoopCommonModes)
46 SCPreferencesScheduleWithRunLoop(prefs, loop, kCFRunLoopCommonModes)
H A Dnetcon.py26 loop = CFRunLoopGetCurrent()
27 SCNetworkConnectionScheduleWithRunLoop(conn, loop, kCFRunLoopCommonModes)
H A Dinterneton.py38 loop = CFRunLoopGetCurrent()
39 CFRunLoopStop(loop)
48 loop = CFRunLoopGetCurrent()
59 loop, kCFRunLoopCommonModes)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py18 loop = CFRunLoopGetCurrent()
19 CFRunLoopStop(loop)
43 # Set up a run loop and add all controllers to that.
44 loop = CFRunLoopGetCurrent()
45 CFRunLoopAddSource(loop, source, kCFRunLoopCommonModes)
46 SCPreferencesScheduleWithRunLoop(prefs, loop, kCFRunLoopCommonModes)
H A Dnetcon.py26 loop = CFRunLoopGetCurrent()
27 SCNetworkConnectionScheduleWithRunLoop(conn, loop, kCFRunLoopCommonModes)
H A Dinterneton.py38 loop = CFRunLoopGetCurrent()
39 CFRunLoopStop(loop)
48 loop = CFRunLoopGetCurrent()
59 loop, kCFRunLoopCommonModes)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dfcloseall.c36 int loop; local
40 for(loop = 0; loop < MAXLOOP; ++loop)
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/sample/
H A Dienavi2.rb4 attr_reader :loop
7 @loop = true
20 @loop = false
37 while (ev.handler.loop)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/sdbm/
H A Dsdbm_hash.c40 #define DUFF /* go ahead and use the loop-unrolled version */
46 register int loop = (len + 8 - 1) >> 3; local
54 } while (--loop);
/macosx-10.9.5/apr-30/apr-util/apr-util/dbm/sdbm/
H A Dsdbm_hash.c40 #define DUFF /* go ahead and use the loop-unrolled version */
46 register int loop = (len + 8 - 1) >> 3; local
54 } while (--loop);
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dhash.c34 register int loop = (len + 8 - 1) >> 3; local
42 } while (--loop);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/
H A Dutil.cpp38 * Starts an event loop that runs until the given signal is received.
39 * Optionally the event loop
47 QEventLoop loop; local
48 QObject::connect(obj, signal, &loop, SLOT(quit()));
52 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
56 loop.exec();
79 QEventLoop loop; local
81 QObject::connect(&loadSpy, SIGNAL(loadSucceeded()), &loop, SLOT(quit()));
85 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
89 loop
95 QEventLoop loop; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestwebdatasource.c57 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) argument
72 g_main_loop_quit(loop);
75 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) argument
106 g_main_loop_quit(loop);
109 static gboolean wait_timer_fired(GMainLoop* loop) argument
112 g_main_loop_quit(loop);
120 GMainLoop* loop; local
124 loop = g_main_loop_new(NULL, TRUE);
125 g_signal_connect(view, "notify::load-status", G_CALLBACK(notify_load_status_cb), loop);
128 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
141 notify_load_status_lifetime_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) argument
159 GMainLoop* loop; local
205 GMainLoop* loop; local
[all...]
H A Dtestwindow.c27 GMainLoop* loop = (GMainLoop*)data; local
29 g_main_loop_quit(loop);
35 GMainLoop* loop; local
42 loop = g_main_loop_new(NULL, TRUE);
52 G_CALLBACK(notify_load_status_cb), loop);
66 g_main_loop_run(loop);
82 g_main_loop_run(loop);
98 g_main_loop_run(loop);
H A Dtestwebframe.c47 GMainLoop* loop = g_main_loop_new(NULL, TRUE); local
52 g_signal_connect(webView, "frame-created", G_CALLBACK(createFrameSignalTestFrameCreatedCallback), loop);
58 g_timeout_add(500, createFrameSignalTestTimeout, loop);
70 g_main_loop_run(loop);
120 static gboolean print_requested_cb(WebKitWebView* webView, WebKitWebFrame* webFrame, GMainLoop* loop) argument
123 g_main_loop_quit(loop);
127 static void print_timeout(GMainLoop* loop) argument
129 if (g_main_loop_is_running(loop))
130 g_main_loop_quit(loop);
147 GMainLoop* loop local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_auth.h42 int (*loop)(POP*, void*, void*, size_t, void**, size_t*); member in struct:auth_mech
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/
H A Dutil.h34 * Starts an event loop that runs until the given signal is received.
35 * Optionally the event loop
43 QEventLoop loop; local
44 QObject::connect(obj, signal, &loop, SLOT(quit()));
48 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
52 loop.exec();
61 * - in which case we want to spin a local event loop until
/macosx-10.9.5/shell_cmds-175/what/
H A Dwhat.c83 loop: if (c != '@')
86 goto loop;
88 goto loop;
90 goto loop;

Completed in 192 milliseconds

1234567891011>>