Home
last modified time | relevance | path

Searched defs:loop (Results 51 - 75 of 1108) sorted by relevance

12345678910>>...45

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_cfgo.h24 X64CFGOptimizer(CGFunc &func, MemPool &memPool, LoopAnalysis &loop) : CFGOptimizer(func, memPool, loop) {} in X64CFGOptimizer() argument
31 explicit X64FlipBRPattern(CGFunc &func, LoopAnalysis &loop) : FlipBRPattern(func, loop) {} in X64FlipBRPattern() argument
/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_callback_object.cpp40 uv_loop_s *loop = nullptr; in ~JSCallbackObject() local
/base/request/request/frameworks/js/napi/src/
H A Djs_response_listener.cpp51 uv_loop_s *loop = nullptr; in OnResponseReceive() local
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Duv_queue.cpp22 uv_loop_s *loop = nullptr; in Call() local
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Duv_queue.cpp23 uv_loop_s *loop = nullptr; in Call() local
/foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/
H A Dbus_center_manager_test.cpp122 SoftBusLooper loop; in HWTEST_F() local
147 SoftBusLooper loop; in HWTEST_F() local
194 SoftBusLooper loop; in HWTEST_F() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/swiper/
H A Dswiper_loop_test.cpp23 int32_t loop = 0; in TestSwiperLoop001() local
35 int32_t loop = 1; in TestSwiperLoop002() local
47 int32_t loop = -1; in TestSwiperLoop003() local
/third_party/libuv/docs/code/queue-work/
H A Dmain.c8 uv_loop_t *loop; variable
/third_party/libuv/docs/code/spawn/
H A Dmain.c6 uv_loop_t *loop; variable
/third_party/libuv/test/
H A Dtest-loop-close.c35 uv_loop_t loop; in TEST_IMPL() local
68 static uv_loop_t loop; TEST_IMPL() local
[all...]
H A Dtest-embed.c50 uv_loop_t* loop; in TEST_IMPL() local
H A Dtest-random.c54 uv_loop_t* loop; in TEST_IMPL() local
H A Dtest-walk-handles.c53 uv_loop_t* loop; in TEST_IMPL() local
H A Dtest-getters-setters.c59 uv_loop_t* loop; in TEST_IMPL() local
78 ASSERT_PTR_EQ(uv_handle_get_loop((uv_handle_t*)pipe), loop); in TEST_IMPL() local
[all...]
/third_party/libuv/src/unix/
H A Dno-fsevents.c27 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() argument
/third_party/libuv/docs/code/idle-compute/
H A Dmain.c5 uv_loop_t *loop; variable
/third_party/libuv/src/win/
H A Dasync.c31 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle) { in uv__async_endgame() argument
40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() argument
57 void uv__async_close(uv_loop_t* loop, uv_async_t* handle) { in uv__async_close() argument
67 uv_loop_t* loop = handle->loop; in uv_async_send() local
86 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, in uv__process_async_wakeup_req() argument
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dcontrol_flow_tests.cpp55 nir_loop *loop = nir_loop_create(b.shader); in TEST_F() local
/third_party/node/deps/uv/src/unix/
H A Dloop.c30 int uv_loop_init(uv_loop_t* loop) { in uv_loop_init() argument
132 uv_loop_fork(uv_loop_t* loop) uv_loop_fork() argument
165 uv__loop_close(uv_loop_t* loop) uv__loop_close() argument
211 uv__loop_configure(uv_loop_t* loop, uv_loop_option option, va_list ap) uv__loop_configure() argument
[all...]
H A Dno-fsevents.c27 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() argument
/third_party/node/deps/uv/src/win/
H A Dasync.c31 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle) { in uv__async_endgame() argument
40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() argument
57 void uv__async_close(uv_loop_t* loop, uv_async_t* handle) { in uv__async_close() argument
67 uv_loop_t* loop = handle->loop; in uv_async_send() local
86 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, in uv__process_async_wakeup_req() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dloop_descriptions.cpp103 Loop& loop = ld.GetLoopByIndex(0); in TEST_F() local
200 Loop* loop in TEST_F() local
374 Loop& loop = ld.GetLoopByIndex(0u); TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dloop_descriptions.cpp103 Loop& loop = ld.GetLoopByIndex(0); in TEST_F() local
200 Loop* loop in TEST_F() local
374 Loop& loop = ld.GetLoopByIndex(0u); TEST_F() local
[all...]
/third_party/skia/tests/
H A DMetaDataTest.cpp51 int loop = 0; in DEF_TEST() local
/third_party/vixl/examples/aarch32/
H A Dpi.cc55 Label loop; in GenerateApproximatePi() local

Completed in 6 milliseconds

12345678910>>...45