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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 64 Looper.loop();
TestHandlerThread.java 85 Looper.loop();
  /frameworks/base/services/core/jni/
com_android_server_storage_AppFuseBridge.cpp 95 fuse::FuseBridgeLoop* const loop = reinterpret_cast<fuse::FuseBridgeLoop*>(java_loop); member in class:android::__anon45930::fuse
96 CHECK(loop);
97 delete loop;
102 fuse::FuseBridgeLoop* const loop = reinterpret_cast<fuse::FuseBridgeLoop*>(java_loop); member in class:android::__anon45930::fuse
103 CHECK(loop);
105 loop->Start(&callback);
111 fuse::FuseBridgeLoop* const loop = reinterpret_cast<fuse::FuseBridgeLoop*>(java_loop); member in class:android::__anon45930::fuse
112 CHECK(loop);
119 if (!loop->AddBridge(mountId, std::move(devFd), std::move(proxyFd[0]))) {
  /frameworks/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java 77 Looper.loop();
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
RecurrentTimer.h 44 mTimerThread = std::thread(&RecurrentTimer::loop, this, action);
94 void loop(const Action& action) { function in class:RecurrentTimer
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
JsonFakeValueGenerator.cpp 35 : mOnHalEvent(onHalEvent), mThread(&JsonFakeValueGenerator::loop, this) {}
144 void JsonFakeValueGenerator::loop() { function in class:android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 11 type loop struct { type
12 header *Block // The header node of this (reducible) loop
13 outer *loop // loop containing this loop
16 children []*loop // loops nested directly within this loop. Initialized by assembleChildren().
17 exits []*Block // exits records blocks reached by exits from this loop. Initialized by findExits().
21 nBlocks int32 // Number of blocks in this loop but not within inner loops
22 depth int16 // Nesting depth of the loop; 1 is outermost. Initialized by calculateDepths()
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_arm.s 43 loop: label
224 BLO loop
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512block_amd64.s 165 loop: label
270 JB loop
  /prebuilts/go/darwin-x86/src/runtime/
asm_arm.s 818 loop: label
824 BEQ loop
882 loop: label
888 BEQ loop
914 loop: label
920 B.EQ loop
asm_arm64.s 780 loop: label
786 BEQ loop
845 BEQ loop
869 loop: label
880 // We're not out of data, loop if we haven't found the character
881 CBZ R6, loop
891 // Condition flags come from SUBS in the loop
asm_mipsx.s 644 loop: label
654 BEQ R6, R7, loop
670 loop: label
680 BEQ R6, R7, loop
698 loop: label
704 BEQ R6, R7, loop
722 loop: label
726 BNE R3, R5, loop
744 loop: label
748 BNE R3, R5, loop
770 loop: label
802 loop: label
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 11 type loop struct { type
12 header *Block // The header node of this (reducible) loop
13 outer *loop // loop containing this loop
16 children []*loop // loops nested directly within this loop. Initialized by assembleChildren().
17 exits []*Block // exits records blocks reached by exits from this loop. Initialized by findExits().
21 nBlocks int32 // Number of blocks in this loop but not within inner loops
22 depth int16 // Nesting depth of the loop; 1 is outermost. Initialized by calculateDepths()
    [all...]
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_arm.s 43 loop: label
224 BLO loop
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512block_amd64.s 165 loop: label
270 JB loop
  /prebuilts/go/linux-x86/src/runtime/
asm_arm.s 818 loop: label
824 BEQ loop
882 loop: label
888 BEQ loop
914 loop: label
920 B.EQ loop
asm_arm64.s 780 loop: label
786 BEQ loop
845 BEQ loop
869 loop: label
880 // We're not out of data, loop if we haven't found the character
881 CBZ R6, loop
891 // Condition flags come from SUBS in the loop
asm_mipsx.s 644 loop: label
654 BEQ R6, R7, loop
670 loop: label
680 BEQ R6, R7, loop
698 loop: label
704 BEQ R6, R7, loop
722 loop: label
726 BNE R3, R5, loop
744 loop: label
748 BNE R3, R5, loop
770 loop: label
802 loop: label
    [all...]
  /system/core/libappfuse/tests/
FuseAppLoopTest.cc 43 FuseAppLoop* loop; member in class:android::fuse::__anon2777::Callback
47 EXPECT_TRUE(loop->ReplyGetAttr(seq, inode, kTestFileSize, S_IFREG | 0777));
52 EXPECT_TRUE(loop->ReplyLookup(unique, inode, kTestFileSize));
57 loop->ReplySimple(seq, 0);
63 loop->ReplyWrite(seq, 0);
69 loop->ReplySimple(seq, 0);
74 loop->ReplyOpen(seq, inode);
79 loop->ReplySimple(seq, 0);
96 callback_.loop = loop_.get();
286 // Ensure that the loop started
    [all...]
  /system/extras/simpleperf/
IOEventLoop.cpp 25 IOEventLoop* loop; member in struct:IOEvent
30 IOEvent(IOEventLoop* loop, const std::function<bool()>& callback)
31 : loop(loop), e(nullptr), callback(callback), enabled(false) {}
78 e->loop->has_error_ = true;
79 e->loop->ExitLoop();
191 IOEventLoop* loop = ref->loop; local
192 for (auto it = loop->events_.begin(); it != loop->events_.end(); ++it)
    [all...]
UnixSocket_test.cpp 83 IOEventLoop loop; local
95 auto close_connection_callback = [&]() { return loop.ExitLoop(); };
96 ASSERT_TRUE(client->PrepareForIO(loop, receive_message_callback,
98 ASSERT_TRUE(loop.RunLoop());
112 IOEventLoop loop; local
129 auto close_connection_callback = [&]() { return loop.ExitLoop(); };
130 ASSERT_TRUE(conn->PrepareForIO(loop, receive_message_callback,
136 ASSERT_TRUE(loop.RunLoop());
146 IOEventLoop loop; local
154 auto close_connection_callback = [&]() { return loop.ExitLoop(); }
181 IOEventLoop loop; local
    [all...]
  /system/update_engine/
sideload_main.cc 144 brillo::BaseMessageLoop loop; local
145 loop.SetAsCurrent();
180 loop.Run();
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 1021 loop: label
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 34 :loop label
42 goto loop
47 goto loop
52 goto loop
57 goto loop
64 goto loop
69 goto loop
81 goto loop
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMem.c 92 jmp _StartByteCopy ; back to top of loop
157 jmp SHORT _CopyRemainingBytes ; back to top of loop local
181 jmp _CopyOverlappedLoop ; back to top of loop

Completed in 881 milliseconds

1 2 3 4 5 67 8 91011>>