Home
last modified time | relevance | path

Searched refs:RESPONSE (Results 1 – 25 of 53) sorted by relevance

123

/third_party/node/test/async-hooks/
Dtest-httpparser.response.js15 const RESPONSE = HTTPParser.RESPONSE; constant
28 parser.initialize(RESPONSE, {});
/third_party/node/test/parallel/
Dtest-http-parser-timeout-reset.js24 const parser = new HTTPParser(HTTPParser.RESPONSE, false);
26 HTTPParser.RESPONSE,
Dtest-http-parser.js27 const { REQUEST, RESPONSE } = HTTPParser;
134 const parser = newParser(RESPONSE);
158 const parser = newParser(RESPONSE);
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_server_shutdown_scenarios.py31 RESPONSE = b'response' variable
44 return RESPONSE
/third_party/iptables/extensions/
Dlibxt_dccp.t21 -p dccp -m dccp --dccp-types REQUEST,RESPONSE,DATA,ACK,DATAACK,CLOSEREQ,CLOSE,RESET,SYNC,SYNCACK,IN…
22 -p dccp -m dccp ! --dccp-types REQUEST,RESPONSE,DATA,ACK,DATAACK,CLOSEREQ,CLOSE,RESET,SYNC,SYNCACK,…
Dlibxt_dccp.man9 .BR "REQUEST RESPONSE DATA ACK DATAACK CLOSEREQ CLOSE RESET SYNC SYNCACK INVALID" .
Dlibxt_dccp.txlate16 iptables-translate -A INPUT -p dccp -m dccp --dport 100 --dccp-types REQUEST,RESPONSE,DATA,ACK,DATA…
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dmain.cc257 template <typename REQUEST, typename RESPONSE = typename REQUEST::Response>
258 RESPONSE Send(Stream& s, const REQUEST& req) { in Send()
261 RESPONSE resp; in Send()
/third_party/ltp/
Dltpmenu187 7 70 || RESPONSE=$?
188 case $RESPONSE in
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.h77 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
Dcpp_service.cc191 GenerateGetPrototype(RESPONSE, printer); in GenerateImplementation()
/third_party/grpc/src/python/grpcio_tests/tests/unit/_cython/
Dcygrpc_test.py174 RESPONSE = b'his name is robert paulson'
241 cygrpc.SendMessageOperation(RESPONSE, _EMPTY_FLAGS),
265 self.assertEqual(RESPONSE, client_result.message())
/third_party/node/test/sequential/
Dtest-http-regr-gh-2928.js26 parser.initialize(HTTPParser.RESPONSE, {});
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_service.h67 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
Djava_service.cc98 GenerateGetPrototype(RESPONSE, printer); in Generate()
169 GenerateGetPrototype(RESPONSE, printer); in GenerateNewReflectiveBlockingServiceMethod()
/third_party/EGL/extensions/NV/
DEGL_NV_sync.txt375 RESPONSE: This extension has been written to enable adoption to be as wide
393 RESPONSE: Ultimately, synchronization between multiple asynchronous client
403 RESPONSE: eglWaitClient and eglWaitNative may be implemented in extremely
415 RESPONSE: This extension provides a lighter-weight mechanism for
451 RESPONSE: Issue 18 in the ARB_sync specification includes a very
525 RESPONSE:
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_sync.txt375 RESPONSE: This extension has been written to enable adoption to be as wide
393 RESPONSE: Ultimately, synchronization between multiple asynchronous client
403 RESPONSE: eglWaitClient and eglWaitNative may be implemented in extremely
415 RESPONSE: This extension provides a lighter-weight mechanism for
451 RESPONSE: Issue 18 in the ARB_sync specification includes a very
525 RESPONSE:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
Deapol_auth_sm.c489 SM_STATE(BE_AUTH, RESPONSE) in SM_STATE() argument
491 SM_ENTRY_MA(BE_AUTH, RESPONSE, be_auth); in SM_STATE()
559 SM_ENTER(BE_AUTH, RESPONSE); in SM_STEP()
600 SM_ENTER(BE_AUTH, RESPONSE); in SM_STEP()
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_wait_sync.txt191 RESPONSE: This extension has been written to behave as similarly as
222 RESPONSE: There is no direct relationship. GL and ES servers may not
243 RESPONSE: Further rendering in the context which issued the server-side
/third_party/EGL/extensions/KHR/
DEGL_KHR_wait_sync.txt191 RESPONSE: This extension has been written to behave as similarly as
222 RESPONSE: There is no direct relationship. GL and ES servers may not
243 RESPONSE: Further rendering in the context which issued the server-side
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
Deapol_auth_sm.c488 SM_STATE(BE_AUTH, RESPONSE) in SM_STATE() argument
490 SM_ENTRY_MA(BE_AUTH, RESPONSE, be_auth); in SM_STATE()
558 SM_ENTER(BE_AUTH, RESPONSE); in SM_STEP()
599 SM_ENTER(BE_AUTH, RESPONSE); in SM_STEP()
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_blob_cache.txt186 RESPONSE: There are a number of ways the driver can handle this situation.
197 RESPONSE: This is entirely dependent upon the cache implementation.
DEGL_ANDROID_recordable.txt112 RESPONSE: There are two basic approaches to implementing this extension
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_blob_cache.txt186 RESPONSE: There are a number of ways the driver can handle this situation.
197 RESPONSE: This is entirely dependent upon the cache implementation.
DEGL_ANDROID_recordable.txt112 RESPONSE: There are two basic approaches to implementing this extension

123