Searched full:hyper (Results 1 – 25 of 220) sorted by relevance
123456789
| /third_party/eudev/hwdb/ |
| D | 20-vmbus-class.hwdb | 6 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V Video 9 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V Remote Desktop Control 12 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V PCI Controller 15 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V Backup/Restore 18 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V Time Sync 21 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V Guest Shutdown 24 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V IDE Controller 27 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V Heartbeat 30 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V Guest RDMA 33 ID_MODEL_FROM_DATABASE=Microsoft Hyper-V Network Adapter [all …]
|
| /third_party/curl/docs/ |
| D | HYPER.md | 1 # Hyper chapter 3 Hyper is a separate HTTP library written in Rust. curl can be told to use this 8 Hyper support in curl is considered **EXPERIMENTAL** until further notice. It 11 Further development and tweaking of the Hyper backend support in curl will 15 ## Hyper version 17 The C API for Hyper is brand new and is still under development. 19 ## build curl with hyper 21 Build hyper and enable the C API: 23 % git clone https://github.com/hyperium/hyper 24 % cd hyper [all …]
|
| D | EXPERIMENTAL.md | 21 - The Hyper HTTP backend
|
| /third_party/curl/.github/workflows/ |
| D | linux-hyper.yml | 23 - name: hyper 25 configure: --with-openssl --with-hyper=$HOME/hyper 32 git clone --depth=1 https://github.com/hyperium/hyper.git; 35 cd $HOME/hyper; 37 name: 'install hyper' 41 …- run: ./buildconf && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-warnings … 47 LD_LIBRARY_PATH: $HOME/hyper/target/debug:/usr/local/lib
|
| /third_party/curl/ |
| D | RELEASE-NOTES | 26 o c-hyper: abort CONNECT response reading early on non 2xx responses [75] 27 o c-hyper: add support for transfer-encoding in the request [121] 28 o c-hyper: bail on too long response headers [115] 29 o c-hyper: clear NTLM auth buffer when request is issued [23] 30 o c-hyper: convert HYPERE_INVALID_PEER_MESSAGE to CURLE_UNSUPPORTED_PROTOCOL [21] 31 o c-hyper: fix NTLM on closed connection tested with test159 [4] 32 o c-hyper: fix the uploaded field in progress callbacks [78] 33 o c-hyper: handle NULL from hyper_buf_copy() [19] 34 o c-hyper: support CURLINFO_STARTTRANSFER_TIME [29] 35 o c-hyper: support CURLOPT_HEADER [32] [all …]
|
| /third_party/XKeyboardConfig/build/usr/local/share/X11/xkb/compat/ |
| D | misc | 3 virtual_modifiers Alt,Meta,Super,Hyper,ScrollLock; 79 // Sets the "Hyper" virtual modifier. 83 virtualModifier= Hyper; 88 action = SetMods(modifiers=Hyper); 93 virtualModifier= Hyper; 98 action = SetMods(modifiers=Hyper);
|
| /third_party/libxkbcommon/test/data/compat/ |
| D | misc | 3 virtual_modifiers Alt,Meta,Super,Hyper,ScrollLock; 79 // Sets the "Hyper" virtual modifier. 83 virtualModifier= Hyper; 88 action = SetMods(modifiers=Hyper); 93 virtualModifier= Hyper; 98 action = SetMods(modifiers=Hyper);
|
| /third_party/XKeyboardConfig/compat/ |
| D | misc | 3 virtual_modifiers Alt,Meta,Super,Hyper,ScrollLock; 79 // Sets the "Hyper" virtual modifier. 83 virtualModifier= Hyper; 88 action = SetMods(modifiers=Hyper); 93 virtualModifier= Hyper; 98 action = SetMods(modifiers=Hyper);
|
| /third_party/curl/tests/data/ |
| D | DISABLED | 32 # Tests that are disabled here for Hyper are SUPPOSED to work but 34 # fixed for hyper should be adjusted for it in the test file. 36 # hyper support remains EXPERIMENTAL as long as there's a test number 38 %if hyper
|
| D | test178 | 22 %if hyper 55 # Hyper curl returns unsupported protocol 58 %if hyper
|
| D | test1116 | 26 %if !hyper 39 %if !hyper 76 %if !hyper
|
| D | test395 | 53 # hyper cannot work with too-large content-length 54 %if hyper
|
| D | test1147 | 43 %if !hyper 62 %if !hyper
|
| D | test650 | 93 %if hyper 105 %if hyper 118 %if hyper
|
| D | test66 | 19 !hyper
|
| D | test306 | 40 !hyper
|
| D | test645 | 111 %if hyper 176 %if hyper
|
| /third_party/curl/lib/ |
| D | c-hyper.c | 48 #include <hyper.h> 230 * Hyper does not consider the status line, the first line in a HTTP/1 282 * Hyper does not pass on the last empty response header. The libcurl API 346 /* override Hyper's view, might not even be an error */ in Curl_hyper_stream() 354 failf(data, "Hyper: [%d] %.*s", (int)code, (int)errlen, errbuf); in Curl_hyper_stream() 465 * be in the output), add to Hyper and send to the debug callback. 513 failf(data, "hyper refused to add header '%s'", line); in Curl_hyper_header() 710 infof(data, "Time for the Hyper dance"); in Curl_http() 748 failf(data, "Couldn't create hyper IO"); in Curl_http() 751 /* tell Hyper how to read/write network data */ in Curl_http() [all …]
|
| D | c-hyper.h | 28 #include <hyper.h> 30 /* per-transfer data for the Hyper backend */
|
| D | http_proxy.c | 31 #include <hyper.h> 706 /* The Hyper version of CONNECT */ 740 failf(data, "Couldn't create hyper IO"); in CONNECT() 743 /* tell Hyper how to read/write network data */ in CONNECT() 755 failf(data, "Couldn't create hyper executor"); in CONNECT() 762 failf(data, "Couldn't create hyper client options"); in CONNECT() 772 failf(data, "Couldn't create hyper client handshake"); in CONNECT() 949 failf(data, "Hyper: %.*s", (int)errlen, errbuf); in CONNECT()
|
| /third_party/grpc/test/http2_test/ |
| D | http2_server_health_check.py | 16 import hyper 28 conn = hyper.HTTP20Connection('%s:%d' % (server_host, server_port))
|
| /third_party/ltp/testcases/kernel/power_management/ |
| D | README | 85 …hyper threaded but number of CPU is 1 only sched_smt testcases will be excuted. For better coverag…
|
| /third_party/boost/libs/xpressive/doc/ |
| D | perf.qbk | 31 [[Hardware:] [hyper-threaded 3GHz Xeon with 1Gb RAM]] 67 [[Hardware:] [hyper-threaded 3GHz Xeon with 1Gb RAM]]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | ignore-content-length.d | 13 This option doesn't work if libcurl was built to use hyper for HTTP.
|
| /third_party/grpc/templates/tools/dockerfile/interoptest/grpc_interop_http2/ |
| D | Dockerfile.template | 21 RUN pip install twisted h2==2.6.1 hyper
|
123456789