Searched refs:PAUSE (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 248 XX(39, PAUSE, PAUSE) \ 297 XX(39, PAUSE, PAUSE) \
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 373 XX(39, PAUSE, PAUSE) \ 422 XX(39, PAUSE, PAUSE) \
|
/third_party/ffmpeg/libavformat/ |
H A D | rtspcodes.h | 135 PAUSE, enumerator
|
H A D | rtspdec.c | 234 "Public: ANNOUNCE, PAUSE, SETUP, TEARDOWN, RECORD\r\n", in rtsp_read_options() 409 else if (!strcmp(method, "PAUSE")) in parse_command_line() 410 *methodcode = PAUSE; in parse_command_line() 430 if ((*methodcode != PAUSE) && (*methodcode != OPTIONS) in parse_command_line() 509 if (methodcode == PAUSE) { in ff_rtsp_parse_streaming_commands() 515 "Public: ANNOUNCE, PAUSE, SETUP, TEARDOWN, " in ff_rtsp_parse_streaming_commands() 603 ff_rtsp_send_cmd(s, "PAUSE", rt->control_uri, NULL, reply, NULL); in rtsp_read_pause()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86RetpolineThunks.cpp | 267 // speculating as fast as possible. On Intel processors, the PAUSE instruction in populateThunk() 269 // processors, the PAUSE instruction is (essentially) a nop, so we also use an in populateThunk() 274 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE)); in populateThunk()
|
/third_party/node/deps/undici/src/lib/llhttp/ |
H A D | constants.js | 110 METHODS[METHODS["PAUSE"] = 39] = "PAUSE"; 166 METHODS.PAUSE,
|
/third_party/node/deps/undici/ |
H A D | undici.js | 7888 METHODS2[METHODS2["PAUSE"] = 39] = "PAUSE"; 7943 METHODS.PAUSE,
|
Completed in 18 milliseconds