Home
last modified time | relevance | path

Searched defs:result (Results 251 - 275 of 6955) sorted by relevance

1...<<11121314151617181920>>...279

/third_party/gn/src/gn/
H A Dfunction_label_matches_unittest.cc23 Value result = in TEST() local
43 Value result = in TEST() local
63 Value result = in TEST() local
83 Value result in TEST() local
100 Value result = TEST() local
119 Value result = TEST() local
[all...]
H A Dpattern_unittest.cc61 bool result = pattern.MatchesString(c.candidate); in TEST() local
/third_party/backends/lib/
H A Dinet_pton.c24 int result; in inet_pton() local
/third_party/curl/docs/examples/
H A Dsslbackend.c46 CURLsslset result; in main() local
/third_party/gn/src/util/
H A Dsemaphore.cc39 int result = sem_init(&native_handle_, 0, count); in Semaphore() local
44 int result = sem_destroy(&native_handle_); in ~Semaphore() local
49 int result = sem_post(&native_handle_); in Signal() local
58 int result = sem_wait(&native_handle_); in Wait() local
76 BOOL result in ~Semaphore() local
82 BOOL result = ReleaseSemaphore(native_handle_, 1, &dummy); Signal() local
87 DWORD result = WaitForSingleObject(native_handle_, INFINITE); Wait() local
[all...]
/third_party/libunwind/libunwind/src/mi/
H A D_ReadSLEB.c7 unw_word_t byte, result = 0; in _ReadSLEB() local
H A D_ReadULEB.c7 unw_word_t byte, result = 0; in _ReadULEB() local
/third_party/json/include/nlohmann/detail/iterators/
H A Dprimitive_iterator.hpp82 auto result = *this; variable
100 auto result = *this; variable
113 auto result = *this; variable
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DsetTimeout-js.cpp35 jerry_value_t result = jerry_set_property_by_index(function_obj_p, id, args[0]); in DECLARE_GLOBAL_FUNCTION() local
H A DsetInterval-js.cpp35 jerry_value_t result = jerry_set_property_by_index(function_obj_p, id, args[0]); in DECLARE_GLOBAL_FUNCTION() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dmain.c22 int result = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
H A Dmain.c22 int result = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dtimestamp.cpp49 pipe_query_result result; in operator ()() local
H A Dtimestamp.hpp69 cl_ulong result; member in clover::timestamp::current
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_wsi.c36 VkResult result; in lvp_init_wsi() local
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_job_common.c39 VkResult result; in pvr_srv_create_timeline() local
/third_party/musl/src/math/
H A Dfmaf.c42 double xy, result; in fmaf() local
[all...]
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfseek.c36 int result; in __fseeko() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmaf.c42 double xy, result; in fmaf() local
[all...]
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfseek.c29 int result; in __fseeko() local
/third_party/musl/porting/linux/user/src/hook/
H A Dsocket_common.c14 int result = MuslSocket(socket)(domain, type, protocol); in socket() local
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfseek.c29 int result; in __fseeko() local
/third_party/musl/src/dirent/
H A Dreaddir_r.c7 int readdir_r(DIR *restrict dir, struct dirent *restrict buf, struct dirent **restrict result) in readdir_r() argument
/third_party/musl/src/hook/linux/
H A Dsocket_common.c29 int result = MuslSocket(socket)(domain, type, protocol); in socket() local
/third_party/musl/src/stdio/
H A Dfseek.c42 int result; in __fseeko() local

Completed in 6 milliseconds

1...<<11121314151617181920>>...279