HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 151 - 175 of 1308) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/math/big/
arith_arm64.s 38 loop: label
45 B loop
59 loop: label
66 B loop
84 loop: label
90 B loop
111 loop: label
117 B loop
144 loop: label
154 B loop
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith_arm64.s 38 loop: label
45 B loop
59 loop: label
66 B loop
84 loop: label
90 B loop
111 loop: label
117 B loop
144 loop: label
154 B loop
    [all...]
  /external/libchrome/base/timer/
timer_unittest.cc 24 #if !defined(OS_IOS) // iOS does not allow direct running of the UI loop.
110 base::MessageLoop loop(message_loop_type);
122 base::MessageLoop loop(message_loop_type);
145 base::MessageLoop loop(message_loop_type);
158 base::MessageLoop loop(message_loop_type);
171 base::MessageLoop loop(message_loop_type);
206 base::MessageLoop loop(message_loop_type);
222 base::MessageLoop loop(message_loop_type);
252 base::MessageLoop loop(message_loop_type);
285 base::MessageLoop loop(message_loop_type)
405 base::MessageLoop loop; local
419 base::MessageLoop loop; local
432 base::MessageLoop loop; local
448 base::MessageLoop loop; local
459 base::MessageLoop loop; local
472 base::MessageLoop loop; local
507 base::MessageLoop loop; local
523 base::MessageLoop loop; local
    [all...]
  /build/core/clang/
arm.mk 22 -frerun-cse-after-loop \
28 -fno-move-loop-invariants \
32 -fno-tree-loop-optimize
arm64.mk 13 -frerun-cse-after-loop \
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 79 msg.loop.loop.mandatory = 2
80 msg.loop.loop.loop.loop.mandatory = 4
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 82 synchronized public final int play(Sound sound, boolean loop, int priority) {
85 stream = mSoundPool.play(sound.soundId, 1.0f, 1.0f, priority, loop ? -1 : 0, 1.0f);
86 if (loop) {
94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) {
97 stream = mSoundPool.play(sound.soundId, volume, volume, priority, loop ? -1 : 0, rate);
98 if (loop) {
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_high_subpixel_bilinear_sse2.asm 184 .loop:
189 jnz .loop
210 .loop:
215 jnz .loop
236 .loop:
243 jnz .loop
264 .loop:
269 jnz .loop
290 .loop:
295 jnz .loop
    [all...]
  /frameworks/native/services/sensorservice/tests/
sensorservicetest.cpp 84 sp<Looper> loop = new Looper(false); local
85 loop->addFd(q->getFd(), 0, ALOOPER_EVENT_INPUT, receiver, q.get());
89 int32_t ret = loop->pollOnce(-1);
  /hardware/libhardware/modules/input/evdev/
EvdevModule.cpp 47 void loop();
66 mPollThread = std::thread(&EvdevModule::loop, this);
77 // * In the main loop thread, after returning from poll(), the queue will
81 void EvdevModule::loop() { function in class:android::EvdevModule
  /art/test/109-suspend-check/src/
Main.java 39 for (SimpleLoopThread loop : simpleLoops) {
40 loop.start();
48 for (SimpleLoopThread loop : simpleLoops) {
49 loop.stopNow();
  /external/autotest/client/cros/tendo/n_faced_peerd/
n_faced_peerd_main.py 50 loop = dbus.mainloop.glib.DBusGMainLoop()
53 bus = dbus.SystemBus(private=True, mainloop=loop)
94 loop = gobject.MainLoop()
95 loop.run()
  /external/fec/
dotprod_mmx_assist.s 30 # MMX dot product loop unrolled 4 times, crunching 16 terms per loop
58 # MMX dot product loop, not unrolled, crunching 4 terms per loop
59 # This could be redone as Duff's Device on the unrolled loop above
  /external/llvm/test/MC/Hexagon/
endloop.s 3 # Check that a branch in an end-loop packet is caught.
  /external/v8/test/mjsunit/compiler/
dead-loops-neg.js 30 // Presents negative opportunities for dead loop removal.
40 // can only remove the loop with induction variable analysis.
47 // can only remove the loop with induction variable analysis.
54 // can only remove the loop with induction variable analysis.
63 // can only remove the loop by figuring out that all elements of {a} are 0.
68 // can only remove the loop by guarding on the type of a.
73 // can only remove the loop by guarding on the type of a.
78 // can only remove the loop by guarding on the type of a.
  /external/valgrind/exp-bbv/tests/ppc32-linux/
million.S 12 bne 0,test_loop # loop until zero
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
cloog.h 12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
55 #include <cloog/loop.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
cloog.h 12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
55 #include <cloog/loop.h>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-mpx-inval-1.l 20 [ ]*6[ ]+\?\?\?\? F2E2(00|0A) bnd loop foo
30 [ ]*12[ ]+\?\?\?\? F2E2(00|18) bnd loop foo
  /external/libchrome/base/message_loop/
message_loop_test.cc 95 MessageLoop loop(std::move(pump));
96 // Add tests to message loop
111 // After all tests, post a message that will shut down the message loop
125 MessageLoop loop(std::move(pump));
134 loop.PostDelayedTask(
139 loop.Run();
148 MessageLoop loop(std::move(pump));
154 loop.PostDelayedTask(
160 loop.PostDelayedTask(
165 loop.Run()
    [all...]
  /external/libvncserver/libvncclient/
tls_openssl.c 365 uint8_t loop=0; local
388 for (loop=0;loop<count;loop++)
390 if (!ReadFromRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE;
391 t=rfbClientSwap32IfLE(tAuth[loop]);
392 rfbClientLog("%d) Received security type %d\n", loop, t);
403 rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count);
405 if (!WriteToRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE;
407 tAuth[loop]=t
    [all...]
  /external/v8/test/cctest/
test-utils.cc 198 for (int loop = 0; loop < kLoops; loop++) {
228 for (int loop = 0; loop < kLoops; loop++) {
229 int seq_length = loop % kMaxSequenceSize;
243 for (int loop = 0; loop < kLoops; loop++)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 48 * ever match since k=1 look in the QID loop of '.' will make it loop.
182 * ever match since k=1 look in the QID loop of '.' will make it loop.
  /external/autotest/client/cros/
dark_resume_listener.py 33 # If we just call run on this loop, the listener will hang and the test
37 loop = gobject.MainLoop()
38 context = loop.get_context()
verity_utils.py 83 for attr in ['mountpoint', 'device', 'loop', 'file', 'hash_file']:
97 if self.loop is not None:
98 self._device_release('losetup -d %s' % (self.loop), self.loop)
99 self.loop = None
159 # Setup a loop device
160 self.loop = utils.system_output('losetup -f --show %s' % (self.file))
163 # Update the table with the loop dev
164 self.table = self.table.replace('HASH_DEV', self.loop)
165 self.table = self.table.replace('ROOT_DEV', self.loop)
    [all...]

Completed in 1172 milliseconds

1 2 3 4 5 67 8 91011>>