Home
last modified time | relevance | path

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

12

/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/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/node/typings/internalBinding/
Dhttp_parser.d.ts7 static RESPONSE: 2; property in InternalHttpParserBinding.HTTPParser
/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/node/test/sequential/
Dtest-http-regr-gh-2928.js26 parser.initialize(HTTPParser.RESPONSE, {});
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc98 GenerateGetPrototype(RESPONSE, printer); in Generate()
169 GenerateGetPrototype(RESPONSE, printer); in GenerateNewReflectiveBlockingServiceMethod()
Djava_service.h67 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
/third_party/node/deps/undici/src/lib/llhttp/
Dconstants.d.ts33 RESPONSE = 2 enumerator
/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/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/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan_debugger.cc353 template <typename REQUEST, typename RESPONSE>
354 bool Send(const REQUEST& request, RESPONSE* res) { in Send()
369 using RESPONSE = typename REQUEST::Response; in Send() typedef
370 RESPONSE response; in Send()
/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/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/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
DEGL_KHR_reusable_sync.txt381 RESPONSE: This extension has been written to enable adoption to be
402 RESPONSE: Ultimately, synchronization between multiple asynchronous
414 RESPONSE: eglWaitClient and eglWaitNative may be implemented in
/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/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
/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/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.c494 SM_STATE(SUPP_BE, RESPONSE) in SM_STATE() argument
496 SM_ENTRY(SUPP_BE, RESPONSE); in SM_STATE()
619 SM_ENTER(SUPP_BE, RESPONSE); in SM_STEP()

12