HomeSort by relevance Sort by last modified time
    Searched full:loop (Results 26 - 50 of 3512) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clearsilver/cs/
test_abs_max_min.cs 7 <?cs loop:x = -5, 5, 1 ?>
9 <?cs /loop ?>
21 <?cs loop:x = -10, 10, 1 ?>
22 <?cs loop:y = -10, 10, 2 ?>
27 <?cs /loop ?>
28 <?cs /loop ?>
  /external/webkit/WebCore/manual-tests/inspector/
debugger-step-on-for-statements.html 1 <script src="resources/loop-statements.js"></script>
14 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
16 The debugger should stop at the beggining of the loop.<br>
21 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
22 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>
26 the for loop again. Click 'Step into'. Debugger should step into the 'increment' function.
  /system/vold/
Loop.cpp 33 #include "Loop.h"
35 int Loop::dumpState(SocketClient *c) {
44 sprintf(filename, "/dev/block/loop%d", i);
62 SLOGE("Unable to get loop status for %s (%s)", filename,
77 int Loop::lookupActive(const char *id, char *buffer, size_t len) {
88 sprintf(filename, "/dev/block/loop%d", i);
106 SLOGE("Unable to get loop status for %s (%s)", filename,
123 int Loop::create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len) {
132 sprintf(filename, "/dev/block/loop%d", i);
135 * The kernel starts us off with 8 loop nodes, but mor
    [all...]
  /external/webkit/WebKit/gtk/tests/
testatk.c 41 static gboolean bail_out(GMainLoop* loop)
43 if (g_main_loop_is_running(loop))
44 g_main_loop_quit(loop);
210 GMainLoop* loop; local
218 loop = g_main_loop_new(NULL, TRUE);
220 g_timeout_add(100, (GSourceFunc)bail_out, loop);
221 g_main_loop_run(loop);
241 GMainLoop* loop; local
249 loop = g_main_loop_new(NULL, TRUE);
251 g_timeout_add(100, (GSourceFunc)bail_out, loop);
272 GMainLoop* loop; local
303 GMainLoop* loop; local
336 GMainLoop* loop; local
371 GMainLoop* loop; local
415 GMainLoop* loop; local
    [all...]
testwindow.c 28 GMainLoop* loop = (GMainLoop*)data; local
30 g_main_loop_quit(loop);
36 GMainLoop* loop; local
43 loop = g_main_loop_new(NULL, TRUE);
53 G_CALLBACK(notify_load_status_cb), loop);
67 g_main_loop_run(loop);
83 g_main_loop_run(loop);
99 g_main_loop_run(loop);
  /external/bluetooth/glib/glib/
gmain.h 1 /* gmain.h - the GLib Main loop
166 void g_main_loop_run (GMainLoop *loop);
167 void g_main_loop_quit (GMainLoop *loop);
168 GMainLoop *g_main_loop_ref (GMainLoop *loop);
169 void g_main_loop_unref (GMainLoop *loop);
170 gboolean g_main_loop_is_running (GMainLoop *loop);
171 GMainContext *g_main_loop_get_context (GMainLoop *loop);
231 /* ============== Compat main loop stuff ================== */
238 #define g_main_run(loop) g_main_loop_run(loop)
    [all...]
  /build/core/combo/arch/arm/
armv5te-vfp.mk 4 # interpreter loop for Dalvik.
  /external/dbus/test/
test-names.c 4 static DBusLoop *loop; variable
61 loop = _dbus_loop_new ();
62 if (loop == NULL)
65 if (!test_connection_setup (loop, connection))
  /external/libnfc-nxp/src/
phHciNfc_PollingLoop.h 22 * \brief HCI Header for the Polling loop Management. *
87 * The phHciNfc_PollLoop_Initialise function Initialises the polling loop and opens the
88 * polling loop pipe
95 * \retval NFCSTATUS_PENDING Polling loop gate Initialisation is pending.
112 * The phHciNfc_PollLoop_Release function closes the polling loop gate pipe
120 * \retval NFCSTATUS_PENDING Release of the Polling loop gate resources are
140 * loop gate Managment Struction.
150 * \retval NFCSTATUS_SUCCESS Polling loop gate Response received Successfully.
168 * loop gate management structure. This function is used by the pipe management to
173 * \param[in] pipeID pipeID of the polling loop gat
    [all...]
  /external/tcpdump/tests/
isakmp-pointer-loop.puu 1 begin 644 isakmp-pointer-loop.pcap
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-004.js 6 * Test a labeled do...while. Break out of the loop with no label
7 * should break out of the loop, but not out of the label.
54 "breaking out of a do... while loop",
61 "breaking out of a labeled do...while loop",
forin-002.js 49 "with loop in a for...in loop. ("+object+")["+property +"] == "+
58 * With block in a For...In loop
66 "with loop in a for...in loop. ("+object+")["+property +"] == "+
label-001.js 6 * Labeled break and continue within a for loop.
35 "break out of a labeled for loop: "+ limit,
  /external/chromium/base/
message_pump_glib_unittest.cc 22 // This class injects dummy "events" into the GLib loop. When "handled" these
140 // Quits the current message loop.
145 // Returns a new task that quits the main loop.
150 // Posts a task on the current message loop.
173 MessageLoop* loop() const { return loop_; } function in class:__anon2359::MessagePumpGLibTest
196 loop()->PostTask(FROM_HERE, NewQuitTask());
197 loop()->Run();
203 loop()->Run();
222 loop()->Run();
232 loop()->Run()
    [all...]
observer_list_threadsafe.h 66 MessageLoop* loop = MessageLoop::current(); local
70 if (!loop)
71 return; // Some unittests may access this without a message loop.
74 if (observer_lists_.find(loop) == observer_lists_.end())
75 observer_lists_[loop] = new ObserverList<ObserverType>();
76 list = observer_lists_[loop];
88 MessageLoop* loop = MessageLoop::current(); local
89 if (!loop)
93 list = observer_lists_[loop];
102 observer_lists_.erase(loop);
138 MessageLoop* loop = (*it).first; local
    [all...]
message_pump_mac.h 8 // loops such as the NSApplication event loop.
13 // implement the specific run loop. Concrete subclasses must provide their
16 // A concrete subclass that just runs a CFRunLoop loop is provided in
20 // For the application's event loop, an implementation based on AppKit's
106 // within a nested run loop. This is associated with
108 // MaybeScheduleNestingDeferredWork when returning from a nested loop,
109 // so that an outer loop will be able to perform the necessary tasks if it
115 // loop goes to sleep, exits, or begins processing sources at the top of its
116 // loop. If this function detects that a nested loop had run since th
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ada/gcc-interface/
ada-tree.def 66 /* A loop. LOOP_STMT_TOP_COND and LOOP_STMT_BOT_COND are the tests to exit a
67 loop at the top and bottom, respectively. LOOP_STMT_UPDATE is the statement
68 to update the loop iterator at the continue point. LOOP_STMT_BODY are the
69 statements in the body of the loop. LOOP_STMT_LABEL points to the LABEL_DECL
70 of the end label of the loop. */
73 /* Conditionally exit a loop. EXIT_STMT_COND is the condition, which, if
74 true, will cause the loop to be exited. If no condition is specified,
75 the loop is unconditionally exited. EXIT_STMT_LABEL is the end label
76 corresponding to the loop to exit. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ada/gcc-interface/
ada-tree.def 66 /* A loop. LOOP_STMT_TOP_COND and LOOP_STMT_BOT_COND are the tests to exit a
67 loop at the top and bottom, respectively. LOOP_STMT_UPDATE is the statement
68 to update the loop iterator at the continue point. LOOP_STMT_BODY are the
69 statements in the body of the loop. LOOP_STMT_LABEL points to the LABEL_DECL
70 of the end label of the loop. */
73 /* Conditionally exit a loop. EXIT_STMT_COND is the condition, which, if
74 true, will cause the loop to be exited. If no condition is specified,
75 the loop is unconditionally exited. EXIT_STMT_LABEL is the end label
76 corresponding to the loop to exit. */
  /external/webkit/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 27 * Starts an event loop that runs until the given signal is received.
28 Optionally the event loop
36 QEventLoop loop; local
37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
45 loop.exec();
  /external/webkit/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 27 * Starts an event loop that runs until the given signal is received.
28 Optionally the event loop
36 QEventLoop loop; local
37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
45 loop.exec();
  /external/webkit/WebKit/qt/tests/
util.h 30 * Starts an event loop that runs until the given signal is received.
31 * Optionally the event loop
39 QEventLoop loop; local
40 QObject::connect(obj, signal, &loop, SLOT(quit()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
48 loop.exec();
  /system/core/toolbox/
mount.c 14 #include <linux/loop.h>
18 // FIXME - only one loop mount is supported at a time
90 parse_mount_options(char *arg, unsigned long rwflag, struct extra_opts *extra, int* loop)
94 *loop = 0;
103 if (strcmp(s, "loop") == 0) {
104 *loop = 1;
134 do_mount(char *dev, char *dir, char *type, unsigned long rwflag, void *data, int loop)
139 if (loop) {
145 // FIXME - only one loop mount supported at a time
153 perror("open loop device failed")
229 int loop = 0; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
predict.def 54 /* Use number of loop iterations determined by # of iterations
57 DEF_PREDICTOR (PRED_LOOP_ITERATIONS, "loop iterations", PROB_ALWAYS,
64 /* Use number of loop iterations guessed by the contents of the loop. */
65 DEF_PREDICTOR (PRED_LOOP_ITERATIONS_GUESSED, "guessed loop iterations",
80 DEF_PREDICTOR (PRED_LOOP_BRANCH, "loop branch", HITRATE (86),
83 /* Edge causing loop to terminate is probably not taken. */
84 DEF_PREDICTOR (PRED_LOOP_EXIT, "loop exit", HITRATE (91),
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
predict.def 54 /* Use number of loop iterations determined by # of iterations
57 DEF_PREDICTOR (PRED_LOOP_ITERATIONS, "loop iterations", PROB_ALWAYS,
64 /* Use number of loop iterations guessed by the contents of the loop. */
65 DEF_PREDICTOR (PRED_LOOP_ITERATIONS_GUESSED, "guessed loop iterations",
80 DEF_PREDICTOR (PRED_LOOP_BRANCH, "loop branch", HITRATE (86),
83 /* Edge causing loop to terminate is probably not taken. */
84 DEF_PREDICTOR (PRED_LOOP_EXIT, "loop exit", HITRATE (91),
  /external/chromium/third_party/icu/source/tools/genprops/misc/
ucdstrip.pl 6 # The Perl option -p above runs a while(<>) loop and prints the expression output.

Completed in 1599 milliseconds

12 3 4 5 6 7 8 91011>>