/third_party/curl/tests/libtest/ |
H A D | lib1502.c | 50 char redirect[160]; in test() local 60 msnprintf(redirect, sizeof(redirect), "google.com:%s:%s", libtest_arg2, in test() 65 dns_cache_list = curl_slist_append(NULL, redirect); in test()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_cp.c | 184 bool redirect = true; in cp_export() local 188 redirect &= (c[i]->block_idx == instr->block_idx); in cp_export() 195 redirect &= reg != get_reg_src(ctx, src); in cp_export() 198 if (!redirect) in cp_export() 201 /* redirect the instructions writing to the register */ in cp_export()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parser509534.js | 10 req.redirect("/auth/live"); 22 req.redirect("/auth/live");
|
/third_party/python/Lib/ |
H A D | enum.py | 312 # if necessary, get redirect in place and then add it to _member_map_ 328 redirect = property() 329 redirect.member = enum_member 330 redirect.__set_name__(enum_class, member_name) 332 redirect.fget = found_descriptor.fget 333 redirect.fset = found_descriptor.fset 334 redirect.fdel = found_descriptor.fdel 335 setattr(enum_class, member_name, redirect) 1726 redirect = property() 1727 redirect [all...] |
/third_party/skia/tools/skiaserve/ |
H A D | Response.cpp | 80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate() argument 91 if (redirect) { in SendTemplate()
|
H A D | Response.h | 24 int SendTemplate(MHD_Connection* connection, bool redirect = false,
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | index.js | 405 // post-redirect start time are the coarsened shared current time given 611 // 1. If request’s redirect mode is not "follow", then return a network 613 if (request.redirect !== 'follow') { 615 'redirect mode cannot be "follow" for "no-cors" request' 781 // Note: since the connection is destroyed on redirect, which sets fetchParams to a 1024 // 2. If request’s redirect mode is "follow", then set request’s 1026 if (request.redirect === 'follow') { 1066 // 8. If actualResponse’s status is a redirect status, then: 1072 if (request.redirect !== 'manual') { 1076 // 2. Switch on request’s redirect mod [all...] |
H A D | response.js | 83 // Creates a redirect Response that redirects to url with status status. 84 static redirect (url, status = 302) { 87 webidl.argumentLengthCheck(arguments, 1, { header: 'Response.redirect' }) 105 // 3. If status is not a redirect status, then throw a RangeError. 191 // Returns whether response was obtained through a redirect. 295 redirect: kEnumerableProperty, 413 // An opaque-redirect filtered response is a filtered response whose type
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | pytracediff.py | 277 redirect = False variable 281 redirect = True variable 355 if redirect:
|
/third_party/skia/src/sksl/ |
H A D | SkSLMain.cpp | 390 std::unique_ptr<SkWStream> redirect = as_SkWStream(out); in processCommand() 392 debugInfo->dump(redirect.get()); in processCommand() 394 builder.done().dump(redirect.get()); in processCommand()
|
/third_party/node/deps/v8/src/objects/ |
H A D | api-callbacks.h | 38 static Address redirect(Address address, AccessorComponent component);
|
H A D | objects.cc | 1474 Address AccessorInfo::redirect(Address address, AccessorComponent component) { in redirect() function in v8::internal::AccessorInfo 1484 return redirect(accessor, ACCESSOR_GETTER); in redirected_getter()
|
/third_party/EGL/sdk/docs/man/xhtml/ |
H A D | maketoc.pl | 12 probably want to redirect output into a file like
|
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | connection.js | 50 // and redirect mode is "error". 58 redirect: 'error'
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
H A D | maketoc.pl | 12 probably want to redirect output into a file like
|
/third_party/node/deps/undici/ |
H A D | undici.js | 5670 // Creates a redirect Response that redirects to url with status status. 5671 static redirect(url, status = 302) { 5673 webidl.argumentLengthCheck(arguments, 1, { header: "Response.redirect" }); 5730 // Returns whether response was obtained through a redirect. 5801 redirect: kEnumerableProperty, 6165 // redirect mode request’s redirect mode. 6166 redirect: request.redirect, 6238 if (init.redirect ! [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 170 unsigned int redirect[BASEBLKS2]; variable 363 if (redirect[k] == num) in read_buffer() 2928 redirect[blk] = 0; in read_restart() 3819 /* redirect to the latest block */ in block_sequence() 3822 redirect[latest_blk] = target_blk; in block_sequence() 3827 if (redirect[k]) in block_sequence() 3829 (int)redirect[k],(int)k); in block_sequence()
|
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 352 FN(redirect), \
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 586 for scheme in "do", "proxy", "redirect": 1183 # ordinary redirect behaviour 1221 def redirect(h, req, url=to_url): function 1227 # detect infinite loop redirect of a URL to itself 1233 redirect(h, req, "http://example.com/") 1245 redirect(h, req, "http://example.com/%d" % count) 1311 # Issue 14132: Relative redirect strips original path 1331 # Some characters in the redirect target may need special handling,
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 2308 "affinity=<METHOD>", "dns", "redirect-if-not-tls", in print_help() 2401 If "redirect-if-not-tls" parameter is used, the matched in print_help() 2406 port number in redirect URI is 443 by default, and can in print_help() 2407 be changed using --redirect-https-port option. If at in print_help() 2408 least one backend has "redirect-if-not-tls" parameter, in print_help() 2411 "redirect-if-no-tls" parameter to all backends in print_help() 3380 --redirect-https-port=<PORT> in print_help() 3382 field when redirect to HTTPS URI is made due to in print_help() 3383 "redirect-if-not-tls" parameter in --backend option. in print_help() 5123 // --redirect in main() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 1756 redirect: in ff_rtsp_connect() 2007 goto redirect; in ff_rtsp_connect()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1970 * Clone and redirect the packet associated to *skb* to another 2211 * redirect target instead of providing it directly to the helper. 2438 * recirculate via **redirect**\ (..., **BPF_F_INGRESS**), for 3048 * the verdict eBPF program returns **SK_PASS**), redirect it to 3325 * the verdict eBPF program returns **SK_PASS**), redirect it to 3339 * if the verdict eBPF program returns **SK_PASS**), redirect it 4946 * used prior to redirect. 5705 FN(redirect, 23, ##ctx) \ 6202 * (This is an L3 redirect, as opposed to L2 redirect [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 785 possible redirect of stderr to the null device. This is suitable if the 1242 # The reason these strings might differ is that we redirect stderr to
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 785 possible redirect of stderr to the null device. This is suitable if the 1242 # The reason these strings might differ is that we redirect stderr to
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 9506 Using_compiler_options_of_project_reference_redirect_0: diag(6215, ts.DiagnosticCategory.Message, "Using_compiler_options_of_project_reference_redirect_0_6215", "Using compiler options of project reference redirect '{0}'."), [all...] |