Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:close_stream
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/lib2to3/pgen2/
H
A
D
pgen.py
13
close_stream
= None
16
close_stream
= stream.close
22
if
close_stream
is not None:
23
close_stream
()
/third_party/nghttp2/src/
H
A
D
h2load_http3_session.h
57
int
close_stream
(int64_t stream_id, uint64_t app_error_code);
H
A
D
h2load_http3_session.cc
259
int Http3Session::
close_stream
(int64_t stream_id, uint64_t app_error_code) {
in close_stream()
function in h2load::Http3Session
H
A
D
h2load_quic.cc
131
if (s->
close_stream
(stream_id, app_error_code) != 0) {
in quic_stream_close()
/third_party/ffmpeg/doc/examples/
H
A
D
muxing.c
526
static void
close_stream
(AVFormatContext *oc, OutputStream *ost)
in close_stream()
function
636
close_stream
(oc, &video_st);
in main()
638
close_stream
(oc, &audio_st);
in main()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_dump.c
66
static bool
close_stream
= false;
variable
223
if (
close_stream
) {
in trace_dump_trace_close()
225
close_stream
= false;
in trace_dump_trace_close()
261
close_stream
= false;
in trace_dump_trace_begin()
265
close_stream
= false;
in trace_dump_trace_begin()
269
close_stream
= true;
in trace_dump_trace_begin()
Completed in 5 milliseconds