Home
last modified time | relevance | path

Searched defs:retVal (Results 1 - 25 of 144) sorted by relevance

123456

/third_party/bounds_checking_function/src/
H A Dvscanf_s.c41 int retVal; /* If initialization causes e838 */ local
H A Dvfwscanf_s.c46 int retVal; /* If initialization causes e838 */ in vfwscanf_s() local
H A Dvsprintf_s.c43 int retVal; /* If initialization causes e838 */ in vsprintf_s() local
H A Dvfscanf_s.c42 int retVal; /* If initialization causes e838 */ in vfscanf_s() local
H A Dvsscanf_s.c52 int retVal; in vsscanf_s() local
H A Dvwscanf_s.c46 int retVal; /* If initialization causes e838 */ local
H A Dvswprintf_s.c42 int retVal; /* If initialization causes e838 */ in vswprintf_s() local
H A Dvsnprintf_s.c46 int retVal; in vsnprintf_s() local
114 int retVal; in vsnprintf_truncated_s() local
[all...]
H A Dvswscanf_s.c58 int retVal; in vswscanf_s() local
H A Dsecureprintoutput_a.c81 int retVal; in SecVsnprintfImpl() local
87 retVal = vsnprintf(string, count, format, argList); in SecVsnprintfImpl() local
/base/telephony/cellular_data/services/src/state_machine/
H A Ddisconnecting.cpp135 bool retVal = false; in StateProcess() local
H A Dactivating.cpp178 bool retVal = false; in StateProcess() local
H A Dinactive.cpp86 bool retVal = false; in StateProcess() local
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrVertexPacket.cpp57 std::vector<VertexPacket*> retVal; in allocArray() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c109 boolean retVal; in wglBindTexImageARB() local
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_recv_chk_test.cpp118 void* retVal; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dgetprocpid.c123 void *retVal = NULL; in getproctid_0100() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTransformFeedbackVk.h66 bool retVal = mRebindTransformFeedbackBuffer; in getAndResetBufferRebindState() local
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dshutdown_client_test.cpp200 bool retVal = takeOverShutdownCallback.TakeOverShutdownCallbackStub::OnTakeOverShutdown(false); in HWTEST_F() local
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_callback.cpp57 int retVal = uv_queue_work(loop, work, [](uv_work_t *work) {}, [](uv_work_t *work, int _status) { in ~PrintCallback() local
366 int retVal = uv_queue_work(loop, work, [](uv_work_t *work) {}, after_work_cb); in onBaseCallback() local
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_callback.cpp56 int retVal = UvQueueWork(loop, work); in ~ScanCallback() local
139 int32_t retVal = uv_queue_work( in ExecuteUvQueueWork() local
330 int retVal = uv_queue_work(loop, work, [](uv_work_t *work) {}, [](uv_work_t *work, int status) { in UvQueueWork() local
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_event_module_test.cpp124 bool retVal = false; in SendEventWithSharedOrWeakPtr() local
148 bool retVal = false; in SendEventWithUniquePtr() local
[all...]
H A Devent_handler_fd_listener_module_test.cpp80 ssize_t retVal = read(fileDescriptor, message, sizeof(message) - 1); variable
H A Devent_handler_press_module_test.cpp88 ssize_t retVal = read(fileDescriptor, message, sizeof(message) - 1); variable
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Depoll_io_waiter.cpp129 int32_t retVal = epoll_wait(epollFd_, epollEvents, MAX_EPOLL_EVENTS_SIZE, NanosecondsToTimeout(nanoseconds)); in WaitFor() local
200 ssize_t retVal = write(awakenFd_, &increment, sizeof(increment)); in NotifyAll() local
271 ssize_t retVal = read(awakenFd_, &value, sizeof(value)); in DrainAwakenPipe() local

Completed in 11 milliseconds

123456