| /third_party/node/test/node-api/test_callback_scope/ |
| H A D | binding.c | 54 static void Callback(uv_work_t* req, int ignored) { in Callback() argument 98 uv_work_t* req = malloc(sizeof(*req)); in TestResolveAsync() local
|
| /third_party/node/src/ |
| H A D | req_wrap-inl.h | 42 ReqWrap<T>* ReqWrap<T>::from_req(T* req) { in from_req() argument [all...] |
| /third_party/musl/src/passwd/ |
| H A D | getgr_a.c | 44 int32_t req = name ? GETGRBYNAME : GETGRBYGID; in __getgr_a() local
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_downstream_test.cc | 87 auto &req = d.request(); in test_downstream_crumble_request_cookie() local 132 auto &req = d.request(); in test_downstream_assemble_request_cookie() local 155 auto &req = d.request(); test_downstream_rewrite_location_response_header() local 169 auto &req = d.request(); test_downstream_supports_non_final_response() local 200 auto &req = d.request(); test_downstream_find_affinity_cookie() local [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
| H A D | sem_sleepingbarber.c | 47 struct timespec req; in mdelay() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| H A D | thrd_current.c | 53 struct timespec req = { .tv_sec = 0, .tv_nsec = NSEC_TO_MS * 10 }; // 等待10毫秒 in TrylockWithTimeout() local
|
| H A D | thrd_equal.c | 53 struct timespec req = { .tv_sec = 0, .tv_nsec = NSEC_TO_MS * 10 }; // 等待10毫秒 in TrylockWithTimeout() local
|
| /third_party/node/deps/openssl/openssl/crypto/ts/ |
| H A D | ts_verify_ctx.c | 101 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) in TS_REQ_to_TS_VERIFY_CTX() argument
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | getaddrinfo.c | 99 uv_getaddrinfo_t* req; in uv__getaddrinfo_work() local 109 uv_getaddrinfo_t* req; in uv__getaddrinfo_done() local 138 uv_getaddrinfo(uv_loop_t* loop, uv_getaddrinfo_t* req, uv_getaddrinfo_cb cb, const char* hostname, const char* service, const struct addrinfo* hints) uv_getaddrinfo() argument [all...] |
| /third_party/node/deps/uv/src/ |
| H A D | uv-data-getter-setters.c | 65 uv_req_type uv_req_get_type(const uv_req_t* req) { in uv_req_get_type() argument 69 void* uv_req_get_data(const uv_req_t* req) { in uv_req_get_data() argument 73 void uv_req_set_data(uv_req_t* req, void* data) { in uv_req_set_data() argument 93 uv_fs_type uv_fs_get_type(const uv_fs_t* req) { in uv_fs_get_type() argument 97 ssize_t uv_fs_get_result(const uv_fs_t* req) { in uv_fs_get_result() argument 101 uv_fs_get_ptr(const uv_fs_t* req) uv_fs_get_ptr() argument 105 uv_fs_get_path(const uv_fs_t* req) uv_fs_get_path() argument 109 uv_fs_get_statbuf(uv_fs_t* req) uv_fs_get_statbuf() argument [all...] |
| /third_party/node/deps/uv/src/win/ |
| H A D | stream.c | 114 int uv_write(uv_write_t* req, in uv_write() argument 146 int uv_write2(uv_write_t* req, in uv_write2() argument 203 int uv_shutdown(uv_shutdown_t* req, uv_stream_t* handle, uv_shutdown_cb cb) { in uv_shutdown() argument [all...] |
| H A D | req-inl.h | 90 uv__insert_pending_req(uv_loop_t* loop, uv_req_t* req) uv__insert_pending_req() argument 142 uv_req_t* req; uv__process_reqs() local [all...] |
| /third_party/node/deps/uvwasi/src/ |
| H A D | sync_helpers.c | 30 static void do_stream_shutdown(uv_shutdown_t* req, int status) { in do_stream_shutdown() argument 40 uv_shutdown_t req; in shutdown_stream_sync() local
|
| H A D | uv_mapping.c | 251 uv_fs_t req; in uvwasi__get_filetype_by_fd() local
|
| /third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/ |
| H A D | ServletMain.java | 63 protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { in doPost() argument 128 protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { in doGet() argument 154 handleSingleNumberMigration(HttpServletRequest req, HttpServletResponse resp, String number, String countryCode, String customRecipe) handleSingleNumberMigration() argument 200 handleFileMigration(HttpServletRequest req, HttpServletResponse resp, ImmutableList<String> numbersList, String countryCode, String customRecipe, String fileName) handleFileMigration() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| H A D | log.go | 64 type req struct { type [all...] |
| /third_party/openssl/crypto/ts/ |
| H A D | ts_verify_ctx.c | 101 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) in TS_REQ_to_TS_VERIFY_CTX() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| H A D | log.go | 64 type req struct { type [all...] |
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngmem.c | 112 png_alloc_size_t req = (png_alloc_size_t)nelements; /* known to be > 0 */ in png_malloc_array_checked() local
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| H A D | log.go | 64 type req struct { type [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | eap_server_gtc.c | 53 struct wpabuf *req; in eap_gtc_buildReq() local
|
| H A D | eap_server_identity.c | 56 struct wpabuf *req; in eap_identity_buildReq() local
|
| H A D | eap_server_md5.c | 48 struct wpabuf *req; in eap_md5_buildReq() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_gtc.c | 53 struct wpabuf *req; in eap_gtc_buildReq() local
|
| H A D | eap_server_identity.c | 56 struct wpabuf *req; in eap_identity_buildReq() local
|